API_BUFFER_PROFILE_SRV
Odata Service for Buffer Profile API
API_BUFFER_PROFILE_SRV is an OData service definition in SAP S/4HANA. It exposes 2 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (2)
| CDS View | Alias |
|---|---|
| A_BufferProfileDetails | A_ProfileDetails |
| A_ProfileAssgmtToPlant | A_ProfileAssignedToPlant |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| API_BUFFER_PROFILE_SRV | ODATA | V2 | C2 | C1 | false |
Source
@EndUserText.label: 'Odata Service for Buffer Profile API'
define service API_BUFFER_PROFILE_SRV {
expose A_ProfileAssgmtToPlant as A_ProfileAssignedToPlant;
expose A_BufferProfileDetails as A_ProfileDetails;
}