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 Queue

Former Member
0 Likes
1,519

I have to write a program that can be run as a batch job. The program

must retrieve from an inbound queue all Idocs of a particular type and process

them accordingly.

I understand how to configure a custom function within my program to process

the Idocs, but do not know how to access the indound Idoc queues and retrieve the

Idoc records I need to work with.

Are the any SAP-provided functions that I can use?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
894

cant you use standard RBDAPP01 to process the serialized idocs ?

if you are lookign to process IDOCs from a Queue you can use standard FM IDOC_INBOUND_IN_QUEUE

2 REPLIES 2
Read only

Former Member
0 Likes
895

cant you use standard RBDAPP01 to process the serialized idocs ?

if you are lookign to process IDOCs from a Queue you can use standard FM IDOC_INBOUND_IN_QUEUE

Read only

mvoros
Active Contributor
0 Likes
894

Hi,

check program/transaction RBDAPP01. You can schedule this program to process selected IDocs in queue. So maybe you don't need to write your own report at all. Or at least you can see all FMs used in this program.

Cheers