API_BDTSCOMMAND

OData Service Package: BDTS_COMMAND_QUEUE

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 ViewAlias
A_BDTSCommand BDTSCommand
A_BDTSCommandLog BDTSCommandLog
A_BDTSCommandPredecessor BDTSCommandPredecessor

Service Bindings (1)

BindingTypeVersionContractReleasePublished
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;
}