‎2008 Feb 12 5:12 AM
‎2008 Feb 12 5:25 AM
HI ,
Prabhat , your question is not clear. alwayes date have fixed width dd.mm.yyyy like that or order will be change as per requirement.
if you want to suffix number 20 in each date then you have to define a another workarea for the same with help of concatenate command like
data : wa_str(15) type c.
CONCATENATE '20' sy-datum6(2) sy-datum4(2)
sy-datum+(4) INTO WA_STR separated BY SPACE.
tried it out I may help you.
Regards
Swati...
‎2008 Feb 12 5:28 AM
Hi p bharath,
Try any of these function modules
CONVERSION_EXIT_SDATE_OUTPUT
CONVERSION_EXIT_IDATE_OUTPUT
CONVERSION_EXIT_PDATE_OUTPUT
Plzz reward if it is useful,
Mahi.