I_FUNCLOCATIONLABELINTERNAL

CDS View

Functional Location Label Internal

I_FUNCLOCATIONLABELINTERNAL is a CDS View in S/4HANA. Functional Location Label Internal. It contains 5 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_FuncnlLocAlternativeLabel view from BASIC Functional Location Alternative Labels
P_FlocPrimaryLabel view from COMPOSITE
P_FlocUserLabel view from COMPOSITE

Fields (5)

KeyField CDS FieldsUsed in Views
KEY FunctionalLocation FunctionalLocation 1
FuncnlLocLabelIsPrimaryLabel FuncnlLocLabelIsPrimaryLabel 1
FunctionalLocationLabelName FunctionalLocationLabelName 1
FunctionalLocLabelingSyst FunctionalLocLabelingSyst 1
FunctionalLocLabelIsActive FunctionalLocLabelIsActive 1
@EndUserText.label: 'Functional Location Label Internal'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog: { sqlViewName: 'IFLOCLABELINTERN', preserveKey }

@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L

define view I_FunclocationLabelInternal
  as select from iflos
  association [0..1] to I_FunctionalLocLabelingSyst as _FunctionalLocLabelingSyst on $projection.FunctionalLocLabelingSyst = _FunctionalLocLabelingSyst.FunctionalLocLabelingSyst
{

  key       iflos.tplnr                as FunctionalLocation,
            @ObjectModel.foreignKey.association: '_FunctionalLocLabelingSyst'
  key       iflos.alkey                as FunctionalLocLabelingSyst,

  key       iflos.versn                as FunctionalLocationLabelVersion,

            iflos.actvs                as FunctionalLocLabelIsActive,
            iflos.strno                as FunctionalLocationLabelName,

            iflos.prkey                as FuncnlLocLabelIsPrimaryLabel,
            iflos.erdat                as CreationDate,
            iflos.ernam                as CreatedByUser,

            @Semantics.systemDateTime.lastChangedAt: true
            iflos.labelchangeddatetime as LastChangeDateTime,

            _FunctionalLocLabelingSyst
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"IFLOS"
],
"ASSOCIATED":
[
"I_FUNCTIONALLOCLABELINGSYST"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/