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

C_MM_PartialInvoiceValHelp

DDL: C_MM_PARTIALINVOICEVALHELP SQL: CMMPRTLINV Type: view CONSUMPTION

Partial Invoice Value Help

C_MM_PartialInvoiceValHelp is a Consumption CDS View that provides data about "Partial Invoice Value Help" in SAP S/4HANA. It reads from 1 data source (I_ProcurementDomainValues) and exposes 2 fields with key field PartialInvoiceDistribution.

Data Sources (1)

SourceAliasJoin Type
I_ProcurementDomainValues I_ProcurementDomainValues from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CMMPRTLINV view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Partial Invoice Value Help view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.representativeKey PartialInvoiceDistribution view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PartialInvoiceDistribution Lower Value
Name DomainText Short 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 C_MM_PartialInvoiceValHelp.
-- 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: CMMPRTLINV

CREATE VIEW C_MM_PartialInvoiceValHelp AS
SELECT
  cast (DomainValue as twrkz) AS PartialInvoiceDistribution,
  DomainText AS Name
FROM I_ProcurementDomainValues
;