0% found this document useful (0 votes)
1K views

IDOC Testing

The document provides instructions for debugging outbound and inbound IDOCs. It explains that for outbound IDOCs, the send with periodically option should be selected in the PO, and the program RSNAST00 can be executed in SE38 with sample data to debug where the IDOC fails. For inbound IDOCs, the IDOC number can be executed in WE19 and the inbound function module debugged in foreground mode. Reprocessing is done using T-code BD87.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views

IDOC Testing

The document provides instructions for debugging outbound and inbound IDOCs. It explains that for outbound IDOCs, the send with periodically option should be selected in the PO, and the program RSNAST00 can be executed in SE38 with sample data to debug where the IDOC fails. For inbound IDOCs, the IDOC number can be executed in WE19 and the inbound function module debugged in foreground mode. Reprocessing is done using T-code BD87.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

First Example is how to Test & Debug an Outbound IDOC, but reprocessing is same for both.

I am taking a Purchase order as an example for Outbound IDOC as shown below To Debug an IDOC the basic setting in the PO is Send with periodically option. See screen shots below for the setting

Select the Particular Output type and click on further data and select Send with Periodically schedule job.

Now go to T-Code SE38 and enter program name RSNAST00 and click on Execute. Find the sample data entered in selection parameters as below and click on execute, if a break point is set in the FM the program enters in the debug mode at that point and we can debug the FM to see where the IDOC is failing

Steps to Test & debug an INBOUND IDOC. T-Code: WE19


Enter the IDOC number to test and click on Execute.

Now Click on Inbound Function Module and enter the FM name, in foreground option, it will take you to Debug Mode.

For Reprocessing the IDOC the T-Code is BD87.

You might also like