R_EDCUSERINTERFACEGROUPFIELD

CDS View

EDC UI Group Field

R_EDCUSERINTERFACEGROUPFIELD is a CDS View in S/4HANA. EDC UI Group Field. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_EDCUserInterfaceGroupField view_entity from CONSUMPTION EDC UI Group Field
@EndUserText.label: 'EDC UI Group Field'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ObjectModel.usageType: {
  dataClass: #MASTER,
  serviceQuality: #A,
  sizeCategory: #S
  }
define view entity R_EDCUserInterfaceGroupField
  as select from edcconfieldgroup
{
  key      contype        as EDCType,
  key      ui_group_id    as EDCUserInterfaceGroup,
  key      fieldname      as EDCViewFieldName,
           field_position as ElectronicDocFunctionPos
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"EDCCONFIELDGROUP"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/