TRDIR is an SAP View so does not store data like a database table does but can be used to process "Generated Table for View" INFORMATION WITHIN SAP ABAP PROGRAMS. THIS IS DONE BY DECLARING ABAP INTERNAL TABLES, WORK AREAS OR DATABASE TABLES based on this View. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_TRDIR TYPE TRDIR .
Below is the documentation avaialable and full details of the fields which make up this View.
You can view further information via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Display/Maintenance via SM30: Yes but with Restrictions
Enhancement category i: Not classified
See here for more information about this and other SAP enhancement categories
Dictionary fields for SAP View TRDIR
Field | Data Element | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
NAME | PROGNAME | CHAR | 40 |
| ABAP Program Name | |
SQLX | SQLX | CHAR | 1 |
| Source code protection | |
EDTX | EDTX | CHAR | 1 |
| Editor lock flag | |
VARCL | VARCL | CHAR | 1 |
| Case-Sensitive | |
DBAPL | DBAPL | CHAR | 1 |
| Application database | |
DBNA | DBNA | CHAR | 2 |
| Logical database | |
CLAS | CLAS | CHAR | 4 |
| Program class | |
TYPE | RDIR_TYPE | CHAR | 3 |
| Selection screen version | |
OCCURS | OCCU | CHAR | 1 |
| Automatically generated program | |
SUBC | SUBC | CHAR | 1 |
| Program type | |
APPL | RDIR_APPL | CHAR | 1 |
| Application | |
SECU | SECU | CHAR | 8 |
| Authorization Group | |
CNAM | CNAM | CHAR | 12 |
| Author | |
CDAT | RDIR_CDATE | DATS | 8 |
| Created on | |
UNAM | UNAM | CHAR | 12 |
| Last changed by | |
UDAT | RDIR_UDATE | DATS | 8 |
| Changed On | |
VERN | VERN | CHAR | 6 |
| Version number | |
LEVL | RDIR_LEVL | CHAR | 4 |
| Level | |
RSTAT | RDIR_RSTAT | CHAR | 1 |
| Status | |
RMAND | RMAND | CHAR | 3 |
| Client | |
RLOAD | RLOAD | LANG | 1 |
| Master Language | ISOLA |
FIXPT | FIXPT | CHAR | 1 |
| Fixed point arithmetic | |
SSET | SSET | CHAR | 1 |
| Start only via variant | |
SDATE | RDIR_SDATE | DATS | 8 |
| Standard selection screen generation: Date | |
STIME | RDIR_STIME | CHAR | 6 |
| Standard selection screen generation: Time | |
IDATE | RDIR_IDATE | DATS | 8 |
| Selection screen generation: Date | |
ITIME | RDIR_ITIME | CHAR | 6 |
| Selection screen generation: Time | |
LDBNAME | LDBNAM | CHAR | 20 |
| LDB name | |
UCCHECK | UCCHECK | CHAR | 1 |
| Flag, if unicode check was performed | |