UI_RECONTRACT
RE Contract Application
UI_RECONTRACT is an OData service definition in SAP S/4HANA. It exposes 23 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (23)
| CDS View | Alias |
|---|---|
| C_REContractConditionCalc | ContractConditionCalculation |
| C_REContractConditionDistr | ContractConditionDistribution |
| C_REContractConditionTP | ContractCondition |
| C_REContractNoticeTermRulesTP | ContractNoticeTermRules |
| C_REContractNoticeTermTP | ContractNoticeTermAndRules |
| C_REContractObjAssgmtCondition | ContractObjAssignmentCondition |
| C_REContractObjAssgmtMsmt_2 | ContractObjectMeasurement |
| C_REContractObjAssgmtTP | ContractObjectAssignment |
| C_REContractOrglAssgmtTermTP | ContractOrglAssignmentTerm |
| C_REContractPartAssgmtTP | ContractPartnerAssignment |
| C_REContractPostingTermTP | ContractPostingTerm |
| C_REContractRegistryEntryTP | ContractRegistryEntry |
| C_REContractReminderDateTP | ContractReminderDate |
| C_REContractReminderRuleMainTP | ContractReminderRuleMain |
| C_REContractReminderRuleTP | ContractReminderRule |
| C_REContractRenewalTermTP | ContractRenewalTermAndRules |
| C_REContractRhythmTermTP | ContractRhythmTerm |
| C_REContractStatusObjectTP | ContractStatusObject |
| C_REContractTP | Contract |
| C_REContrReminderRuleParamTP | ContractReminderRuleParamTP |
| C_REContrRenewalTermRulesTP | ContractRenewalTermRules |
| C_REObjectAssgmtMsmtChart_2 | ObjectAssgmtMsmtChart |
| C_RERenewalSimulation | ContractRenewalSimulation |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| UI_RECONTRACT | ODATA | V2 | C1 | NOT_RELEASED | false |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F5273 | Contract Management | Transactional | This Fiori App allows customers to manage and maintain their Real Estate Contracts. Through the App customers get the ability to easily understand their contracts and liabilities. |
Source
@EndUserText.label: 'RE Contract Application'
define service Ui_recontract {
expose C_REContractTP as Contract;
expose C_REContractPartAssgmtTP as ContractPartnerAssignment;
expose C_REContractObjAssgmtTP as ContractObjectAssignment;
expose C_REContractOrglAssgmtTermTP as ContractOrglAssignmentTerm;
expose C_REContractPostingTermTP as ContractPostingTerm;
expose C_REContractRhythmTermTP as ContractRhythmTerm;
expose C_REContractConditionTP as ContractCondition;
expose C_REContractConditionCalc as ContractConditionCalculation;
expose C_REContractConditionDistr as ContractConditionDistribution;
expose C_REContractObjAssgmtCondition as ContractObjAssignmentCondition;
expose C_REContractNoticeTermTP as ContractNoticeTermAndRules;
expose C_REContractRenewalTermTP as ContractRenewalTermAndRules;
expose C_REContractReminderRuleTP as ContractReminderRule;
expose C_REContractReminderRuleMainTP as ContractReminderRuleMain;
expose C_REContrReminderRuleParamTP as ContractReminderRuleParamTP;
expose C_REContractReminderDateTP as ContractReminderDate;
expose C_REContractRegistryEntryTP as ContractRegistryEntry;
expose C_REContractObjAssgmtMsmt_2 as ContractObjectMeasurement;
expose C_REObjectAssgmtMsmtChart_2 as ObjectAssgmtMsmtChart;
expose C_RERenewalSimulation as ContractRenewalSimulation;
expose C_REContrRenewalTermRulesTP as ContractRenewalTermRules;
expose C_REContractNoticeTermRulesTP as ContractNoticeTermRules;
expose C_REContractStatusObjectTP as ContractStatusObject;
}