API_BDTSEXECUTIONPLAN

OData Service Package: BDTS_PROC_FRAMEWORK

BDTS Execution Plan

API_BDTSEXECUTIONPLAN is an OData service definition in SAP S/4HANA. It exposes 5 CDS view(s). It has 1 service binding(s).

Exposed CDS Views (5)

CDS ViewAlias
A_BDTSExecutionPlan BDTSExecutionPlan
A_BDTSExecutionPlanItem BDTSExecutionPlanItem
A_BDTSExecutionPlanItemDpndcy BDTSExecutionPlanItemDpndcy
A_BDTSExecutionPlanItemLog BDTSExecutionPlanItemLog
A_BDTSExecutionPlanJob BDTSExecutionPlanJob

Service Bindings (1)

BindingTypeVersionContractReleasePublished
API_BDTSEXECUTIONPLAN ODATA V4 C2 NOT_RELEASED false

Source

@EndUserText.label: 'BDTS Execution Plan'
define service API_BDTSExecutionPlan {
  expose A_BDTSExecutionPlan           as BDTSExecutionPlan;
  expose A_BDTSExecutionPlanItem       as BDTSExecutionPlanItem;
  expose A_BDTSExecutionPlanItemDpndcy as BDTSExecutionPlanItemDpndcy;
  expose A_BDTSExecutionPlanJob        as BDTSExecutionPlanJob;
  expose A_BDTSExecutionPlanItemLog    as BDTSExecutionPlanItemLog;
}