hi abapers,
when i am entering the input value in parameter the value of the output is entirely different.it just split the date without convert the date. help me please.
thank you.
PARAMETERS:P TYPE D.
DATA:DATS LIKE SY-DATUM.
CALL FUNCTION 'CONVERT_DATE_TO_INTERN_FORMAT'
EXPORTING
datum = p
dtype = DATS
IMPORTING
ERROR =
IDATE =
MESSG =
MSGLN =
.
write (10) P USING EDIT MASK '____/__/__'.