I_CLFNCHARCDESCFORKEYDATETP

CDS View

TP for Classification Characteristic Description

I_CLFNCHARCDESCFORKEYDATETP is a CDS View in S/4HANA. TP for Classification Characteristic Description. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ClfnCharcDescForKeyDate view_entity from CONSUMPTION Characteristic Descriptions
//@ClientHandling.algorithm: #SESSION_VARIABLE

//@AbapCatalog.sqlViewName: 'INGCCHR02TP'

//@AbapCatalog.compiler.compareFilter: true

@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'TP for Classification Characteristic Description'
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@Metadata.ignorePropagatedAnnotations: true

@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'CharcInternalID'
@ObjectModel.usageType.sizeCategory: #M 
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #MASTER

//@AbapCatalog.preserveKey: true


//@ObjectModel.createEnabled: true

//@ObjectModel.updateEnabled: true

//@ObjectModel.deleteEnabled: true

//@ObjectModel.writeActiveImplementedBy: 'ABAP:CL_NGC_RAP_CHR'

//@ObjectModel.entityChangeStateId: 'CharcLastChangedDateTime'

//@ObjectModel.transactionalProcessingEnabled: true

define view entity I_ClfnCharcDescForKeyDateTP 
  with parameters
    // @Semantics.businessDate.at: true

    @Environment.systemField: #SYSTEM_DATE  
    @Consumption.hidden: true
    P_KeyDate :sydate
  as select from I_ClfnCharcDescForKeyDate( P_KeyDate: $parameters.P_KeyDate ) as CharacteristicDesc
    association to parent I_ClfnCharcForKeyDateTP as _Characteristic 
        on $projection.CharcInternalID = _Characteristic.CharcInternalID 
  
//    association [1..1] to I_ClfnCharcForKeyDateTP as _Characteristic 

//        on $projection.CharcInternalID = _Characteristic.CharcInternalID 

  {
    key CharacteristicDesc.CharcInternalID,
        @ObjectModel.foreignKey.association: null
    key CharacteristicDesc.Language,
        @Semantics.text: true
        CharacteristicDesc.CharcDescription,
        CharacteristicDesc.ChangeNumber,
        CharacteristicDesc.ValidityStartDate,
        CharacteristicDesc.ValidityEndDate,
//        @ObjectModel.readOnly: true

        $parameters.P_KeyDate as KeyDate,
        _Characteristic( P_KeyDate: $parameters.P_KeyDate ).CharcLastChangedDateTime,
  
//        @ObjectModel.association.type:  [ #TO_COMPOSITION_ROOT, #TO_COMPOSITION_PARENT ]

        _Characteristic
  }
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CLFNCHARCDESCFORKEYDATE",
"I_CLFNCHARCFORKEYDATETP"
],
"ASSOCIATED":
[
"I_CLFNCHARCFORKEYDATETP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/