cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Deleting certain records from DSO through ABAP logic

tek_ib
Explorer
0 Likes
2,626

Hello,

I created a DSO and its source is infoset.

I like to delete certain rows of the data using certain condition while loading data from infoset into DSO. Can someone please help me write an ABAP syntax.

This is my scenario:

If Location is equal to Site then delete that records, please see below. (I want to delete the Record A highlighted in yellow)

How can I achieve this using ABAP routine in transformation (either Start routine or End routine) between infoset to DSO.

I would appreciate your help.

Thank You.

Accepted Solutions (0)

Answers (1)

Answers (1)

Anand71
Active Contributor
0 Likes

Hi,

You can achive your requirement by ABAP code in end routine. Search for "How to write end routine", you will get lot of post. 

You can also try to post yout code so that one can check and give you a solution.

Thanks.

Regards,

Anand