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

what is test run in bapi

former_member644292
Participant
0 Likes
1,632

hi friends can any one please clarify my doubts in bapi.....

what is this test run which we find in bapi parameterss....

and for every structuire ,we will have the same structure with x added .

ie bapisdh,

bapisdhx...........

can any one please clarify my doubts i would be moree thankful if they can explain them with examples.

hi friends can any one please clarify my doubts in bapi.....

what is this test run which we find in bapi parameterss....

and for every structuire ,we will have the same structure with x added .

ie bapisdh,

bapisdhx...........

can any one please clarify my doubts i would be moree thankful if they can explain them with examples.

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
880

I would assume that if there is parameter for test run, that this would do all of the check required to complete the transaction, but not actually commit the data to the database.

Also, the X structures are used to tell the BAPI which fields you want to update, so if you are giving a value to a field in the bapisdh structure, then you need to pass "X" to the same field in the bapisdhx structure.

Regards,

RIch Heilman

Read only

Former Member
0 Likes
880

Hi,

Check the following link:

http://www.sapbrain.com

Regards,

Bhaskar

Read only

Former Member
0 Likes
880

Hi,

You can execute the BAPI but database changes will not take effect due to test run.

SAP database will not be updated as you checked Test run.

Regards,

Amey