Application Development 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: 

Stop Inbound IDOC's from being created

Former Member
0 Kudos

I want to stop inbound IDOC's for a particular partner (type LS) from being created in our R/3 system. Is there a way to do this? I am aware these can be stopped in the middleware, but this is not possible in our case.  I am also aware that I can stop these IDOC's from being processed via the partner profile, however, there will be a huge number of useless IDOC's that will be created in our system and I want to avoid that.

Hence, I do not want the inbound IDOC's to be created in the first place even though they are transmitted to SAP. Is this possible?

Any inputs will be highly appreciated.

Thanks,

Raghu.

3 REPLIES 3

former_member202771
Contributor
0 Kudos

Hi Satwik,

We can block the queue by checking the queue name in SMQR and de-registering it.

Thanks,

Anil

0 Kudos

Hi Anil,

How can I block the queue only for one partner and not for others? I want the filter to be based on partner number (Partner type LS).

Thanks for your help,

Raghu.

0 Kudos

Hi Satwik,

Choose Idoc in WE02.

Get port name, Then in WE21 get RFC name.

Go to transaction SMQS - Here we can block this RFC instead of blocking the queue.

Thanks,

Anil