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 do the reversal in the item level of a (delivery)document?

Former Member
0 Kudos

hi friends,

Is there any way to put reversal, at the item level for the document already posted ?

Do we have any standard funtion module or BAPI to pass value from the editor ?

My task is, I want to do the reversal in the item level of the (delivery)document.

I tried with the BAPI - BAPI_ACC_GL_POSTING_REV_POST, but this is reversing the whole document. but I want to reverse in line item only.

please suggest me.....

Quick replies would be rewarded.

Thanks in advance.

Regards

3 REPLIES 3

Former Member
0 Kudos

If you were able to reverse only a line item, then the document would be left out of balance, so you can't do that. You can create another document where one line item undoes the effect of the line item you want to reverse(make a debit a credit or vice versa) and the other one posts it correctly.

Rob

0 Kudos

Hi Rob,

yes, what you told is right. I want to do the same. I will first reverse the particular line item and will post the correct entry. but here, I need to do that for a huge number of document. It will be good if I pass the values using a funtion module or a BAPI to reverse. So, I want a Funtion Module or BAPI to process it.

anyway, after reversing the document, I am going to post the document with correct entry.

0 Kudos

Nisar,

So change booking :

-> reverse the items against one "interim account"

with bapi BAPI_ACC_DOCUMENT_POST or interface rfbibl00

Andreas