FNDEI_I_CUSTOMERCTRDATAREPL
Projection of fndei_d_v_ccdr
FNDEI_I_CUSTOMERCTRDATAREPL is a CDS View in S/4HANA. Projection of fndei_d_v_ccdr. It contains 3 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| FndEI_C_CcdrGetTables | view | left_outer | Displays list of db tables for CCDR | |
| FndEI_C_CcdrTableWithStatus | view | from | Display list of CCDR tables with status |
Fields (3)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | TableName | TableName | 1 |
| KEY | ViewReplicationID | ViewReplicationID | 1 |
| Active | IsCCDRActive | 1 |
@AbapCatalog.sqlViewName: 'FNDEICCDR'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Projection of fndei_d_v_ccdr'
define view FndEI_I_CustomerCtrDataRepl
as select from fndei_d_v_ccdr as CCDRTables
{
key CCDRTables.guid as ViewReplicationID,
key CCDRTables.table_name as TableName,
CCDRTables.active as Active,
CCDRTables.changed_on as ChangedOn,
CCDRTables.changed_by as ChangedBy,
CCDRTables.created_on as CreatedOn,
CCDRTables.created_by as CreatedBy
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FNDEI_D_V_CCDR"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/