C_ChgRecdSpecIdfrForCurDate

DDL: C_CHGRECDSPECIDFRFORCURDATE SQL: CCRSPCIDFRTD Type: view CONSUMPTION

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)

SourceAliasJoin Type
I_SpecIdfrBscForKeyDate I_SpecIdfrBscForKeyDate from

Annotations (10)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/