API_CMMDTYHDGPLNEXPOSURE
Commodity Hedge Plan Exposure
API_CMMDTYHDGPLNEXPOSURE is an OData service definition in SAP S/4HANA. It exposes 4 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (4)
| CDS View | Alias |
|---|---|
| A_CmmdtyHdgPlanExposureStatus | CmmdtyHdgPlanExposureStatus |
| A_CmmdtyHdgPlanExposureStatusT | CmmdtyHdgPlanExposureStatusT |
| A_CmmdtyHdgPlanExposureVersion | CmmdtyHedgePlanExposureVersion |
| A_CommodityHedgePlanExposure | CommodityHedgePlanExposure |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| API_CMMDTYHDGPLNEXPOSURE | ODATA | V4 | C2 | C1 | false |
Source
@EndUserText.label: 'Commodity Hedge Plan Exposure'
define service API_CMMDTYHDGPLNEXPOSURE {
expose A_CommodityHedgePlanExposure as CommodityHedgePlanExposure;
expose A_CmmdtyHdgPlanExposureVersion as CmmdtyHedgePlanExposureVersion;
expose A_CmmdtyHdgPlanExposureStatus as CmmdtyHdgPlanExposureStatus;
expose A_CmmdtyHdgPlanExposureStatusT as CmmdtyHdgPlanExposureStatusT;
}