SLIN_TRMSG_KEY SAP (Conversion TRMSG Key + Prio ---> SLIN Key) Table details

Dictionary Type: Table
Description: Conversion TRMSG Key + Prio ---> SLIN Key




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




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

SLIN_TRMSG_KEY is a standard SAP Table which is used to store Conversion TRMSG Key + Prio ---> SLIN Key data and is available within R/3 SAP systems depending on the version and release level.

The SLIN_TRMSG_KEY table consists of various fields, each holding specific information or linking keys about Conversion TRMSG Key + Prio ---> SLIN Key data available in SAP. These include MSGNUMBER (Syntax error message number), TODO_PRIO (Todo Prioritization), CODE_NR (Key for SLIN_DESC DB Table).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SLIN_TRMSG_KEY 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
KEYWORDABAP key word in syntax error message TRMSG_KEYWCHAR20SYCHAR20
MSGNUMBERSyntax error message number TRMSG_NUMBCHAR4SYCHAR04
TODO_PRIOTodo Prioritization SLIN_DESC_TODO_PRIONUMC1SLIN_DESC_TODO_PRIO
CODE_NRKey for SLIN_DESC DB Table SLIN_DESC_KEYCHAR4CHAR4

Key field Non-key field



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

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

SELECT SINGLE *
FROM SLIN_TRMSG_KEY
INTO CORRESPONDING FIELDS OF WA_SLIN_TRMSG_KEY
WHERE...

How to access SAP table SLIN_TRMSG_KEY

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