Hi Friends,
Iam new to this SAP BW and ABAP world.
I Like to get some clarity on Start routine.
I need to perfrom one opeartion at start routine.
The condition is,
in the source package,the condition we have to check is CONFLINE =2 and conftype=cd (if this condition fails then goto check 2)
then i have to check in target dso that, record with key ebeln/ebelp
if this is matched then i have to check the condition that confline>3 and conftype=ef
if its true then i have to delete the current record in source package(note:not in the DSO)
IF THIS condition fails,
then it has to check its own data package (source)and check record with key ebeln/ebelp.
if this is true then
check the condition that confline>3 and conftype=ef
if true,then it should delete the current record,
CHECK 2:check condition confline>1 and conftype=ef.
if its true,
then check in dso target record with key ebeln/ebelp
if yes then chek the condition
CONFLINE =2 and conftype=cd
if yes,then delete the curent record where confline=2.
else it has to check own data package(source) record with key ebeln/ebelp
if yes then chek the condition
CONFLINE =2 and conftype=cd
if yes,then delete the curent record where confline=2.
Can you pls guid me in this.