C_ChgMgmtUserStatus2VH

DDL: C_CHGMGMTUSERSTATUS2VH SQL: CCMUSERSTATUS2VH Type: view CONSUMPTION

Change Mgmt User Status 2 Value Help

C_ChgMgmtUserStatus2VH is a Consumption CDS View that provides data about "Change Mgmt User Status 2 Value Help" in SAP S/4HANA. It reads from 1 data source (I_ChgMgmtUserStatus2) and exposes 2 fields with key field ChgMgmtUserStatus2.

Data Sources (1)

SourceAliasJoin Type
I_ChgMgmtUserStatus2 I_ChgMgmtUserStatus2 from

Annotations (13)

NameValueLevelField
EndUserText.label Change Mgmt User Status 2 Value Help view
VDM.viewType #CONSUMPTION view
AbapCatalog.sqlViewName CCMUSERSTATUS2VH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey ChgMgmtUserStatus2 view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.resultSet.sizeCategory #XS view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ChgMgmtUserStatus2 ChgMgmtUserStatus2 Workflow Status
_Text _Text

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_ChgMgmtUserStatus2VH.
-- 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: CCMUSERSTATUS2VH

CREATE VIEW C_ChgMgmtUserStatus2VH AS
SELECT
  ChgMgmtUserStatus2
FROM I_ChgMgmtUserStatus2
;