RSCRMBATVAR SAP (RSCRM: Variable for batch processing) Table details

Dictionary Type: Table
Description: RSCRM: Variable for batch processing




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




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

RSCRMBATVAR is a standard SAP Table which is used to store RSCRM: Variable for batch processing data and is available within R/3 SAP systems depending on the version and release level.

The RSCRMBATVAR table consists of various fields, each holding specific information or linking keys about RSCRM: Variable for batch processing data available in SAP. These include LINE (Count parameters), VAR_NAM (Variable Name), VARSIGN (SIGN field in creation of SELECT-OPTIONS tables), VAROPTION (OPTION field in structure of SELECT-OPTIONS tables).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP RSCRMBATVAR 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
BAREPIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
LINECount parameters NUMC4NUMC4NUMC4
VAR_NAMVariable Name RSCRMVNAM30CHAR30RSZVNAM
VARSIGNSIGN field in creation of SELECT-OPTIONS tables RALDB_SIGNCHAR1RALDB_SIGN
VAROPTIONOPTION field in structure of SELECT-OPTIONS tables RALDB_OPTICHAR2RALDB_OPTI
VARLOWMember Name RRTMEMNAMCHAR64CHAR64
VARHIGHMember Name RRTMEMNAMCHAR64CHAR64

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSCRMBATVAR
INTO CORRESPONDING FIELDS OF WA_RSCRMBATVAR
WHERE...

How to access SAP table RSCRMBATVAR

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