I_FLOCUSERPROFILE
Functional Location User Profiles
I_FLOCUSERPROFILE is a CDS View in S/4HANA. Functional Location User Profiles. It contains 1 fields.
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| FunctionalLocLabelingSyst | FunctionalLocLabelingSyst | 1 |
@EndUserText.label: 'Functional Location User Profiles'
@VDM.viewType: #BASIC
@AbapCatalog: {sqlViewName: 'IFLOCUSERPROFILE', preserveKey }
@AccessControl.authorizationCheck:#NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
define view I_FlocUserProfile as select from iflousr{
key iflousr.varnt as FuncnlLocUserProfileNumber,
key iflousr.uname as CreatedByUser,
iflousr.alkey as FunctionalLocLabelingSyst,
iflousr.activ as UserProfileForLabelingIsActive
}