Namespace: com.sap.vocabularies.DataIntegration.v1
Terms for Data Integration
Term | Type | Description |
---|---|---|
Extractable | Boolean | Defines if entity set is extractable |
OriginalDataType | String | Original data type of the annotated property in its source system (Example) The provider of an OData service maps its local type definitions to Edm types. Sometimes, specific type information is lost. This additional annotation gives the consumer hints about the type original type definition. |
OriginalName | String | Original name of the annotated model element in its source model (Example) The provider of an OData service maps its local names to Edm identifiers, which may require removing or replacing characters that are not allowed. |
ConversionExit | String | Identifier that describes the special output conversion of the annotated property in the source system (Example) The provider of an OData service maps its local type definitions to Edm types. Sometimes, specific type information is lost. This additional annotation gives the consumer hints about the type original type definition. |
SourceSystem | String | Identifier that classifies the type of the source system The original type name used in annotation OriginalDataType depend are specific to different source system. Sourc system type ABAP uses other type names as source system type HANA. |
DeltaMethod | DeltaMethodType | Defines which delta method the entity set supports. Only evaluated if Capabilities.ChangeTracking/Supported is true |
Flag Member | Value | Description |
---|---|---|
INSERT | 1 | Delta is supported for inserts |
UPDATE | 2 | Delta is supported for updates |
DELETE | 4 | Delta is supported for deletes |