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

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




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




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

RSBATCHCTRL_PAR 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_PAR 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 (Numeric 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_PAR 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_PROCESSNumeric Character Field, Length 10 NUMC10NUMC10NUMC10
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_PAR using ABAP code

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

SELECT SINGLE *
FROM RSBATCHCTRL_PAR
INTO CORRESPONDING FIELDS OF WA_RSBATCHCTRL_PAR
WHERE...

How to access SAP table RSBATCHCTRL_PAR

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