SHMA_START_RTS SAP (List of Instance Names for Auto Build (Runtime Setting)) Table details

Dictionary Type: Table
Description: List of Instance Names for Auto Build (Runtime Setting)




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




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

SHMA_START_RTS is a standard SAP Table which is used to store List of Instance Names for Auto Build (Runtime Setting) data and is available within R/3 SAP systems depending on the version and release level.

The SHMA_START_RTS table consists of various fields, each holding specific information or linking keys about List of Instance Names for Auto Build (Runtime Setting) data available in SAP. These include CLIENT (Client), INST_NAME (Name of a Shared Object Instance of an Area), LOGON_GROUP (Logon/Server Group Name), DESCRIPT (Short Description).. 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: Can be enhanced (character-type)


SAP SHMA_START_RTS 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
AREA_NAMEName of an Area Class SHM_AREA_NAMECHAR30SEOCLSNAMESHM_AREA_NAME
CLIENT Client0
INST_NAMEName of a Shared Object Instance of an Area SHM_INST_NAMECHAR80
LOGON_GROUPLogon/Server Group Name RZLLI_APCLCHAR20RZLLI_ACN
DESCRIPTShort Description SEODESCRCHAR60AS4TEXT
CHG_USER 0
CHG_DATE 0
CHG_TIME 0

Key field Non-key field



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

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

SELECT SINGLE *
FROM SHMA_START_RTS
INTO CORRESPONDING FIELDS OF WA_SHMA_START_RTS
WHERE...

How to access SAP table SHMA_START_RTS

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