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

IDOC Reports

Former Member
0 Likes
2,327

Hi,

I have a requireement where to capture the failed idocs for message type INVOICE and populate the header and line item information as a ALV report.

Can anyone help on this by giving the code or is there a standard report.

Tables EDIDC & EDIDS should be helpful.

Regards

Vinod

6 REPLIES 6
Read only

Former Member
0 Likes
1,408

why don't to try using We02 or we05 for the same

cheers

s.janagar

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,408

I would do this using WE02 or WE09 instead of creating a custom code. Please check if this t-code suits your requirement.

Read only

Former Member
0 Likes
1,408

Hi,

We would like to make this as automated process where the business would be using this.

Moreover, the business do not have necessary technical details of going into idoc, copying data from relevant segment etc.,

Read only

Former Member
0 Likes
1,408

If you want the customized report, You can first extract the IDOC information from EDIDC based on Message type and Use the fucntion module "FTR_IDOC_READ" to get detail information.

Regards

Vinod

Read only

Former Member
0 Likes
1,408

Tables EDIDC & EDIDS should be helpful.

Regards

Vinod

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,408

If we have standard transactions available why go for a custom report ?