CRMC_IC_LTX_ID SAP (Launch Transaction Definition) Table details

Dictionary Type: Table
Description: Launch Transaction Definition




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




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

CRMC_IC_LTX_ID is a standard SAP Table which is used to store Launch Transaction Definition data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_IC_LTX_ID table consists of various fields, each holding specific information or linking keys about Launch Transaction Definition data available in SAP. These include LTX_ID (Launch Transaction Entry ID), CLASS (Launch Transaction Handler Class), TYPE (Launch Transaction Type), VERSION (Launch Transaction Generated Version Number).. 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 or numeric)

Text table = CRMC_IC_LTX_ID_T


SAP CRMC_IC_LTX_ID 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
LTX_IDLaunch Transaction Entry ID CRMT_IC_LTX_IDCHAR40CRMT_IC_LTX_ID
CLASSLaunch Transaction Handler Class CRMT_IC_LTX_CLASSCHAR30SEOCLSNAME
TYPELaunch Transaction Type CRMT_IC_LTX_TYPECHAR1CRMS_IC_LTX
VERSIONLaunch Transaction Generated Version Number CRMT_IC_LTX_VERSIONNUMC5
RETURN_DFReturn Data Flow Request CRMT_IC_LTX_RETURN_DFCHAR1CRMT_IC_BOOLEAN
DEFINITION1Definition 1 CRMT_IC_LTX_DEFINITION1CHAR50CRMT_IC_LTX_DEFINITION
DEFINITION2Definition 2 CRMT_IC_LTX_DEFINITION2CHAR50CRMT_IC_LTX_DEFINITION
DEFINITION3Definition 3 CRMT_IC_LTX_DEFINITION3CHAR50CRMT_IC_LTX_DEFINITION
DEFINITION4Definition 4 CRMT_IC_LTX_DEFINITION4CHAR50CRMT_IC_LTX_DEFINITION
EXTENDED_LIFELaunch Transaction is Executed in a New Window CRMT_IC_LTX_EXTENDED_LIFECHAR1CRMT_IC_BOOLEAN
RAISE_VETODisplay Error Message CRMT_IC_LTX_RAISE_VETOCHAR1CRMT_IC_BOOLEAN
SRC_SESSION_TYPELaunch Transaction: Session Type of Source System WCFT_LTX_SRC_SESSION_TYPECHAR5WCF_LTX_SRC_SESSWCFT_LTX_SRC_SESSION_TYPE
KEEP_WORK_AREAKeep Work Area When Opening Launch Transaction in New Window WCFT_LTX_KEEP_WORK_AREACHAR1
APPL_TAGGINGApplication ID of Launch Transaction WCFT_LTX_APPL_TAGGINGCHAR32WCFT_LTX_APPL_TAGGINGWCF_LTX_APPL_TAGGING
LAUNCH_SAPGUIIndicator to Launch the transactions in SAPGUI CRMT_IC_LTX_SAPGUICHAR1CRMT_IC_BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_IC_LTX_ID
INTO CORRESPONDING FIELDS OF WA_CRMC_IC_LTX_ID
WHERE...

How to access SAP table CRMC_IC_LTX_ID

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