cancel
Showing results for 
Search instead for 
Did you mean: 

Regd:Control of IDocs from SAP

Former Member
0 Kudos

Hello Experts,

We have a scenario where we have implemted change pointers for Material Master.

When a mass change happens thousands of IDOCs(2000-5000)gets generated and they are sent to XI from where we sent to another 3rd party system.

Can some one suggest me the best possible way to control these IDocs in controlled number either in SAP or in XI.

Thanks in advance.

RGds,

Vasanth.

Accepted Solutions (1)

Accepted Solutions (1)

former_member859847
Active Contributor
0 Kudos

Hi vasantha kumar,

use t.code bd22 for deletion of change pointers.

or make u r file adapter to be inactive first,then it will

not place file in 3rd party leagcy system.

regards

maheswara.

Former Member
0 Kudos

Interesting..you got my query in another way..

I do believe the below idea may work:

I assume we have a functionality where by we could set the priority to the queues so that whenever some new messages other than MATMAS arrives in XI during MATMAS IDocs processing, the system will stop processing the MATMAS and process the newly arrived non-MATMAS messages.

If the above idea is possible then how to i do it or what other options available to achieve the same kind of functionality.....

Thanks in advance.

RGds,

Vasanth.

nisarkhan_n
Active Contributor
0 Kudos

Vasanth

That is called as Queue protorization which we do it in SXMB_ADM

here are the details:

Queue Proritization in SXMB_ADM:

With the help of the Queue Prioritization you can pick important messages and push them to queue XBT1 which is reserved for these selected messages.

Usually the messages are picked when they enter the XI Server in the inboundprocessing. You can use the Queue Prioritization also on:

• the XI Server Outboundprocessing

• a proxy sender application system

• a proxy receiver application system

In the next chapter we will describe the possibilities on the XI Server for inbound and

afterwards for outboundprocesing.

How to do this use this links:

Check out these links on how to perform it Queue Prioritazation:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20bb9649-e86e-2910-7aa9-88ed4972...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/59e837d3-0201-0010-c096-dc186973...

http://help.sap.com/saphelp_nw04s/helpdata/en/04/827440c36ed562e10000000a155106/frameset.htm

Also you can do the queue tuning paramters:

/people/sunil.ojha5/blog/2008/02/20/rfc-quota-part-3

in thischeck EO_INbound_TO_Outbound it might be helpull

Edited by: Nisar Khan on Feb 27, 2008 7:45 PM

Answers (0)