I_BPSuplrPurchasingOrgProc

DDL: I_BPSUPLRPURCHASINGORGPROC Type: view_entity BASIC

BP Supplier Purchasing Org Process Data

I_BPSuplrPurchasingOrgProc is a Basic CDS View that provides data about "BP Supplier Purchasing Org Process Data" in SAP S/4HANA. It reads from 1 data source (lfm1_prc) and exposes 48 fields with key fields MasterDataChangeProcess, MDChgProcessStep, MDChgProcessSrceSystem, MDChgProcessSrceObject, PurchasingOrganization. It has 3 associations to related views.

Data Sources (1)

SourceAliasJoin Type
lfm1_prc lfm1_prc from

Associations (3)

CardinalityTargetAliasCondition
[1..1] I_BPSupplierProcess _Supplier lfm1_prc.process_id = _Supplier.MasterDataChangeProcess and lfm1_prc.process_step_no = _Supplier.MDChgProcessStep and lfm1_prc.source_system = _Supplier.MDChgProcessSrceSystem and lfm1_prc.source_id = _Supplier.MDChgProcessSrceObject
[0..1] I_IncotermsClassification _IncotermsClassification $projection.IncotermsClassification = _IncotermsClassification.IncotermsClassification
[0..1] E_BPSuplrPurchasingOrgProc _ExtBPSuplrPurchasingOrgProc $projection.MasterDataChangeProcess = _ExtBPSuplrPurchasingOrgProc.MasterDataChangeProcess and $projection.MDChgProcessStep = _ExtBPSuplrPurchasingOrgProc.MDChgProcessStep and $projection.MDChgProcessSrceSystem = _ExtBPSuplrPurchasingOrgProc.MDChgProcessSrceSystem and $projection.MDChgProcessSrceObject = _ExtBPSuplrPurchasingOrgProc.MDChgProcessSrceObject and $projection.BPAssignmentID = _ExtBPSuplrPurchasingOrgProc.BPAssignmentID and $projection.PurchasingOrganization = _ExtBPSuplrPurchasingOrgProc.PurchasingOrganization

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label BP Supplier Purchasing Org Process Data view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #BASIC view

Fields (48)

KeyFieldSource TableSource FieldDescription
KEY MasterDataChangeProcess process_id Process Instance ID
KEY MDChgProcessStep process_step_no Step Number
KEY MDChgProcessSrceSystem source_system Source System
KEY MDChgProcessSrceObject source_id UUID
KEY PurchasingOrganization ekorg Purchasing Org.
BPAssignmentID assignment_id Assignment ID
Supplier lifnr Vendor no.
PurchasingGroup ekgrp Sub. purchasing grp
PurchasingIsBlockedForSupplier sperm Purch. block
SupplierRespSalesPersonName verkf Salesperson
SupplierPhoneNumber telf1 Telephone no.
PurchaseOrderCurrency waers Transaction Currency
MinimumOrderAmount minbw Minimum value
CalculationSchemaGroupCode kalsk Schema Grp Supp
PaymentTerms zterm Terms of Payment
PricingDateControl meprf Pr. Date Cat.
SupplierABCClassificationCode lfabc ABC indicator
ShippingCondition vsbed Shipping Conditions
PurOrdAutoGenerationIsAllowed kzaut Automatic PO
InvoiceIsGoodsReceiptBased webre GR-Based IV
IncotermsClassification inco1 Incoterms
IncotermsTransferLocation inco2 Incoterms 2
IncotermsVersion incov Inco. Version
IncotermsLocation1 inco2_l Inco. Location1
IncotermsLocation2 inco3_l Inco. Location2
DeletionIndicator loevm End Contract
PlannedDeliveryDurationInDays plifz Plnd Deliv.Time
SupplierConfirmationControlKey bstae Conf. Control
IsOrderAcknRqd kzabs Acknowl. Reqd.
EvaldReceiptSettlementIsActive xersy Eval. Rcpt Settlmnt
AutomaticEvaluatedRcptSettlmt xersr Aut. GRSet Ret
SupplierAccountNumber eikto Acct w/ vendor
SuplrIsSubjToSubsqntSettlement bolre Subseq. Settlmt
SuplrPurgOrgAgrmtOfBusVolIsRqd umsae BVComp FinSettl
SuplrInvcRevalIsAllowed xnbwy Revaluation
SuplrPurgOrgIsRlvtForPriceDetn prfre Price determin.
IntrastatCrsBorderTrMode expvz Mode of Trans.
ProductUnitGroup megru UoM Group
RoundingProfile rdprf Rounding Prfl.
SuplrDiscountInKindIsGranted Qualif. f. DKd
SuplrIsRlvtForSettlmtMgmt agrel Settlem. Mgmt.
InvoiceIsMMServiceEntryBased lebre Srv.-Based Inv. Ver.
ProdStockAndSlsDataTransfPrfl paprf PROACT control prof
MDChgProcessSourceModified source_modified Modified
MDChgProcessSourceModifBinary source_modification_blip Modification
MDChgProcSrceLastChgdDateTime source_recency Last Changed On
_IncotermsClassification _IncotermsClassification
_Supplier _Supplier

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_BPSuplrPurchasingOrgProc.
-- 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_BPSuplrPurchasingOrgProc AS
SELECT
  process_id AS MasterDataChangeProcess,
  process_step_no AS MDChgProcessStep,
  source_system AS MDChgProcessSrceSystem,
  source_id AS MDChgProcessSrceObject,
  ekorg AS PurchasingOrganization,
  assignment_id AS BPAssignmentID,
  lifnr AS Supplier,
  ekgrp AS PurchasingGroup,
  sperm AS PurchasingIsBlockedForSupplier,
  verkf AS SupplierRespSalesPersonName,
  telf1 AS SupplierPhoneNumber,
  waers AS PurchaseOrderCurrency,
  minbw AS MinimumOrderAmount,
  kalsk AS CalculationSchemaGroupCode,
  zterm AS PaymentTerms,
  meprf AS PricingDateControl,
  lfabc AS SupplierABCClassificationCode,
  vsbed AS ShippingCondition,
  kzaut AS PurOrdAutoGenerationIsAllowed,
  webre AS InvoiceIsGoodsReceiptBased,
  inco1 AS IncotermsClassification,
  inco2 AS IncotermsTransferLocation,
  incov AS IncotermsVersion,
  inco2_l AS IncotermsLocation1,
  inco3_l AS IncotermsLocation2,
  loevm AS DeletionIndicator,
  plifz AS PlannedDeliveryDurationInDays,
  bstae AS SupplierConfirmationControlKey,
  kzabs AS IsOrderAcknRqd,
  xersy AS EvaldReceiptSettlementIsActive,
  xersr AS AutomaticEvaluatedRcptSettlmt,
  eikto AS SupplierAccountNumber,
  bolre AS SuplrIsSubjToSubsqntSettlement,
  umsae AS SuplrPurgOrgAgrmtOfBusVolIsRqd,
  xnbwy AS SuplrInvcRevalIsAllowed,
  prfre AS SuplrPurgOrgIsRlvtForPriceDetn,
  expvz AS IntrastatCrsBorderTrMode,
  megru AS ProductUnitGroup,
  rdprf AS RoundingProfile,
  cast ( nrgew as xfeld preserving type ) AS SuplrDiscountInKindIsGranted,
  agrel AS SuplrIsRlvtForSettlmtMgmt,
  lebre AS InvoiceIsMMServiceEntryBased,
  paprf AS ProdStockAndSlsDataTransfPrfl,
  source_modified AS MDChgProcessSourceModified,
  source_modification_blip AS MDChgProcessSourceModifBinary,
  source_recency AS MDChgProcSrceLastChgdDateTime
FROM lfm1_prc
LEFT OUTER JOIN I_BPSupplierProcess AS _Supplier ON lfm1_prc.process_id = _Supplier.MasterDataChangeProcess AND lfm1_prc.process_step_no = _Supplier.MDChgProcessStep AND lfm1_prc.source_system = _Supplier.MDChgProcessSrceSystem AND lfm1_prc.source_id = _Supplier.MDChgProcessSrceObject  -- association [1..1]
LEFT OUTER JOIN I_IncotermsClassification AS _IncotermsClassification ON IncotermsClassification = _IncotermsClassification.IncotermsClassification  -- association [0..1]
LEFT OUTER JOIN E_BPSuplrPurchasingOrgProc AS _ExtBPSuplrPurchasingOrgProc ON MasterDataChangeProcess = _ExtBPSuplrPurchasingOrgProc.MasterDataChangeProcess AND MDChgProcessStep = _ExtBPSuplrPurchasingOrgProc.MDChgProcessStep AND MDChgProcessSrceSystem = _ExtBPSuplrPurchasingOrgProc.MDChgProcessSrceSystem AND MDChgProcessSrceObject = _ExtBPSuplrPurchasingOrgProc.MDChgProcessSrceObject AND BPAssignmentID = _ExtBPSuplrPurchasingOrgProc.BPAssignmentID AND PurchasingOrganization = _ExtBPSuplrPurchasingOrgProc.PurchasingOrganization  -- association [0..1]
;