This lesson introduces you to the technical aspects of connecting your Universal Mode environment with OData service.
In Manage Connections Applications, we must create a connection to OData Service. This type of connection allows you to integrate an OData service, such as SAP PaPM Cloud Standard Model to Universal Model or SAP S/4HANA.
To pull in data using an OData connection, the next options must be enabled:
- Environment: The environment where the connection is created. Choosing the linked environment ID directs you to the environment's General Information screen.
- Connection*: Composed of up to 10 characters of capital letters and numbers with no space in between, such as CONNODTA.
- Description*: Composed of a text with up to 200 characters that often provides connection information, such as Connection to Remote OData.
- Connection Target Type: A read-only field providing connection target type information.
- Model Filter: Used to filter out the models coming from the target to the ones which match the expression (pattern). Supports JavaScript regular expressions.
- Destination Name: Lists all HTTP type destinations from the SAP BTP subaccount.
- Service Path: Path which indicates the specific location of the service to be used. It is appended to the base URL from the created destination in SAP BTP forming the complete service URL. Query options such as question marks are not allowed.
- Parent Folder: Select a folder function (created in the same environment as the OData Service connection) from the dropdown list. Once set, all models synced from the connection to the environment have this folder as parent so that you do not need to maintain them manually one by one in the environment.
- Default Key Field: Existing environment field of data type String or UUID created by the user and not registered from a different connection. If the service does not contain any unique key or contains a key that does not use the mentioned data types, the Default Key Field is added to the connection model fields and serves as its key. The system converts all other fields that were marked as keys in the service definition and do not have an allowed data type to alternative keys of the model.
After you filled in the data and created a connection, the system automatically consumes data available in the OData service.
If you don’t want to consume all these tables, you can click on edit in the right top corner and select only those tables which are relevant for you.






