C_ChgMgmtUserStatus4VH

DDL: C_CHGMGMTUSERSTATUS4VH SQL: CCMUSERSTATUS4VH Type: view CONSUMPTION

Change Mgmt User Status 4 Value Help

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

Data Sources (1)

SourceAliasJoin Type
I_ChgMgmtUserStatus4 I_ChgMgmtUserStatus4 from

Annotations (13)

NameValueLevelField
EndUserText.label Change Mgmt User Status 4 Value Help view
VDM.viewType #CONSUMPTION view
AbapCatalog.sqlViewName CCMUSERSTATUS4VH 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 ChgMgmtUserStatus4 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 ChgMgmtUserStatus4 ChgMgmtUserStatus4 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_ChgMgmtUserStatus4VH.
-- 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: CCMUSERSTATUS4VH

CREATE VIEW C_ChgMgmtUserStatus4VH AS
SELECT
  ChgMgmtUserStatus4
FROM I_ChgMgmtUserStatus4
;