To test an ABAP handler, you must first generate a business object input file. You may need to modify the file to contain attribute values and the appropriate application-specific information. Once you are ready, all you need to do is execute the test program by pointing to your test file as input.
A dialog box appear asking if you want to modify the test file. This is your opportunity to edit the test file in SAP's editor. If you do not wish to edit at this time, click no; otherwise, click Yes, and then click the Back arrow (F3)when finished.
For more information on the proper syntax, see Business object data routing to ABAP handlers.
Once you have created the test file, you are now ready to use it to test the business object. To use the test file:
When finished, the program displays the last message that was raised during processing. In addition, the processed data is displayed on the screen for verification. This is the same information that is generated in the output file of step 4.
You can look in the adapter's ABAP Log for additional details.