SAP ABAP Class IF_CLB2_SESSION_DATA (Access for User Sessions)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CLB2_SESSION_DATA | Access Class for User Sessions | 20140128 |
Properties
Class | IF_CLB2_SESSION_DATA | |
Short Description | Access for User Sessions | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20140128 | SAP |
Last change | 20141120 | |
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
Class IF_CLB2_SESSION_DATA has no interface implemented.
Friends
Class IF_CLB2_SESSION_DATA has no friend class.
Attributes
Class IF_CLB2_SESSION_DATA has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20140211 | |
2 | ![]() |
Instance method | Public | Method | 20140128 | |
3 | ![]() |
Instance method | Public | Method | 20140129 |
Events
Class IF_CLB2_SESSION_DATA has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_SESSION_DATA | Public | See coding | 20140129 | BEGIN OF ts_session_data,
session_key TYPE clb2_session_key,
session_id TYPE string,
valid_from TYPE clb2_valid_from,
valid_to TYPE clb2_valid_to,
END OF ts_session_data
|
||
2 | TS_SESSION_KEY | Public | See coding | 20140129 | BEGIN OF ts_session_key,
platform_type TYPE clb2_platform_type,
platform TYPE clb2_platform_id,
external_user TYPE clb2_user_name,
END OF ts_session_key
|
Method Signatures
Method DELETE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_SESSION_KEY | Call by reference | Type reference (TYPE) | TS_SESSION_KEY | 20140211 | |||
2 | ![]() |
IV_CLIENT | Call by reference | Type reference (TYPE) | MANDT | SY-MANDT | Client | 20140219 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Collaboration: DB Exceptions | 20140211 | |
2 | ![]() |
Collaboration: Runtime exception | 20140211 |
Method GET_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_SESSION_KEY | Call by reference | Type reference (TYPE) | TS_SESSION_KEY | 20140129 | |||
2 | ![]() |
RS_SESSION_DATA | Value transfer | Type reference (TYPE) | TS_SESSION_DATA | 20140129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Collaboration: DB Exceptions | 20140128 | |
2 | ![]() |
Collaboration: Runtime exception | 20140206 |
Method SET_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_SESSION_DATA | Call by reference | Type reference (TYPE) | TS_SESSION_DATA | 20140129 | |||
2 | ![]() |
IS_SESSION_KEY | Call by reference | Type reference (TYPE) | TS_SESSION_KEY | 20140129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Collaboration: DB Exceptions | 20140305 | |
2 | ![]() |
Collaboration: Runtime exception | 20140206 |
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in |