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_ACC_DOCUMENT_POST

Former Member
0 Kudos

Hi,

I need to extend the BAPI 'BAPI_ACC_DOCUMENT_POST' for the field DMBE2(group Currency).

can anyone suggest me something?

Thanks

Anupam

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Try to transfer another line in the structure for the ammounts, CURRENCYAMOUNT.

The field CURR_TYPE indicates which kind of currency is and so which field of BSEG table should be filled.

Max

3 REPLIES 3

raymond_giuseppi
Active Contributor
0 Kudos

Take a look at OSS [Note 487722 - Using EXTENSION1 for accounting BAPIs|https://service.sap.com/sap/support/notes/487722]

Regards

Former Member
0 Kudos

Hi

Try to transfer another line in the structure for the ammounts, CURRENCYAMOUNT.

The field CURR_TYPE indicates which kind of currency is and so which field of BSEG table should be filled.

Max

0 Kudos

Thanks Max,

It Works.

Regards

Anupam