HI BW experts,
when i try to loading pc file is date format is yyyymmdd in to date keyfigure which data type is dec format .i wriiten routine on keyfigure but the syntax error dispalying
data : lv_dats like sy-datum.
lv_dats = tran_structure-fieldname of DATS.
result = lv_dats.
Can any one suggest me to detail how to rectify the error
Regards
RK