RSBATCHCTRL SAP (BW Batch Management - Control Table) Table details

Dictionary Type: Table
Description: BW Batch Management - Control Table




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




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

RSBATCHCTRL is a standard SAP Table which is used to store BW Batch Management - Control Table data and is available within R/3 SAP systems depending on the version and release level.

The RSBATCHCTRL table consists of various fields, each holding specific information or linking keys about BW Batch Management - Control Table data available in SAP. These include BATCH_PROCESS (Character Field Length = 10), LAST_PROCESS (Single-Character Indicator), JOBNAME (Background job name), JOBCOUNT (Job ID).. 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: Cannot Be Enhanced


SAP RSBATCHCTRL 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
BATCH_IDBatch ID RSBTC_BATCH_IDCHAR30CHAR30
BATCH_PROCESSCharacter Field Length = 10 CHAR10CHAR10CHAR10
LAST_PROCESSSingle-Character Indicator CHAR1CHAR1CHAR1
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
SERVERApplication Server Name MSNAME2CHAR40MSNAME2
HOSTName of Application Server MSHOST2CHAR32MSHOST2
WP_NOWorkProcessNumber RSWPNOCHAR3CHAR3
WP_PIDProcess Identification WPPIDCHAR8WPPID
TS_STARTUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
BATCH_CLASSSingle-Character Indicator CHAR1CHAR1CHAR1
UNAMEUser Name SYUNAMECHAR12SYCHAR12
STATUSRequest status (internal display) RSSTATUSCHAR4RSSTATUS
TS_LASTUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
PROCESS_TYPEProcess Type RSPC_TYPECHAR10Assigned to domainRSPC_TYPE
LANGULanguage Key SYLANGULANG1ISOLASYLANGU
EXECUTE_UNAMEUser Name SYUNAMECHAR12SYCHAR12

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSBATCHCTRL
INTO CORRESPONDING FIELDS OF WA_RSBATCHCTRL
WHERE...

How to access SAP table RSBATCHCTRL

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