I_CLFNINTERNALIDOBJECTMAPPING

CDS View

Clfn Internal Identifier Object Mapping

I_CLFNINTERNALIDOBJECTMAPPING is a CDS View in S/4HANA. Clfn Internal Identifier Object Mapping. It contains 2 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
CRMS4_IU_P_PRDC view_entity union_all Product Characteristic
I_MaintPlanChgHistory view inner COMPOSITE Maint. Plan Change History
I_TechnicalObjectChgHistory view inner COMPOSITE Technical Object Change History
I_VMSVehicleCharacteristic view from BASIC View for vehicle Characteristics

Fields (2)

KeyField CDS FieldsUsed in Views
KEY ClfnObjectID ClfnObjectID 2
KEY ClfnObjectInternalID ClfnObjectInternalID 1
@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
}