cancel
Showing results for 
Search instead for 
Did you mean: 

Multi mapping without BPM in File to Idoc scenario in PI 7.3

Former Member
0 Kudos

Hi All,

I  have to develop a scenario of File to Idoc.

I have a flat file(source) ....... after validating the file at PI I have to write the error data in file format and correct data will be posted through Idoc(Receiver).

Is multi mapping without BPM in PI 7.3 in this sceario possible?.........If possible then please explain the process.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ashmita,

It's possible without BPM.

1. Create 1 outound Interface and 1 inbound interface and import ur inbound idoc

2. Create 2 message mappings

MM-FileToFile

MM-FileToIdoc

3. Create 2 Operation Mappings.

In Configuration put the condition in the Receiver Determination to split the data to different systems.

Thanks,

Satish.

Former Member
0 Kudos

Hi Ashmita,

We can do your scenario without using BPM with two Mapping programs.below are the conditions to use without BPM scenarios.

 

1.Multimapping without BPM is possible if you have SP14.

2.Multimapping without BPM is possible only for 1:N scenario.

3. For N: 1scenario you have to use BPM.

4.Multimapping without BPM is possible ONLY for those adapters,which resides in the Java Stack.

Regads,

Ramana

former_member181985
Active Contributor
0 Kudos

Hi,

You can do this with normal split scenario with two mapping programs. One for error data, the second for successful data.

Regards,

Praveen Gujjeti