‎2009 May 18 8:31 PM
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?
‎2009 May 18 9:46 PM
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
‎2009 May 18 9:46 PM
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
‎2009 May 18 11:12 PM
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