cancel
Showing results for 
Search instead for 
Did you mean: 

Interface Determination Based on Lookup Result

Former Member
0 Kudos

Hi, all:

We have scenario, JMS -> PI -> IDOC on PI 7.11

The receiver side has four types IDOCs that need to be determined on runtime, sometimes no IDOC generated, and sometimes Four IDOC are all generated.

The condition of determing which IDOC or IDOCs need to be generated is based on combination of the incoming payload and JDBC lookup result.

First, I am thinking a way without using BPM, using build-in context object

Snce interface determination step is executed before mapping step, whatever I set in mapping program (based on lookup result), can not be used in conditinal interface determination, this is only my point.

Anyone has idea about this.

Thanks

Liang

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you can try with a multimapping scenario based on the split pattern.

In this way you are able to create the message mapping with the lookup logic and you will generate the right idoc as target.

Here the details:

http://help.sap.com/saphelp_nwpi711/helpdata/en/48/cf944768583172e10000000a42189b/frameset.htm

Francesco

Former Member
0 Kudos

Good idea, and I really forget that I did this before.

Liang

Answers (0)