cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduling of inbound idocs

Former Member
0 Kudos

Dear All ,

I have requirement like this :

In <b>FILE-XI-IDOC scenario</b> , I have to post IDOC in SAP based movement type . For example if there are 10 files then it should be posted in SAP as IDOC on the basis of movement types in particular orders . If any any IDOC is not posted successfully then other IDOC should not be posted in SAP .

Its basically requirement related to scheduling of inbound IDOCs .

Can anybody suggest how to approach in this case .

Thanks & Regards

Prabhat

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You could do ur scenario using a simple BPM. here is a 10000 foot level design

1. Recieve step

2. Collect step

collect all the files

3. For each of the collected files do a send step

(IDOC to sap)

this way the order is preseverd and if one step fails, it will not let other idocs to be posted.

cheers,

naveen

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Prabhat,

Select the option Trigger by Background Program in Tcode WE20 where you are maintaining Partner Profile.

Run Prgram RBDAPP01 to process Idoc in Background.

Hope it Helps.

Thanks,

Rekha

Former Member
0 Kudos

Dear Rekha,

Thanks for your input but my requirement is something different ,In <b>FILE-XI-IDOC scenario</b> ,There will be different xml files based on diffrent movement types and IDOCs will be posted on the basis of Movement types.If any IDOC with one movement type is not posted into SAP then IDOCs with other movement types should not be posted into SAP .

Note : <b>I am using one IDOC and and there is different xml files , the structure of all the xml files is same only difference is the movement types .So I am not using BPM scenario in this case .</b>

Keeping the movement types in mind , can anybody suggest the solution for Inbound IDOC scheduling .

Thanks & Regards

Prabhat

Former Member
0 Kudos

Dear All ,

plz help me for scenario I have discussed.

Note : I am not using BPM as it is not required in our case .

Thanks in advance

Regards

Prabhat

Former Member
0 Kudos

You are going to have to use a BPM to collect all the messages then send them to SAP and check the reponse. Note that XI will not know if the IDoc has actually posted in SAP.

Martin