RSYMETH SAP (LOAD REPORT ... PART 'SYMBMETH': Line Type) Structure details

Dictionary Type: Structure
Description: LOAD REPORT ... PART 'SYMBMETH': Line Type




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




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

RSYMETH is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "LOAD REPORT ... PART 'SYMBMETH': Line Type" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RSYMETH TYPE RSYMETH.

The RSYMETH table consists of various fields, each holding specific information or linking keys about LOAD REPORT ... PART 'SYMBMETH': Line Type data available in SAP. These include TXOF (Offset in Load Table SymbText), TXLN (Length of Method Name), ALIAS (Name of Alias Method), ALIASTXOF (Offset in Load Table SymbText).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP RSYMETH structure 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
NAME Method Name0
TXOF Offset in Load Table SymbText0
TXLN Length of Method Name0
ALIAS Name of Alias Method0
ALIASTXOF Offset in Load Table SymbText0
ALIAXTXLN Length of Name of Alias Method0
ALIASINTR Index in Load Table INTR0
EVNT Event Name0
EVNTTXOF Offset in Load Table SymbText0
EVNTTXLN Length of Name of Event0
CLASID Index in Load Table CLAS0
VTABOFFS Index in Load Table VTAB0
SECTION Section: PUB, PRT, PRV0
EXCPID Index in Load Table EXCP0
ISALIAS Flag: Alias Method?0
ISHANDLER Flag: Handler Method?0
ISFINAL Flag: Final Method?0
ISABSTRACT Flag: Abstract Method?0
REDEFINED Flag: Redefined Method?0
INHERITED Flag: Inherited Method?0
ISCLASMETH Flag: Class Method?0
ISENTFEVNT Flag: Handler for Interface Event?0
ENVID Index in Load Table CREF or INTR0

Key field Non-key field



How do I retrieve data from SAP structure RSYMETH using ABAP code?

As RSYMETH is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RSYMETH as there is no data to select.

How to access SAP table RSYMETH

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