I_CSN_EntitiesInServices
CSN Exposure entities in services
I_CSN_EntitiesInServices is a CDS View that provides data about "CSN Exposure entities in services" in SAP S/4HANA. It reads from 3 data sources (I_CSN_Services, DDCDS_ENTITY_HEADER, srvd_rt_entities_direct) and exposes 10 fields with key fields ExposedEntityName, ServiceDefinitionName, ServiceBindingName, ServiceNameInCsnExposure. Part of development package SDDIC_CSN_EXPORT_ODATA.
Data Sources (3)
| Source | Alias | Join Type |
|---|---|---|
| I_CSN_Services | _csn_exposure_service | from |
| DDCDS_ENTITY_HEADER | _entity_header | inner |
| srvd_rt_entities_direct | _exposed_entities | inner |
Annotations (2)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | CSN Exposure entities in services | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ExposedEntityName | srvd_rt_entities_direct | ExposedArtifact | Exposed Actifact Name |
| KEY | ServiceDefinitionName | I_CSN_Services | ServiceDefinitionName | |
| KEY | ServiceBindingName | I_CSN_Services | ServiceBindingName | |
| KEY | ServiceNameInCsnExposure | I_CSN_Services | ServiceName | |
| ExposedEntityNameRaw | DDCDS_ENTITY_HEADER | entity_name_raw | ||
| ExposedEntityAliasRaw | srvd_rt_entities_direct | ExposedAliasRaw | Exposed Actifact Name, Case-Sesitive | |
| ServiceVersion | I_CSN_Services | ServiceVersion | ||
| ServiceDescription | I_CSN_Services | ServiceDescription | ||
| BindingType | I_CSN_Services | BindingType | ||
| BindingTypeVersion | I_CSN_Services | BindingTypeVersion |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view I_CSN_EntitiesInServices.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
CREATE VIEW I_CSN_EntitiesInServices AS
SELECT
_exposed_entities.ExposedArtifact AS ExposedEntityName,
_csn_exposure_service.ServiceDefinitionName AS ServiceDefinitionName,
_csn_exposure_service.ServiceBindingName AS ServiceBindingName,
_csn_exposure_service.ServiceName AS ServiceNameInCsnExposure,
_entity_header.entity_name_raw AS ExposedEntityNameRaw,
_exposed_entities.ExposedAliasRaw AS ExposedEntityAliasRaw,
_csn_exposure_service.ServiceVersion AS ServiceVersion,
_csn_exposure_service.ServiceDescription AS ServiceDescription,
_csn_exposure_service.BindingType AS BindingType,
_csn_exposure_service.BindingTypeVersion AS BindingTypeVersion
FROM I_CSN_Services AS _csn_exposure_service
INNER JOIN srvd_rt_entities_direct AS _exposed_entities ON /* join condition not captured in parsed metadata */
INNER JOIN DDCDS_ENTITY_HEADER AS _entity_header ON /* join condition not captured in parsed metadata */
;
Learn More
- CDS View Annotations — A Complete Guide
- 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 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA