SAP ABAP Class CL_CCM_HTML_OPERATION2 (CIC HTML operation)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM-CIC (Application Component) Interaction Center WinClient
     CCMA (Package) Interaction Center Components
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CCM_WORKSPACE2 Default abstract implementer of IF_CCM_Workspace 19990409
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CUSTINFO_WORKSPACE Customer Overview Workspace 20010201
Properties
Class CL_CCM_HTML_OPERATION2  
Short Description CIC HTML operation    
Super Class CL_CCM_WORKSPACE2 Default abstract implementer of IF_CCM_Workspace 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CCMA   Interaction Center Components 
Created 19990409   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CCM_HTML_OPERATION2 has no forward declaration.
Interfaces
Class CL_CCM_HTML_OPERATION2 has no interface implemented.
Friends
Class CL_CCM_HTML_OPERATION2 has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CALL_ID_ELEM Constant Protected Type reference (TYPE) SWC_ELEM 'SapCallId' container element holding ABox call id 19990429
2 CO_EXIT_ELEM Constant Protected Type reference (TYPE) SWC_ELEM 'SapExit' container element holding continue flag 19990510
3 CO_INTERNAL_ARG_DELIM Constant Protected Type reference (TYPE) CHAR1 '&' internal delimeter between action arguments 19990429
4 CO_REPLACE_ELEM Constant Protected Type reference (TYPE) SWC_ELEM 'SapReplaceWorkspace' container element holding replace flag 19990520
5 DEF_URL_SEP1 Constant Protected Type reference (TYPE) CCM_URL_SEP1 '?' default separator 1 19990414
6 DEF_URL_SEP2 Constant Protected Type reference (TYPE) CCM_URL_SEP2 ';' default separator 2 19990414
7 HTML_CONFIG Instance attribute Protected Object reference (TYPE REF TO) CL_CCM_HTML_CONF HTML configuration 19990409
Methods
# Method Level Visibility Method type Description Created on
1 ARGS_TO_CONT Instance method Protected Method puts URL arguments in a container 19990409
2 CB_BROWSER_BACK Instance method Public Method browser backward 19990409
3 CB_BROWSER_FRWD Instance method Public Method browser forward 19990409
4 CB_BROWSER_HOME Instance method Public Method navigate to home page 19990409
5 CB_BROWSER_REFRESH Instance method Public Method refresh current browser page 19990409
6 CB_BROWSER_STOP Instance method Public Method stop browser navigation 19990409
7 CB_DELETE_WS Instance method Public Method deletes workspace 19990412
8 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 19990409
9 EXECUTE_CALL Instance method Protected Method executes a action box call triggered by current HTML page 19990409
10 EXECUTE_CALL_POST Instance method Protected Method executes a ABox call (post method) 19990504
11 EXPORT_DATA_FLOW Instance method Protected Method performs data flow from call container into HTML URL 19990409
12 HAS_NAVIGATION Instance method Protected Method determines whether workspace uses navigation buttons 19990409
13 HAS_NEW_WINDOW Instance method Protected Method determines whether workspace uses new window button 19990409
14 HAS_REFRESH Instance method Protected Method determines whether workspace uses refresh button 19990409
15 HAS_STOP Instance method Protected Method determines whether workspace uses navigation buttons 19990409
16 IMPORT_DATA_FLOW Instance method Protected Method performs data flow from HTML URL into call container 19990409
17 MULT_WWW_OBJECTS Instance method Protected Method loads multiple WWW objects if requested (hack) 19990426
18 REPLACE_URL_SYMBOLS Instance method Protected Method Ersetzt Symbole in der URL 20010125
19 TRANSFORM_CR_LF Instance method Protected Method transf. a flat line with lines sep. by into R3table 19990429
Events
Class CL_CCM_HTML_OPERATION2 has no event.
Types
Class CL_CCM_HTML_OPERATION2 has no local type.
Method Signatures

Method ARGS_TO_CONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ARGUMENTS Call by reference Type reference (TYPE) CCM_LONG_URL URL-Argumente 19990409
2 Exporting CALL_ID Call by reference Type reference (TYPE) EWF_CALLID Aufruf-ID, die aufgerufen werden soll 19990429
3 Changing CONTAINER Call by reference Type reference (TYPE) CCMCONT_T Container 19990409
4 Exporting EXIT_FLAG Call by reference Type reference (TYPE) EBA_FLAG Kennzeichen: WS nach Aufruf verlassen 19990510
5 Importing PART Call by reference Type reference (TYPE) EWCPART_T Parameterbeschreibung 19990429
6 Exporting REPLACE_FLAG Call by reference Type reference (TYPE) EBA_FLAG Kennzeichen: aktuellen Workspace ersetzen 19990520

Method ARGS_TO_CONT on class CL_CCM_HTML_OPERATION2 has no exception.

Method CB_BROWSER_BACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OK_CODE Call by reference Type reference (TYPE) SYUCOMM OK-CODE 19990409

Method CB_BROWSER_BACK on class CL_CCM_HTML_OPERATION2 has no exception.

Method CB_BROWSER_FRWD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OK_CODE Call by reference Type reference (TYPE) SYUCOMM OK-CODE 19990409

Method CB_BROWSER_FRWD on class CL_CCM_HTML_OPERATION2 has no exception.

Method CB_BROWSER_HOME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OK_CODE Call by reference Type reference (TYPE) SYUCOMM OK-CODE 19990409

Method CB_BROWSER_HOME on class CL_CCM_HTML_OPERATION2 has no exception.

Method CB_BROWSER_REFRESH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OK_CODE Call by reference Type reference (TYPE) SYUCOMM OK-CODE 19990409

Method CB_BROWSER_REFRESH on class CL_CCM_HTML_OPERATION2 has no exception.

Method CB_BROWSER_STOP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OK_CODE Call by reference Type reference (TYPE) SYUCOMM OK-CODE 19990409

Method CB_BROWSER_STOP on class CL_CCM_HTML_OPERATION2 has no exception.

Method CB_DELETE_WS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OK_CODE Call by reference Type reference (TYPE) SYUCOMM OK-CODE 19990412

Method CB_DELETE_WS on class CL_CCM_HTML_OPERATION2 has no exception.

Method CONSTRUCTOR Signature

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

Method EXECUTE_CALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ARGUMENTS Call by reference Type reference (TYPE) CCM_LONG_URL Parameter 19990409

Method EXECUTE_CALL on class CL_CCM_HTML_OPERATION2 has no exception.

Method EXECUTE_CALL_POST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ARGUMENTS Call by reference Type reference (TYPE) CCM_LONG_URL Parameter 19990504

Method EXECUTE_CALL_POST on class CL_CCM_HTML_OPERATION2 has no exception.

Method EXPORT_DATA_FLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing URL Value transfer Type reference (TYPE) CCM_LONG_URL URL mit Parametern 19990409

Method EXPORT_DATA_FLOW on class CL_CCM_HTML_OPERATION2 has no exception.

Method HAS_NAVIGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLAG Value transfer Type reference (TYPE) EBA_FLAG Wert 19990409

Method HAS_NAVIGATION on class CL_CCM_HTML_OPERATION2 has no exception.

Method HAS_NEW_WINDOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLAG Value transfer Type reference (TYPE) EBA_FLAG Wert 19990409

Method HAS_NEW_WINDOW on class CL_CCM_HTML_OPERATION2 has no exception.

Method HAS_REFRESH Signature

Method HAS_REFRESH on class CL_CCM_HTML_OPERATION2 has no parameter.
Method HAS_REFRESH on class CL_CCM_HTML_OPERATION2 has no exception.

Method HAS_STOP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLAG Value transfer Type reference (TYPE) EBA_FLAG Wert 19990409

Method HAS_STOP on class CL_CCM_HTML_OPERATION2 has no exception.

Method IMPORT_DATA_FLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ARGUMENTS Call by reference Type reference (TYPE) CCM_LONG_URL URL-Argumente durch '?' getrennt 19990409

Method IMPORT_DATA_FLOW on class CL_CCM_HTML_OPERATION2 has no exception.

Method MULT_WWW_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJID Call by reference Type reference (TYPE) C WWW-Objekt-ID 19990426
2 Importing URL Call by reference Type reference (TYPE) CCM_LONG_URL URL 19990426

Method MULT_WWW_OBJECTS on class CL_CCM_HTML_OPERATION2 has no exception.

Method REPLACE_URL_SYMBOLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing LONG_URL Value transfer Type reference (TYPE) CCM_LONG_URL 20010125

Method REPLACE_URL_SYMBOLS on class CL_CCM_HTML_OPERATION2 has no exception.

Method TRANSFORM_CR_LF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CONT Call by reference Type reference (TYPE) CCMCONT_T Container 19990429
2 Importing ELEM_NAME Call by reference Type reference (TYPE) C Elementname 19990429
3 Importing ELEM_VAL Call by reference Type reference (TYPE) C Elementwert 19990429
4 Importing PART Call by reference Type reference (TYPE) EWCPART_T Parametertabelle 19990429

Method TRANSFORM_CR_LF on class CL_CCM_HTML_OPERATION2 has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in