ESH_N_ACTIVITY_TYPE_CSSL
Cost Center/Activity Type
ESH_N_ACTIVITY_TYPE_CSSL is a CDS View that provides data about "Cost Center/Activity Type" in SAP S/4HANA. It reads from 1 data source (cssl) and exposes 12 fields with key fields kokrs, kostl, lstar, gjahr. It has 1 association to related views. Part of development package BSESH_CO_OM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| cssl | cssl | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | ESH_N_ACTIVITY_TYPE_CSLA | _TO_CSSL | $projection.kokrs = _TO_CSSL.kokrs and $projection.lstar = _TO_CSSL.lstar |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ESH_L_ACTIV_CSSL | view | |
| EndUserText.label | Cost Center/Activity Type | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #P | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ClientHandling.type | #INHERITED | view | |
| AbapCatalog.compiler.compareFilter | true | view |
Fields (12)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | kokrs | kokrs | ||
| KEY | kostl | kostl | ||
| KEY | lstar | lstar | ||
| KEY | gjahr | gjahr | ||
| cckey | cckey | |||
| latyp | latyp | |||
| leinh | leinh | |||
| ausfk | ausfk | |||
| auseh | auseh | |||
| objnr | objnr | |||
| latypi | latypi | |||
| _TO_CSSL | _TO_CSSL |
-- Enterprise Search help view
-- This CDS view represents node CSSL of search model ACTIVITY_TYPE_H of search software component SAPAPPLH.
-- This CDS view represents: Cost Center/Activity Type.
-- CSS component (relevant to Customer Incidents): CO-OM
-- Package: BSESH_CO_OM
-- Software Component: S4CORE
@AbapCatalog.sqlViewName: 'ESH_L_ACTIV_CSSL'
@EndUserText.label: 'Cost Center/Activity Type'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #P
@ClientHandling.algorithm: #SESSION_VARIABLE
@ClientHandling.type: #INHERITED
@AbapCatalog.compiler.compareFilter: true
define view ESH_N_ACTIVITY_TYPE_CSSL
as select from cssl
association [0..*] to ESH_N_ACTIVITY_TYPE_CSLA as _TO_CSSL on $projection.kokrs = _TO_CSSL.kokrs and
$projection.lstar = _TO_CSSL.lstar
{
key kokrs,
key kostl,
key lstar,
key gjahr,
cckey,
latyp,
leinh,
ausfk,
auseh,
objnr,
latypi,
_TO_CSSL
}
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