API_BDTSEXECUTIONPLAN
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 View | Alias |
|---|---|
| A_BDTSExecutionPlan | BDTSExecutionPlan |
| A_BDTSExecutionPlanItem | BDTSExecutionPlanItem |
| A_BDTSExecutionPlanItemDpndcy | BDTSExecutionPlanItemDpndcy |
| A_BDTSExecutionPlanItemLog | BDTSExecutionPlanItemLog |
| A_BDTSExecutionPlanJob | BDTSExecutionPlanJob |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| 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;
}