Skip to Content
0
Former Member
Sep 12, 2007 at 05:30 AM

'CONVERT_DATE_TO_INTERN_FORMAT'

1363 Views

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 '____/__/__'.