SAP ABAP Class CL_CRM_UI_SESSION_MANAGER (CL_CRM_UI_SESSION_MANAGER)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-APF (Application Component) Application Frame
⤷
CRM_BSP_UI_FRAME_CORE (Package) Application Frame DDIC, Services and Utilities

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CRM_WEB_CALLBACK | Interface for handler method of service callback | 20080408 |
Properties
Class | CL_CRM_UI_SESSION_MANAGER | |
Short Description | ||
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | CRM_BSP_UI_FRAME_CORE | Application Frame DDIC, Services and Utilities |
Created | 20080212 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_CRM_WEB_CALLBACK | Interface for handler method of service callback | 20080408 |
Friends
Class CL_CRM_UI_SESSION_MANAGER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | STRING | Current ESID | 20080212 | ||
2 | ![]() |
Static Attribute | Public | Type reference (TYPE) | STRING | Type of ESID | 20131030 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'DE' | Default mode for ESID generation | 20131030 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'WD' | WD mode for ESID generation | 20131030 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'wcf_wait' | Name of param triggering wait after init req store | 20110718 | |
6 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_CRM_UI_SESSION_MANAGER | Singleton Instance | 20080212 | ||
7 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_BSP_RUNTIME | Business Server Page (BSP) Runtime | 20080212 | ||
8 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_HTTP_SERVER | HTTP Framework (iHTTP) HTTP Server | 20080212 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | Create Singleton | 20080212 |
2 | ![]() |
Instance method | Public | Constructor | Initialization | 20080212 |
3 | ![]() |
Instance method | Protected | Method | Creates a new external Session ID | 20080212 |
4 | ![]() |
Static method | Public | Method | Returns an External Session ID | 20080212 |
5 | ![]() |
Static method | Public | Method | Reads the customizing under 'Define External Session ID' | 20131104 |
6 | ![]() |
Static method | Public | Method | Reads initial form fields | 20080408 |
7 | ![]() |
Static method | Public | Method | Returns a mangling with the external session ID | 20080227 |
8 | ![]() |
Static method | Public | Method | Returns nb of sec to wait after initial req store | 20110718 |
9 | ![]() |
Instance method | Protected | Method | Stores form fields from start request | 20080408 |
Events
Class CL_CRM_UI_SESSION_MANAGER has no event.
Types
Class CL_CRM_UI_SESSION_MANAGER has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_CRM_UI_SESSION_MANAGER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_CRM_UI_SESSION_MANAGER has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_CRM_UI_SESSION_MANAGER has no parameter.
Method CONSTRUCTOR on class CL_CRM_UI_SESSION_MANAGER has no exception.
Method CREATE_NEW_ESID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_ESID | Value transfer | Type reference (TYPE) | STRING | External Session Identifier | 20080212 |
Method CREATE_NEW_ESID on class CL_CRM_UI_SESSION_MANAGER has no exception.
Method GET_ESID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FORCE_NEW | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Force new eSID | 20080212 | |
2 | ![]() |
RV_ESID | Value transfer | Type reference (TYPE) | STRING | 20080212 |
Method GET_ESID on class CL_CRM_UI_SESSION_MANAGER has no exception.
Method GET_ESID_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | STRING | 20131104 |
Method GET_ESID_MODE on class CL_CRM_UI_SESSION_MANAGER has no exception.
Method GET_INITIAL_FORM_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CV_FIELDS | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Table Name/Value Pairs | 20080408 |
Method GET_INITIAL_FORM_FIELDS on class CL_CRM_UI_SESSION_MANAGER has no exception.
Method GET_MANGLING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ESID | Call by reference | Type reference (TYPE) | STRING | Create mangling with given eSID | 20080408 | ||
2 | ![]() |
RV_MANGLING | Value transfer | Type reference (TYPE) | STRING | Mangling with external session id | 20080227 |
Method GET_MANGLING on class CL_CRM_UI_SESSION_MANAGER has no exception.
Method GET_WAIT_TIME_AFTER_REQ_STORE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_REQUEST | HTTP Framework (iHTTP) HTTP Request | 20110718 | ||
2 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | I | 20110718 |
Method GET_WAIT_TIME_AFTER_REQ_STORE on class CL_CRM_UI_SESSION_MANAGER has no exception.
Method STORE_INITIAL_REQUEST_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_REQUEST | HTTP Framework (iHTTP) HTTP Request | 20080408 |
Method STORE_INITIAL_REQUEST_DATA on class CL_CRM_UI_SESSION_MANAGER has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 701 |