cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC Interface to be indentified by Document Type for ORDERS05

Former Member
0 Kudos

Hi All,

I have two interfaces for Purchase orders and RFQ , where it is indentifed by Document Type , i dont know where to identify it , casue both my interface will be using same ORDERS05 , , if my ORDERS05 had document type = 'AN ' it is RFQ and if document type = 'NB', please help me in solving this

Thanking you

Sridhar

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi Sridhar,

you can use XPath conditions (like if //myXMLstructure/myXMLfield eq 'NB' then ...) for both Receier Determination and Interface Determination.

Regards,

Udo

Former Member
0 Kudos

yes thank you , hope i can even use Context object or X path , i dont know both of them , which will be effective and easy to use

correct me if i wrong

Thanking you

Sridhar

Shabarish_Nair
Active Contributor
0 Kudos

>

> yes thank you , hope i can even use Context object or X path , i dont know both of them , which will be effective and easy to use

> correct me if i wrong

> Thanking you

> Sridhar

context object is nothing but a simple representation of XPATH.

In your case as mentioned earlier go for xpath in the condition editor and achieve your result.

a ref:

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

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

Answers (0)