SHMA_ATTR_RTS SAP (Area Properties Changeable W/o Restrict. (ABAP Shared Obj,)) Table details

Dictionary Type: Table
Description: Area Properties Changeable W/o Restrict. (ABAP Shared Obj,)




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




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

SHMA_ATTR_RTS is a standard SAP Table which is used to store Area Properties Changeable W/o Restrict. (ABAP Shared Obj,) data and is available within R/3 SAP systems depending on the version and release level.

The SHMA_ATTR_RTS table consists of various fields, each holding specific information or linking keys about Area Properties Changeable W/o Restrict. (ABAP Shared Obj,) data available in SAP. These include CLIENT (Client for Shared Object Areas), CHG_USER (), CHG_DATE (), CHG_TIME ().. 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 or numeric)


SAP SHMA_ATTR_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
CLIENTClient for Shared Object Areas SHM_CLIENTCHAR3
CHG_USER 0
CHG_DATE 0
CHG_TIME 0
MAX_VERSIONSNumber of Permitted Versions SHM_MAX_VERSIONSDEC20SHM_LONG_CNT_P
MAX_AREA_SIZEMaximum Size (KB) of an Area SHM_MAX_AREA_SIZEDEC20SHM_AREA_SIZE
MAX_VERSION_SIZEMaximum Size (KB) of an Area Version for Shared Objects SHM_MAX_VERSION_SIZEDEC20SHM_AREA_SIZE
REFRESH_TIMERefresh Time for Data of an Area for Shared Objects SHM_REFRESH_TIMEINT410
INVALIDATE_TIMEExpiry Time of an Area for Shared Objects SHM_INVALIDATION_TIMEINT410
IDLE_TIMEMaximum Unused Time of an Area - Shared Objects SHM_IDLE_TIMEINT410
BUILD_KINDFlag for Auto Start (Constants in CL_SHM_AREA) SHM_BUILD_KINDINT410SHM_BUILD_KIND

Key field Non-key field



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

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

SELECT SINGLE *
FROM SHMA_ATTR_RTS
INTO CORRESPONDING FIELDS OF WA_SHMA_ATTR_RTS
WHERE...

How to access SAP table SHMA_ATTR_RTS

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