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

Please help! BAPI_ACC_DOCUMENT_POST'

Former Member
0 Likes
355

Hi All Gurus,

Please help me with this one. I am using BAPI_ACC_DOCUMENT_POST' topost to GL, I am able to post the documents but I cant see the changes on the vendor.

I am using - accountgl, currency amt tables, and not account payables since it does not have cost center or credit/debit indicator.

How can i accomplish this??? Please help!

Thanks Nina.

3 REPLIES 3
Read only

Former Member
0 Likes
318

Hi

If you don't fill ACCOUNTPAYABLE parameter you can't create no item on vendor accounting, so you're posting a document only G/L accounting.

In which situation where do you need to see the vendor data?

Credit/Debit indicator are insert automatically by the BAPI: they depends on the sign of the amount loaded on CURRENCY table.

The COST CENTER is useless for Vendor Item.

Max

Read only

Former Member
0 Likes
318

I used BDC with FB60 to post the transaction. Done deal!

Read only

Former Member
0 Likes
318

Hi,

You can use the BAPI itself, since BDC is not that advisable to use.

Remember to call the BAPI_TRANSACTION_COMMIT after any BAPI call. This will commit the changes to the database.

Regards

Subramanian