R_EDCUSERINTERFACEGROUPFIELD
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)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| 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
//}
define view entity R_EDCUserInterfaceGroupField
as select from edcconrepfldgrp
{
key contype as EDCType,
key reptyp as EDCRepresentationType,
key fieldname as EDCViewFieldName,
field_position as ElectronicDocFunctionPos
}