RSREQPROGS SAP (Generated Programs for Each Request) Table details

Dictionary Type: Table
Description: Generated Programs for Each Request




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




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

RSREQPROGS is a standard SAP Table which is used to store Generated Programs for Each Request data and is available within R/3 SAP systems depending on the version and release level.

The RSREQPROGS table consists of various fields, each holding specific information or linking keys about Generated Programs for Each Request data available in SAP. These include PROGID (BW Generation tool: GUID in compressed form (CHAR25)), PROGCLASS (BW generation tool: Program class for generated programs), PROGRAM_NAME (ABAP Program: Current Main Program), TEMPLATE (BW Generation Tool: Template for Code Generation).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP RSREQPROGS 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
RNRRequest ID (Request Number) RSREQUIDCHAR30CHAR30
PROGIDBW Generation tool: GUID in compressed form (CHAR25) RSSGUID25CHAR25RSSGUID25
PROGCLASSBW generation tool: Program class for generated programs RSSG_PCLASCHAR20Assigned to domainRSSG_PCLAS
PROGRAM_NAMEABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM
TEMPLATEBW Generation Tool: Template for Code Generation RSSG_TEMPLCHAR40PROGNAME
TS_GENUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
CRT_PROG_NAMEABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM
CRT_PROGIDBW Generation tool: GUID in compressed form (CHAR25) RSSGUID25CHAR25RSSGUID25
OPERATIONSingle-Character Indicator CHAR1CHAR1CHAR1
TS_INSERTUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
OLTPSOURCEDataSource RSOLTPSOURCERCHAR30RSOLTPSOURCE
LOGSYSSource system RSSLOGSYSCHAR10Assigned to domainALPHALOGSYS
DTAInfoProvider RSINFOPROVCHAR30RSINFOPROVRSIRSINFOPROV
ISOURCEInfoSource RSISOURCECHAR30RSISOURCERSS
PROGRAM_TSUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
CRT_PROG_TSUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
FINISHEDSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSREQPROGS
INTO CORRESPONDING FIELDS OF WA_RSREQPROGS
WHERE...

How to access SAP table RSREQPROGS

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