Quantcast
Channel: SCN: Message List - ABAP Development
Viewing all articles
Browse latest Browse all 10425

Re: load system date into an internal table ?

$
0
0

Hi Daniel,

 

Suppose your internal table is lt_dso and work area as wa_dso.

 

If you want to populate system date to your date field of internal table refer the code below.

 

Loop at lt_dso into wa_dso.

 

wa_dso-date = sy-datum.

modify lt_dso from wa_dso.

 

endloop.


Viewing all articles
Browse latest Browse all 10425

Trending Articles



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