TLRTS_MSG_CAT SAP (Legal Report Message Categories) Table details

Dictionary Type: Table
Description: Legal Report Message Categories




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




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

TLRTS_MSG_CAT is a standard SAP Table which is used to store Legal Report Message Categories data and is available within R/3 SAP systems depending on the version and release level.

The TLRTS_MSG_CAT table consists of various fields, each holding specific information or linking keys about Legal Report Message Categories data available in SAP. These include LEGAL_BASE (Legal Basis), REP_CAT (Legal Report Category).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = TLRTS_MSG_CAT_T


SAP TLRTS_MSG_CAT 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
MESSAGE_CATLegal Report Message Category FTR_TLR_MESSAGE_CATCHAR5FTR_TLR_MESSAGE_CAT
LEGAL_BASELegal Basis FTR_THRESHOLD_SCHEMENUMC2TLRE_THM_SCHEMEFTR_THRESHOLD_SCHEMEFTR_TLR_SCHEME
REP_CATLegal Report Category FTR_TLR_REP_CATCHAR3FTR_TLR_REP_CAT

Key field Non-key field



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

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

SELECT SINGLE *
FROM TLRTS_MSG_CAT
INTO CORRESPONDING FIELDS OF WA_TLRTS_MSG_CAT
WHERE...

How to access SAP table TLRTS_MSG_CAT

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