I_ControlGroupingVH

DDL: I_CONTROLGROUPINGVH SQL: ICTRLGRPGVH Type: view BASIC Package: VDM_SLL_CLS

Control Grouping Value Help

I_ControlGroupingVH is a Basic CDS View that provides data about "Control Grouping Value Help" in SAP S/4HANA. It reads from 1 data source (I_ControlGrouping) and exposes 6 fields with key fields LegalRegulation, ControlGrouping. It is exposed through 6 OData services (ASQL_F2390, ASQL_F2391, ASQL_F2545, ...). Part of development package VDM_SLL_CLS.

Data Sources (1)

SourceAliasJoin Type
I_ControlGrouping I_ControlGrouping from

Annotations (14)

NameValueLevelField
EndUserText.label Control Grouping Value Help view
VDM.viewType #BASIC view
ObjectModel.dataCategory #VALUE_HELP view
AbapCatalog.sqlViewName ICTRLGRPGVH view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey ControlGrouping view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
Consumption.ranked true view
ObjectModel.usageType.sizeCategory L view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #MASTER view

OData Services (6)

ServiceBindingVersionContractRelease
ASQL_F2390 ASQL_F2390 C2 NOT_RELEASED
ASQL_F2391 ASQL_F2391 C2 NOT_RELEASED
ASQL_F2545 ASQL_F2545 C2 NOT_RELEASED
ASQL_F2792 ASQL_F2792 C2 NOT_RELEASED
ASQL_F2826 ASQL_F2826 C2 NOT_RELEASED
ASQL_F4047 ASQL_F4047 C2 NOT_RELEASED

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY LegalRegulation LegalRegulation Legal Regulation
KEY ControlGrouping ControlGrouping Control Grouping
CreatedByUser CreatedByUser User Name
LastChangedByUser LastChangedByUser User Name
_LegalRegulation _LegalRegulation
_ControlGroupingText _ControlGroupingText

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_ControlGroupingVH.
-- 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: ICTRLGRPGVH

CREATE VIEW I_ControlGroupingVH AS
SELECT
  LegalRegulation,
  ControlGrouping,
  CreatedByUser,
  LastChangedByUser
FROM I_ControlGrouping
;