I_ChgMgmtUserStsPrflFldSts1Txt

DDL: I_CHGMGMTUSERSTSPRFLFLDSTS1TXT SQL: ICMUSRSTSPRFLS1T Type: view COMPOSITE Package: MOC_VDM

Chg Mgmt User Status Prfle Fld Sts 1 Text

I_ChgMgmtUserStsPrflFldSts1Txt is a Composite CDS View that provides data about "Chg Mgmt User Status Prfle Fld Sts 1 Text" in SAP S/4HANA. It reads from 1 data source (I_ChgMgmtUserStsPrflFldStsText) and exposes 9 fields with key fields Language, ChgMgmtUserStatusProfile, ChgMgmtUserStatus. Part of development package MOC_VDM.

Data Sources (1)

SourceAliasJoin Type
I_ChgMgmtUserStsPrflFldStsText I_ChgMgmtUserStsPrflFldStsText from

Annotations (14)

NameValueLevelField
EndUserText.label Chg Mgmt User Status Prfle Fld Sts 1 Text view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #COMPOSITE view
AbapCatalog.sqlViewName ICMUSRSTSPRFLS1T view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
Metadata.ignorePropagatedAnnotations true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey ChgMgmtUserStatus view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY Language Language Report Text Language
KEY ChgMgmtUserStatusProfile ChgMgmtUserStatusProfile
KEY ChgMgmtUserStatus ChgMgmtUserStatus
ChgMgmtUserStsPrflFldStsText ChgMgmtUserStsPrflFldStsText
ChgMgmtUserStatusField ChgMgmtUserStatusField
_ChgMgmtUserStsPrflFldSts _ChgMgmtUserStsPrflFldSts
_ChgMgmtUserStatusPrflFld _ChgMgmtUserStatusPrflFld
_ChgMgmtUserStatusProfile _ChgMgmtUserStatusProfile
_Language _Language

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_ChgMgmtUserStsPrflFldSts1Txt.
-- 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: ICMUSRSTSPRFLS1T

CREATE VIEW I_ChgMgmtUserStsPrflFldSts1Txt AS
SELECT
  Language,
  ChgMgmtUserStatusProfile,
  ChgMgmtUserStatus,
  ChgMgmtUserStsPrflFldStsText,
  ChgMgmtUserStatusField
FROM I_ChgMgmtUserStsPrflFldStsText
;