API_CBC_STA
BC Staging API
API_CBC_STA 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 |
|---|---|
| C_CBC_STA | Staging |
| C_CBC_STA_ACR | ActivationRequest |
| C_CBC_STA_ACT | Activity |
| C_CBC_STA_CNK | Chunk |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| API_CBC_STA_O4 | ODATA | V4 | C2 | C1 | false |
Source
@EndUserText.label: 'BC Staging API'
define service API_CBC_STA {
expose C_CBC_STA as Staging;
expose C_CBC_STA_CNK as Chunk;
expose C_CBC_STA_ACR as ActivationRequest;
expose C_CBC_STA_ACT as Activity;
}