REPOSRC SAP (Report Source Code) Table details

Dictionary Type: Table
Description: Report Source Code




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




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

REPOSRC is a standard SAP Table which is used to store Report Source Code data and is available within R/3 SAP systems depending on the version and release level.

The REPOSRC table consists of various fields, each holding specific information or linking keys about Report Source Code data available in SAP. These include R3STATE (ABAP: Program Status (Active, Saved, Transported...)), SQLX (Source code protection), EDTX (Editor lock flag), DBNA (Logical 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP REPOSRC table 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
PROGNAMEABAP Program Name PROGNAMECHAR40PROGNAME
R3STATEABAP: Program Status (Active, Saved, Transported...) R3STATECHAR1R3STATE
SQLXSource code protection SQLXCHAR1SYCHAR01
EDTXEditor lock flag EDTXCHAR1RDIR_FUNC
DBNALogical database DBNACHAR2SYCHAR02
CLASProgram class CLASCHAR4Assigned to domainCLAS
TYPESelection screen version RDIR_TYPECHAR3SYCHAR03
OCCURSAutomatically generated program OCCUCHAR1SYCHAR01
SUBCProgram type SUBCCHAR1SUBC
APPLApplication RDIR_APPLCHAR1Assigned to domainPAPPL
SECUAuthorization Group SECUCHAR8SYCHAR08
CNAMAuthor CNAMCHAR12SYCHAR12
CDATCreated on RDIR_CDATEDATS8SYDATS
VERNVersion number VERNCHAR6SYCHAR06
LEVLLevel RDIR_LEVLCHAR4SYCHAR04
RSTATStatus RDIR_RSTATCHAR1RSTAT
RMANDClient RMANDCHAR3SYCHAR03
RLOADMaster Language RLOADLANG1ISOLALANG
UNAMLast changed by UNAMCHAR12SYCHAR12
UDATChanged On RDIR_UDATEDATS8SYDATS
UTIMEDictionary: time of last change DDTIMETIMS6DDTIME
DATALGABAP/4: Length of a program component DATALGINT410SYBIN4
VARCLCase-Sensitive VARCLCHAR1SYCHAR01
DBAPLApplication database DBAPLCHAR1APPL_KUERZ
FIXPTFixed point arithmetic FIXPTCHAR1RDIR_FUNC
SSETStart only via variant SSETCHAR1RDIR_FUNC
SDATEStandard selection screen generation: Date RDIR_SDATEDATS8SYDATS
STIMEStandard selection screen generation: Time RDIR_STIMECHAR6SYCHAR06
IDATESelection screen generation: Date RDIR_IDATEDATS8SYDATS
ITIMESelection screen generation: Time RDIR_ITIMECHAR6SYCHAR06
LDBNAMELDB name LDBNAMCHAR20LDBNAMELDBSH_LDBD
UCCHECKFlag, if unicode check was performed UCCHECKCHAR1SYCHAR01
MAXLINELNMaximum Length of Source Code Line MAXLINELNINT25SYBIN2
DATA Source Code (Compressed)0

Key field Non-key field



How do I retrieve data from SAP table REPOSRC using ABAP code

The following ABAP code Example will allow you to do a basic selection on REPOSRC to SELECT all data from the table
DATA: WA_REPOSRC TYPE REPOSRC.

SELECT SINGLE *
FROM REPOSRC
INTO CORRESPONDING FIELDS OF WA_REPOSRC
WHERE...

How to access SAP table REPOSRC

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