SAP ABAP Class CL_UICMP_LT_ABOXEXECUTION_IMPL (Transaction Launcher)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-APF (Application Component) Application Frame
     CRM_BSP_UI_FRAME_LTX (Package) Launch Transactions
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_UICMP_LT_ABOXEXECUTION 20060417
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CRM_IC_EVENT_LISTENER IC event service interface 20130701
Properties
Class CL_UICMP_LT_ABOXEXECUTION_IMPL  
Short Description Transaction Launcher    
Super Class CL_UICMP_LT_ABOXEXECUTION  
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM_BSP_UI_FRAME_LTX   Launch Transactions 
Created 20060417   SAP 
Last change 20110908   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_CRM_IC_EVENT_LISTENER IC event service interface 20130701
Friends
Class CL_UICMP_LT_ABOXEXECUTION_IMPL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COMM_UTIL Instance attribute Public Object reference (TYPE REF TO) CL_CRM_IC_ACTION_COMM_UTIL Cross frame, view, page communication 20090625
2 CUCO_LTX Instance attribute Public Object reference (TYPE REF TO) CL_UICMP_LT_CUCOLTX_IMPL Launch Transaction Custom Controller 20091106
3 EXPORT_PARAMS Instance attribute Protected Type reference (TYPE) CRMT_IC_STRING_TAB String table 20060419
4 GC_ERROR_PAGE_NAME Constant Public Type reference (TYPE) STRING '../ic_base/GenericActionErrorPage.htm' 20060424
5 GC_IFRAME_HEIGHT Constant Protected Type reference (TYPE) STRING '100%' 20060803
6 GC_IFRAME_HEIGHT_PARAMETER Constant Protected Type reference (TYPE) STRING 'LAUNCHTRANSACTIONHEIGHT' 20060803
7 GC_IFRAME_STYLE Constant Protected Type reference (TYPE) STRING 'border:0;padding:0;margin:0;scrolling:no' 20060803
8 GC_IFRAME_STYLE_PARAMETER Constant Protected Type reference (TYPE) STRING 'LAUNCHTRANSACTIONSTYLE' 20060803
9 GC_IFRAME_WIDTH Constant Protected Type reference (TYPE) STRING '100%' 20060803
10 GC_IFRAME_WIDTH_PARAMETER Constant Protected Type reference (TYPE) STRING 'LAUNCHTRANSACTIONWIDTH' 20060803
11 GC_STATE_DONE Constant Public Type reference (TYPE) STRING 'done' 20090707
12 GC_STATE_ERROR Constant Public Type reference (TYPE) STRING 'error' 20091104
13 GUID Instance attribute Public Type reference (TYPE) STRING 20060419
14 GV_IFRAME_HEIGHT Instance attribute Protected Type reference (TYPE) STRING 20060803
15 GV_IFRAME_STYLE Instance attribute Protected Type reference (TYPE) STRING 20060803
16 GV_IFRAME_WIDTH Instance attribute Protected Type reference (TYPE) STRING 20060803
17 HANDLER Instance attribute Protected Object reference (TYPE REF TO) IF_CRM_IC_ACTION_HANDLER Handler for IC actions (data flow, html, ...) 20060419
18 IS_ITS_BASED Instance attribute Protected Type reference (TYPE) ABAP_BOOL True if ITS based 20060419
19 PAGE_NAME Instance attribute Protected Type reference (TYPE) STRING 20060419
20 STATE Instance attribute Public Type reference (TYPE) STRING 20090707
21 URL Instance attribute Public Type reference (TYPE) STRING 20060419
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_FOR_REENTRY Instance method Public Method Clear data for re-entry in new window case 20060419
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20091106
3 DETERMINE_IFRAME_PROPERTIES Instance method Protected Method Determine height, width and style 20060803
4 DISABLE_LTX_SERVER_DATALOSS Instance method Protected Method Disable Server Side Data Loss 20081023
5 EH_ONRETURNFROMBOR Instance method Public Method 20060519
6 GET_COMM_COMPONENT_ID Instance method Public Method Get different component ID depending on state full 20060419
7 GET_EXPORT_PARAMS Instance method Public Method Returns list of requested export parameters 20060419
8 GET_HANDLER_GUID Instance method Public Method Return the GUID for the LTX instance 20060419
9 GET_HEIGHT Instance method Public Method Returns height depending on static screen size flag 20060419
10 GET_IFRAME_HEIGHT Instance method Public Method 20060803
11 GET_IFRAME_PAGE_NAME Instance method Public Method Returns the name of the page shown in the iframe 20060419
12 GET_IFRAME_STYLE Instance method Public Method 20060803
13 GET_IFRAME_WIDTH Instance method Public Method 20060803
14 GET_NEW_WINDOW_TEXT Instance method Public Method Return text 20060419
15 GET_WEB_CALLBACK_URL Instance method Public Method Get URL for call back into window of this class 20081023
16 IS_LTX_ITS_BASED Instance method Public Method Returns if the LTX is ITS-based or not 20060419
17 IS_PORTAL_INTEGRATION_ACTIVE Instance method Protected Method Checks Whether the Integration of LTX into Portal is Active 20071212
18 OP_RETURNTOABTRANSACTIONS Instance method Protected Method 20060519
19 PREPARE_LTX_ADMIN_DATA Instance method Protected Method prepare LTX admin data 20060424
20 PREPARE_OBN_CALL Instance method Protected Method Prepare Object Based Navigation In Enterprise Portal 20071213
21 PROCESS_TRANSACTION_CLOSE Instance method Protected Method 20060519
22 PROCESS_TRANSACTION_RETURN Instance method Protected Method Process the return data flow of the transaction 20060424
23 SET_IFRAME_PAGE_NAME Instance method Public Method Sets the name of the page shown in the iframe 20060608
Events
Class CL_UICMP_LT_ABOXEXECUTION_IMPL has no event.
Types
Class CL_UICMP_LT_ABOXEXECUTION_IMPL has no local type.
Method Signatures

Method CLEAR_FOR_REENTRY Signature

Method CLEAR_FOR_REENTRY on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no parameter.
Method CLEAR_FOR_REENTRY on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no parameter.
Method CONSTRUCTOR on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no exception.

Method DETERMINE_IFRAME_PROPERTIES Signature

Method DETERMINE_IFRAME_PROPERTIES on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no parameter.
Method DETERMINE_IFRAME_PROPERTIES on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no exception.

Method DISABLE_LTX_SERVER_DATALOSS Signature

Method DISABLE_LTX_SERVER_DATALOSS on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no parameter.
Method DISABLE_LTX_SERVER_DATALOSS on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no exception.

Method EH_ONRETURNFROMBOR Signature

Method EH_ONRETURNFROMBOR on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no parameter.
Method EH_ONRETURNFROMBOR on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no exception.

Method GET_COMM_COMPONENT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) STRING GUID of LTX Handler 20060419
2 Returning RV_RESULT Value transfer Type reference (TYPE) STRING 20060419

Method GET_COMM_COMPONENT_ID on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no exception.

Method GET_EXPORT_PARAMS 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_STRING_TAB String table 20060419

Method GET_EXPORT_PARAMS on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no exception.

Method GET_HANDLER_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_GUID Value transfer Type reference (TYPE) STRING 20060419

Method GET_HANDLER_GUID on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no exception.

Method GET_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) STRING 20060419

Method GET_HEIGHT on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no exception.

Method GET_IFRAME_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) STRING 20060803

Method GET_IFRAME_HEIGHT on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no exception.

Method GET_IFRAME_PAGE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) STRING 20060419

Method GET_IFRAME_PAGE_NAME on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no exception.

Method GET_IFRAME_STYLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) STRING 20060803

Method GET_IFRAME_STYLE on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no exception.

Method GET_IFRAME_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) STRING 20060803

Method GET_IFRAME_WIDTH on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no exception.

Method GET_NEW_WINDOW_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) STRING 20060419

Method GET_NEW_WINDOW_TEXT on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no exception.

Method GET_WEB_CALLBACK_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) STRING 20081023

Method GET_WEB_CALLBACK_URL on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no exception.

Method IS_LTX_ITS_BASED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20060419

Method IS_LTX_ITS_BASED on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no exception.

Method IS_PORTAL_INTEGRATION_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_HANDLER Call by reference Object reference (TYPE REF TO) IF_CRM_IC_ACTION_HANDLER Handler for IC actions (data flow, html, ...) 20071212
2 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20071212

Method IS_PORTAL_INTEGRATION_ACTIVE on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no exception.

Method OP_RETURNTOABTRANSACTIONS Signature

Method OP_RETURNTOABTRANSACTIONS on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no parameter.
Method OP_RETURNTOABTRANSACTIONS on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no exception.

Method PREPARE_LTX_ADMIN_DATA Signature

Method PREPARE_LTX_ADMIN_DATA on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no parameter.
Method PREPARE_LTX_ADMIN_DATA on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no exception.

Method PREPARE_OBN_CALL Signature

Method PREPARE_OBN_CALL on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no parameter.
Method PREPARE_OBN_CALL on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no exception.

Method PROCESS_TRANSACTION_CLOSE Signature

Method PROCESS_TRANSACTION_CLOSE on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no parameter.
Method PROCESS_TRANSACTION_CLOSE on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no exception.

Method PROCESS_TRANSACTION_RETURN Signature

Method PROCESS_TRANSACTION_RETURN on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no parameter.
Method PROCESS_TRANSACTION_RETURN on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no exception.

Method SET_IFRAME_PAGE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LTX_URL Call by reference Type reference (TYPE) STRING 20060608

Method SET_IFRAME_PAGE_NAME on class CL_UICMP_LT_ABOXEXECUTION_IMPL has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700