C_ChgRecdSpecIdfrForCurDate
Specification Identifier for Current Date
C_ChgRecdSpecIdfrForCurDate is a Consumption CDS View that provides data about "Specification Identifier for Current Date" in SAP S/4HANA. It reads from 1 data source (I_SpecIdfrBscForKeyDate) and exposes 3 fields with key field SpecificationInternalID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SpecIdfrBscForKeyDate | I_SpecIdfrBscForKeyDate | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CCRSPCIDFRTD | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | Specification Identifier for Current Date | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SpecificationInternalID | SpecificationInternalID | ||
| SpecIdfgDescText | SpecIdfgDescText | |||
| _SpecificationForKeyDate | _SpecificationForKeyDate |
@AbapCatalog.sqlViewName: 'CCRSPCIDFRTD'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #MASTER
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Specification Identifier for Current Date'
define view C_ChgRecdSpecIdfrForCurDate
as select from I_SpecIdfrBscForKeyDate( P_KeyDate : $session.system_date)
{
key SpecificationInternalID,
SpecIdfgDescText,
/* Associations */
_SpecificationForKeyDate
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SPECIDFRBSCFORKEYDATE"
],
"ASSOCIATED":
[
"I_SPECIFICATIONFORKEYDATE"
],
"BASE":
[
"I_SPECIDFRBSCFORKEYDATE"
],
"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