SEDT_TYPE
SEDT_TYPE is a CDS View in S/4HANA. It contains 1 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| 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)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| type_group_name | used_object | 2 |
@AbapCatalog.sqlViewName: 'SEDT_TYPE_VIEW'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: 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
}
where
subc = 'T'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"PROGDIR"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/