I_INSPECTIONLOTORIGINTEXT

CDS View

Inspection Lot Origin - Text

I_INSPECTIONLOTORIGINTEXT is a CDS View in S/4HANA. Inspection Lot Origin - Text. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_Insplot_Object view left_outer CONSUMPTION Inspection Lot Object Page

Fields (1)

KeyField CDS FieldsUsed in Views
InspectionLotOriginText InspectionLotOriginText 1
@AbapCatalog.sqlViewName: 'IINSPLOTORIGINT'
@AbapCatalog.preserveKey: true
@EndUserText.label: 'Inspection Lot Origin - Text'
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@AccessControl.authorizationCheck: #NOT_REQUIRED 
@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel.supportedCapabilities:
    [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #LANGUAGE_DEPENDENT_TEXT ]
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT    
@ObjectModel: {
    usageType: {
        dataClass: #META,
        sizeCategory: #M,
        serviceQuality: #A
    },
    dataCategory: #TEXT,
    representativeKey: 'InspectionLotOrigin'
}
@Metadata.ignorePropagatedAnnotations: true
define view I_InspectionLotOriginText as select from tq31t
{
   key tq31t.herkunft as InspectionLotOrigin,
   @Semantics.language: true
   key tq31t.sprache as Language,
   @Semantics.text: true
   tq31t.herktxt as InspectionLotOriginText 
}