‎2008 May 15 10:50 PM
Hi ,
I have a z FM which is getting triggered whenver an idoc is posted into the system. In this function module I want to know whether some user has reprocessed the idoc or it has arrived now from other system. Is there any way to figure this out?
Thanks,
Rahul
‎2008 May 15 10:55 PM
Hi Rahul,
You can goto WE02 and check whether there had been any recent idocs with the particular IDOC TYPE that is specified in FM.
Do check for Inbound idocs.
‎2008 May 15 10:57 PM
Hi Raj,
Thanks for ur reply. I want to know this in code at runtime. Is there any way to figure this out.
Thanks,'
Rahul
‎2008 May 15 11:06 PM
Hello Rahul
It is likely that reprocessed IDocs have different status then those which are directly coming from a remote system.
Call area menu WEDI and check the list of available status in WE47. The following ones might be relevant for you:
33 Original of an IDoc which was edited
42 IDoc was created by test transaction
70 Original of an IDoc which was editedRegards
Uwe
‎2008 May 16 1:26 AM