Deprecated PUBLIC_LOCAL_API
This CDS view is deprecated in S/4HANA. Use I_SettlmtApplStsGrpStsAssgmt instead. View all deprecated CDS views →

I_SettlmtPrftAnlysStsGrp

DDL: I_SETTLMTPRFTANLYSSTSGRP SQL: IWLFSMTPRANLSTGP Type: view BASIC

Settlement Profit Analysis Status Group

I_SettlmtPrftAnlysStsGrp is a Basic CDS View (Dimension) that provides data about "Settlement Profit Analysis Status Group" in SAP S/4HANA. It reads from 1 data source (tmpa5) and exposes 3 fields with key fields SettlmtPrftAnlysApplStsGrp, SettlmtPrftAnlysApplSts.

Data Sources (1)

SourceAliasJoin Type
tmpa5 tmpa5 from

Annotations (20)

NameValueLevelField
AbapCatalog.sqlViewName IWLFSMTPRANLSTGP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #GENERIC view
AbapCatalog.buffering.numberOfKeyFields 002 view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled false view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Settlement Profit Analysis Status Group view
ObjectModel.representativeKey SettlmtPrftAnlysApplStsGrp view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_SettlmtApplStsGrpStsAssgmt view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY SettlmtPrftAnlysApplStsGrp statgrp Status Group
KEY SettlmtPrftAnlysApplSts estatus Appl. Status
_SettlmtPrftAnlysApplStsText _SettlmtPrftAnlysApplStsText

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_SettlmtPrftAnlysStsGrp.
-- 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: IWLFSMTPRANLSTGP

CREATE VIEW I_SettlmtPrftAnlysStsGrp AS
SELECT
  statgrp AS SettlmtPrftAnlysApplStsGrp,
  estatus AS SettlmtPrftAnlysApplSts
FROM tmpa5
;