Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to delete line item if credit and debit is same

asim_sap
Explorer
0 Kudos

Dear Abaper's,

I need to clear the same debit and credit amount which has shown in figure by writing the abap code. Kindly suggest me how to write the code for this.

Regards,

Asim

1 ACCEPTED SOLUTION

former_member186746
Active Contributor

Hi,

Share your ABAP code of what you have already done and specify at what point you are failing.

Kind regards, Rob Dielemans

6 REPLIES 6

Jelena
Active Contributor
0 Kudos

Clear where exactly? And what have you tried so far?

former_member588188
Participant
0 Kudos

Hi Asim,

is it an internal table? Do you want those values as 0?

Please give more detail

asim_sap
Explorer
0 Kudos

Yes, its an internal table

former_member186746
Active Contributor

Hi,

Share your ABAP code of what you have already done and specify at what point you are failing.

Kind regards, Rob Dielemans

0 Kudos

Now the data is in internal table. I need to clear the data which the credit and debit is equal.

asim_sap
Explorer
0 Kudos

I have a data in internal table. I tried the logic but its not worked and deleted. Kindly suggest me the logic.