Google Search - Blog...........

ABAP - Function Module (FM) To Get The Name Of The Month

DATA ldate(20).

CALL FUNCTION 'CONVERSION_EXIT_LDATE_OUTPUT'
EXPORTING
input = sy-datum
IMPORTING
OUTPUT = ldate.
write:/ ldate.

2 comments: