/DSD/C_OC_PRCDEF SAP (Def. of Sales Doc. Type & Item Usage for Price Determination) Table details

Dictionary Type: Table
Description: Def. of Sales Doc. Type & Item Usage for Price Determination




ABAP Code to SELECT data from /DSD/C_OC_PRCDEF
Related tables to /DSD/C_OC_PRCDEF
Access table /DSD/C_OC_PRCDEF




Table field list including key, data, relationships and ABAP select examples

/DSD/C_OC_PRCDEF is a standard SAP Table which is used to store Def. of Sales Doc. Type & Item Usage for Price Determination data and is available within R/3 SAP systems depending on the version and release level.

The /DSD/C_OC_PRCDEF table consists of various fields, each holding specific information or linking keys about Def. of Sales Doc. Type & Item Usage for Price Determination data available in SAP. These include SHTYP (Shipment type), TPLST (Transportation planning point), VPTYP (Visit Plan Type), AUART (Sales Document Type).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /DSD/C_OC_PRCDEF table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CLIENTClient MANDTCLNT3Assigned to domainMANDT
SHTYPShipment type SHTYPCHAR4/DSD/ST_CTYPE_SHSHTYPTSH
TPLSTTransportation planning point TPLSTCHAR4Assigned to domainTPLSTTDP
VPTYPVisit Plan Type /DSD/VC_VPTYPCHAR3/DSD/ST_CTYPE_VL/DSD/VC_VPTYP
AUARTSales Document Type AUARTCHAR4TVAKAUARTAUARTAAT
VWPOS_DELItem Usage for Material Items (Price Determination) /DSD/OC_VWPOS_DELCHAR4TVVWVWPOS
VWPOS_DEL_FOCItem Usage for Free of Charge Material Items (Price Det.) /DSD/OC_VWPOS_DEL_FOCCHAR4TVVWVWPOS
VWPOS_DEL_FOC_EMItem Usage for Free of Charge Mat. Items with Free Empties /DSD/OC_VWPOS_DEL_FOC_EMPCHAR4Assigned to domainVWPOS
VWPOS_RETURNItem Usage of Return Items (Price Determination) /DSD/OC_VWPOS_RETURNCHAR4TVVWVWPOS
VWPOS_RETURN_FOCItem Usage of Free of Charge Return Items (Price Det.) /DSD/OC_VWPOS_RETURN_FOCCHAR4TVVWVWPOS
VWPOS_RET_FOC_EMItem Usage of Free of Charge Return Items with free Empties /DSD/OC_VWPOS_RETURN_FOC_EMPCHAR4Assigned to domainVWPOS
DEFAULT_FLAGDSD OC: Indicate Default Usage /DSD/OC_DEFAULT_FLAGCHAR1XFIELD

Key field Non-key field



How do I retrieve data from SAP table /DSD/C_OC_PRCDEF using ABAP code

The following ABAP code Example will allow you to do a basic selection on /DSD/C_OC_PRCDEF to SELECT all data from the table
DATA: WA_/DSD/C_OC_PRCDEF TYPE /DSD/C_OC_PRCDEF.

SELECT SINGLE *
FROM /DSD/C_OC_PRCDEF
INTO CORRESPONDING FIELDS OF WA_/DSD/C_OC_PRCDEF
WHERE...

How to access SAP table /DSD/C_OC_PRCDEF

Within an ECC or HANA version of SAP you can also view further information about /DSD/C_OC_PRCDEF and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!