CDR_C_SCOPE_SGRP_U

DDL: CDR_C_SCOPE_SGRP_U Type: view_entity

Projection view CDR Selection Group

CDR_C_SCOPE_SGRP_U is a CDS View that provides data about "Projection view CDR Selection Group" in SAP S/4HANA. It reads from 1 data source (CDR_I_SCOPE_SGRP_U) and exposes 11 fields with key fields ScopeName, ObjType, ObjName, SgrpName, Active.

Data Sources (1)

SourceAliasJoin Type
CDR_I_SCOPE_SGRP_U CDR_I_SCOPE_SGRP_U projection

Annotations (2)

NameValueLevelField
EndUserText.label Projection view CDR Selection Group view
AccessControl.authorizationCheck #CHECK view

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY ScopeName ScopeName Scope Name
KEY ObjType ObjType Translation OType
KEY ObjName ObjName Table Name
KEY SgrpName SgrpName Selection Group Name
KEY Active Active Usage Active
KEY SetId SetId SETID
KEY Valnum Valnum Value Number
SmbrName SmbrName Member Name
Fieldname Fieldname UI Group FieldName
Likelyhood Likelyhood Counter
SgrpDescription SgrpDescription

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 CDR_C_SCOPE_SGRP_U.
-- 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.

CREATE VIEW CDR_C_SCOPE_SGRP_U AS
SELECT
  ScopeName,
  ObjType,
  ObjName,
  SgrpName,
  Active,
  SetId,
  Valnum,
  SmbrName,
  Fieldname,
  Likelyhood,
  SgrpDescription
FROM CDR_I_SCOPE_SGRP_U
;