I_CharcAttribSeldCodeSetStdVH

DDL: I_CHARCATTRIBSELDCODESETSTDVH SQL: ICASCS__VH Type: view COMPOSITE

Selected Set for Characteristic Attribute

I_CharcAttribSeldCodeSetStdVH (Composite)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.

Manufacturing

I_CharcAttribSeldCodeSetStdVH is a Composite CDS View that provides data about "Selected Set for Characteristic Attribute" in SAP S/4HANA. It reads from 1 data source (I_CharcAttribSelectedCodeSet) and exposes 5 fields with key fields SelectedCodeSetPlant, SelectedCodeSet.

SAP Help Documentation

CategoryCDS Views for Quality Planning
StatusReleased
Purpose
This view provides value help for selected sets for characteristic attributes (catalog 1). This view should be used for value help purposes only. If you intend to select the entire business data, use the Selected Set for Characteristic Attribute view instead.

View on SAP Help Portal →

SAP API Hub

StateC1
Line of BusinessManufacturing
Application ComponentQM-IM
CapabilitiesData Provider for Value Help
PackageManufacturing for SAP S/4HANA Cloud Private Edition
Description <p>This view provides value help for selected sets for characteristic attributes (catalog 1). This view should be used for value help purposes only. If you intend to select the entire business data, use the Selected Set for Characteristic Attribute view instead.</p>

Documentation

Data Sources (1)

SourceAliasJoin Type
I_CharcAttribSelectedCodeSet I_CharcAttribSelectedCodeSet from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName ICASCS__VH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey SelectedCodeSet view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
Consumption.ranked true view
EndUserText.label Selected Set for Characteristic Attribute view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY SelectedCodeSetPlant SelectedCodeSetPlant Receiving Plant
KEY SelectedCodeSet SelectedCodeSet CodeGrp/SelSet
SelectedCodeSetText SelectedCodeSetText Short Description of Selected Set
InspectionSelectedSetStatus InspectionSelectedSetStatus Status of Master Record
_SelectedCodeSetPlant _SelectedCodeSetPlant

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_CharcAttribSeldCodeSetStdVH.
-- 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: ICASCS__VH

CREATE VIEW I_CharcAttribSeldCodeSetStdVH AS
SELECT
  SelectedCodeSetPlant,
  SelectedCodeSet,
  SelectedCodeSetText,
  InspectionSelectedSetStatus
FROM I_CharcAttribSelectedCodeSet
;