SAP ABAP Class CL_CRM_IC_LTX_HANDLER_UTIL (Utility class for Launch Transaction types)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-GTF-IC-ACC (Application Component) Activity Clipboard
     CRM_IC_APPL_UI_BDC (Package) IC Business Data Context UI
Properties
Class CL_CRM_IC_LTX_HANDLER_UTIL  
Short Description Utility class for Launch Transaction types    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM_IC_APPL_UI_BDC   IC Business Data Context UI 
Created 20040826   SAP 
Last change 20100303   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 VRM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CRM_IC_LTX_HANDLER_UTIL has no interface implemented.
Friends
Class CL_CRM_IC_LTX_HANDLER_UTIL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_LTX_IDS Static Attribute Private Type reference (TYPE) CRMT_IC_LTX_ID_DESC_TAB Table of launch transaction IDs and description 20041115
2 GT_LTX_TYPES Static Attribute Private Type reference (TYPE) VRM_VALUES Launch transaction types 20040910
Methods
# Method Level Visibility Method type Description Created on
1 CONVERT_BOR_ID_TO_STRING Static method Public Method Converts obj type, method and logical system into string 20040920
2 GET_DESCRIPTION_FOR_LTXID Static method Public Method Get description for LTX ID 20041116
3 GET_LAUNCH_TRANSACTION_IDS Static method Public Method Return launch transaction IDs 20041115
4 GET_LAUNCH_TRANSACTION_TYPES Static method Public Method Return launch transaction types 20040826
5 GET_LTX_CONVERSION_CLASS Static method Public Method Return converter class name for launch transaction type 20040910
6 GET_LTX_HANDLER_FACTORY Static method Public Method Return launch transaction handler factory class name 20040826
7 GET_PAGENAME_FOR_LTXTYPE Static method Public Method Get pagename for launch transaction type 20040921
8 GET_PROGRAM_FOR_LTXTYPE Static method Public Method Get screen number for the launch transaction type 20040913
9 GET_SCREEN_NUMBER_FOR_LTXTYPE Static method Public Method Get screen number for the launch transaction type 20040910
10 GET_TECHDATA_INSTANCE Static method Public Method Get instance of technical detail implementation class 20040826
11 IS_ITS_BASED Static method Public Method Is launch transaction ITS based? 20040921
12 READ_SCREEN_FIELD_VALUE Static method Public Method Read screen field value 20040910
Events
Class CL_CRM_IC_LTX_HANDLER_UTIL has no event.
Types
Class CL_CRM_IC_LTX_HANDLER_UTIL has no local type.
Method Signatures

Method CONVERT_BOR_ID_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_GENERIC_PROCCLID Value transfer Type reference (TYPE) IC_PROCLX Generische Prozessklassen-ID 20040920
2 Importing IV_LOGICAL_SYSTEM Call by reference Type reference (TYPE) CRMT_IC_LT_LOGSYS Logisches System 20040920
3 Importing IV_METHOD Call by reference Type reference (TYPE) SWO_METHOD Methode 20040920
4 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) SWO_OBJTYP Objekttyp 20040920
5 Importing IV_TXN_VIA_METHOD Call by reference Type reference (TYPE) C 20040920

Method CONVERT_BOR_ID_TO_STRING on class CL_CRM_IC_LTX_HANDLER_UTIL has no exception.

Method GET_DESCRIPTION_FOR_LTXID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LTX_ID Call by reference Type reference (TYPE) CRMT_IC_LTX_ID Starttransaktions-ID 20041116
2 Returning RV_RESULT Value transfer Type reference (TYPE) CRMT_IC_LTX_PROFILE_DESCR Starttransaktion Profilbeschreibung 20041116

Method GET_DESCRIPTION_FOR_LTXID on class CL_CRM_IC_LTX_HANDLER_UTIL has no exception.

Method GET_LAUNCH_TRANSACTION_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RESULT Value transfer Type reference (TYPE) CRMT_IC_LTX_ID_DESC_TAB Tabelle für Starttransaktions-IDs und Beschreibung 20041115

Method GET_LAUNCH_TRANSACTION_IDS on class CL_CRM_IC_LTX_HANDLER_UTIL has no exception.

Method GET_LAUNCH_TRANSACTION_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RESULT Value transfer Type reference (TYPE) VRM_VALUES 20040826

Method GET_LAUNCH_TRANSACTION_TYPES on class CL_CRM_IC_LTX_HANDLER_UTIL has no exception.

Method GET_LTX_CONVERSION_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LTX_TYPE Call by reference Type reference (TYPE) SIMPLE 20040910
2 Returning RV_RESULT Value transfer Type reference (TYPE) SEOCLSNAME 20040910

Method GET_LTX_CONVERSION_CLASS on class CL_CRM_IC_LTX_HANDLER_UTIL has no exception.

Method GET_LTX_HANDLER_FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LTX_TYPE Call by reference Type reference (TYPE) SIMPLE Launch transaction type 20040826
2 Returning RV_RESULT Value transfer Type reference (TYPE) SEOCLSNAME factory class name 20040826

Method GET_LTX_HANDLER_FACTORY on class CL_CRM_IC_LTX_HANDLER_UTIL has no exception.

Method GET_PAGENAME_FOR_LTXTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMPONENT_ID Call by reference Type reference (TYPE) STRING 20040921
2 Importing IV_GUID Call by reference Type reference (TYPE) STRING 20040921
3 Importing IV_HANDLER Call by reference Object reference (TYPE REF TO) IF_CRM_IC_ACTION_HANDLER Handler für IC-Aktionen (Datenfluss, HTML...) 20040921
4 Importing IV_LTX_TYPE Call by reference Type reference (TYPE) SIMPLE 20040921
5 Returning RV_RESULT Value transfer Type reference (TYPE) STRING 20040921

Method GET_PAGENAME_FOR_LTXTYPE on class CL_CRM_IC_LTX_HANDLER_UTIL has no exception.

Method GET_PROGRAM_FOR_LTXTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LTX_TYPE Call by reference Type reference (TYPE) SIMPLE 20040913
2 Returning RV_RESULT Value transfer Type reference (TYPE) SYREPID ABAP-Programm, Nummer des aktuellen Bildes 20040913

Method GET_PROGRAM_FOR_LTXTYPE on class CL_CRM_IC_LTX_HANDLER_UTIL has no exception.

Method GET_SCREEN_NUMBER_FOR_LTXTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LTX_TYPE Call by reference Type reference (TYPE) SIMPLE 20040910
2 Returning RV_RESULT Value transfer Type reference (TYPE) SYDYNNR ABAP-Programm, Nummer des aktuellen Bildes 20040910

Method GET_SCREEN_NUMBER_FOR_LTXTYPE on class CL_CRM_IC_LTX_HANDLER_UTIL has no exception.

Method GET_TECHDATA_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LTX_TYPE Call by reference Type reference (TYPE) SIMPLE launch transaction type 20040826
2 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) IF_CRM_IC_ABOX_WIZ_TECH_DATA Technische Details - Aktions-Handler 20040826

Method GET_TECHDATA_INSTANCE on class CL_CRM_IC_LTX_HANDLER_UTIL has no exception.

Method IS_ITS_BASED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LTX_TYPE Call by reference Type reference (TYPE) SIMPLE 20040921
2 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20040921

Method IS_ITS_BASED on class CL_CRM_IC_LTX_HANDLER_UTIL has no exception.

Method READ_SCREEN_FIELD_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20040910
2 Importing IV_PROGRAM Call by reference Type reference (TYPE) SYREPID 20040910
3 Importing IV_SCREENNUMBER Call by reference Type reference (TYPE) SYDYNNR ABAP-Programm, Nummer des aktuellen Bildes 20040910
4 Returning RV_RESULT Value transfer Type reference (TYPE) DYNFIELDVALUE 20040910

Method READ_SCREEN_FIELD_VALUE on class CL_CRM_IC_LTX_HANDLER_UTIL has no exception.
History
Last changed by/on SAP  20100303 
SAP Release Created in 500