A_CndnContrActiveStatus
Condition Contract Status
A_CndnContrActiveStatus is a Consumption CDS View that provides data about "Condition Contract Status" in SAP S/4HANA. It reads from 1 data source (R_CndnContrActiveStatusTP) and exposes 4 fields with key fields ConditionContract, StatusCode.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_CndnContrActiveStatusTP | R_CndnContrActiveStatusTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Condition Contract Status | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ConditionContract | ConditionContract | ||
| KEY | StatusCode | StatusCode | ||
| IsUserStatus | IsUserStatus | |||
| StatusProfile | StatusProfile |
@EndUserText.label: 'Condition Contract Status'
@AccessControl.authorizationCheck: #MANDATORY
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
usageType.serviceQuality: #C,
usageType.dataClass: #TRANSACTIONAL,
usageType.sizeCategory: #XL
}
@VDM: {
viewType: #CONSUMPTION,
lifecycle.contract.type: #PUBLIC_REMOTE_API,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
define view entity A_CndnContrActiveStatus
as projection on R_CndnContrActiveStatusTP
{
key ConditionContract,
key StatusCode,
IsUserStatus,
StatusProfile,
/* --- Root Entity --- */
_ConditionContract : redirected to parent A_ConditionContract
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_CNDNCONTRACTIVESTATUSTP"
],
"ASSOCIATED":
[
"A_CONDITIONCONTRACT",
"R_CONDITIONCONTRACTTP"
],
"BASE":
[
"R_CNDNCONTRACTIVESTATUSTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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