P_RespyMTeamMbrAuthChkStsText

DDL: P_RESPYMTEAMMBRAUTHCHKSTSTEXT SQL: PRMAUTHCHKSTSTXT Type: view BASIC

P_RespyMTeamMbrAuthChkStsText is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields RespyMTeamMbrAuthCheckStatus, Language.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName PRMAUTHCHKSTSTXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
VDM.private true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY RespyMTeamMbrAuthCheckStatus domvalue_l Lower Value
KEY Language Lang.
RespyMTeamMbrAuthChkStatusDesc ddtext Short 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 P_RespyMTeamMbrAuthChkStsText.
-- 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: PRMAUTHCHKSTSTXT

CREATE VIEW P_RespyMTeamMbrAuthChkStsText AS
SELECT
  domvalue_l AS RespyMTeamMbrAuthCheckStatus,
  cast( ddlanguage as sylangu ) AS Language,
  ddtext AS RespyMTeamMbrAuthChkStatusDesc
FROM dd07t
;