Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
STALANKI
Active Contributor

Introduction

The blog provides you the source code of the IDOC Error Segment Detail ALV Report that is a bit more friendlier than WE02 and less technical to the business users. It allows the business user to filter the IDOCS based on the IDOC segment values and allows him to choose the IDOC segment fields that he is interested to view in ALV output in one screen. It eliminates the need for the business team to drill down IDOC further to identify the IDOC data content.The tool will help them to resolve the data errors more quickly than before. Please refer the blog IDOC Error Segment Detail ALV Report for further details.

Source Code and Instructions

Step 1 : Create ABAP class ZCL_IDOC_DETAIL_REPORT in SE24 with the following methods and parameters.


  Method READ_IDOC_DATA Parameters

   Method READ_IDOC_METADATA Parameters

    Method CREATE_FIELD_CATALOG Parameters

Step 2 : Copy the ABAP source code snippet using the source code based editor. Please save and activate.    

Step 3: Create the text symbols in the ABAP class using SE24 as shown below.

 

Step 4:  Create the report ZIDOC_SEG_DETAIL_REPORT using the SE38 editor and copy the source code snippet. Please save and activate.

Step 5 : Create the selection texts and text symbols for the report ZIDOC_SEG_DETAIL_REPORT using the SE38 editor as shown below.

 

7 Comments
ashutosh_mishra4
Participant
0 Kudos

Hi Sravya,

Thxks for the document!!! This is very Helpful report for IDOC .

STALANKI
Active Contributor
0 Kudos

Thanks.

0 Kudos
Hi Sravya,

I have developed the program and class as you showed but I am unable to get the output.

Could you please help me regarding this.

Unable to see the output.

 

Zwanai
Newcomer
Hi Sravya,

 

I been following your blog with regards to this contribution of yours, can you kindly share the code snippets for Step 2 and Step 4.

 

When one clicks the link its not available.

 

Thank you in advance.

 

Regards.
stephankalfon
Newcomer
0 Kudos
Hi Sraya,

i am also interested to check the code you have implemented as idoc report are very weak

thanks
Steentje
Explorer
0 Kudos
Hi Sravya,

it seems that the links http://wiki.sdn.sap.com/wiki/display/Snippets/Business+Friendly+IDOC+Segment+Detail+ALV+Report+ABAP+...

are forwarding to SAP Samples · GitHub.

But i can not find the coding for ZCL_IDOC_DETAIL_REPORT here.

Any ideas?

Greetings,

Danny.
H_P
Discoverer
0 Kudos

Hello Sravya,

some days ago I found this great blog post of yours. As desribed by Danny above I am discovering the same problems.
I am trying to access your 'code snippet' which should be accessible under the following link:
http://wiki.sdn.sap.com/wiki/display/Snippets/Business+Friendly+IDOC+Segment+Detail+ALV+Report+ABAP+...
which is redirecting to a GitHub repo. But on GitHub repo I cannot find it.

Is there any chance that you will grant access to your code snippets for step 2 and 4 on different platform / link? 
It would be such a shame if this great work is gone and cannot help the community any longer.
Many thanks for checking and your support in advance.
warm regards,
Holger

Labels in this area