P_CharcCtlgClfnCharcValueBasic
P_CharcCtlgClfnCharcValueBasic is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (I_ClfnCharcValue) and exposes 30 fields with key fields CharcInternalID, CharcValuePositionNumber, TimeIntervalNumber.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ClfnCharcValue | I_ClfnCharcValue | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PCCTLGCLFNCVBV | view | |
| VDM.private | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (30)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CharcInternalID | CharcInternalID | ||
| KEY | CharcValuePositionNumber | CharcValuePositionNumber | ||
| KEY | TimeIntervalNumber | TimeIntervalNumber | ||
| CharcValueParentPositionNumber | CharcValueParentPositionNumber | |||
| CharcValueHasChild | CharcValueHasChild | |||
| CharcValueIntervalType | CharcValueIntervalType | |||
| CharcValue | CharcValue | |||
| CharcFromNumericValue | CharcFromNumericValue | |||
| CharcToNumericValue | CharcToNumericValue | |||
| IsDefaultValue | IsDefaultValue | |||
| CharcFromNumericValueUnit | CharcFromNumericValueUnit | |||
| CharcToNumericValueUnit | CharcToNumericValueUnit | |||
| CharcFromDecimalValue | CharcFromDecimalValue | |||
| CharcToDecimalValue | CharcToDecimalValue | |||
| CharcFromDate | CharcFromDate | |||
| CharcToDate | CharcToDate | |||
| CharcFromTime | CharcFromTime | |||
| CharcToTime | CharcToTime | |||
| CharcFromAmount | CharcFromAmount | |||
| CharcToAmount | CharcToAmount | |||
| Currency | Currency | |||
| LongTextID | LongTextID | |||
| ChangeNumber | ChangeNumber | |||
| ValidityStartDate | ValidityStartDate | |||
| ValidityEndDate | ValidityEndDate | |||
| IsDeleted | IsDeleted | |||
| DocumentInfoRecordDocNumber | DocumentInfoRecordDocNumber | |||
| DocumentInfoRecordDocPart | DocumentInfoRecordDocPart | |||
| DocumentInfoRecordDocVersion | DocumentInfoRecordDocVersion | |||
| DocumentInfoRecordDocType | DocumentInfoRecordDocType |
@AbapCatalog.sqlViewName: 'PCCTLGCLFNCVBV'
@VDM.private: true
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #COMPOSITE
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass:#MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE
define view P_CharcCtlgClfnCharcValueBasic
as select from I_ClfnCharcValue
{
key CharcInternalID,
key CharcValuePositionNumber,
key TimeIntervalNumber,
CharcValueParentPositionNumber,
CharcValueHasChild,
CharcValueIntervalType,
CharcValue,
CharcFromNumericValue,
CharcToNumericValue,
IsDefaultValue,
CharcFromNumericValueUnit,
CharcToNumericValueUnit,
CharcFromDecimalValue,
CharcToDecimalValue,
CharcFromDate,
CharcToDate,
CharcFromTime,
CharcToTime,
CharcFromAmount,
CharcToAmount,
Currency,
LongTextID,
ChangeNumber,
ValidityStartDate,
ValidityEndDate,
IsDeleted,
DocumentInfoRecordDocNumber,
DocumentInfoRecordDocPart,
DocumentInfoRecordDocVersion,
DocumentInfoRecordDocType
}
where
CharcValueIntervalType = '1'
and CharcValueHasChild = ''
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CLFNCHARCVALUE"
],
"ASSOCIATED":
[],
"BASE":
[],
"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