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

Functon module that process the idocs

Former Member
0 Likes
941

Hi,

I want to know the function module that process the idocs from status 02,04,05,25 & 29 to 30 status.

The function module is available in the program RBDAGAIN.

But i am not able to identify the correct function module.

Help me out gurus!!!

Regards,

Raghavendraprasad.N

Hi,

I want to know the function module that process the idocs from status 02,04,05,25 & 29 to 30 status.

The function module is available in the program RBDAGAIN.

But i am not able to identify the correct function module.

Help me out gurus!!!

Regards,

Raghavendraprasad.N

6 REPLIES 6
Read only

Former Member
0 Likes
889

Hi,

1. Status 02 to 03 : RBDAGAIN

2. Status 30 to 03 : RSEOUT00

3. Status 29 : Problem in ale settings

Thanks,

Asit Purbey.

Read only

Former Member
0 Likes
889

FM IDOC_PROCESS_ERROR is called in Program RBDAGAIN, where the perform PERFORM IDOC_STATUS_RESET_ON_EDIT causes the status of the idoc to be changed depending on the processing status.

Hope it answers your query.

Regards,

Siddharth

Read only

Former Member
0 Likes
889

IDOC_PROCESS_ERROR n IDOC_OUTPUT_LIST these are only 2 called in RBDAGAIN.

The data processing function module can be seen in WE42,

Read only

Former Member
0 Likes
889

hi

Status : 30 - Data Ready for Despatch

Execute the program RSEOUT00 or use tcode BD87

to get status 03 from 30.

Status : 29 - Error in ALE Service ( check ur partner profile definition)

Execute the program RBDMOIND to get the status 12 from 03.

Regards

Read only

Former Member
0 Likes
889

Hello,

Refer the report RBDOUTPU.

This report is used to process all stauts in outbound side.

Regards

Arindam

Read only

Former Member
0 Likes
889

Hi,

Function module, INBOUND_IDOC_PROCESS starts the inbound processing of the ALE layer. For more details, check on the documentation of this FM.

~ Bineah.