C_InvgCsMSecurityLevelText

DDL: C_INVGCSMSECURITYLEVELTEXT SQL: CINVGCSMSECLVLT Type: view CONSUMPTION

Text Value Help for Security Level

C_InvgCsMSecurityLevelText is a Consumption CDS View that provides data about "Text Value Help for Security Level" in SAP S/4HANA. It reads from 1 data source (I_InvgCsMSecurityLevelText) and exposes 4 fields with key fields InvgCsMLanguageCode, InvgCsMAuthDomainCode, InvgCsMAuthScopeCode.

Data Sources (1)

SourceAliasJoin Type
I_InvgCsMSecurityLevelText I_InvgCsMSecurityLevelText from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CINVGCSMSECLVLT view
ObjectModel.dataCategory #TEXT view
VDM.viewType #CONSUMPTION view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Text Value Help for Security Level view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey InvgCsMAuthScopeCode view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY InvgCsMLanguageCode InvgCsMLanguageCode Primary lang.
KEY InvgCsMAuthDomainCode InvgCsMAuthDomainCode Authorization Domain
KEY InvgCsMAuthScopeCode InvgCsMAuthScopeCode Authorization Scope
InvgCsMSecurityLvlDesc InvgCsMSecurityLvlDesc Well Code Des.

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_InvgCsMSecurityLevelText.
-- 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: CINVGCSMSECLVLT

CREATE VIEW C_InvgCsMSecurityLevelText AS
SELECT
  InvgCsMLanguageCode,
  InvgCsMAuthDomainCode,
  InvgCsMAuthScopeCode,
  InvgCsMSecurityLvlDesc
FROM I_InvgCsMSecurityLevelText
;