Skip to Content
0
Former Member
Dec 09, 2008 at 01:30 AM

output for date format

22 Views

Hi all,

can you xplain to me how this program be like this??

WRITE: AT sy-colno(ta_ystemp-lengt) <f> NO-GAP.

ta_ystemp-lenght =10

data in database = ta_yseh-endda = <f> = 20061016

how can the output be like this 16102006

which part in the program , change the output ?

from YYYYMMDD to DDMMYYYY

tq 😀