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 😀