Show TOC

Chem eStandards Message Representation in SAP NetWeaverLocate this document in the navigation structure

Chem eStandards action messages are created in the Enterprise Services Repository.

An PI message that is forwarded as a Chem eStandards action message must be compatible with the service interfaces of the CIDX standard content in the Enterprise Services Repository.

The definition of the namespace and the interface name in the Repository must correspond to a Chem eStandards business transaction.

  • Interface namespace : http://sap.com/xi/CIDX/<Version>

    <Version> is the version of the Chem eStandard, for example 30.

  • Interface name :<Requesting message>

    <Requesting message> is the name of the Chem eStandards Business Transaction.

    When creating the message in the Enterprise Services Repository, leave out the blank, for example OrderCreate.

Naming is runtime-relevant. The CIDX adapter determines the namespace and the interface name of an incoming CIDX action message based on the header fields of the RNIF 1.1 protocol service header. The adapter creates the name according to the above-mentioned rules, as follows:

<Version>:= /ServiceHeader/ProcessControl/ProcessIdentity/VersionIdentifier

<Requesting Message > := /ServiceHeader/…/ActionControl/ActionIdentity/GlobalBusinessActionCode

In Chem eStandards V3.0 the "Order Create" process encompasses an "OrderCreate" action message. This corresponds to the abstract service interface:

http:://sap.com/xi/CIDX/30, OrderCreate.