cancel
Showing results for 
Search instead for 
Did you mean: 

Doubt About Context Object And Context Change

Former Member
0 Kudos

Hi Experts,

I want to Know About

1...Context Object

2...Context Change

Please Explain me inDetail.

Which We wil use in Which Situation

Regards

Khanna

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

ANS

former_member335553
Active Contributor
0 Kudos

Hi

Context Objects are nothing but a variable for your XPATH's

In runtime in XI quite often we use the XPATH of your XML strucutre to determine some condition ect. This can be difficult if you need to use this XPATH multiple times.

Assing the Context Object to the corresponding Message interface and then you can use it in Receiver determination conditions, Interface Determination conditions etc.

http://help.sap.com/saphelp_nw04/helpdata/en/d6/e44fcf98baa24a9686a7643a33f26f/frameset.htm

/people/prasadbabu.nemalikanti3/blog/2006/09/20/receiver-determination-based-on-the-payload-of-input-dataextended-xpathcontext-object

Former Member
0 Kudos

HI,

Context objects are a simple alternative to XPath expressions for accessing the contents of a message.

With context object we can access the content of the xml element of message in Runtime.

See the below links

http://help.sap.com/saphelp_nw2004s/helpdata/en/d6/e44fcf98baa24a9686a7643a33f26f/content.htm

Send Context of ccBPM

Regards

Chilla