RSBATCHDEBUGTYPE SAP (Process Types for which Batch and Debug Manager is Active) Table details

Dictionary Type: Table
Description: Process Types for which Batch and Debug Manager is Active




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




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

RSBATCHDEBUGTYPE is a standard SAP Table which is used to store Process Types for which Batch and Debug Manager is Active data and is available within R/3 SAP systems depending on the version and release level.

The RSBATCHDEBUGTYPE table consists of various fields, each holding specific information or linking keys about Process Types for which Batch and Debug Manager is Active data available in SAP. These include BATCH_ACTION (Start Action Batch Process or Debugging), MODULE_NAME (Function Module or Class), MODULE_TYPE (Module Type), ACTIVE (Use Active).. 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: Can be enhanced (character-type)


SAP RSBATCHDEBUGTYPE 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
PROCESS_TYPEProcess Type RSPC_TYPECHAR10Assigned to domainRSPC_TYPE
BATCH_ACTIONStart Action Batch Process or Debugging RSBATCH_ACTIONCHAR1RSBATCH_ACTION_D
MODULE_NAMEFunction Module or Class RSBATCH_MODULECHAR30CHAR30
MODULE_TYPEModule Type RSBATCH_MTYPECHAR1RSBATCH_MTYPE
ACTIVEUse Active RSBATCH_ACTIVECHAR1RS_BOOL
ONLY_GEN_CHECKGeneric Checks by Service (during Debugging) RSBATCH_GENCHECKCHAR1RS_BOOL
MAX_RUNTIMEMaximum Runtime of a Batch (in Hours) RSBATCH_RUNTIMENUMC3NUMC3

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSBATCHDEBUGTYPE
INTO CORRESPONDING FIELDS OF WA_RSBATCHDEBUGTYPE
WHERE...

How to access SAP table RSBATCHDEBUGTYPE

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