SEDT_BDEF
SEDT_BDEF is a CDS View in S/4HANA. 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_tadir | view | left_outer | Cross table with TADIR mapping |
@AbapCatalog.sqlViewName: 'SEDT_BDEF_VIEW'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view sedt_bdef
as select from sedt_prog_r
{
key name as bd_include,
key state,
rtrim(left(name, 30), '=') as bdef_name
}
where
subc = 'B'
and name_extension <> 'BDI'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SEDT_PROG_R"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/