TPRPARM1 SAP (Parameter for query dialog box) Structure details

Dictionary Type: Structure
Description: Parameter for query dialog box




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




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

TPRPARM1 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 "Parameter for query dialog box" 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_TPRPARM1 TYPE TPRPARM1.

The TPRPARM1 table consists of various fields, each holding specific information or linking keys about Parameter for query dialog box data available in SAP. These include AUTH_PRF_G (Generate authorization profile), AUTH_MAINT (Maintenance type for profile generator), AUTH_M_D (Edit database status), AUTH_M_N (Delete and recreate).. 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: Not classified


SAP TPRPARM1 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
ACTV_PRF_GGenerate task profile PG_ACTPRFGCHAR1CHAR1_X
AUTH_PRF_GGenerate authorization profile PG_AUTPRFGCHAR1CHAR1_X
AUTH_MAINTMaintenance type for profile generator TPR_AUTH_MCHAR1TPR_AUTH_M
AUTH_M_DEdit database status TPR_AU_DCHAR1XFELD
AUTH_M_NDelete and recreate TPR_AU_NCHAR1XFELD
AUTH_M_MMerge: Read DB status and merge with new data TPR_AU_MCHAR1XFELD
FORCE_ACTCheckbox XFELDCHAR1XFELD
FORCE_AUTHCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table TPRPARM1

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