C_ADM_BUSINESS_USER

DDL: C_ADM_BUSINESS_USER SQL: CADMBUSIUSER Type: view CONSUMPTION

Workflow Administration User

C_ADM_BUSINESS_USER is a Consumption CDS View that provides data about "Workflow Administration User" in SAP S/4HANA. It reads from 1 data source (I_BusinessUserBasic) and exposes 5 fields with key fields UserID, BusinessPartner.

Data Sources (1)

SourceAliasJoin Type
I_BusinessUserBasic User from

Annotations (6)

NameValueLevelField
AbapCatalog.sqlViewName CADMBUSIUSER view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #CONSUMPTION view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Workflow Administration User view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY UserID UserID
KEY BusinessPartner BusinessPartner
PersonFullName PersonFullName
FirstName FirstName
LastName LastName
@AbapCatalog.sqlViewName: 'CADMBUSIUSER'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #CONSUMPTION
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Workflow Administration User'
define view C_ADM_BUSINESS_USER as select from I_BusinessUserBasic as User {
  key UserID,
  key BusinessPartner,
  @EndUserText: { label: 'Full Name' }
  PersonFullName,
  FirstName,
  LastName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BUSINESSUSERBASIC"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/