LTRCT SAP (Logical transaction catalog) Table details

Dictionary Type: Table
Description: Logical transaction catalog




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




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

LTRCT is a standard SAP Table which is used to store Logical transaction catalog data and is available within R/3 SAP systems depending on the version and release level.

The LTRCT table consists of various fields, each holding specific information or linking keys about Logical transaction catalog data available in SAP. These include APPLC (Application), LOCAT (Presentation Profile/Site), TRNSC (Logical Transaction Code), ISTEP (Initial Logical Transaction Step).. 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: Can be enhanced (character-type)

Text table = LTRCTT


SAP LTRCT 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
APPLCApplication LMBP_APPLCNUMC2LMBP_APPLC
LOCATPresentation Profile/Site LMBP_LOCATCHAR4CHAR4
TRNSCLogical Transaction Code LMBP_TRANSCHAR20CHAR20
ISTEPInitial Logical Transaction Step LMBP_INITIAL_STEPCHAR10LMBP_STEP
SGFLGSystem-Guided Transaction LMBP_SG_TRANSCHAR1FLAG
BUNDLDetermines if Transaction Involves (Non)Bundled or All Tasks LMBP_BUNDLE_TRANSCHAR1LMBP_BUNDLE_TRANS
CLUSTCluster LMBP_CLUSTER_TRANSCHAR1FLAG
SKSRCSkip Source Transaction LMBP_SKIP_SOURCE_TRANSCHAR1FLAG
ACTIVActivity LMBP_ACTIVITYCHAR2CHAR2
TKTYPTask Type LMBP_TASK_TYPECHAR2LMBP_TASK_TYPE
ACTTYYard Activity Type LMBP_ACTTYCHAR2LMBP_ACTTY
ACTGRActivity Group LMBP_ACTIVITY_GROUPCHAR2LAGDFLTRM_ACTGR

Key field Non-key field



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

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

SELECT SINGLE *
FROM LTRCT
INTO CORRESPONDING FIELDS OF WA_LTRCT
WHERE...

How to access SAP table LTRCT

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