C_CstrtNewSwMatlVH

DDL: C_CSTRTNEWSWMATLVH SQL: CCSTRTNEWSWVH Type: view CONSUMPTION

New Software Material List Value Help

C_CstrtNewSwMatlVH is a Consumption CDS View that provides data about "New Software Material List Value Help" in SAP S/4HANA. It reads from 1 data source (I_CstrtNewSwMatl) and exposes 3 fields with key field EmbeddedSoftwareMaterial.

Data Sources (1)

SourceAliasJoin Type
I_CstrtNewSwMatl I_CstrtNewSwMatl from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CCSTRTNEWSWVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
Search.searchable true view
ObjectModel.representativeKey EmbeddedSoftwareMaterial view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.resultSet.sizeCategory #XS view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label New Software Material List Value Help view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY EmbeddedSoftwareMaterial EmbeddedSoftwareMaterial Vehicle Model
EmbeddedSoftwareMaterialDesc EmbeddedSoftwareMaterialDesc Product Description
AuthorizationGroup AuthorizationGroup AuthorizGroup

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 C_CstrtNewSwMatlVH.
-- 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: CCSTRTNEWSWVH

CREATE VIEW C_CstrtNewSwMatlVH AS
SELECT
  EmbeddedSoftwareMaterial,
  EmbeddedSoftwareMaterialDesc,
  AuthorizationGroup
FROM I_CstrtNewSwMatl
;