SEDT_TYPE

CDS View

Type Group Include - Type Group

SEDT_TYPE is a CDS View in S/4HANA. Type Group Include - Type Group. It contains 1 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
cross_relation view left_outer Source code relations to used objects
cross_relation_func_intf view left_outer Source code relation function module interface

Fields (1)

KeyField CDS FieldsUsed in Views
type_group_name used_object 2
@AbapCatalog.sqlViewName: 'SEDT_TYPE_VIEW'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view sedt_type
  as select from progdir
{
  key name                  as type_group_include,
  key state,
      substring(name, 4, 5) as type_group_name,
      uccheck
}
where
  subc = 'T'