PROD_PROC
I_PRODUCTWD I_PRODUCTPROCUREMENTWD
PROD_PROC is an SAP database table in S/4HANA. I_PRODUCTWD I_PRODUCTPROCUREMENTWD. It contains 26 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| E_Productprocurementd | view | from | EXTENSION | Extension draft view-product procurement |
Fields (26)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | draftuuid | /BOBF/UUID | Key | |||
| parentdraftuuid | /BOBF/UUID | Key | ||||
| product | MATNR | Material | ||||
| purchaseorderquantityunit | BSTME | Order Unit | ||||
| varblpurordunitstatus | VABME | Var. Order Unit | ||||
| purchasingacknprofile | EKWSL | Purch.value key | ||||
| procurementrule | BWVOR | Procure. rule | ||||
| sourceofsupplycategory | BWSCL | Supply source | ||||
| purchasinggroup | EKGRP | Purch. Group | ||||
| authorizationgroup | BEGRU | AuthorizGroup | ||||
| storelistingenddate | STORELISTINGENDDATE | Str Listed to | ||||
| distrcntrlistingenddate | DISTRCNTRLISTINGENDDATE | DC Listed to | ||||
| storelistingstartdate | STORELISTINGSTARTDATE | Str Listed from | ||||
| distrcntrlistingstartdate | DISTRCNTRLISTINGSTARTDATE | DC Listed from | ||||
| storelistingprocedure | LSTFL | LP for Stores | ||||
| distrcntrlistingprocedure | LSTVZ | LP distr. ctrs | ||||
| assortmentgrade | SSTUF | Assortm. Grade | ||||
| prodextassortmentpriority | PFLKS | Ext. asst prio. | ||||
| hasactiveentity | SDRAFT_HAS_ACTIVE | Has active | ||||
| draftentitycreationdatetime | SDRAFT_CREATED_AT | Draft Created On | ||||
| draftentitylastchangedatetime | SDRAFT_LAST_CHANGED_AT | Draft Last Changed On | ||||
| draftadministrativedatauuid | SDRAFT_ADMIN_UUID | Draft Adminv Data ID | ||||
| draftentityconsistencystatus | SDRAFT_CONSISTENCY_STATUS | Consistency Status | ||||
| draftentityoperationcode | SDRAFT_OPERATION_CODE | Draft - Operation Code | ||||
| dummy_prd_incl_eew_ps | PRD_INCL_EEW | Dummy Field |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- I_PRODUCTWD I_PRODUCTPROCUREMENTWD
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE PROD_PROC (
MANDT, -- Client [MANDT]
DRAFTUUID, -- Key [/BOBF/UUID]
PARENTDRAFTUUID, -- Key [/BOBF/UUID]
PRODUCT, -- Material [MATNR]
PURCHASEORDERQUANTITYUNIT, -- Order Unit [BSTME]
VARBLPURORDUNITSTATUS, -- Var. Order Unit [VABME]
PURCHASINGACKNPROFILE, -- Purch.value key [EKWSL]
PROCUREMENTRULE, -- Procure. rule [BWVOR]
SOURCEOFSUPPLYCATEGORY, -- Supply source [BWSCL]
PURCHASINGGROUP, -- Purch. Group [EKGRP]
AUTHORIZATIONGROUP, -- AuthorizGroup [BEGRU]
STORELISTINGENDDATE, -- Str Listed to [STORELISTINGENDDATE]
DISTRCNTRLISTINGENDDATE, -- DC Listed to [DISTRCNTRLISTINGENDDATE]
STORELISTINGSTARTDATE, -- Str Listed from [STORELISTINGSTARTDATE]
DISTRCNTRLISTINGSTARTDATE, -- DC Listed from [DISTRCNTRLISTINGSTARTDATE]
STORELISTINGPROCEDURE, -- LP for Stores [LSTFL]
DISTRCNTRLISTINGPROCEDURE, -- LP distr. ctrs [LSTVZ]
ASSORTMENTGRADE, -- Assortm. Grade [SSTUF]
PRODEXTASSORTMENTPRIORITY, -- Ext. asst prio. [PFLKS]
HASACTIVEENTITY, -- Has active [SDRAFT_HAS_ACTIVE]
DRAFTENTITYCREATIONDATETIME, -- Draft Created On [SDRAFT_CREATED_AT]
DRAFTENTITYLASTCHANGEDATETIME, -- Draft Last Changed On [SDRAFT_LAST_CHANGED_AT]
DRAFTADMINISTRATIVEDATAUUID, -- Draft Adminv Data ID [SDRAFT_ADMIN_UUID]
DRAFTENTITYCONSISTENCYSTATUS, -- Consistency Status [SDRAFT_CONSISTENCY_STATUS]
DRAFTENTITYOPERATIONCODE, -- Draft - Operation Code [SDRAFT_OPERATION_CODE]
DUMMY_PRD_INCL_EEW_PS, -- Dummy Field [PRD_INCL_EEW]
PRIMARY KEY (MANDT, DRAFTUUID)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA