2007 Apr 09 7:40 PM
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.
2007 Apr 09 7:50 PM
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
2007 Apr 09 8:03 PM
2007 Apr 09 8:05 PM
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