Arun,
I have tried it now and I could see the delete program got generated. I just tried to execute it to see if its working and its asking me for a selection criteria to choose the entires. For example If I want to include this program in the process chain during the starting of the month with a condition if sy-datum+6(2) = 01 then run this program ( once the current month data is loaded in this lookup dso) . Then how do I pass the entries for selection for example like last month. I think I should pass the value based on the sy-datum. Like
perform del_program where sy-datum+4(2) = prvs month. How do we code it can you please advise ? I think this should work if I know how to pass the input parameter's for the DSO for the data deletion, we have 0calmonth field in the DSO.
Thanks
DR