ATOV_CHANGELIST_MINUS_IGNORED
Changelists filtered for ignored lists
ATOV_CHANGELIST_MINUS_IGNORED is a CDS View in S/4HANA. Changelists filtered for ignored lists. It contains 11 fields. 23 CDS views read from this table.
CDS Views using this table (23)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| ATO_V_RESTRICTED_COLLECTIONS | view | inner | Collection ID for Customizing Transports | |
| atov_apj_cust_trans | view | inner | Custom transports for ATO audit app | |
| ATOV_CHANGELIST_CROSS_REL_IMP | view | inner | Cross Release Item Types per Collection Version | |
| ATOV_CMN_COL_IMPORT_USAGES | view_entity | union | ATO: | |
| ATOV_CMN_COL_IMPORT_USAGES | view_entity | from | ATO: | |
| atov_cmn_import_1st_cl_of_obj | view | from | 1st Changelist with Used Object | |
| atov_cmn_import_cust_dev_deps | view | inner | Deps of Ext to Custom Development | |
| atov_cmn_import_dep_objcts | view | inner | Deps to Custom Development Objects | |
| atov_cmn_import_dep_preimports | view | inner | Dependencies to Preimports | |
| atov_cmn_import_extensblt_deps | view | inner | Dependencies on Extensibility Objects | |
| atov_cmn_import_item_level | view | from | EXT: Col Version Deps on Item Level Deps | |
| atov_cmn_import_item_level | view | inner | EXT: Col Version Deps on Item Level Deps | |
| atov_cmn_import_new_ext_deps | view | inner | Dependencies on Extensibility Objects | |
| atov_cmn_import_obj_1st_export | view | from | Changelists of Used Objects | |
| atov_cmn_import_prev_item_ver | view | inner | EXT Deps Due to Prev Item Version | |
| atov_cmn_import_transport_deps | view | inner | Dependencies to other Transports | |
| atov_cmn_preimport_disable | view_entity | from | Preimport disabled by Dependency | |
| ATOV_IMP_CL | view_entity | from | Changelist | |
| atov_st_item_latest_changel | view | inner | Latest changelist of an item | |
| atov_st_not_imported_items | view | inner | Not imported items | |
| atov_ta_forward_relevant | view_entity | from | Col Versions for automated forwarding | |
| atov_ta_import_check_relevant | view_entity | from | Automatic Import Check Col Versions | |
| atov_ta_import_relevant | view_entity | inner | Automatic Import Check Col Versions |
Fields (11)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | changelist_id | changelist_id | 3 |
| KEY | collection_id | collection_id,depending_on_collection_id | 13 |
| KEY | collection_version | collection_version,depending_on_version,version | 14 |
| changelist_type | changelist_type | 1 | |
| created_at | created_at | 1 | |
| created_by | created_by | 1 | |
| downtimer_required | downtime_required | 1 | |
| exported_at | exported_at | 4 | |
| status | status | 1 | |
| transport | transport | 2 | |
| transport_automation_mode | transport_automation_mode | 2 |
@AbapCatalog.sqlViewName: 'ATO_V_CL_NO_IGN'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_ALLOWED
@EndUserText.label: 'Changelists filtered for ignored lists'
define view atov_changelist_minus_ignored
as select from ato_changelists
{
key changelist_id,
collection_id,
collection_version,
exported_at,
created_by,
created_at,
transport,
changelist_type,
downtimer_required,
status,
consitency_status,
collection_type,
transport_automation_mode
}
where
status <> #ATO_CHANGELIST_STATUS.'I'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"ATO_CHANGELISTS"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/