P_CAPaytLotItmGoodCnfPrpslML

DDL: P_CAPAYTLOTITMGOODCNFPRPSLML SQL: PCAPAYLOTITMML30 Type: view CONSUMPTION Package: ODATA_O2C_FICA_PAYMENTLOT_ANA

Good Confidence Proposal Items with ML

P_CAPaytLotItmGoodCnfPrpslML is a Consumption CDS View that provides data about "Good Confidence Proposal Items with ML" in SAP S/4HANA. It reads from 1 data source (I_CAPaymentLotItem) and exposes 2 fields with key field CAPaymentLot. Part of development package ODATA_O2C_FICA_PAYMENTLOT_ANA.

Data Sources (1)

SourceAliasJoin Type
I_CAPaymentLotItem I_CAPaymentLotItem from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName PCAPAYLOTITMML30 view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Good Confidence Proposal Items with ML view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #CONSUMPTION view
VDM.private true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CAPaymentLot CAPaymentLot Lot
CANrOfItemsWithGoodCnfPrpslML

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_CAPaytLotItmGoodCnfPrpslML.
-- 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: PCAPAYLOTITMML30

CREATE VIEW P_CAPaytLotItmGoodCnfPrpslML AS
SELECT
  CAPaymentLot,
  count( * ) AS CANrOfItemsWithGoodCnfPrpslML
FROM I_CAPaymentLotItem
;