A_VarConfignCharacteristic
Variant Configuration Characteristic
A_VarConfignCharacteristic is a Consumption CDS View that provides data about "Variant Configuration Characteristic" in SAP S/4HANA. It reads from 1 data source (R_VarConfignCharacteristicTP) and exposes 14 fields with key fields VarConfigurationBusObjectKey, VarConfigurationBusObjectType, VarConfignInstceInternalID, Characteristic. It is exposed through 3 OData services (API_BUSINESSSOLUTIONORDER, API_CUSTOMERRETURN, API_SALESORDER). Part of development package VCH_RAP_CFG.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_VarConfignCharacteristicTP | R_VarConfignCharacteristicTP | projection |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| EndUserText.label | Variant Configuration Characteristic | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| OData.containment.accessByNavigationOnly | true | view | |
| OData.entityType.name | VarConfignCharacteristic_Type | view | |
| ObjectModel.query.implementedBy | ABAP:CL_VCR_EML_QRY | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| VDM.viewType | #CONSUMPTION | view |
OData Services (3)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_BUSINESSSOLUTIONORDER | API_BUSINESSSOLUTIONORDER | V4 | C2 | C1 |
| API_CUSTOMERRETURN | API_CUSTOMERRETURN | V4 | C2 | C1 |
| API_SALESORDER | API_SALESORDER | V4 | C2 | C1 |
Fields (14)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | VarConfigurationBusObjectKey | VarConfigurationBusObjectKey | ||
| KEY | VarConfigurationBusObjectType | VarConfigurationBusObjectType | ||
| KEY | VarConfignInstceInternalID | VarConfignInstceInternalID | ||
| KEY | Characteristic | Characteristic | ||
| CharcDataType | CharcDataType | |||
| CharcTemplate | CharcTemplate | |||
| Currency | Currency | |||
| CharcValueUnit | CharcValueUnit | |||
| VarCnfCharcISOUnit | VarCnfCharcISOUnit | |||
| IsReadOnly | IsReadOnly | |||
| EntryIsRequired | EntryIsRequired | |||
| CharcIsHidden | CharcIsHidden | |||
| AdditionalValueIsAllowed | AdditionalValueIsAllowed | |||
| MultipleValuesAreAllowed | MultipleValuesAreAllowed |
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@AccessControl.privilegedAssociations: [ '_VariantConfiguration', '_Instance', '_AssignedValue' ]
@EndUserText.label: 'Variant Configuration Characteristic'
@Metadata.ignorePropagatedAnnotations: true
@OData.containment.accessByNavigationOnly: true
@OData.entityType.name: 'VarConfignCharacteristic_Type'
@ObjectModel.query.implementedBy: 'ABAP:CL_VCR_EML_QRY'
@ObjectModel.usageType: { serviceQuality: #C, sizeCategory: #S, dataClass: #TRANSACTIONAL }
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.usage.type: [ #TRANSACTIONAL_PROCESSING_SERVICE ]
@VDM.viewType: #CONSUMPTION
define view entity A_VarConfignCharacteristic
as projection on R_VarConfignCharacteristicTP
{
key VarConfigurationBusObjectKey,
key VarConfigurationBusObjectType,
key VarConfignInstceInternalID,
key Characteristic,
CharcDataType,
CharcTemplate,
Currency,
@Consumption.hidden: true
@ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_VCR_CALC_ELEMTS_CHARC'
@Semantics.nullValueIndicatorFor: 'Currency'
virtual CurrencyIsNull : rap_null_value_indicator,
CharcValueUnit,
@Consumption.hidden: true
@ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_VCR_CALC_ELEMTS_CHARC'
@Semantics.nullValueIndicatorFor: 'CharcValueUnit'
virtual CharcValueUnitIsNull : rap_null_value_indicator,
VarCnfCharcISOUnit,
@Consumption.hidden: true
@ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_VCR_CALC_ELEMTS_CHARC'
@Semantics.nullValueIndicatorFor: 'VarCnfCharcISOUnit'
virtual VarCnfCharcISOUnitIsNull : rap_null_value_indicator,
IsReadOnly,
EntryIsRequired,
CharcIsHidden,
AdditionalValueIsAllowed,
MultipleValuesAreAllowed,
/* Associations */
@ObjectModel.filter.enabled: false
@ObjectModel.sort.enabled: false
_VariantConfiguration : redirected to A_VariantConfiguration,
@ObjectModel.filter.enabled: false
@ObjectModel.sort.enabled: false
_Instance : redirected to parent A_VariantConfigurationInstance,
@OData.containment.containsTarget: true
@ObjectModel.filter.enabled: false
@ObjectModel.sort.enabled: false
_AssignedValue : redirected to composition child A_VarConfignAssignedValue
}
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