Application Development and Automation 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: 
Read only

BAPI_ACC_DOCUMENT_POST

Former Member
0 Likes
780

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
Read only

Former Member
0 Likes
640

Hi

The parameters are:

CRITERIA (like BAPIACKEC9)

VALUEFIELD (like BAPIACKEV9)

Max

3 REPLIES 3
Read only

Former Member
0 Likes
641

Hi

The parameters are:

CRITERIA (like BAPIACKEC9)

VALUEFIELD (like BAPIACKEV9)

Max

Read only

Former Member
0 Likes
640

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.

Read only

0 Likes
640

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