API_BATCH_SRV
OData Service for Batch API
API_BATCH_SRV is an OData service definition in SAP S/4HANA. It exposes 6 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (6)
| CDS View | Alias |
|---|---|
| A_Batch | Batch |
| A_BatchCharc | BatchCharc |
| A_BatchCharcValue | BatchCharcValue |
| A_BatchClass | BatchClass |
| A_BatchPlant | BatchPlant |
| A_BatchText | BatchText |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| API_BATCH_SRV | ODATA | V2 | C2 | C1 | false |
Source
@EndUserText.label: 'OData Service for Batch API'
define service API_BATCH_SRV {
expose A_Batch as Batch;
expose A_BatchPlant as BatchPlant;
expose A_BatchClass as BatchClass;
expose A_BatchCharc as BatchCharc;
expose A_BatchCharcValue as BatchCharcValue;
expose A_BatchText as BatchText;
}