‎2009 Jul 04 2:50 PM
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
‎2009 Jul 06 10:17 AM
Hiii
To post the IDOC 'MASTER_IDOC_DISTRIBUTE' function module is used..
Hope, it will help u..
Thanks & Regards,
Poonam.
‎2009 Jul 04 7:34 PM
Hi,
Check the FM 'IDOC_STATUS_WRITE_TO_DATABASE' which changes the status of the IDOC.
‎2009 Jul 05 7:17 PM
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.
‎2009 Jul 06 10:17 AM
Hiii
To post the IDOC 'MASTER_IDOC_DISTRIBUTE' function module is used..
Hope, it will help u..
Thanks & Regards,
Poonam.
‎2009 Jul 25 4:30 PM
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
‎2011 Oct 11 2:02 AM