I_TrdClassfctnNmbrSchmCntnt

DDL: I_TRDCLASSFCTNNMBRSCHMCNTNT SQL: ITRDCLSNSC Type: view BASIC Package: VDM_SLL_CLS

Numbering Scheme Content

I_TrdClassfctnNmbrSchmCntnt is a Basic CDS View that provides data about "Numbering Scheme Content" in SAP S/4HANA. It reads from 1 data source (/sapsll/dnosct) and exposes 6 fields with key field TrdClassfctnNmbrSchmCntnt. It has 1 association to related views. It is exposed through 1 OData service (UI_TRCMDTYCDMANAGE). Part of development package VDM_SLL_CLS.

Data Sources (1)

SourceAliasJoin Type
/sapsll/dnosct /sapsll/dnosct from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_TrdClassfctnNmbrSchmCntntTxt _TrdClassfctnNmbrSchmCntntTxt $projection.TrdClassfctnNmbrSchmCntnt = _TrdClassfctnNmbrSchmCntntTxt.TrdClassfctnNmbrSchmCntnt

Annotations (11)

NameValueLevelField
EndUserText.label Numbering Scheme Content view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName ITRDCLSNSC view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey TrdClassfctnNmbrSchmCntnt view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory M view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Search.searchable false view

OData Services (1)

ServiceBindingVersionContractRelease
UI_TRCMDTYCDMANAGE UI_TRCMDTYCDMANAGE V4 C1 NOT_RELEASED

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY TrdClassfctnNmbrSchmCntnt nosct No. Scheme Content
TrdClassfctnNmbrSchmType ctsty No. Scheme Type
TrdClassfctnNmbrSchmCntntSrce ctsrc Content Source
TrdClassfctnDataProvider dprid Ret. Income Res.
UnitOfMeasureSystem nosms UoM System
_TrdClassfctnNmbrSchmCntntTxt _TrdClassfctnNmbrSchmCntntTxt

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_TrdClassfctnNmbrSchmCntnt.
-- 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: ITRDCLSNSC

CREATE VIEW I_TrdClassfctnNmbrSchmCntnt AS
SELECT
  nosct AS TrdClassfctnNmbrSchmCntnt,
  ctsty AS TrdClassfctnNmbrSchmType,
  ctsrc AS TrdClassfctnNmbrSchmCntntSrce,
  dprid AS TrdClassfctnDataProvider,
  nosms AS UnitOfMeasureSystem
FROM /sapsll/dnosct
LEFT OUTER JOIN I_TrdClassfctnNmbrSchmCntntTxt AS _TrdClassfctnNmbrSchmCntntTxt ON TrdClassfctnNmbrSchmCntnt = _TrdClassfctnNmbrSchmCntntTxt.TrdClassfctnNmbrSchmCntnt  -- association [0..*]
;