Tuesday, December 21, 2010 ABAP - F4 help for date field | Edit Post REPORT ztest_notepad. DATA:model_valid_date LIKE workflds-gkday, h_date LIKE workflds-gkday. CALL FUNCTION 'F4_DATE' EXPORTING date_for_first_month = model_valid_date IMPORTING select_date = h_date. WRITE h_date. 1 comment: UnknownFebruary 17, 2016 at 6:22 PMhere we can use sy-datum instead of model_valid_dateReplyDeleteRepliesReplyAdd commentLoad more... Your useful comments, suggestions are appreciated.Your comments are moderated.
here we can use sy-datum instead of model_valid_date
ReplyDelete