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

Re: DATE_WEEKDAY Issue

$
0
0

You can use FM DATE_TO_DAY.

 

DATA: ld_day TYPE c.

  CALL FUNCTION 'DATE_TO_DAY'
       EXPORTING
            date    = "your date variable here"
       IMPORTING
            weekday = ld_day.



And please search the forum beforehand to get the pointers first !


Cheers!

Suyash


Viewing all articles
Browse latest Browse all 8627

Trending Articles



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