cancel
Showing results for 
Search instead for 
Did you mean: 

How to stop the duplicate idoc processing ? whar need to done SAP R/3

Former Member
0 Kudos

Hi All

If the Same Idoc is processed to SAP R/3 then what to do for not processing

the duplicate IDOC ?

Or some thing like this...

If by mistake same idoc processed then how to avoid to process the idoc?

what i need to in SAP R/3 side?

Regards

Kiran lvs

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

What Idoc you are using..

Becoz, as above answers , with we19 , manual test, you can send the same data as number of times..right?

For example. if you are using the Material Master , and posting the material info , you can check the data uniqueness at database ,level , so that same material cannot be posted again..

similarly you can do this type of functionality ..

Regards

Chilla..

prabhu_s2
Active Contributor
0 Kudos

you can check if the same data is avaiable in r3 by taking the key values from the idoc strucutre and quering into respective r3 tables.

bhavesh_kantilal
Active Contributor
0 Kudos

Kiran,

Can you give more details?

How and What is XI doing here etc etc?

Regards

Bhavesh

Former Member
0 Kudos

Hi

some thing like this:Using T.code: we19 ...Idoc processed a day ago

today by using the same t.code we19 ..processed the

same idoc, what i sent a day ago.

Here how to stop this duplicate processing ?

I hope this is clear...else pl put a note

regards

Kiran lvs

bhavesh_kantilal
Active Contributor
0 Kudos

Kiran,

We19 is used to manually triggr Idoc's. If you are going to trigger Idoc's manually, then it is upto you to make sure that the Idoc is not a duplicated idoc.

Regards

Bhavesh

Former Member
0 Kudos

Hi

If automatically done by using the same idoc then what to be done ?

Is there any process to set ...stoping the duplicate processing?

Regards

Kiran

prabhu_s2
Active Contributor
0 Kudos

you can also control this in coding. check if the record already exits by quering into the respective table. say if it is a material master check if the same exists in the r/3 (mara) & also the idoc control strucutre will have the f/n code to it. with the help of it (insert/update/delete) you can have ur requirement satisfied.