‎2015 Feb 13 5:06 AM
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
‎2015 Feb 13 5:13 AM
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
‎2015 Mar 13 1:01 PM
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