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 | ![]() |
Constant | Protected | Type reference (TYPE) | SWC_ELEM | 'SapCallId' | container element holding ABox call id | 19990429 | |
2 | ![]() |
Constant | Protected | Type reference (TYPE) | SWC_ELEM | 'SapExit' | container element holding continue flag | 19990510 | |
3 | ![]() |
Constant | Protected | Type reference (TYPE) | CHAR1 | '&' | internal delimeter between action arguments | 19990429 | |
4 | ![]() |
Constant | Protected | Type reference (TYPE) | SWC_ELEM | 'SapReplaceWorkspace' | container element holding replace flag | 19990520 | |
5 | ![]() |
Constant | Protected | Type reference (TYPE) | CCM_URL_SEP1 | '?' | default separator 1 | 19990414 | |
6 | ![]() |
Constant | Protected | Type reference (TYPE) | CCM_URL_SEP2 | ';' | default separator 2 | 19990414 | |
7 | ![]() |
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 | ![]() |
Instance method | Protected | Method | puts URL arguments in a container | 19990409 |
2 | ![]() |
Instance method | Public | Method | browser backward | 19990409 |
3 | ![]() |
Instance method | Public | Method | browser forward | 19990409 |
4 | ![]() |
Instance method | Public | Method | navigate to home page | 19990409 |
5 | ![]() |
Instance method | Public | Method | refresh current browser page | 19990409 |
6 | ![]() |
Instance method | Public | Method | stop browser navigation | 19990409 |
7 | ![]() |
Instance method | Public | Method | deletes workspace | 19990412 |
8 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 19990409 |
9 | ![]() |
Instance method | Protected | Method | executes a action box call triggered by current HTML page | 19990409 |
10 | ![]() |
Instance method | Protected | Method | executes a ABox call (post method) | 19990504 |
11 | ![]() |
Instance method | Protected | Method | performs data flow from call container into HTML URL | 19990409 |
12 | ![]() |
Instance method | Protected | Method | determines whether workspace uses navigation buttons | 19990409 |
13 | ![]() |
Instance method | Protected | Method | determines whether workspace uses new window button | 19990409 |
14 | ![]() |
Instance method | Protected | Method | determines whether workspace uses refresh button | 19990409 |
15 | ![]() |
Instance method | Protected | Method | determines whether workspace uses navigation buttons | 19990409 |
16 | ![]() |
Instance method | Protected | Method | performs data flow from HTML URL into call container | 19990409 |
17 | ![]() |
Instance method | Protected | Method | loads multiple WWW objects if requested (hack) | 19990426 |
18 | ![]() |
Instance method | Protected | Method | Ersetzt Symbole in der URL | 20010125 |
19 | ![]() |
Instance method | Protected | Method | transf. a flat line with lines sep. by |
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 | ![]() |
ARGUMENTS | Call by reference | Type reference (TYPE) | CCM_LONG_URL | URL-Argumente | 19990409 | ||
2 | ![]() |
CALL_ID | Call by reference | Type reference (TYPE) | EWF_CALLID | Aufruf-ID, die aufgerufen werden soll | 19990429 | ||
3 | ![]() |
CONTAINER | Call by reference | Type reference (TYPE) | CCMCONT_T | Container | 19990409 | ||
4 | ![]() |
EXIT_FLAG | Call by reference | Type reference (TYPE) | EBA_FLAG | Kennzeichen: WS nach Aufruf verlassen | 19990510 | ||
5 | ![]() |
PART | Call by reference | Type reference (TYPE) | EWCPART_T | Parameterbeschreibung | 19990429 | ||
6 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
OBJID | Call by reference | Type reference (TYPE) | C | WWW-Objekt-ID | 19990426 | ||
2 | ![]() |
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 | ![]() |
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 | ![]() |
CONT | Call by reference | Type reference (TYPE) | CCMCONT_T | Container | 19990429 | ||
2 | ![]() |
ELEM_NAME | Call by reference | Type reference (TYPE) | C | Elementname | 19990429 | ||
3 | ![]() |
ELEM_VAL | Call by reference | Type reference (TYPE) | C | Elementwert | 19990429 | ||
4 | ![]() |
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 |