Creating Data Type & Message Type Artifacts
- What are the two methods to create data type and message type artifacts.
Prerequisites
- You have enabled the Cloud Integration capability of SAP Integration Suite and have subscribed to standard or above service plans.
- Configuring SAP Cloud Connector with on premise Enterprise Service Repository (ESR).
- Configure connection to ESR.
Data types (DT) and Message Type (MT) artifacts that historically were available in on premise PI/PO are now available in SAP Integration Suite’s Cloud Integration capability (version 6.40 and above). It gives you the opportunity to:
- Re-use your PI/PO Datatype and Message type artifacts into your integration flows via import.
- Create new data type and message type artifacts.
Data Type is an object, containing the structure of data that defines the message. A message type comprises a data type that describes the structure of a message. For technical reasons, a data type alone is not sufficient to describe the instance of a message. Data types are defined in XML Schema as abstract types that aren’t yet tied to an element. You can only describe an instance of a message when you’ve specified a data type. Therefore, a message type defines the root element of a message.
This message type is further consumed in message mappings, which we will learn later in next tutorials.










