A_SITN2MBLINSTCE_SRV
Instance Service for mobile and FLP
A_SITN2MBLINSTCE_SRV is an OData service definition in SAP S/4HANA. It exposes 4 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (4)
| CDS View | Alias |
|---|---|
| A_Sitn2MblInstance | Instance |
| A_Sitn2MblInstanceText | InstanceText |
| A_Sitn2MblInstceAttribute | Attribute |
| A_Sitn2MblInstceAttribValue | AttributeValue |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| A_SITN2MBLINSTCE_V4 | ODATA | V4 | C1 | NOT_RELEASED | false |
Source
@EndUserText.label: 'Instance Service for mobile and FLP'
define service A_SITN2MBLINSTCE_SRV {
expose A_Sitn2MblInstance as Instance;
expose A_Sitn2MblInstanceText as InstanceText;
expose A_Sitn2MblInstceAttribute as Attribute;
expose A_Sitn2MblInstceAttribValue as AttributeValue;
}