cancel
Showing results for 
Search instead for 
Did you mean: 

About Interface objects in Integration Repository

Former Member
0 Kudos

Hi All,

I want to know details about Data type enhancements & Context objects in Interface Objects.Please help me.

Thanks,

GOPI.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member182455
Active Contributor
0 Kudos

hi,

Context object : It is something like a pointer , this will be there in IR . in IR right click on context object and give name and variable Ext.

if you want store the date in diff regional servers we will use context object.

context object like X-path exception.

Data type Enhancements.

With new SAP applications we get many standard proxy interfaces. These may not always suit all our needs. They may include too many fields or they may not include some additional fields that we need to pass along with the standard message

to enable developers to add some additional fields to standard SAP messages

SAP developed a concept of Data Type Enhancements.

for data types enhancements:

http://help.sap.com/saphelp_nw04/helpdata/en/a8/bfc6373c8fea43bdb3541535bcbd43/content.htm

regards

srinivasreddy

Former Member
0 Kudos

Hi Gopikishor,

_Context objects:_ Its nothing but to access a element payload of the message,in Simple terms, X-Path expressions in the repoistery..

Deeply Nested elements in the Message structure.

Ex:

<Header>

<PurchaseOrgData>

<Sender>

<PurchaseData> Goods</PurchaseData>

</Sender>

</PurchaseOrgData>

</Header>

Define X-path for the above structure: \Header\PurchaseOrgData\Sender\PurchaseData\

Once we can define the "Context Objects" we can use following situations..

1) Receiver Determination: During the Receiver Condition in the Integration directory,

2) Integration Process: During the processing business process depends upon content of message.

Datatype Enhancement:

http://help.sap.com/saphelp_nw04/helpdata/en/a5/04623c4f69b712e10000000a114084/frameset.htm.

Regards,

Sateesh N.

MichalKrawczyk
Active Contributor
0 Kudos

hi,

for: Context Objects

this is more then enough:

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

for data types enhancements:

http://help.sap.com/saphelp_nw04/helpdata/en/a8/bfc6373c8fea43bdb3541535bcbd43/content.htm

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>