SAP ABAP Class CL_CRM_IC_CUCOACTION_IMPL (CL_CRM_IC_CUCOACTION_IMPL)
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
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CRM_IC_CUCOACTION CL_CRM_IC_CUCOACTION 20020815
Properties
Class CL_CRM_IC_CUCOACTION_IMPL  
Short Description CL_CRM_IC_CUCOACTION_IMPL    
Super Class CL_CRM_IC_CUCOACTION CL_CRM_IC_CUCOACTION 
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 20020815   SAP 
Last change 20081007   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
Class CL_CRM_IC_CUCOACTION_IMPL has no interface implemented.
Friends
Class CL_CRM_IC_CUCOACTION_IMPL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CUCONAME Constant Public Type reference (TYPE) STRING 'CuCoAction' 20020816
2 EXECUTION_VIEW Constant Public Type reference (TYPE) STRING 'ABoxExecution' Name of the generic action execution view 20020817
3 GT_LTX_ID Instance attribute Private Type reference (TYPE) CRMT_IC_LTX_TAB Launch Transaction Definitions 20041202
4 GV_IS_NEW_HANDLER Instance attribute Private Type reference (TYPE) ABAP_BOOL Is handler new? 20050107
5 GV_LTX_ID Instance attribute Private Type reference (TYPE) CRMT_IC_LTX_ID Launch Transaction ID 20041202
6 GV_TRANSACTION_START_STATUS Static Attribute Protected Type reference (TYPE) ABAP_BOOL TRUE if launch has been sucessful 20050519
7 PARAMS Instance attribute Protected Type reference (TYPE) CRMT_IC_LTX_PARAMS_BY_ID_TAB Launch Transaction Parameters by IDs 20040326
Methods
# Method Level Visibility Method type Description Created on
1 ASSIGN_LTX_ID Instance method Public Method Assign launch transaction id 20050204
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20020815
3 CREATE_ACTION_HANDLER_BY_ID Instance method Private Method Create handler for specified action 20021204
4 CREATE_DISPLAY_HANDLER Instance method Private Method Create default handler for display only 20021206
5 GET_ACTION_HANDLER_BY_ID Instance method Public Method Get handler for specified action 20020816
6 GET_CLASSNAME_FOR_ID Instance method Protected Method Return class name assigned to ID 20040326
7 GET_DISPLAY_HANDLER Instance method Public Method Default handler for display only 20020816
8 GET_EXPORT_PARAMS_BY_HANDLER Instance method Public Method Returns the names of export parameters of a handler 20040326
9 GET_HANDLER_BY_ID_AND_ENTITY Instance method Public Method Get handler for specified action and entity 20050106
10 GET_OR_CREATE_EXPORT_PARAMS Instance method Protected Method 20040326
11 IS_NEW_HANDLER_INSTANCE Instance method Public Method Is handler instance new? 20050107
12 IS_TRANSACTION_START_OK Static method Public Method Returns TRUE if transaction has been successfully started 20050519
13 LOAD_AND_CHECK_LTX_DEFINITION Instance method Public Method Load and check LTXdefinition, return data if OK 20041111
14 RESET_TRANSACTION_START_STATUS Static method Public Method Reset transaction start status 20050519
15 SET_ACTION_ID Static method Public Method Set action ID 20020816
16 SET_ACTION_ID_NO_FORMATTING Static method Public Method Set action ID, without formatting and checking 20040115
17 SET_TRANSACTION_START_OK Static method Public Method Set transaction start status 20050519
Events
Class CL_CRM_IC_CUCOACTION_IMPL has no event.
Types
Class CL_CRM_IC_CUCOACTION_IMPL has no local type.
Method Signatures

Method ASSIGN_LTX_ID 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 20050204

Method ASSIGN_LTX_ID on class CL_CRM_IC_CUCOACTION_IMPL has no exception.

Method CONSTRUCTOR Signature

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

Method CREATE_ACTION_HANDLER_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VIEW_CONTROLLER Call by reference Object reference (TYPE REF TO) CL_BSP_WD_VIEW_CONTROLLER 20021204
2 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) IF_CRM_IC_ACTION_HANDLER Handler für IC-Aktionen (Datenfluss, HTML...) 20021204

Method CREATE_ACTION_HANDLER_BY_ID on class CL_CRM_IC_CUCOACTION_IMPL has no exception.

Method CREATE_DISPLAY_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DISPLAY_HANDLER Call by reference Type reference (TYPE) SIMPLE Name Handler-Klasse 20021206
2 Importing IV_VIEW_CONTROLLER Call by reference Object reference (TYPE REF TO) CL_BSP_WD_VIEW_CONTROLLER 20021206
3 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) IF_CRM_IC_ACTION_HANDLER Handler für IC-Aktionen (Datenfluss, HTML...) 20021206

Method CREATE_DISPLAY_HANDLER on class CL_CRM_IC_CUCOACTION_IMPL has no exception.

Method GET_ACTION_HANDLER_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VIEW_CONTROLLER Call by reference Object reference (TYPE REF TO) CL_BSP_WD_VIEW_CONTROLLER 20020816
2 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) IF_CRM_IC_ACTION_HANDLER Handler für IC-Aktionen (Datenfluss, HTML...) 20020816

Method GET_ACTION_HANDLER_BY_ID on class CL_CRM_IC_CUCOACTION_IMPL has no exception.

Method GET_CLASSNAME_FOR_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) STRING 20040326
2 Returning RV_RESULT Value transfer Type reference (TYPE) STRING 20040326

Method GET_CLASSNAME_FOR_ID on class CL_CRM_IC_CUCOACTION_IMPL has no exception.

Method GET_DISPLAY_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DISPLAY_HANDLER Call by reference Type reference (TYPE) SIMPLE Name Handler-Klasse 20021206
2 Importing IV_VIEW_CONTROLLER Call by reference Object reference (TYPE REF TO) CL_BSP_WD_VIEW_CONTROLLER 20020816
3 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) IF_CRM_IC_ACTION_HANDLER Handler für IC-Aktionen (Datenfluss, HTML...) 20020816

Method GET_DISPLAY_HANDLER on class CL_CRM_IC_CUCOACTION_IMPL has no exception.

Method GET_EXPORT_PARAMS_BY_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HANDLER Call by reference Object reference (TYPE REF TO) IF_CRM_IC_ACTION_HANDLER Handler für IC-Aktionen (Datenfluss, HTML...) 20040326
2 Returning RT_RESULT Value transfer Type reference (TYPE) CRMT_IC_STRING_TAB String-Tabelle 20040326

Method GET_EXPORT_PARAMS_BY_HANDLER on class CL_CRM_IC_CUCOACTION_IMPL has no exception.

Method GET_HANDLER_BY_ID_AND_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENTITY Call by reference Object reference (TYPE REF TO) IF_BOL_BO_PROPERTY_ACCESS 20050106
2 Importing IV_VIEW_CONTROLLER Call by reference Object reference (TYPE REF TO) CL_BSP_WD_VIEW_CONTROLLER 20050107
3 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) IF_CRM_IC_ACTION_HANDLER Handler für IC-Aktionen (Datenfluss, HTML...) 20050106

Method GET_HANDLER_BY_ID_AND_ENTITY on class CL_CRM_IC_CUCOACTION_IMPL has no exception.

Method GET_OR_CREATE_EXPORT_PARAMS 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 20041214
2 Returning RT_RESULT Value transfer Type reference (TYPE) CRMT_IC_STRING_TAB String-Tabelle 20040326

Method GET_OR_CREATE_EXPORT_PARAMS on class CL_CRM_IC_CUCOACTION_IMPL has no exception.

Method IS_NEW_HANDLER_INSTANCE 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 20050107

Method IS_NEW_HANDLER_INSTANCE on class CL_CRM_IC_CUCOACTION_IMPL has no exception.

Method IS_TRANSACTION_START_OK 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 20050519

Method IS_TRANSACTION_START_OK on class CL_CRM_IC_CUCOACTION_IMPL has no exception.

Method LOAD_AND_CHECK_LTX_DEFINITION 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 20041111
2 Returning RS_RESULT Value transfer Type reference (TYPE) CRMC_IC_LTX_ID IC - Definition Transaktionsstarter 20041111

Method LOAD_AND_CHECK_LTX_DEFINITION on class CL_CRM_IC_CUCOACTION_IMPL has no exception.

Method RESET_TRANSACTION_START_STATUS Signature

Method RESET_TRANSACTION_START_STATUS on class CL_CRM_IC_CUCOACTION_IMPL has no parameter.
Method RESET_TRANSACTION_START_STATUS on class CL_CRM_IC_CUCOACTION_IMPL has no exception.

Method SET_ACTION_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION_ID Call by reference Type reference (TYPE) STRING 20020816
2 Importing IV_OUTBOUND_PLUG Call by reference Type reference (TYPE) STRING 20020817
3 Importing IV_VIEW_CONTROLLER Call by reference Object reference (TYPE REF TO) CL_BSP_WD_VIEW_CONTROLLER 20020817

Method SET_ACTION_ID on class CL_CRM_IC_CUCOACTION_IMPL has no exception.

Method SET_ACTION_ID_NO_FORMATTING Signature

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

Method SET_ACTION_ID_NO_FORMATTING on class CL_CRM_IC_CUCOACTION_IMPL has no exception.

Method SET_TRANSACTION_START_OK Signature

Method SET_TRANSACTION_START_OK on class CL_CRM_IC_CUCOACTION_IMPL has no parameter.
Method SET_TRANSACTION_START_OK on class CL_CRM_IC_CUCOACTION_IMPL has no exception.
History
Last changed by/on SAP  20081007 
SAP Release Created in 310