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 want to use this function module to post GL accounting for transaction FB01.

I need to pass the profitability segment which are related to COPA table entries.

Please let me know under which parameter should i be passing the same.

Thanks and REgards#

Krish

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

The parameters are:

CRITERIA (like BAPIACKEC9)

VALUEFIELD (like BAPIACKEV9)

Max

3 REPLIES 3

Former Member
0 Kudos

Hi

The parameters are:

CRITERIA (like BAPIACKEC9)

VALUEFIELD (like BAPIACKEV9)

Max

Former Member
0 Kudos

Hi,

As per your reply, i should first create the field name in Criteria and where do u expect me to input values . Is it in the value field?

Also, I couldn't see any posting key related for line item,

Do let me know the same.

0 Kudos

Hi

I think u need to use only the parameter CRITERIA:

CRITERIA-ITEMNO_ACC -


> Item number

CRITERIA-FIELDNAME -


> COPA field

CRITERIA-CHARACTER -


> COPA value

Max