‎2008 Apr 05 7:25 AM
Hi iI have to generate a report in that it must show Error Message: For multiple errors on a single iDoc, multiple records should be shown. i have to use the FM YAPR_CHECK_INVOICE_FOR_ERRORS i have read all the status of idoc using idoc_read_completely.Do u have idea to use the first FM?
‎2008 Apr 05 11:09 AM
Hi,
in the following link:
http://www.geocities.com/rmtiwari/
search for the report:
Z_EDI_FILE_LOAD_STATUS_REPORT
it´s a very useful one.
Best regards.
‎2008 Apr 05 1:06 PM
Do u know the table which returns all the error messages of the idoc?
‎2008 Apr 05 2:11 PM
Hi,
the path to status and errors is:
http://www.geocities.com/rmtiwari/
My Solutions
Development Solutions
More...
SAP Inbound Interfaces
Inbound IDoc Status Report ( for Sales Orders )
Sample ABAP Code:
Program: Z_EDI_FILE_LOAD_STATUS_REPORT
Form show_status_report
within this form you´ll see how status and errors are obtained.
Best regards.
Edited by: pablo casamayor on Apr 5, 2008 3:12 PM
Edited by: pablo casamayor on Apr 5, 2008 3:13 PM