Application Development 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: 

Is there any standard report to extract Customer/Material Number from IDOCs

Former Member
0 Kudos

Hi All,

I am wondering is there any standard report availiable in ECC to give me the IDOC number,material number and the reason it failed?

I have a scenario where I will be sending 1000's of Materials/Customers to ECC and I need to generate a report to my team saying how many are passed and how many are failed along with the error message and Customer Number/Matrerial Number..

Is it create now if there is no standard report availiable?

Thanks

Rajeev

3 REPLIES 3

Former Member
0 Kudos

Rajeev,

The short answer is no.

We developed one using the table EDIDC, the FM IDOC_READ_COMPLETELY and the usual suspects: REUSE_ALV_xxxxxxx. It works.

Cheers

0 Kudos

HI,

Can you please let me know what are these tables are and how the logic works?

EDIDC, the FM IDOC_READ_COMPLETELY and the usual suspects: REUSE_ALV_xxxxxxx

Thanks

Rajeev

0 Kudos

Select-options:

u2022 Plant

u2022 Creation date

Select document number from EDIDC (transparent table) into an internal table by:

u2022 Direction (in/outbound)

u2022 Receiver port

u2022 Partner type of receiver

u2022 Message type

u2022 Creation date

u2022 IDOC type

u2022 Partner function of receiver

Then loop on the internal table

- For every step use FM: IDOC_READ_COMPLETELY

- This will return 2 tables per IDoc, which you can use any which way you like

- Append your ALV table with the info you need.

Display ALV