PRSEL SAP (Dialog structure for entering selections for printing) Structure details

Dictionary Type: Structure
Description: Dialog structure for entering selections for printing




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




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

PRSEL is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Dialog structure for entering selections for printing" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_PRSEL TYPE PRSEL.

The PRSEL table consists of various fields, each holding specific information or linking keys about Dialog structure for entering selections for printing data available in SAP. These include DMODEO (Indicator: Original printout), DMODEN (Indicator: Reprint), DISGR (MRP Controller (Materials Planner)), FEVOR (Production Supervisor).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PRSEL structure 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
DMODEOIndicator: Original printout CO_DRARTOCHAR1FLAG
DMODENIndicator: Reprint CO_DRARTNCHAR1FLAG
DISGRMRP Controller (Materials Planner) DISPOCHAR3T024DDISPODGRHS_T024D
FEVORProduction Supervisor FEVORCHAR3T024FFEVORCFV
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
ANRVNOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
ANRBSOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
AUARTOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
STAT1Individual status of an object (short form) J_TXT04CHAR4TEXT4
STAT2Individual status of an object (short form) J_TXT04CHAR4TEXT4
STAT3Individual status of an object (short form) J_TXT04CHAR4TEXT4
STAT4Individual status of an object (short form) J_TXT04CHAR4TEXT4
GSTRSScheduled start CO_GSTRSDATS8DATUM
GSTRS_Scheduled start CO_GSTRSDATS8DATUM
FTRMSScheduled release date CO_FTRMSDATS8DATUM
FTRMS_Scheduled release date CO_FTRMSDATS8DATUM
GLTRSScheduled finish CO_GLTRSDATS8DATUM
GLTRS_Scheduled finish CO_GLTRSDATS8DATUM
DRMOD_OIndicator: Printing is carried out in online mode FLG_MOD_OCHAR1FLAG
DRMOD_BIndicator: Printing in a batch FLG_MOD_BCHAR1FLAG
DRMOD_VIndicator: Print in update task CO_VTASKCHAR1KREUZ
DLSTSTIndicator: List control FLG_LST_SCHAR1FLAG
DSELSTIndicator: Selective reprinting FLG_SEL_SCHAR1FLAG
FTRMS_VScheduled release date CO_FTRMSDATS8DATUM
FTRMS_BScheduled release date CO_FTRMSDATS8DATUM
SELIDSelection ID SELIDCHAR7TJ48SELID
KDAUFSales order number CO_KDAUFCHAR10VBUKALPHAVBELNAUN
KDPOSSales order item CO_KDPOSNUMC6VBUPPOSNRAUP
PROJNWork breakdown structure element (WBS element) PS_PSP_ELENUMC8PRPSKONPRPS_POSNR
FLG_AUFFX_SSelection of firmed planned orders FLG_AUFFX_SCHAR1XFELD
FLG_KAPFX_SSelect planned orders with planned capacity FLG_KAPFX_SCHAR1XFLAG
FLG_NOCOM_SIndicator: Availability checked, not confirmed COD_NO_COMMITCHAR1XFELD
FLG_PARCOM_SIndicator: Availability checked, partly confirmed COD_PART_COMMITCHAR1XFELD
FLG_FULCOM_SAvailability checked, fully confirmed COD_FULL_COMMITCHAR1XFELD
FLG_NOCHK_SAvailability not checked COD_NO_CHECK_AVAILCHAR1XFELD
PWERKPlanning plant for the order CO_PWERKCHAR4Assigned to domainWERKS

Key field Non-key field



How do I retrieve data from SAP structure PRSEL using ABAP code?

As PRSEL is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on PRSEL as there is no data to select.

How to access SAP table PRSEL

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