API_CMMDTYHDGPLNEXPOSURE

OData Service Package: FIN_CMM_CMDTY_PLAN_EXPOSURE

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 ViewAlias
A_CmmdtyHdgPlanExposureStatus CmmdtyHdgPlanExposureStatus
A_CmmdtyHdgPlanExposureStatusT CmmdtyHdgPlanExposureStatusT
A_CmmdtyHdgPlanExposureVersion CmmdtyHedgePlanExposureVersion
A_CommodityHedgePlanExposure CommodityHedgePlanExposure

Service Bindings (1)

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