I_IntrastatSrvcNmbrSchm

DDL: I_INTRASTATSRVCNMBRSCHM SQL: ISSRVCCDNS Type: view BASIC Package: VDM_SLL_CLS

Numbering Scheme - Intrastat Service Code

I_IntrastatSrvcNmbrSchm is a Basic CDS View that provides data about "Numbering Scheme - Intrastat Service Code" in SAP S/4HANA. It reads from 1 data source (I_TrdClassfctnNmbrSchm) and exposes 4 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_TrdClassfctnNmbrSchm I_TrdClassfctnNmbrSchm from

Annotations (11)

NameValueLevelField
EndUserText.label Numbering Scheme - Intrastat Service Code view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName ISSRVCCDNS view
AccessControl.authorizationCheck #MANDATORY view
ObjectModel.representativeKey TrdClassfctnNmbrSchm view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory M view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Search.searchable true view
Consumption.ranked true view

OData Services (2)

ServiceBindingVersionContractRelease
ASQL_F2155 ASQL_F2155 C2 NOT_RELEASED
ASQL_F2156 ASQL_F2156 C2 NOT_RELEASED

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY TrdClassfctnNmbrSchm TrdClassfctnNmbrSchm Numbering Scheme
TrdClassfctnNmbrngSchmSrceType TrdClassfctnNmbrngSchmSrceType
TrdClassfctnDistributionType TrdClassfctnDistributionType
_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_IntrastatSrvcNmbrSchm.
-- 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: ISSRVCCDNS

CREATE VIEW I_IntrastatSrvcNmbrSchm AS
SELECT
  TrdClassfctnNmbrSchm,
  TrdClassfctnNmbrngSchmSrceType,
  TrdClassfctnDistributionType
FROM I_TrdClassfctnNmbrSchm
;