API_CMMDTYHDGTARGETQUOTA

OData Service Package: FIN_CMM_CMDTY_HEDGE_TQ

Target Quota

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

Exposed CDS Views (7)

CDS ViewAlias
A_CmmdtyHdgTargetQuotaPosition HedgeTQPosition
A_CmmdtyHdgTargetQuotaVersion HedgeTargetQuotaVersion
A_CmmdtyHdgTgtQtaPositionYear HedgeTQPosYear
A_CmmdtyHdgTgtQtaPosVersion HedgeTQPositionVersion
A_CmmdtyHdgTgtQuotaStatusText HedgeTargetQuotaStatusText
A_CmmdtyHedgeTargetQuotaDetail HedgeTargetQuota
A_CmmdtyHedgeTargetQuotaStatus HedgeTargetQuotaStatus

Service Bindings (1)

BindingTypeVersionContractReleasePublished
API_CMMDTYHDGTARGETQUOTA ODATA V4 C2 C1 false

Source

@EndUserText.label: 'Target Quota'
define service API_CmmdtyHdgTargetQuota {
  expose A_CmmdtyHedgeTargetQuotaDetail as HedgeTargetQuota;
  expose A_CmmdtyHdgTgtQtaPositionYear as HedgeTQPosYear;
  expose A_CmmdtyHdgTargetQuotaPosition as HedgeTQPosition;
  expose A_CmmdtyHdgTargetQuotaVersion as HedgeTargetQuotaVersion;
  expose A_CmmdtyHdgTgtQtaPosVersion as HedgeTQPositionVersion;
  expose A_CmmdtyHedgeTargetQuotaStatus as HedgeTargetQuotaStatus;
  expose A_CmmdtyHdgTgtQuotaStatusText as HedgeTargetQuotaStatusText;
}