Some time we have requirement where we have maintain fix date format to update some data variables .
In such case user can not change user profile setting.
In ABAP we have option.
First step : we need to convert date into internal date format of SAP using function module CONVERT_DATE_EXTERNAL_INTERNAL, It will be in YYYYMMDD.
Next step: use concatenate syntax to convert internal date into require format.
No comments:
Post a Comment