I_ChgMgmtUserStsPrflFldSts3Txt

DDL: I_CHGMGMTUSERSTSPRFLFLDSTS3TXT SQL: ICMUSRSTSPRFLS3T Type: view COMPOSITE

Chg Mgmt User Status Prfle Fld Sts 3 Text

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

Data Sources (1)

SourceAliasJoin Type
I_ChgMgmtUserStsPrflFldStsText I_ChgMgmtUserStsPrflFldStsText from

Annotations (14)

NameValueLevelField
EndUserText.label Chg Mgmt User Status Prfle Fld Sts 3 Text view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #COMPOSITE view
AbapCatalog.sqlViewName ICMUSRSTSPRFLS3T 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_ChgMgmtUserStsPrflFldSts3Txt.
-- 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: ICMUSRSTSPRFLS3T

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