CSN_EXPOSURE_CDS_DEFAULT_NFT
CSN Entities with no feature flag
CSN_EXPOSURE_CDS_DEFAULT_NFT is a CDS View that provides data about "CSN Entities with no feature flag" in SAP S/4HANA. It reads from 17 data sources and exposes 22 fields with key field EntityName. It has 4 associations to related views.
Data Sources (17)
| Source | Alias | Join Type |
|---|---|---|
| ddheadanno | annoExtr | left_outer |
| ddheadanno | annoMP | left_outer |
| SADL_GW_DDLA_AnnotationEnum | annoMPMap | left_outer |
| CSN_EXPOSURE_CDS_ARS_APIS_NFT | api_state | left_outer |
| CSN_EXPOSURE_CDS_ARS_APIS_NFT | api_state_c0 | left_outer |
| CSN_EXPOSURE_CDS_ARS_APIS_NFT | api_state_c1 | left_outer |
| CSN_EXPOSURE_CDS_ARS_APIS_NFT | api_state_c2 | left_outer |
| df14l | appl_comps | left_outer |
| ddldependency | dep | inner |
| dd03nd | elements | left_outer |
| ddheadanno | header_annos | left_outer |
| dd02bnd | node_info | inner |
| DDCDS_USED_SESSION_VARIABLE | session_var | inner |
| ddddlsrc | src | inner |
| dd02b | stob | from |
| tadir | tadir | inner |
| tdevc | tdevc | left_outer |
Parameters (1)
| Name | Type | Default |
|---|---|---|
| P_Language | abap.lang |
Associations (4)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | SADL_GW_DDLA_AnnotationEnumT | _annoMPText | _annoMPText.AnnotationKey = 'OBJECTMODEL.MODELINGPATTERN' and _annoMPText.AnnotationEnumKey = annoMPMap.AnnotationEnumKey |
| [0..*] | df14t | _ac_text | _ac_text.fctr_id = appl_comps.fctr_id and _ac_text.as4local = 'A' and _ac_text.addon = '' |
| [0..*] | ddddlsrc02bt | _label_text | _label_text.ddlname = dep.ddlname and _label_text.strucobjn = stob.strucobjn and _label_text.as4local = stob.as4local |
| [0..*] | tdevct | _tdevct | _tdevct.devclass = tadir.devclass |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CSNEXPCDSDEFNFT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | CSN Entities with no feature flag | view | |
| Search.searchable | true | view | |
| EnterpriseSearch.enabled | true | view | |
| UI.headerInfo.title.value | ENTITYNAME | view | |
| Metadata.allowExtensions | true | view |
Fields (22)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | EntityName | dd02b | strucobjn_raw | Entity Name |
| EntityLabel | Entity Label | |||
| ReleaseContract | CSN_EXPOSURE_CDS_ARS_APIS_NFT | compatibility_contract | Release Contract | |
| ReleaseState | CSN_EXPOSURE_CDS_ARS_APIS_NFT | release_state | Release State | |
| ReleaseContractMax | ||||
| ReleaseStateMax | ||||
| ReleaseStateC0 | CSN_EXPOSURE_CDS_ARS_APIS_NFT | release_state | Release Status | |
| ReleaseContractC0 | CSN_EXPOSURE_CDS_ARS_APIS_NFT | compatibility_contract | Release Contract | |
| ReleaseStateC1 | CSN_EXPOSURE_CDS_ARS_APIS_NFT | release_state | Release Status | |
| ReleaseContractC1 | CSN_EXPOSURE_CDS_ARS_APIS_NFT | compatibility_contract | Release Contract | |
| ReleaseStateC2 | CSN_EXPOSURE_CDS_ARS_APIS_NFT | release_state | Release Status | |
| ReleaseContractC2 | CSN_EXPOSURE_CDS_ARS_APIS_NFT | compatibility_contract | Release Contract | |
| ModelingPattern | SADL_GW_DDLA_AnnotationEnum | AnnotationEnumKey | Modeling Pattern | |
| ModelingPatternDescription | Modeling Pattern Description | |||
| AnalyticsDataExtractable | ddheadanno | value | Data Extraction Enabled | |
| HeaderAnnotationName | ddheadanno | name | Header Annotation Name | |
| HeaderAnnotationValue | ddheadanno | value | Header Annotation Value | |
| ApplicationComponent | df14l | ps_posid | Application Component | |
| ApplicationComponentText | Application Component Description | |||
| Field | dd03nd | fieldname | Field | |
| SoftwareComponent | tdevc | dlvunit | Software Component | |
| ComponentText | Software Component Description |
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 CSN_EXPOSURE_CDS_DEFAULT_NFT.
-- 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.
-- SQL view name: CSNEXPCDSDEFNFT
-- Parameters: P_Language : abap.lang
CREATE VIEW CSN_EXPOSURE_CDS_DEFAULT_NFT AS
SELECT
stob.strucobjn_raw AS EntityName,
_label_text[1: ddlanguage = $parameters.P_Language].ddtext AS EntityLabel,
api_state.compatibility_contract AS ReleaseContract,
api_state.release_state AS ReleaseState,
coalesce( api_state_c2.compatibility_contract, coalesce ( api_state_c1.compatibility_contract, api_state_c0.compatibility_contract ) ) AS ReleaseContractMax,
coalesce( api_state_c2.release_state, coalesce ( api_state_c1.release_state, api_state_c0.release_state ) ) AS ReleaseStateMax,
api_state_c0.release_state AS ReleaseStateC0,
api_state_c0.compatibility_contract AS ReleaseContractC0,
api_state_c1.release_state AS ReleaseStateC1,
api_state_c1.compatibility_contract AS ReleaseContractC1,
api_state_c2.release_state AS ReleaseStateC2,
api_state_c2.compatibility_contract AS ReleaseContractC2,
annoMPMap.AnnotationEnumKey AS ModelingPattern,
_annoMPText[1: Language = $parameters.P_Language].Description AS ModelingPatternDescription,
annoExtr.value AS AnalyticsDataExtractable,
header_annos.name AS HeaderAnnotationName,
header_annos.value AS HeaderAnnotationValue,
appl_comps.ps_posid AS ApplicationComponent,
_ac_text[1: langu = $parameters.P_Language].name AS ApplicationComponentText,
elements.fieldname AS Field,
tdevc.dlvunit AS SoftwareComponent,
_tdevct[1: spras = $parameters.P_Language].ctext AS ComponentText
FROM dd02b AS stob
INNER JOIN ddldependency AS dep ON /* join condition not captured in parsed metadata */
INNER JOIN dd02bnd AS node_info ON /* join condition not captured in parsed metadata */
INNER JOIN DDCDS_USED_SESSION_VARIABLE AS session_var ON /* join condition not captured in parsed metadata */
INNER JOIN tadir ON /* join condition not captured in parsed metadata */
INNER JOIN ddddlsrc AS src ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN CSN_EXPOSURE_CDS_ARS_APIS_NFT AS api_state ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN CSN_EXPOSURE_CDS_ARS_APIS_NFT AS api_state_c0 ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN CSN_EXPOSURE_CDS_ARS_APIS_NFT AS api_state_c1 ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN CSN_EXPOSURE_CDS_ARS_APIS_NFT AS api_state_c2 ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN ddheadanno AS annoMP ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN ddheadanno AS annoExtr ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN SADL_GW_DDLA_AnnotationEnum AS annoMPMap ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN ddheadanno AS header_annos ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN tdevc ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN df14l AS appl_comps ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN dd03nd AS elements ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN SADL_GW_DDLA_AnnotationEnumT AS _annoMPText ON _annoMPText.AnnotationKey = 'OBJECTMODEL.MODELINGPATTERN' AND _annoMPText.AnnotationEnumKey = annoMPMap.AnnotationEnumKey -- association [0..*]
LEFT OUTER JOIN df14t AS _ac_text ON _ac_text.fctr_id = appl_comps.fctr_id AND _ac_text.as4local = 'A' AND _ac_text.addon = '' -- association [0..*]
LEFT OUTER JOIN ddddlsrc02bt AS _label_text ON _label_text.ddlname = dep.ddlname AND _label_text.strucobjn = stob.strucobjn AND _label_text.as4local = stob.as4local -- association [0..*]
LEFT OUTER JOIN tdevct AS _tdevct ON _tdevct.devclass = tadir.devclass -- association [0..*]
;
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