Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 10116

Re: How to get sy-datum(system date) in infocube's zdate field ?

$
0
0

Hi Kush,

 

Its a daily delta load. But I have added a zkf as date property into the cube and I am trying to populate that zkf with the below routine. I am unable to do so. Getting blank values. Do you have any suggestions why cant we upload the zkf with a routine ? Please confirm.

 

 

Declaration: this is the factable name of the infocube.

 

   data : itab1 type table of /BIC/FTESTCUBE,
             wa1 type /BIC/FTESTCUBE.

 

 

  itab1[] = /BIC/FTESTCUBE[].
   loop at itab1 into wa1.
    wa1-/BIC/ZKF_DATE = sy-datum.
    modify /BIC/FTESTCUBE from wa1.

     ENDLOOP.

 

 

 

Thank You,

DR


Viewing all articles
Browse latest Browse all 10116

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>