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

End Routine

$
0
0

Hi All,

   I am having requirement during data load from dso to cube if  Changed on date is blank then fill the changed on date field with posting date in BW cube.  I have written below end routine  to implement this requirement but changed on is still blank. Please recommend the changes to end routine to implement my requirement.

END ROUTINE

 

DATA: WA_RESULT_PACKAGE TYPE _ty_s_TG_1.

LOOP AT RESULT_PACKAGE INTO WA_RESULT_PACKAGE .

  IF WA_RESULT_PACKAGE-CPR_CHON EQ ' '.

     WA_RESULT_PACKAGE-CPR_CHON = 'WA_RESULT_PACKAGE-/BIC/ZOCORDDAT' .

     ENDIF.

   MODIFY RESULT_PACKAGE FROM WA_RESULT_PACKAGE.

     ENDLOOP.

 

Thanks

J


Viewing all articles
Browse latest Browse all 2794

Trending Articles



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