I_CmplRqRsltMnlCmplncStsCalcVH

DDL: I_CMPLRQRSLTMNLCMPLNCSTSCALCVH SQL: ICRRMCSTSCALCVH Type: view BASIC Package: EHFND_BO_CRR

CRR Manual Compliance Status Value Help

I_CmplRqRsltMnlCmplncStsCalcVH is a Basic CDS View that provides data about "CRR Manual Compliance Status Value Help" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field CmplRqRsltCmplncSts. It has 1 association to related views. It is exposed through 4 OData services (ASQL_F2928, ASQL_F3219, ASQL_F3235, ...). Part of development package EHFND_BO_CRR.

Data Sources (1)

SourceAliasJoin Type
dd07l ManualComplianceStatus from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_MnlCmplncStsCalcTxt _Text $projection.CmplRqRsltCmplncSts = _Text.CmplRqRsltCmplncSts

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName ICRRMCSTSCALCVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
EndUserText.label CRR Manual Compliance Status Value Help view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
ObjectModel.representativeKey CmplRqRsltCmplncSts view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.dataCategory #VALUE_HELP view
Search.searchable true view

OData Services (4)

ServiceBindingVersionContractRelease
ASQL_F2928 ASQL_F2928 C2 NOT_RELEASED
ASQL_F3219 ASQL_F3219 C2 NOT_RELEASED
ASQL_F3235 ASQL_F3235 C2 NOT_RELEASED
ASQL_F7602 ASQL_F7602 C2 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY CmplRqRsltCmplncSts
DomainValue dd07l domvalue_l Lower Value
_Text _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 I_CmplRqRsltMnlCmplncStsCalcVH.
-- 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: ICRRMCSTSCALCVH

CREATE VIEW I_CmplRqRsltMnlCmplncStsCalcVH AS
SELECT
  cast(ManualComplianceStatus.domvalue_l as ehfnd_crr_man_stat_nd ) AS CmplRqRsltCmplncSts,
  ManualComplianceStatus.domvalue_l AS DomainValue
FROM dd07l AS ManualComplianceStatus
LEFT OUTER JOIN I_MnlCmplncStsCalcTxt AS _Text ON CmplRqRsltCmplncSts = _Text.CmplRqRsltCmplncSts  -- association [0..*]
;