RSADMINA SAP (Control Table That Customer Can Change (Tenant-Specific)) Table details

Dictionary Type: Table
Description: Control Table That Customer Can Change (Tenant-Specific)




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




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

RSADMINA is a standard SAP Table which is used to store Control Table That Customer Can Change (Tenant-Specific) data and is available within R/3 SAP systems depending on the version and release level.

The RSADMINA table consists of various fields, each holding specific information or linking keys about Control Table That Customer Can Change (Tenant-Specific) data available in SAP. These include BW_USER (User in BW for ALE communication), DEBUG_USER (User permitted for Debugging), BEX_REQUEST (Order number f. BEx), DBSYSDEPGLOBL (Name of a generated global program (OBSOLETE)).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP RSADMINA 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
CUSTOMIZIDID for Customizing in BW RSCUSTOMIZIDCHAR8RSCUSTOMIZID
BW_USERUser in BW for ALE communication RSBWUSERCHAR12SYCHAR12
DEBUG_USERUser permitted for Debugging RSDEBUGUSERCHAR12SYCHAR12
BEX_REQUESTOrder number f. BEx RSBEXREQUESTCHAR20Assigned to domainTRKORR
DBSYSDEPGLOBLName of a generated global program (OBSOLETE) RSDBSYSGLOBLCHAR27CHAR27
DBSYSDEPREADName of a generated program (OBSOLETE) RSDBSYSREADCHAR27CHAR27
HIERRELRelease Status of Application Hierarchy DWB (OBSOLETE) RSHIERRELCHAR3CHAR3
MONFILLEDMonitor initialization completed RSMONFILLEDCHAR4CHAR4
IDOCLASTNBRLast IDoc type number RSIDOCLASTNUMC5NUMC05
ISLASTNBRLast number entered for InfoSource RSISLASTNUMC7NUMC07
TSLASTNBRLast number entered of a transfer structure (OBSOLETE) RSTSLASTNUMC3NUMC03
MONARCHNBR(Next free) archive number for monitor RSMONARCHNUMC10NUMC10
XPRADONEXPRA executed (2.0a) RSXPRADONECHAR1CHAR1
BWMANDTUnique client in BW RSBWMANDTCHAR3ALPHARSBWMANDT
ODSMAXTASKSMaximum Number of Parallel Processes in ODS Activation RSODSMAXTASKSNUMC3RSNUMC3
ODSMINPAKSIZEMinimum Number of Data Records per Data Package (ODS Activ.) RSODSMINPAKSIZENUMC8RSNUMC8
ODSACTTIMEOUTMaximum Wait Time in Secs. for ODS Activation RSODSACTTIMEOUTNUMC6RSNUMC6
ENQ_PROT_ONSwitch-on Logs for Lock Manager RSENQ_PROT_ONCHAR1CHAR1
ODSSERVGROUPServer Group for RFC Call when Activating Data in DataStore RSODSSERVGROUPCHAR32Assigned to domainRFCDEST
BWMANDTRFCMultiple Client Function: Destination in BW Clients RSBWMANDRFCCHAR32Assigned to domainRFCDEST
TPBWMANDTRFCFor After-Import: Destination in BW Standard Clients RS_RFC_BWCLIENTCHAR32Assigned to domainRFCDEST
MDINSRECBYRECLoading Master Data: Use Single Record Insert Statement RSMDINSRECBYRECCHAR1CHAR1
TREX_RFC_DESTRFC Destination for BWA Indexes RSDDTREXRFCDESTCHAR32Assigned to domainRFCDEST
PAK_MD_DELPackage-Based Deletion of Master Data RSCC_NEW_MDDELCHAR1RSBOOL
TLOGO_EXEC_DISABTLOGO Types: Automatic Execution Deactivated RSO_TLOGO_EXEC_DISABLEDCHAR100RSO_TLOGO_EXEC_DISAB

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSADMINA
INTO CORRESPONDING FIELDS OF WA_RSADMINA
WHERE...

How to access SAP table RSADMINA

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