I_CLOSINGUSERGROUPUSERASSGMT

CDS View

Closing User Group User Assignment

I_CLOSINGUSERGROUPUSERASSGMT is a CDS View in S/4HANA. Closing User Group User Assignment. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_MyUserGroup view from BASIC My User Groups
@AbapCatalog.sqlViewName: 'ICLSGUSGROUPU'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Closing User Group User Assignment'
@VDM.viewType: #BASIC
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
@AbapCatalog.buffering.numberOfKeyFields: 0

@ObjectModel: { usageType.serviceQuality: #A,
                usageType.sizeCategory: #M,
                usageType.dataClass: #CUSTOMIZING }
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true

define view I_ClosingUserGroupUserAssgmt
  as select from fcco_user_list

  association [1..1] to I_ClosingUserGroup as _ClosingUserGroup on $projection.ClosingUserGroup = _ClosingUserGroup.ClosingUserGroup

{
      @ObjectModel.foreignKey.association: '_ClosingUserGroup'
  key user_group     as ClosingUserGroup,
  key is_single_user as ClsgUserGroupIsForSubstitutes,
  key grp_user       as UserID,

      _ClosingUserGroup
}