REGEN SAP (General Fields for IS-U Function Module Interfaces) Structure details

Dictionary Type: Structure
Description: General Fields for IS-U Function Module Interfaces




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




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

REGEN 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 "General Fields for IS-U Function Module 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_REGEN TYPE REGEN.

The REGEN table consists of various fields, each holding specific information or linking keys about General Fields for IS-U Function Module Interfaces data available in SAP. These include NO_DIALOG (Suppress maintenance screens), NO_UPDATE (Suppress database update), NO_EVENT (Suppress events), NO_STATISTIC (Suppress statistics).. 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 REGEN 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_ONLINEUpdate online UPDONLINECHAR1KENNZX
NO_DIALOGSuppress maintenance screens E_DARKCHAR1KENNZX
NO_UPDATESuppress database update NO_UPDATECHAR1KENNZX
NO_EVENTSuppress events NO_EVENTCHAR1KENNZX
NO_STATISTICSuppress statistics NO_STATISTICCHAR1KENNZX
NO_CHANGE_DOCSuppress change documents NO_CHANGE_DOCCHAR1KENNZX
DB_UPDATEDatabase updated (x) or not (SPACE) E_UPDATECHAR1KENNZX
UPD_MODEData: Processing status DAMODUSCHAR1DAMODUS
MAXCOUNTMaximum number of devices to be selected E_MAXCOUNTINT410ANZAHLOBJ
CHANGEDIndicator: Change made E_CHANGECHAR1KENNZX
EXITFunction was Cancelled E_EXITCHAR1KENNZX
AUTO_USEActivate automation data AUTO_USECHAR1KENNZX
WMODEProcessing mode (1 = display, 2 = change, 3 = create...) E_MODECHAR1E_MODE
OVERFLOWIndicator: overflow OVERFLOWCHAR1KENNZX
KZ_SORTIndicator: select for IS-U select function modules E_SORT_SELCHAR1CHAR1
NUM_RANGENumber range NUMMERNKCHAR2CHAR2
EXIT_TYPEFunction with which editing was exited EXIT_TYPECHAR20CUA_CODE
NO_CHANGENo change allowed NO_CHANGECHAR1KENNZX
ENQ_DONELock Was Set ENQ_DONECHAR1KENNZX
DECISIONUser decision (yes, no, cancel) DECISIONCHAR1DECISION
KENNZXIndicators KENNZXCHAR1KENNZX
CL_FORCEClose without check CL_FORCECHAR1KENNZX
ACTUALConsistent data E_ACTUALCHAR1KENNZX
TITELWindow title E_TITELCHAR35TEXT35
NO_OTHERNo other object permitted NO_OTHERCHAR1KENNZX
NO_COMMITDo not execute COMMIT NO_COMMITCHAR1KENNZX
EXIT_DIALIndicator: execute EXIT dialog EXIT_DIALCHAR1KENNZX
OKCODEFunction Code CUA_CODECHAR20CUA_CODE
ABDate from which time slice is valid ABZEITSCHDATS8DATUM
BISDate at Which a Time Slice Expires BISZEITSCHDATS8DATUM
STICHTAGKey Date for Selection According to Time-Related Validity STICHTAGDATS8DATUM
INACTIVEIndicator: hide field/subscreen E_INACTIVECHAR1KENNZX
ACTIVEIndicator: object data is active E_ACTIVECHAR1KENNZX
TEILOBJName of IS-U sub-object TEILOBJCHAR30CHAR30
PROGRAMMABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
BAUSTEINName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FELD_NAMEField name FELD_NAMECHAR30SYCHAR30
EXTINTKZType of number assignment in IS-U EXTINTKZCHAR1EXTINTKZ
REL_UNIQUEIndicator: Unique allocation created REL_UNIQUECHAR1KENNZX
ABRFAKT_EQIndicator: billing factor identical for all regs of device ABRFAKT_EQCHAR1KENNZX
ERRORLINENumber of line (internal table) in which the error occurred ERRORLINEINT410SYST_LONG
HANDLEHandle for subobjects RS_HANDLEINT410RS_HANDLE
CALLED_BY_IDOCCalled by IDoc CALLED_BY_IDOCCHAR1KENNZX
HISTORYDisplay / Change IS-U History ISU_HISTORYCHAR1ISU_HISTORY
AMOUNTAmount in Original Currency Formatted in a Text Field E_AMOUNT_AS_TEXTCHAR20CHAR20

Key field Non-key field



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

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

How to access SAP table REGEN

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