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

calling Bapi

Former Member
0 Likes
318

Friends,

I am using a BAPI for posting an accounting document. I want to check the posting in simulate mode, the same way we check before the actual documents are posted.

Is there a way that i can use bapi to see the simulated run?

thanks

Bill

3 REPLIES 3
Read only

Former Member
0 Likes
295

Hi,

When you call the BAPI once it is done, Don't do commit work for simulation..

Thanks,

Naren

Read only

former_member150733
Contributor
0 Likes
295

Hi,

You can use the BAPI for parking a accounting document and check the parked document in the system. In this way you can see the document before posting.

Regards,

Anish Thomas

Read only

Former Member
0 Likes
295

Hi Nalinikanth,

The posting through the bapi is done only after the BAPI_TRANSACTION_COMMIT.

If you dont call the commit bapi, till then you can simulate the posting of accounting document

Regards

Arun