I_IntrastatSCLoclClfNrgScmVH

DDL: I_INTRASTATSCLOCLCLFNRGSCMVH Type: view_entity COMPOSITE Package: VDM_SLL_CLS

Intrastat Code for Local Classification

I_IntrastatSCLoclClfNrgScmVH is a Composite CDS View that provides data about "Intrastat Code for Local Classification" in SAP S/4HANA. It reads from 1 data source (I_IntrastatSrvcNmbrSchm) and exposes 2 fields with key field TrdClassfctnNmbrSchm. It is exposed through 2 OData services (ASQL_F2155, ASQL_F2156). Part of development package VDM_SLL_CLS.

Data Sources (1)

SourceAliasJoin Type
I_IntrastatSrvcNmbrSchm I_IntrastatSrvcNmbrSchm from

Annotations (9)

NameValueLevelField
EndUserText.label Intrastat Code for Local Classification view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
AccessControl.authorizationCheck #MANDATORY view
Search.searchable true view
ObjectModel.representativeKey TrdClassfctnNmbrSchm view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view

OData Services (2)

ServiceBindingVersionContractRelease
ASQL_F2155 ASQL_F2155 C2 NOT_RELEASED
ASQL_F2156 ASQL_F2156 C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY TrdClassfctnNmbrSchm TrdClassfctnNmbrSchm
_TrdClassfctnNmbrSchmText _TrdClassfctnNmbrSchmText

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_IntrastatSCLoclClfNrgScmVH.
-- 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_IntrastatSCLoclClfNrgScmVH AS
SELECT
  TrdClassfctnNmbrSchm
FROM I_IntrastatSrvcNmbrSchm
;