RSGEN SAP (RS function modules: General fields for interfaces) Structure details

Dictionary Type: Structure
Description: RS function modules: General fields for interfaces




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




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

RSGEN 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 "RS function modules: General fields for interfaces" 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_RSGEN TYPE RSGEN.

The RSGEN table consists of various fields, each holding specific information or linking keys about RS function modules: General fields for interfaces data available in SAP. These include NO_DIALOG (Flag: Suppress maintenance screens (no display)), DB_UPDATE (Flag: Database change made), UPD_MODE (Data: Processing status), CHANGED (Flag: Change was made).. 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 RSGEN 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
UPD_ONLINEFlag: Update in dialog RS_UPDONLNCHAR1RS_XFIELD
NO_DIALOGFlag: Suppress maintenance screens (no display) RS_DARKCHAR1RS_XFIELD
DB_UPDATEFlag: Database change made RS_UPDATECHAR1RS_XFIELD
UPD_MODEData: Processing status RS_UPDMODECHAR1RS_UPDMODE
CHANGEDFlag: Change was made RS_CHANGECHAR1RS_XFIELD
AUTO_USEFlag: Automation data was transferred RS_AUTODATCHAR1RS_XFIELD
WMODEProcessing Mode (Display, Change, Create...) RS_MODECHAR1RS_MODE
OVERFLOWFlag: Overflow RS_OVRFLWCHAR1RS_XFIELD
KZ_SORTFlag: Sorting for select FMs RS_SORTKZCHAR1CHAR1
NUM_RANGENumber range number NRNRCHAR2CHAR2
EXTINTKZType of number assignment in the regional structure RS_EXTINTCHAR1RS_EXTINT
EXIT_TYPEFunction with which editing was exited RS_EXITTYPCHAR20CUA_CODE
NO_CHANGEFlag: No change permitted RS_NO_CHNGCHAR1RS_XFIELD
ENQ_DONEFlag: Lock was set RS_ENQCHAR1RS_XFIELD
DECISIONUser decision (yes, no, cancel) RS_DECISNCHAR1RS_DECISN
KENNZXFlag: General checkbox RS_XFIELDCHAR1RS_XFIELD
CL_FORCEFlag: Close without check RS_CL_FORCCHAR1RS_XFIELD
ACTUALFlag: Current data from the DB, bypass buffer RS_ACTUALCHAR1RS_XFIELD
TITELWindow title RS_TITELCHAR35TEXT35
DY_LINE1Text Field of Length 60 TEXT60CHAR60TEXT60
DY_LINE2Text Field of Length 60 TEXT60CHAR60TEXT60
NO_OTHERFlag: No other object permitted RS_NOOTHERCHAR1RS_XFIELD
NO_COMMITFlag: No COMMIT RS_NO_COMMCHAR1RS_XFIELD
EXIT_DIALFlag: EXIT dialog should be executed RS_EXIT_DLCHAR1RS_XFIELD
OKCODEFunction Code CUA_CODECHAR20CUA_CODE
INACTIVEFlag: Field/subscreen is hidden RS_INACTCHAR1RS_XFIELD
AUTO_STATProcessing status of the automation data RS_AUTO_STCHAR1RS_AUTO_ST
HANDLEHandle for subobjects RS_HANDLEINT410RS_HANDLE
DELIVERYFlag: Delivery address RS_DELIVERCHAR1RS_XFIELD
POBOXFlag: P.O. box address RS_POBOXCHAR1RS_XFIELD
DESCRIPTDescription (20 characters) REG_BOR_DSCHAR20TEXT20
SHORTTEXTShort text (50 characters) REG_BOR_STCHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table RSGEN

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