cancel
Showing results for 
Search instead for 
Did you mean: 

Steps to define context object (Multiple receivers scenario)

Former Member
0 Kudos

please provide me the steps to create context object and how to write the condition in Receiver determination for 2 receivers.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Bharath,

is your problem solved??

If not,

a context object is used to create a reference to a field in the message structure.

steps for creating it:

1. create a new context object and activate it

2 Go to the interface of the message u want to refer.

3. there u can find the tab context objects...there you can refer the created context object to the field you like to refer.

4.activate the interface.

now when you specify the condition at Interface determination/ reciever determination as follows:

there are two ways to specify the condition

1) XPATH 2) context objects

when you check the radio button context object,

you can find the object you created at IR. Then you can give the conditoin that you want to specify to the field so that your message will go to that business system/service only.

hope i m clear.

Regards,

Pavani

Answers (2)

Answers (2)

Shabarish_Nair
Active Contributor
0 Kudos

context object - http://help.sap.com/saphelp_nw04/helpdata/en/d6/e44fcf98baa24a9686a7643a33f26f/content.htm

go to your mesg. interface and assign your context object there.

Also to use conditions in RD,

/people/shabarish.vijayakumar/blog/2006/06/07/customise-your-xpath-expressions-in-receiver-determination

/people/shabarish.vijayakumar/blog/2005/08/03/xpath-to-show-the-path-multiple-receivers

those blogs should help you.

Former Member
0 Kudos

Please have a look at the below blog

/people/shabarish.vijayakumar/blog/2005/08/03/xpath-to-show-the-path-multiple-receivers

Thanx

Aamir