cancel
Showing results for 
Search instead for 
Did you mean: 

How to control multiple interface idoc posting

former_member568822
Active Participant
0 Kudos

Hi experts,

     Currently we have multiple interface file to idoc and wish to control the posting by posting. Any idea that we can control the multiple interface posting follow sequence and continue only if the interface before was posted successfully? Can it be done using ccBPM? Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

anupam_ghosh2
Active Contributor
0 Kudos

Hi fc GAN,

                could you please explain with an example your requirement.

Regards

Anupam

former_member568822
Active Participant
0 Kudos

Hi,

Thanks for reply. Currently we have few file to IDoc scenario, what we want to achieve is after IDocs from file1 created successfully then only we process to file2. Each file may have multiple IDoc and we have to make sure IDoc of file1 created successfully in ECC.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>Can it be done using ccBPM? Thanks.

don't know if I get the scenario but you cna always use queueing in the IDOC adapter

so the messages will be delivered to SAP backend in the correct order - but this is not a very good practice

the better way is to use acknowledgments - don't send the second idoc if you did not reiceve the response (ack) for the first one - but it all depends on how your systems can be configured (and how configures them too),

ccBPM is the worst way but it can also be used for that - but it should not be used for perf reasons and compatibility (with BPM),

Regards,

Michal Krawczyk