cancel
Showing results for 
Search instead for 
Did you mean: 

Information

Former Member
0 Kudos

Hi All,

Can u just tell me why we use Technical System & Business System in SLD

what is the Context Objects in IR

Thanks

Anushree

Accepted Solutions (1)

Accepted Solutions (1)

former_member184619
Active Contributor
0 Kudos

Hi Anushree,

Techincal System are the Physical system that we are going to use in our scenario and Business System is the logical name given to them.

Just check these links

Technical System

http://help.sap.com/saphelp_nw2004s/helpdata/en/24/8fa93e08503614e10000000a114084/frameset.htm

Business System

http://help.sap.com/saphelp_nw2004s/helpdata/en/42/c817d9d2296bb2e10000000a1553f6/frameset.htm

Sachin

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Anushree,

one question per posting, plz chk out "Rules of Engagement" home page.

Well..Coming to your query..

Context objects are a simple alternative to XPath expressions for accessing the contents of a messagein Runtime. This will be used create in IR, and refer in Message Interface, In ID we will define where it is to be used , Based on this runtime value we can route the message processing.

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

Details:

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

<i>to add....for your doubts in TS and BS, chk out this threads:</i>

Technical System refers to a physical system. Business System refers to a logical system. One physical system could have several logical systems, as explained below.

Technical systems are application systems that are installed in your system landscape. An example of an application system is a Customer Relationship Management (CRM) server

Details:

http://help.sap.com/saphelp_nw04s/helpdata/en/10/8b9c4f1c79024595308d2f4a779c5e/frameset.htm

Business systems are logical systems, which function as senders or receivers within XI. Business systems can be SAP systems or third-party systems.

In general if we know all the details of the system we will declare in SLD with all particulars based on the Technical system

Deials:

http://help.sap.com/saphelp_nw2004s/helpdata/en/42/c817d9d2296bb2e10000000a1553f6/frameset.htm

Hope this was helpful..

kanan

Former Member
0 Kudos

Hi

Thanx for the answer

Can u also tell me the process behind component monitoring,runtime monitoring

what is the process of any adapter?

Thanks

Shabarish_Nair
Active Contributor
0 Kudos

<i>what is the Context Objects in IR</i>

>>

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

in short it is nothing but defining your long xpath just as a variable like we do in any other programing language like say String A = "this is a context object" and we can use A at all places instead of using the whole "this is a context object"

Former Member
0 Kudos

Hi

What is the use of Context Objects in IR till now i havnt used it in any scenario

Thanks