‎2009 Oct 20 11:04 AM
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
‎2009 Oct 20 11:15 AM
Hi,
Try by only passing cost center field to the BAPI. Controlling area might get determined automatically
when the document is created.
Regards,
Vinod
‎2009 Oct 20 11:15 AM
Hi,
Try by only passing cost center field to the BAPI. Controlling area might get determined automatically
when the document is created.
Regards,
Vinod
‎2009 Oct 20 11:27 AM
Have you tried using the CRITERIA TABLES in the BAPI_ACC_DOCUMENT_POST
‎2009 Oct 20 4:14 PM
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