P_CLFNOBJECTHEADER

CDS View

P_CLFNOBJECTHEADER is a CDS View in S/4HANA. It contains 4 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_ClfnObjectCharcValue view inner BASIC Clfn Characteristic Value of Object
I_ClfnObjectCharcValueDEX view_entity inner BASIC Clfn Characteristic Value of Object DEX
I_ClfnObjectClass view inner BASIC Classification Class of Object

Fields (4)

KeyField CDS FieldsUsed in Views
KEY ClfnObjectID ClfnObjectID 3
KEY ClfnObjectTable ClfnObjectTable 3
ClfnObjectInternalID ClfnObjectInternalID 2
LastChangeDateTime LastChangeDateTime 3
@AbapCatalog.preserveKey:true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.sqlViewName: 'PNGCCLFN25'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_ALLOWED
@VDM.private: true
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #NONE

@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
define view P_ClfnObjectHeader 
  as select from clf_hdr as ObjectHeader
{
  key obtab   as ClfnObjectTable, 
  key objek   as ClfnObjectID, 
  key mafid   as ClfnObjectType, 
  key klart   as ClassType, 
  objekp, 
  cuobj       as ClfnObjectInternalID, 
  tstmp_i     as CreationDateTime,
  user_i      as CreatedByUser, 
  tstmp_c     as LastChangeDateTime,   
  user_c      as LastChangedByUser  
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"CLF_HDR"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/