API_CONDITION_CONTRACT
Condition Contract
API_CONDITION_CONTRACT is an OData service definition in SAP S/4HANA. It exposes 8 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (8)
| CDS View | Alias |
|---|---|
| A_CndnContrActiveStatus | ConditionContractStatus |
| A_CndnContrBusVolSelCriteria | BusVolSelectionCriteria |
| A_CndnContrCndnRecdText | CndnContrConditionRecordText |
| A_CndnContrCndnRecdValidity | CndnContrCndnRecordValidity |
| A_CndnContrCndnRecord | CndnContrConditionRecord |
| A_CndnContrScCndnRecord | CndnContrConditionRecordScale |
| A_CndnContrSettlmtCal | CndnContrSettlementCalendar |
| A_ConditionContract | ConditionContract |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| API_CONDITION_CONTRACT | ODATA | V4 | C2 | C1 | false |
Source
@EndUserText.label: 'Condition Contract'
define service API_CONDITION_CONTRACT
provider contracts odata_v4_webapi {
expose A_ConditionContract as ConditionContract;
expose A_CndnContrBusVolSelCriteria as BusVolSelectionCriteria;
expose A_CndnContrSettlmtCal as CndnContrSettlementCalendar;
expose A_CndnContrActiveStatus as ConditionContractStatus;
expose A_CndnContrCndnRecord as CndnContrConditionRecord;
expose A_CndnContrCndnRecdValidity as CndnContrCndnRecordValidity;
expose A_CndnContrScCndnRecord as CndnContrConditionRecordScale;
expose A_CndnContrCndnRecdText as CndnContrConditionRecordText;
}