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

Test Run

Former Member
0 Likes
492

Hi,

Please help me to clarify the following questions,

1. Can the BAPI "BAPI_ACC_DOCUMENT_POST" supports test run?

2. Is there any BAPI for creating the accounting document in F-02 which supports test run?

3. If there is no BAPI how can i do the test run function.

Thanks & Regards,

Arun.

1 ACCEPTED SOLUTION
Read only

JozsefSzikszai
Active Contributor
0 Likes
435

not really, for testing purposes use BAPI_ACC_DOCUMENT_CHECK, it will return the same messages, like the BAPI you mentioned, but no posting will follow (this answers all of your questions)

2 REPLIES 2
Read only

JozsefSzikszai
Active Contributor
0 Likes
436

not really, for testing purposes use BAPI_ACC_DOCUMENT_CHECK, it will return the same messages, like the BAPI you mentioned, but no posting will follow (this answers all of your questions)

Read only

0 Likes
435

Thanks Eric ur answer solved my problem.