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 inbound processing

Former Member
0 Likes
389

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

4 REPLIES 4
Read only

Former Member
0 Likes
370

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.

Read only

0 Likes
370

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

Read only

uwe_schieferstein
Active Contributor
0 Likes
370

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 edited

Regards

Uwe

Read only

Former Member
0 Likes
370

check BD87 also if there is any options.

RamaKrishna C