sedt_type

DDL: SEDT_TYPE SQL: SEDT_TYPE_VIEW Type: view

sedt_type is a CDS View in SAP S/4HANA. It reads from 1 data source (progdir) and exposes 1 field with key field state.

Data Sources (1)

SourceAliasJoin Type
progdir progdir from

Annotations (4)

NameValueLevelField
AbapCatalog.sqlViewName SEDT_TYPE_VIEW view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY state state
@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":""
}
}*/