Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FM

Former Member
0 Likes
519

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?

3 REPLIES 3
Read only

former_member182371
Active Contributor
0 Likes
487

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.

Read only

0 Likes
487

Do u know the table which returns all the error messages of the idoc?

Read only

0 Likes
487

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