I_PRATstStatus

DDL: I_PRATSTSTATUS SQL: IPVSTATUS Type: view BASIC

TV Regression App Status

I_PRATstStatus is a Basic CDS View that provides data about "TV Regression App Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 1 field with key field PRATstStatus.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (12)

NameValueLevelField
EndUserText.label TV Regression App Status view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IPVSTATUS view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #META view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY PRATstStatus Lower Value

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_PRATstStatus.
-- 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: IPVSTATUS

CREATE VIEW I_PRATstStatus AS
SELECT
  cast (domvalue_l as char10 ) AS PRATstStatus
FROM dd07l
;