RSEUPACTRL SAP (EU Infosystem: Control Parameters for Parallel Execution) Table details

Dictionary Type: Table
Description: EU Infosystem: Control Parameters for Parallel Execution




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




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

RSEUPACTRL is a standard SAP Table which is used to store EU Infosystem: Control Parameters for Parallel Execution data and is available within R/3 SAP systems depending on the version and release level.

The RSEUPACTRL table consists of various fields, each holding specific information or linking keys about EU Infosystem: Control Parameters for Parallel Execution data available in SAP. These include SAPSYSTEM (Name of SAP System), DBSYSTEM (Central Database System), ULOW (Time), UHIGH (Time).. 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 RSEUPACTRL 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
SCENARIORepository Infosystem: Scenario for Parallel Execution RSINSCENECHAR1RSINSCENE
SAPSYSTEMName of SAP System SYSYSIDCHAR8SYCHAR08
DBSYSTEMCentral Database System SYDBSYSCHAR10SYCHAR10
ULOW Time0
UHIGH Time0
PARALLEL 'X'/'': Parallel Processing On/Off0
MAXTASKSMaximum number of parallel tasks DDMAXTASKSINT410
RESPERCResources in percent of the available work processes DDRESPERCINT410
MINOBJS Minimum Number of Objects/Costs per Task0
MAXOBJS Maximum Number of Objects/Costs per Task0
VERBOSE 0 Err, 1 Summary, 2 Statistics, 4 Resource, 8 End, 12 Start0

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSEUPACTRL
INTO CORRESPONDING FIELDS OF WA_RSEUPACTRL
WHERE...

How to access SAP table RSEUPACTRL

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