cancel
Showing results for 
Search instead for 
Did you mean: 

Program for processing a directory of IDOCs

Former Member
0 Kudos

Is there a program/function module for processing a complete directory of IDOCs?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I wrote a custom program that gets the directory of files. It then passes them one at a time to the the IDOC_INBOUND_FROM_FILE.

The program also uses the stock SAP function modules EDI_PORT_READ and RZL_READ_DIR

As the files are read, I test the first line to make sure it is an IDOC.

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please use program RBDAPP01 to process inbound IDoc with status 64.

For processing IDoc file, you can use program RSEINB00.

Regards,

Ferry Lianto

Former Member
0 Kudos

Can RSEINB00 handle multiple files?

It seems that it only works with one, explicitly named file.

I'd like to find a program that would take an entire directory of files and turn them into IDOCs.

Former Member
0 Kudos

Hi

check this programs

Programs

RBDMIDOC – Creating IDoc Type from Change Pointers

<b>RSEOUT00 – Process all selected IDocs (EDI)</b>

RBDAPP01 - Inbound Processing of IDocs Ready for Transfer

RSARFCEX - Execute Calls Not Yet Executed

RBDMOIND - Status Conversion with Successful tRFC Execution

RBDMANIN - Start error handling for non-posted IDocs

RBDSTATE - Send Audit Confirmations

Regards

Anji

Former Member
0 Kudos

Thanks for replying.

I guess I should have been clearer in my question.

I'm looking for a program that processes a directory of inbound idocs.

I've used RSEOUT00 before. But, I don't know what an equivalent inbound program is.