A_CndnContrCndnRecdValidity
Condition Record Validity
A_CndnContrCndnRecdValidity is a Consumption CDS View that provides data about "Condition Record Validity" in SAP S/4HANA. It reads from 1 data source (R_CndnContrCndnRecdValidityTP) and exposes 7 fields with key fields ConditionContract, ConditionRecord, ConditionValidityEndDate. It is exposed through 1 OData service (API_CONDITION_CONTRACT). Part of development package WCB_API_A2A_CC_SRV.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_CndnContrCndnRecdValidityTP | R_CndnContrCndnRecdValidityTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Condition Record Validity | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #P | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.query.implementedBy | ABAP:CL_WCB_CC_TP_QRY_COND_VALIDITY | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_CONDITION_CONTRACT | API_CONDITION_CONTRACT | V4 | C2 | C1 |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ConditionContract | ConditionContract | ||
| KEY | ConditionRecord | ConditionRecord | ||
| KEY | ConditionValidityEndDate | ConditionValidityEndDate | ||
| ConditionValidityStartDate | ConditionValidityStartDate | |||
| ConditionTable | ConditionTable | |||
| ConditionApplication | ConditionApplication | |||
| ConditionType | ConditionType |
@EndUserText.label: 'Condition Record Validity'
@AccessControl: {
authorizationCheck: #MANDATORY,
personalData.blocking: #('TRANSACTIONAL_DATA')
}
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
usageType.serviceQuality: #P,
usageType.dataClass: #TRANSACTIONAL,
usageType.sizeCategory: #XXL,
query.implementedBy: 'ABAP:CL_WCB_CC_TP_QRY_COND_VALIDITY'
}
@VDM: {
viewType: #CONSUMPTION,
lifecycle.contract.type: #PUBLIC_REMOTE_API,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
define view entity A_CndnContrCndnRecdValidity
as projection on R_CndnContrCndnRecdValidityTP
{
key ConditionContract,
key ConditionRecord,
@Semantics.businessDate.to: true
key ConditionValidityEndDate,
@Semantics.businessDate.from: true
ConditionValidityStartDate,
ConditionTable,
ConditionApplication,
ConditionType,
/* --- Root Entity --- */
@ObjectModel.filter.enabled: false
@ObjectModel.sort.enabled: false
_ConditionContract : redirected to A_ConditionContract, //lock dependency
/* --- Parent --- */
@ObjectModel.filter.enabled: false
@ObjectModel.sort.enabled: false
_CndnContrCndnRecord : redirected to parent A_CndnContrCndnRecord
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA