cancel
Showing results for 
Search instead for 
Did you mean: 

How to transfer one file to multi sap with same IDOC Type?

Former Member
0 Kudos

Hi all!

I need your help..

My senario is tansfer one xml-file to multi-sap server

with same IDOC type.

IS it possible to transfer without BPM?

I think that the way not using bpm is impossble,

because the file is deleted by sender adapter.

If I'm using BPM, how to design?

I consider 'fork' or 'switch',

but, I guess,

Idoc is will be initialized by other branch at last step.

I hope good information.

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If you do not have to do the receiver determination, in ID receiver determination use multiple receivers. For this you do not have to use BPM.

You dont need to do multi mapping if the mapping is same for all.

If this is not the way you want, please elaborate the scenario.

regards

Shravan

Former Member
0 Kudos

when using multiple receivers in a receiver determination you will not need multi mapping. If the mapping is the same for each receiver you cn just create one mapping and use it in each interface determination or if the mapping differs per receiver create several mappings and use each in the according interface determination.

This is a rather straightforward scenario where we do not need BPM unless there are very special requirements which have not been mentioned in this thread so far.

Best regards

Christine

Answers (3)

Answers (3)

former_member187339
Active Contributor
0 Kudos

Hi

>>one xml-file to multi-sap server

with same IDOC type.

<b>BPM is needed</b> because you are going to import Idoc from different SAP systems.

Regards

Suraj

Message was edited by: S.R. Suraj

Former Member
0 Kudos

Hi,

you can create using BPM .

IR

---

you need to create source for one interface and trager for two differnent interfaces.

suppose if you are doing message mapping in message tab source is one interface targer is multiple interface..so that source can map multiple interfaces...

create the Interface mapping one source two are target interfaces.

Create the Integration proces...

First step is receive step next use the Transformation Step that means source message it will conver two targets...then use the Fork step Recever Determination step goes to the first Send step..

again drag the another receiver determination and use tge send step..close the FORK step.

regards,

venu.

Former Member
0 Kudos

Thaks for your help.

We use one-file & multi mapping & multi target sap,

(at target, use same idoc type like TPSDLS.TPSDLS01)

The way you sugggest is just for one-file, one-mapping.

Now, I try to design BPM with 'fork', be return the information 'at last step one idoc type is initialized by other idoc type'.

..

Former Member
0 Kudos

Hi,

You have one source and more than one target systems,

<i>If I'm using BPM, how to design?

I consider 'fork' or 'switch',

</i>

Did you see this,

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

Regards,

Anirban.