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

Function Module to find outbound idoc

Vivekananda
Explorer
0 Likes
1,082

hello all,

My requirement is to create a custom report which will display list of idocs along with their processing status.

I have ECR number, idoc message types, receiving system name, material codes, documents name/verson, etc.

like we use tcode WE09, providing Receiving system name, search by field name: aennr with field value as the ECR number.

is there any fucntion module to find those same idocs generated by tcode we09, with the receiving system status from bd87?

I Know tables like EDIDC/DS/D4, to find idoc status, numbers etc. But, it will be a big help to me, if I can find a function module which can search idocs when I provide ECR number/DOCUMENT number.

Thanks in advance for your helps.

Regards,

Vivek

2 REPLIES 2
Read only

Former Member
0 Likes
714

Hi Vivek

A few years back I had a similar requirement, unfortunately had to code it all as custom. So I'm not sure there is anything available as standard.

Hopefully some folk from the rest of the community maybe able to provide some insights

Regards

Arden

Read only

0 Likes
714

Hello Arden,

I have used Submit Program for WE09 tcode, to trace the idocs by populating the search fields in this tcode, then I have used another function module to determine the patner idoc number and its idoc status.

Regards,
Vivek