PRON SAP (Postprocessing of forecast errors and exception messages) Table details

Dictionary Type: Table
Description: Postprocessing of forecast errors and exception messages




ABAP Code to SELECT data from PRON
Related tables to PRON
Access table PRON




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

PRON is a standard SAP Table which is used to store Postprocessing of forecast errors and exception messages data and is available within R/3 SAP systems depending on the version and release level.

The PRON table consists of various fields, each holding specific information or linking keys about Postprocessing of forecast errors and exception messages data available in SAP. These include DISPO (MRP Controller (Materials Planner)), WERKS (Plant), MATNR (Material Number), PERKZ (Period Indicator).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP PRON 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
DISPOMRP Controller (Materials Planner) DISPOCHAR3T024DDISPODGRHS_T024D
WERKSPlant WERKS_DCHAR4MARCWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
PERKZPeriod Indicator PERKZCHAR1PERKZPKZ
FEHL1Error category FEHLGCHAR1CHAR1
FEHL2Error category FEHLGCHAR1CHAR1
FEHL3Error category FEHLGCHAR1CHAR1
FEHL4Error category FEHLGCHAR1CHAR1
FEHL5Error category FEHLGCHAR1CHAR1
FEHL6Error category FEHLGCHAR1CHAR1
FEHL7Error category FEHLGCHAR1CHAR1
FEHL8Error category FEHLGCHAR1CHAR1

Key field Non-key field



How do I retrieve data from SAP table PRON using ABAP code

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

SELECT SINGLE *
FROM PRON
INTO CORRESPONDING FIELDS OF WA_PRON
WHERE...

How to access SAP table PRON

Within an ECC or HANA version of SAP you can also view further information about PRON 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!