cancel
Showing results for 
Search instead for 
Did you mean: 

Delete a record in table control during validation

09-03-2019 9:36 AM
1474 views 8 comments
0 Likes
SAP Managed Tags
Subscribe

I am validating the data in table control.my requirement is during validation process if the wrong record is in 100 line then it will show as a first record.I have done this process but it is showing a wrong record two times as show in the figure.now I want to delete 2nd record.can you please tell me what is the process.

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

Rajkadthala
Explorer
0 Likes

Do you mean , you want to delete duplicate?

If my understand is right, then sort the IT based on key fields then delete adjucent duplicates using key fields.

If my understand is wrong ..

can you please elaborate your requirement

Former Member
0 Likes

I did that one also but didn't delete the second record.