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: 

BAPI Accounting document change

Former Member
0 Kudos
432

Folks:

I am trying to change accounting document via BAPI FI_DOCUMENT_CHANGE but SAP does not allow me to change the field(WSKTO:Cash Discount Amount in Document Currency) . I can change other fields in Accounting document by using this BAPI. I am trying other BAPI Bapi_Document_Change2 but that is not working in my case as well. I dont want to write BDC for this.

Can you please let me know is there any other BAPI or FM which can be used to change accounting document?

2 REPLIES 2

Former Member
0 Kudos
70

Hi,

i think you can deactiviate the discount and add new discount condition as deletion is not allowed because track will be lossed.

you can use same bapi.

Atul

0 Kudos
70

When I manually try to change the value I can change in trascation FB09 but by using This FM I cant change that value. Is there any twick I have to make in order to change discount amount in accounting document by using this FM or any other functional module can be helpful?

Please guide.