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

How to process multiple IDOCs

Former Member
0 Likes
10,879

Hi All,

Using we19 I can process only 1 IDOC at a time. Is there a way where I can process more that 1 IDOCs in foreground?

Saurabh

Hi All,

Using we19 I can process only 1 IDOC at a time. Is there a way where I can process more that 1 IDOCs in foreground?

Saurabh

9 REPLIES 9
Read only

Former Member
0 Likes
4,680

hi

use bd87 to process multiple idocs

~linganna

Read only

Former Member
0 Likes
4,680

HI Saurabh,

from BD20 you can do that,

there you can maintain the packet size.

Thanks!

Read only

Former Member
4,680

Hi,

Use program RBDAPP01.

BR/Manas

Read only

Former Member
0 Likes
4,680

Hi,

Pls refer to the following link.

[Doc|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0bb0a9f-0980-2b10-2abb-bea522b38cb8]

Hope it will help you.

Regards

Natasha Garg

Read only

Former Member
0 Likes
4,680
Read only

Former Member
0 Likes
4,680

Hi Saurabh,

Is it Inbound or Outbound Idocs you are talking about?

Go to transaction SE38, and type RBD* and check the various programs for processing the Idocs.

Run them as foreground/background jobs and process the Idocs.

Thanks,

Babu Kilari

Read only

Former Member
0 Likes
4,680

Hi Joshi,

to Process Multiple idocs using Programm



* to Process multiple Outbound idocs use the Program

RSNAT00

* to Process multiple Inbound idocs use the Program

RBDAPP01 " Processes inbound IDOC's.  

*And some other programs to help in idoc processing
RSNAST00 Processes messages that has not bees sendt (processing <> immediate) 
RSNASTED Program, som kaldes fra Output Message Control ved "udskrift" af ordrer m.v. Indeholder 2 entry points: EDI_PROCESSING og ALE_PROCESSING. Herfra kaldes det function module, som er tildelt via partner profilen og process koden. 
RBDMIDOC Generates IDOC's from change pointers (You can also use transaction BD21) 
RSEOUT00 Processes outbound IDOC's with status 30, ( IDOC's mass processing) 
RBDAPP01 Processes inbound IDOC's.  
RSECHK07 Check if partner profiler is valid 

Read only

soumya_jose3
Active Contributor
0 Likes
4,680

Hi Saurabh,

Go to BD87 and display the idocs of a particular message type or for a particular selection period.

Select the message type you want to process and click on 'Process' (F8).

The idocs selected will be processed.

Regards,

Soumya.

Read only

Former Member
0 Likes
4,680

thx