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

Issue in BAPI_ACC_DOCUMENT_POST

Former Member
0 Likes
969

Hi Experts,

I have one query while doing account document posting. In my input file there are cetain fields i.e. Controlling area etc.

In BAPI BAPI_ACC_DOCUMENT_POST, there are various structures. But in all those sturctures there is no field available for Controlling area field.

Can anybody will suggest me what I need to do in this case?

Thanks,

Neha

1 ACCEPTED SOLUTION
Read only

rvinod1982
Contributor
0 Likes
658

Hi,

Try by only passing cost center field to the BAPI. Controlling area might get determined automatically

when the document is created.

Regards,

Vinod

3 REPLIES 3
Read only

rvinod1982
Contributor
0 Likes
659

Hi,

Try by only passing cost center field to the BAPI. Controlling area might get determined automatically

when the document is created.

Regards,

Vinod

Read only

former_member150733
Contributor
0 Likes
658

Have you tried using the CRITERIA TABLES in the BAPI_ACC_DOCUMENT_POST

Read only

former_member191735
Active Contributor
0 Likes
658

Vinod is right.... If you pass cost center and profit center and company code, the controlling area will automatically be determined.

If you want to pass the field, you can use extension tables to do so