I_ClfnInternalIdObjectMapping

DDL: I_CLFNINTERNALIDOBJECTMAPPING SQL: INGCCLFN5 Type: view BASIC

Clfn Internal Identifier Object Mapping

I_ClfnInternalIdObjectMapping is a Basic CDS View that provides data about "Clfn Internal Identifier Object Mapping" in SAP S/4HANA. It reads from 1 data source (inob) and exposes 4 fields with key field ClfnObjectInternalID.

Data Sources (1)

SourceAliasJoin Type
inob InternalIdObjectMapping from

Annotations (11)

NameValueLevelField
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName INGCCLFN5 view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_ALLOWED view
EndUserText.label Clfn Internal Identifier Object Mapping view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ClfnObjectInternalID inob cuobj
ClfnObjectID inob objek
ClfnObjectTable inob obtab
ClassType inob klart
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.sqlViewName: 'INGCCLFN5'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_ALLOWED
@EndUserText.label: 'Clfn Internal Identifier Object Mapping'
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API

@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
define view I_ClfnInternalIdObjectMapping as select from inob as InternalIdObjectMapping {
    key InternalIdObjectMapping.cuobj as ClfnObjectInternalID,
        InternalIdObjectMapping.objek as ClfnObjectID,    
        InternalIdObjectMapping.obtab as ClfnObjectTable,
        InternalIdObjectMapping.klart as ClassType
}

/*+[internal] {
"BASEINFO":
{
"FROM":
[
"INOB"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/