Show TOC Start of Content Area

Background documentation Service Interface Naming, RNIF 2.0  Locate the document in its SAP Library structure

RosettaNet action messages are created in the Enterprise Services Repository.

The conventions for the interface name and the interface namespace must comply with the following rules:

      Namespace of the interface

       Regular interface namespace

http://sap.com/xi/RosettaNet/PIP <PIP Code>_<PIP Version Identifier>

       Alternative interface namespace

http://sap.com/xi/RosettaNet/<PIP Version Identifier>

      Interface name: <Business Action Code>

The rule for interface names and namespaces is relevant at runtime. The RNIF adapter determines the namespace name and interface name of an outbound PI message corresponding to an inbound RosettaNet action message sent by the partner, based on the selected fields of the RNIF 2.0 protocol service header. The adapter then constructs the name according to the above-mentioned rules as follows:

<PIP Code> := /ServiceHeader/ProcessControl/pipCode/GlobalProcessIndicatorCode

<PIP Version Identifier> := /ServiceHeader/ProcessControl/pipVersion/VersionIdentifier

<Business Action Code> :=  /ServiceHeader/ProcessControl/ActivityControl/MessageControl/Manifest/ServiceContentControl/ActionIdentity/GlobalBusinessActionCode

 

End of Content Area