Introduction
As a SAP Consultant at some point of your career you will use BAPI. There is special way to test a BAPI whether it is really useful for you to call in your Program.
Solution
In our example we will be using BAPI_PO_CHANGE to change some fields in PO Line Item.
Now we will fill the Parameters and save it as a Test Data
Below is the Saved Test Data Entry
Now we go back to SE37 and follow the below path
We will put the following Function Modules.
Now we execute based on the saved Test data
After Executing we will hit Back Button and this will call the Commit Function Module
BAPI_TRANSACTION_COMMIT is called and we execute
Now executing is completed and the Database has commited.
No comments:
Post a Comment