I_FinAPARClrgPrpslSetStatus

DDL: I_FINAPARCLRGPRPSLSETSTATUS Type: view_entity BASIC Package: FIN_APAR_AI_CLEARING_CORE

Clearing Proposal Set Status

I_FinAPARClrgPrpslSetStatus is a Basic CDS View that provides data about "Clearing Proposal Set Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field FinAPARClrgPrpslSetStatus. It has 1 association to related views. It is exposed through 2 OData services (ASQL_F9287, ASQL_F9300). Part of development package FIN_APAR_AI_CLEARING_CORE.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_FinAPARClrgPrpslSetStatusTxt _Text $projection.FinAPARClrgPrpslSetStatus = _Text.FinAPARClrgPrpslSetStatus

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Clearing Proposal Set Status view
VDM.viewType #BASIC view
ObjectModel.representativeKey FinAPARClrgPrpslSetStatus view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Metadata.ignorePropagatedAnnotations true view

OData Services (2)

ServiceBindingVersionContractRelease
ASQL_F9287 ASQL_F9287 C2 NOT_RELEASED
ASQL_F9300 ASQL_F9300 C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY FinAPARClrgPrpslSetStatus
_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_FinAPARClrgPrpslSetStatus.
-- 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.

CREATE VIEW I_FinAPARClrgPrpslSetStatus AS
SELECT
  cast ( cast ( substring( domvalue_l, 1, 1 ) as abap.numc( 1 ) ) as frpac_proposal_set_status ) AS FinAPARClrgPrpslSetStatus
FROM dd07l
LEFT OUTER JOIN I_FinAPARClrgPrpslSetStatusTxt AS _Text ON FinAPARClrgPrpslSetStatus = _Text.FinAPARClrgPrpslSetStatus  -- association [0..*]
;