ESH_N_COMPANY_ADDRESS_ION_TEXT
Region
ESH_N_COMPANY_ADDRESS_ION_TEXT is a CDS View that provides data about "Region" in SAP S/4HANA. It reads from 1 data source (t005s) and exposes 3 fields with key fields land1, bland. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t005s | t005s | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | t005u | _TO_T005U | $projection.land1 = _TO_T005U.land1 and $projection.bland = _TO_T005U.bland |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ESH_L_COMPA_TEXT | 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 | |
| EndUserText.label | Region | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | land1 | land1 | ||
| KEY | bland | bland | ||
| _TO_T005U | _TO_T005U |
-- Enterprise Search help view
-- This CDS view represents node REGION_TEXT of search model COMPANY_ADDRESS_H of search software component SAPAPPLH.
-- This CDS view represents: Region.
-- CSS component (relevant to Customer Incidents): BC-EIM-ESH
-- Package: SESH_SAP_BASIS_USER
-- Software Component: SAP_BASIS
@AbapCatalog.sqlViewName: 'ESH_L_COMPA_TEXT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #P
@ClientHandling.algorithm: #SESSION_VARIABLE
@ClientHandling.type: #INHERITED
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'Region'
define view ESH_N_COMPANY_ADDRESS_ION_TEXT
as select from t005s
association [0..*] to t005u as _TO_T005U on $projection.land1 = _TO_T005U.land1 and
$projection.bland = _TO_T005U.bland
{
key land1,
key bland,
_TO_T005U
}
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