cancel
Showing results for 
Search instead for 
Did you mean: 

ABSTRACT INTERFACE

Former Member
0 Kudos

Hi,

I'm doing file to file scenario with BPM's ... in ABSTRACT INTEFACE wich message type we need to select.. Whether Sender Message type or Receiver message type.. which one we need to select..

and if i have <b>two sender files..</b> and <b>one reciver file</b>.. then how many message mappings and how many inteface mappings i need to create... in the BPM scenario

thansk

Babu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

<i>Whether Sender Message type or Receiver message type.</i>

Depends upon the step u r using. If u r using a receive step, then use message type of sender. Or in final send step, use message type of receiver

<i>how many message mappings and how many inteface mappings i need to create</i>

1 message mapping and 1 interface mapping

You see:

/people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

Former Member
0 Kudos

Hi,

SENDER SIDE I HAVE TWO FILES.... BUT I WANT TO MERGE THOSE TWO FILES.. AND I NEED TO SEND TO ONE RECEIVER..

THANKS

BABU

Former Member
0 Kudos

Yes. In ur case u need only one message mapping and one interface mapping

See this

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

Regards,

Shabari

Former Member
0 Kudos

i,

Seems you are having some problem.

The entire scenario goes lyk this. Do the process in the same sequence

<b>1st source sender</b>

Data type (1)

Message type(1)

Outbound message interface (category outbound, mode asynchronous)(1)

<b>Abstract</b> message interface (category abstract, mode asynchronous) (1)

<b>2nd source sender</b>

Data type (1)

Message type(1)

Outbound message interface (category outbound, mode asynchronous)(1)

<b>** Copy the message type to the 1st source</b>

<b>Receiver / target</b>

Data type (1)

Message type(1)

Outbound message interface (category outbound, mode asynchronous)(1)

<b>** Copy the message type to the 1st source.</b>

Back to <b>1st</b> source system

Abstract message interface (category abstract, mode asynchronous) (1)

<b>**<b>refering</b> to 2nd source message type that was copied to the first source.</b>

Abstract message interface (category abstract, mode asynchronous) (1)

<b>**refering to target message type that was copied to the 1st cource</b>Now totally you will have <b>3 abstract interfaces</b> in the <b>1st source system</b>.

Define <b>message mapping (n:1)</b> in the 1st source system. ( <b>between 1source message typ + 2nd copied source message type to target )</b>

Define <b>1 interface mapping</b> and specify the message mapping program. (2 source interfaces -> 1 target interface)

<b>Bpm</b>

<b>start -> rec 1 -> rec 2 -> transformation step -> send -> stop</b>

<b>rec1</b> -> refers to 1st source abstract interface

<b>rec2</b> -> refers to 2nd source abstract interface

<b>send</b> -> refers to target abstract interface

Give it a try. Any issues post bak

Cheers,

*RAJ*

Former Member
0 Kudos

ThankQ

Rajesh I also did the same way... but in the interface mapping i'm getting some warnings... if possible...can u provide mail id... for furthur contacts...

Thanks

Babu

Former Member
0 Kudos

I wanted to try this sceanrio myself and then let u knw but i dun have system access for nxt couple of days.Nywayz u an reach me at rajeshmanda@gmail.com .

<b>Cheers,

*RAJ*</b>

Answers (0)