SAP RMXTC_T60 Information Systems That Use the GIS Table data and field list

RMXTC_T60 is a standard SAP Table which is used to store Information Systems That Use the GIS data in SAP systems, such as SAP R/3, S/4HANA, depending on the version and release level.

The RMXTC_T60 table consists of various fields, each holding specific information or linking keys about Information Systems That Use the GIS data available in SAP. These include KEYTAB_TYPE (Table Type of Hit Table), HITLIST_STRU (Structure Type of Hit List), HITLIST_FUNC (Name of Function Module for Formatting Hit List), TABGRP (View Group)... 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. .

RMXTC_T60 table Technical Details:

Delivery Class: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP RMXTC_T60 table fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the RMXTC_T60 table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
IS_NAMEInformation System RMXTE_GIS_IS_NAMECHAR10RMXTD_GIS_IS_NAME
KEYTAB_TYPETable Type of Hit Table RMXTE_GIS_KEYTABTYPECHAR30DDOBJNAMEDOB
HITLIST_STRUStructure Type of Hit List RMXTE_GIS_HITLISTSTRUCHAR30DDOBJNAMEDOB
HITLIST_FUNCName of Function Module for Formatting Hit List RMXTE_GIS_HITLISTFUNCNAMCHAR30Assigned to domainFUNCNAME
TABGRPView Group RMXTE_TABGRPCHAR10RMXTD_ID10
ABOVE_VIEWSearch View for Display Above Tab RMXTE_GIS_VIEW_ABOVECHAR10RMXTD_ID10
PARA_ICONView Icon for Search View with Parameters RMXTE_ICON_PARACHAR30ICONNAME
NOPARA_ICONView Icon for Search View Without Parameters RMXTE_ICON_NO_PARACHAR30ICONNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM RMXTC_T60
INTO CORRESPONDING FIELDS OF WA_RMXTC_T60
WHERE...

How to access SAP table RMXTC_T60

Within an ECC or HANA version of SAP you can also view further information about RMXTC_T60 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).