I_LogAccMUserMaster

DDL: I_LOGACCMUSERMASTER SQL: IACMUSERMASTER Type: view BASIC

User Master

I_LogAccMUserMaster is a Basic CDS View that provides data about "User Master" in SAP S/4HANA. It reads from 1 data source (ust04) and exposes 2 fields with key fields UserID, LogAccMUserMasterProfile.

Data Sources (1)

SourceAliasJoin Type
ust04 ust04 from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IACMUSERMASTER view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view
EndUserText.label User Master view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY UserID bname
KEY LogAccMUserMasterProfile profile
@AbapCatalog.sqlViewName: 'IACMUSERMASTER'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true

@AccessControl.authorizationCheck: #PRIVILEGED_ONLY

@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #MASTER

@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC

@EndUserText.label: 'User Master'

define view I_LogAccMUserMaster
  as select from ust04
{
  key bname   as UserID,
  key profile as LogAccMUserMasterProfile
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"UST04"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/