PRIPAR_DYN SAP (Old Print Parameters with Domain (Screen Only)) Structure details

Dictionary Type: Structure
Description: Old Print Parameters with Domain (Screen Only)




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




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

PRIPAR_DYN 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 "Old Print Parameters with Domain (Screen Only)" 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_PRIPAR_DYN TYPE PRIPAR_DYN.

The PRIPAR_DYN table consists of various fields, each holding specific information or linking keys about Old Print Parameters with Domain (Screen Only) data available in SAP. These include PRIOT (Spool Request Priority), PEXPI (Spool retention period), PRCMP (Do not Append Print Jobs), PRNEW (New Spool Request).. 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: Cannot Be Enhanced


SAP PRIPAR_DYN 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
NOFRAMES No Frame Characters0
PRIOTSpool Request Priority SPLPRIONUMC1PRIOT
PEXPISpool retention period PEXPICHAR1PEXPI
PRCMPDo not Append Print Jobs PRCOMPCHAR1PRCOMP
PRNEWNew Spool Request SYPRNEWCHAR1SYCHAR01
PRIMMPrint Time PRIMMCHAR1PRIMM
PRIMM2Print Time PRIMM2CHAR1PRIMM2
PRDATE Print Date0
PRTIME Time of printing0
PRSAPPrint SAP cover page PRSAPCHAR1PRSAP
PRUNXPrint Operating System Cover Page PRUNXCHAR1PRUNX
FOOTLINE Footer0
SPOOLPAGE1Page Number for Page to Page Printing SPOOLPAGENUMC8
SPOOLPAGE2Page Number for Page to Page Printing SPOOLPAGENUMC8
PRLINES Print Number of Lines0
PRCOLUMNS Print Number of Columns0
TRAY Tray0
MAILRecipient's Mail Address PRMAILCHAR50
LEFT Left margin0
RIGHT Right margin0
TOP Top margin0
BOTTOM Bottom Margin0
UCDISPLUnicode Display Mode UCDISPLCHAR1UCDISPL
TEXT Text Output Only0
ALVSL ALV Selections0
ALVST ALV Statistics0
MXLSZ Line Break in Spool After 255 Characters0
SMS Spool List with Structure Information0
NOSHADE No Colors/Shading in Spool List0
PDEST Long Name of Printer0

Key field Non-key field



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

As PRIPAR_DYN 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 PRIPAR_DYN as there is no data to select.

How to access SAP table PRIPAR_DYN

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