ATOV_COL_VER_EXP_COUNT_LOGS
Count export logs of collection version
ATOV_COL_VER_EXP_COUNT_LOGS is a CDS View that provides data about "Count export logs of collection version" in SAP S/4HANA. It reads from 1 data source (ATOV_COL_VER_COUNT_LOGS_BASE) and exposes 1 field.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ATOV_COL_VER_COUNT_LOGS_BASE | ATOV_COL_VER_COUNT_LOGS_BASE | from |
Annotations (4)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ATO_V_CV_E_CL | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Count export logs of collection version | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| no_of_logs |
@AbapCatalog.sqlViewName: 'ATO_V_CV_E_CL'
@ClientHandling:{ type: #INHERITED, algorithm: #SESSION_VARIABLE }
@EndUserText.label: 'Count export logs of collection version'
define view ATOV_COL_VER_EXP_COUNT_LOGS
as select from ATOV_COL_VER_COUNT_LOGS_BASE
{
key collection_id,
key collection_version,
count(*) as no_of_logs
}
group by
collection_id,
collection_version
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"ATOV_COL_VER_COUNT_LOGS_BASE"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA