CRMC_IC_LTX_URL SAP (Definition of URL based Launch Transactions) Table details

Dictionary Type: Table
Description: Definition of URL based Launch Transactions




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




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

CRMC_IC_LTX_URL is a standard SAP Table which is used to store Definition of URL based Launch Transactions data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_IC_LTX_URL table consists of various fields, each holding specific information or linking keys about Definition of URL based Launch Transactions data available in SAP. These include URL_ID (URL Based Launch Transaction ID), BSP_URL (BSP Application URL), BSP_MLOGSYS (Mapped Logical System), APPLICATION (Name of BSP Application).. 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 = CRMC_IC_LTX_URLT


SAP CRMC_IC_LTX_URL 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
URL_IDURL Based Launch Transaction ID CRMT_IC_LTX_URL_IDCHAR30
BSP_URLBSP Application URL CRMT_IC_LTX_BSP_URLCHAR1CRM_BOOLEAN
BSP_MLOGSYSMapped Logical System CRMT_IC_MAPPED_LOGSYSCHAR10CRMC_IC_BORADMALPHALOGSYS
APPLICATIONName of BSP Application O2APPLNAMECHAR30O2APPLO2APPLNAME
PAGEKEYInternal Name (Key) of BSP Page O2PAGECHAR70O2PAGDIRO2PAGE
OTHER_URLNon-BSP Application URL CRMT_IC_LTX_EXTERNAL_URLCHAR1CRM_BOOLEAN
HOST_PORT_DETERMDetermine Host and Port CRMT_IC_LTX_HOST_PORT_DETERMCHAR1CRM_BOOLEAN
URL_MLOGSYSMapped Logical System CRMT_IC_MAPPED_LOGSYSCHAR10CRMC_IC_BORADMALPHALOGSYS
URL_PART1URL Definition CRMT_IC_LTX_URL_PART1CHAR255CRMT_IC_LTX_URL_PART
URL_PART2URL Definition Continued CRMT_IC_LTX_URL_PART2CHAR255CRMT_IC_LTX_URL_PART
PROTOCOLProtocol (HTTP or HTTPS) CRMT_IC_LTX_URL_PROTOCOLCHAR1CRM_BOOLEAN
DATALOSSShow/Hide Data Loss Warning Dialog CRMT_IC_LTX_SHOW_DATALOSS_DIAGCHAR1CRM_BOOLEAN
METHODRequest Method CRMT_IC_LTX_METHODCHAR4CRMT_IC_LTX_METHOD
URL_CLASSURL Administration Class CRMT_IC_LTX_URL_CLASSCHAR30SEOCLSNAME
USE_PORTALLaunch Transaction Integrates Into Enterprise Portal CRMT_UI_USE_PORTALCHAR1FLAG
BO_SYSTEM_ALIASSystem Alias of Business Object Within Enterprise Portal CRMT_UI_PORTAL_BO_SYSTEM_ALIASCHAR50CRMT_UI_PORTAL_BO_DATA
BO_NAMEBusiness Object Name Within Enterprise Portal CRMT_UI_PORTAL_BO_NAMECHAR50CRMT_UI_PORTAL_BO_DATA
BO_OPERATIONBusiness Object Operation Within Enterprise Portal CRMT_UI_PORTAL_BO_OPERATIONCHAR50CRMT_UI_PORTAL_BO_DATA
USE_OBN_DYNPARAMCombine Parameters of Obj Value in OBN Call to One Parameter CRMT_UI_PORTAL_OBN_DYNPARAMCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_IC_LTX_URL
INTO CORRESPONDING FIELDS OF WA_CRMC_IC_LTX_URL
WHERE...

How to access SAP table CRMC_IC_LTX_URL

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