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

C_PrmtHbRpldSuplrInvoiceVH

DDL: C_PRMTHBRPLDSUPLRINVOICEVH SQL: CPRMTHBINVNOVH Type: view CONSUMPTION

Value Help view for Supplier Invoice Document

C_PrmtHbRpldSuplrInvoiceVH is a Consumption CDS View that provides data about "Value Help view for Supplier Invoice Document" in SAP S/4HANA. It reads from 1 data source (I_PrmtHbRpldSupplierInvoice) and exposes 7 fields with key field PrmtHbRpldSupplierInvoiceUUID.

Data Sources (1)

SourceAliasJoin Type
I_PrmtHbRpldSupplierInvoice I_PrmtHbRpldSupplierInvoice from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName CPRMTHBINVNOVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Value Help view for Supplier Invoice Document view
Search.searchable true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
AbapCatalog.preserveKey true view
VDM.lifecycle.contract.type #NONE view
VDM.lifecycle.status #DEPRECATED view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY PrmtHbRpldSupplierInvoiceUUID PrmtHbRpldSupplierInvoiceUUID UUID
PrmtHbRpldSupplierInvoice PrmtHbRpldSupplierInvoice Invoice Number
ProcmtHubCompanyCode ProcmtHubCompanyCode Company Code in Connected System
PrmtHbInvoicingParty PrmtHbInvoicingParty Supplier
PrmtHbRpldSuplrInvcFiscalYear PrmtHbRpldSuplrInvcFiscalYear Fiscal Year
IsEndOfPurposeBlocked IsEndOfPurposeBlocked Busin. Purp. Cmpltd.
ProcurementHubSourceSystem ProcurementHubSourceSystem Connected System ID

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_PrmtHbRpldSuplrInvoiceVH.
-- 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: CPRMTHBINVNOVH

CREATE VIEW C_PrmtHbRpldSuplrInvoiceVH AS
SELECT
  PrmtHbRpldSupplierInvoiceUUID,
  PrmtHbRpldSupplierInvoice,
  ProcmtHubCompanyCode,
  PrmtHbInvoicingParty,
  PrmtHbRpldSuplrInvcFiscalYear,
  IsEndOfPurposeBlocked,
  ProcurementHubSourceSystem
FROM I_PrmtHbRpldSupplierInvoice
;