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

Function module to post the idocs

Former Member
0 Likes
1,488

Hi,

I want to post the idocs from 30 status to 03 status. I know that the program "RSEOUT00" does it.

Can any one, tell me which function module in the program "RSEOUT00" changes the idoc staus from 30 to 03 status.

Also i will be happy, if you ABAP gurus tell me the process finding funcction modules and find the purpose od an function modules and where we can see the list of function modules etc.

Regards,

Raghavendraprasad.N

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,152

Hiii

To post the IDOC 'MASTER_IDOC_DISTRIBUTE' function module is used..

Hope, it will help u..

Thanks & Regards,

Poonam.

5 REPLIES 5
Read only

Former Member
0 Likes
1,152

Hi,

Check the FM 'IDOC_STATUS_WRITE_TO_DATABASE' which changes the status of the IDOC.

Read only

0 Likes
1,152

Hi,

Idoc status 30 is error status(mostly data problem like material xxxxxxxxxx is getting processed by other users ), so our concern is not only to change the status of idoc, first get all the data in idoc to be transferd to receiver system then change the status to 03 (idoc ready to transfer to port) and for this purpose we are using program RSEOUT00.

If you want to see all function module related to idocs responsible for generation and posting of idocs then check transaction WE64.

Thanks,

Asit Purbey.

Read only

Former Member
0 Likes
1,153

Hiii

To post the IDOC 'MASTER_IDOC_DISTRIBUTE' function module is used..

Hope, it will help u..

Thanks & Regards,

Poonam.

Read only

Former Member
0 Likes
1,152

Hi,

You can use FM "EDI_DOCUMENT_DEQUE_LATER".

This FM needs to be called after MASTER_IDOC_DISTRIBUTE.

So the IDOC will be in status "03" directly.

Hope this helpful

Read only

Former Member
0 Likes
1,152

Answered