cancel
Showing results for 
Search instead for 
Did you mean: 

Need your inputs to design the Interface

Former Member
0 Kudos

Hi Experts,

I need u r inputs for designing a scenario

I am getting a file from 3rd party system in that file

Condition 1) it may have Sales order number then it should trigger one BAPI

2) It may not have Sales Order Number then it should trigger another BAPI

3) Now i should send the response of either of the BAPI and the file fields to IDOC.

Suggest me the design whether to go for BPM or not?

Thanks in Advance

Regards

Praveen.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Since you need to handle the BAPI response and send the source content and BAPI response content to IDOC, you will need a BPM in XI to handle it.

If both you BAPI and IDOC exist in same SAP system, in that case i would suggest use of ABAP Proxy for sucha scenario as it would remove the hassle of using a BPM and making synchronous RFC calls from XI.

Please let me know in case you would like to discuss further this design or BPM steps involved (in case you are going for BPM).

Regards,

Anurag Mahendru.

prateek
Active Contributor
0 Kudos

BPM is required in ur scenario.

Steps could be

1. receive

2. Fork step to trigger any of the two RFCs based on some condition

3. send async idoc step

Regards,

Prateek

Former Member
0 Kudos

Prateek,

I need to validate the BAPI Response in both the conditions once i receive the response before trigerring IDOC.

How can i achieve this.

Along with the response i also need to send the Fields in the file.

Thanks

Praveen

prateek
Active Contributor
0 Kudos

I need to validate the BAPI Response

How exactly do u want to validate? And based on that validation what do u want to perform

Along with the response i also need to send the Fields in the file.

Use one more send step

Regards,

Prateek

Former Member
0 Kudos

Hi,

you can use BOTH ways .....!!!

/people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure

/people/narendra.jain/blog/2005/12/30/various-multi-mappings-and-optimizing-their-implementation-in-integration-processes-bpm-in-xi

Regards

Former Member
0 Kudos

Can u list the steps involved when we r not designing the BPM