cancel
Showing results for 
Search instead for 
Did you mean: 

two sender files to one reciever BAPI without BPMs

Former Member
0 Kudos

hi.

i am having one doubt like.

here i am deling with two sender data types of same structure to one reciever BAPI.

I.e i have to send data from two diferent senders with same structure to ONE bapi.

here how may datatypes i have to create in design and how i should configure in directory to acive this scenario.

waiting for u r response.

bye.

regards.

seeta ram.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Seeta Ram,

I am not clear about your doubt.

Well, is it like, you have 2 sender systems A & B and one target system C.

Case1 you get data from A and that is used to call a BAPI in C.

Case2 you get data from B and that is used to call a BAPI in C.

Case3 or you need to club the messages from A & B and then call that BAPI?

In case 1 & 2, you need to define 1 data type for request, 1 message type for req

and and one message interface for req and another for response in IR.

In ID you have one sender agreement, 2 recvr and 2 interface determinations and 2 rcvr agreeements..

In Case 3 you nee to go for BPM. I mean if you want to create the request message for BAPI from messages from A&B, you can not avoid BPM.

Regards

Pushkar

prateek
Active Contributor
0 Kudos

Hi Seeta Ram

<i>here i am deling with two sender data types of same structure</i>

Only 1 datatype for it. Create 2 outbound unterfaces

<i>ONE bapi.</i>

u should import the structure. No need to create message interface

<i> how i should configure in directory to acive this scenario.</i>

Since it is N:1 scenario, u should go for BPM

/people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm

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

Regards,

Prateek

Former Member
0 Kudos

Hi,

here we can create one data type and one message type ,but diff MI need to create.

and i hope we need to use BPM , to correlate the two messages.

We have similar kind of BPM pattern collect messages based on time,message / message count.. see the BPM pattern you will get an idea

http://help.sap.com/saphelp_nw04/helpdata/en/0e/56373f7853494fe10000000a114084/content.htm

Regards

Chilla