R2PRO SAP (Transport structure for TRDIR (to R/2)) Structure details

Dictionary Type: Structure
Description: Transport structure for TRDIR (to R/2)




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




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

R2PRO 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 "Transport structure for TRDIR (to R/2)" 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_R2PRO TYPE R2PRO.

The R2PRO table consists of various fields, each holding specific information or linking keys about Transport structure for TRDIR (to R/2) data available in SAP. These include SQLX (Source code protection), EDTX (Editor lock flag), VARCL (Case-Sensitive), DBAPL (Application database).. 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 R2PRO 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
NAMEABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
SQLXSource code protection SQLXCHAR1SYCHAR01
EDTXEditor lock flag EDTXCHAR1RDIR_FUNC
VARCLCase-Sensitive VARCLCHAR1SYCHAR01
DBAPLApplication database DBAPLCHAR1APPL_KUERZ
DBNALogical database DBNACHAR2SYCHAR02
CLASProgram class CLASCHAR4TRCLCLAS
TYPESelection screen version RDIR_TYPECHAR3SYCHAR03
OCCURSAutomatically generated program OCCUCHAR1SYCHAR01
SUBCProgram type SUBCCHAR1SUBC
APPLApplication RDIR_APPLCHAR1Assigned to domainPAPPL
SECUAuthorization Group SECUCHAR8SYCHAR08
CNAMAuthor CNAMCHAR12SYCHAR12
CDAT6-digit date for transporting objects into the R/2 system DATER2CHAR6DATER2
UNAMLast changed by UNAMCHAR12SYCHAR12
UDAT6-digit date for transporting objects into the R/2 system DATER2CHAR6DATER2
VERNVersion number VERNCHAR6SYCHAR06
LEVLLevel RDIR_LEVLCHAR4SYCHAR04
RSTATStatus RDIR_RSTATCHAR1RSTAT
RMANDClient RMANDCHAR3SYCHAR03
RLOADMaster Language RLOADLANG1ISOLALANG
FIXPTFixed point arithmetic FIXPTCHAR1RDIR_FUNC
SSETStart only via variant SSETCHAR1RDIR_FUNC
RES4Data element for transport structure (R/2) RES4CHAR4RES4
SDATE6-digit date for transporting objects into the R/2 system DATER2CHAR6DATER2
STIMEStandard selection screen generation: Time RDIR_STIMECHAR6SYCHAR06
IDATE6-digit date for transporting objects into the R/2 system DATER2CHAR6DATER2
ITIMESelection screen generation: Time RDIR_ITIMECHAR6SYCHAR06

Key field Non-key field



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

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

How to access SAP table R2PRO

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