R_PurgDocPricingSimulationTP

DDL: R_PURGDOCPRICINGSIMULATIONTP Type: view_entity TRANSACTIONAL

Purg Document Pricing Simulation -TP

R_PurgDocPricingSimulationTP is a Transactional CDS View that provides data about "Purg Document Pricing Simulation -TP" in SAP S/4HANA. It reads from 1 data source (R_PurgDocPricingSimulation) and exposes 8 fields with key field PurchasingDocument.

Data Sources (1)

SourceAliasJoin Type
R_PurgDocPricingSimulation R_PurgDocPricingSimulation from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.sapObjectNodeType.name PurgDocumentPricingSimulation view
EndUserText.label Purg Document Pricing Simulation -TP view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY PurchasingDocument PurchasingDocument Purchasing Document
PurchasingDocumentCategory PurchasingDocumentCategory Doc. Category
PurchasingDocumentType PurchasingDocumentType RFQ Type
PurchasingOrganization PurchasingOrganization Purchasing Organization
PurchasingGroup PurchasingGroup Purchasing Group
PurchasingDocumentOrigin PurchasingDocumentOrigin Status
IsEndOfPurposeBlocked IsEndOfPurposeBlocked Busin. Purp. Cmpltd.
CompanyCode CompanyCode Receiver Company Code

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 R_PurgDocPricingSimulationTP.
-- 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 R_PurgDocPricingSimulationTP AS
SELECT
  PurchasingDocument,
  PurchasingDocumentCategory,
  PurchasingDocumentType,
  PurchasingOrganization,
  PurchasingGroup,
  PurchasingDocumentOrigin,
  IsEndOfPurposeBlocked,
  CompanyCode
FROM R_PurgDocPricingSimulation
;