API_BDTSCOMMAND
BDTS Command
API_BDTSCOMMAND is an OData service definition in SAP S/4HANA. It exposes 3 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (3)
| CDS View | Alias |
|---|---|
| A_BDTSCommand | BDTSCommand |
| A_BDTSCommandLog | BDTSCommandLog |
| A_BDTSCommandPredecessor | BDTSCommandPredecessor |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| API_BDTSCOMMAND | ODATA | V4 | C2 | NOT_RELEASED | false |
Source
@EndUserText.label: 'BDTS Command'
define service API_BDTSCommand {
expose A_BDTSCommand as BDTSCommand;
expose A_BDTSCommandPredecessor as BDTSCommandPredecessor;
expose A_BDTSCommandLog as BDTSCommandLog;
}