cancel
Showing results for 
Search instead for 
Did you mean: 

IDXQUEUE entry

Former Member
0 Kudos

I needed to serialize idocs while they were sent from r3 to xi. It worked fine with me when i reffered to the blog.

and it worked fine.However i need to send the idoc with same message type with different values in mescod and mesfct to be routed to different queues. eg if message type = ZIDOC, mescod=aa and mesfct=bb then it must hit the queue zidocab, if mescod=ZIDOC , mescod=cc,mesfct=dd, it must hit the queue zidoccd. How should i make the table entry in idxqueue.

Please help.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Saswata

check this blog there you can use a function module for specifing the correct queue to use.

Kind regards

Jochen

Former Member
0 Kudos

Hi,

I am not sure about the t.code IDXQUEUE. I am on XI 3.0 and don't have access to it.

Have you tried using "Correlation", if it is a BPM scenario.

Regards,

sumant.

Former Member
0 Kudos

the table name is idxqueue. you can use se16 to view that.