Hi everybody,
I know what start routine means and where it is used but this is my first time I try it between psa and dso however ıt does nt work.
I want to delete an invalid date and change it via a logic and this works syntactically.
Data: fkdat type _ty_s_SC_1-fkdat,
vbeln type _ty_s_SC_1-vbeln.
if fkdat = '20.09.1208' and vbeln = '0091360669'.
fkdat = '05.01.2010'.
endif.
When I do full load(Repair mode) and load delta to DSO and actıvate ıt....
I see the date '05.01.1208' though I expect to see 05.01.2010
any helpful clarification is well worth.
Eddy.