cancel
Showing results for 
Search instead for 
Did you mean: 

Split the record without Multimapping & BPM in PI7.31

Former Member
0 Kudos

Hi team,

We have a requirement as below:

1) Input Source Enterprise Service contains multiple records.

2) But Output File should have only one record in a file. Means if there are 100 records in the source ES, that there should be 100 output files.

3) Receiver is JMS Adapter.

We are trying to do this without multi-mapping.

Is it possible to do in SAP PI 7.31. Please help me.

Thanks,

Rahul

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member201264
Active Contributor
0 Kudos

Hi Rahul,

You use 0-unbound occurance in Messages tab in Mapping and use removeContext and splitbyvalue with each value.

See the link below discussion answered already.

Multi-Mapping without BPM (Multiples IDoc To one EDI output?)

Regards,

Sreeni.

Former Member
0 Kudos

I think... using extended receiver determination in ICO is not possible in SAP PI7.31

nabendu_sen
Active Contributor
0 Kudos

Hi Rahul,

You need to change the occurrence of the Target Message in Signature tab as 1. Also the MT of the target should have 1:1 occurrence.

Source MT (0--Unbounded) --> removeContext --> SplitbyValue --> TargetMT (1 --1)

As you are not using multiple Message Types / Service Interfaces, you should not need Enhanced Interface Determination.