SAP ABAP Interface IF_CLB2_SESSION_DATA (Access for User Sessions)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-AR-SM (Application Component) SAP UI Integration - Social Media Collaboration Enablement
⤷
CLB2_DB (Package) Collaboration: Database Layer
⤷
⤷
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
| Interface | IF_CLB2_SESSION_DATA | |
| Short Description | Access for User Sessions |
General Data
| Package | CLB2_DB | Collaboration: Database Layer |
| Created | 20140128 | SAP |
| Last changed | 20141120 | |
| 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
Interface IF_CLB2_SESSION_DATA has no interface.
Friends
Interface IF_CLB2_SESSION_DATA has no friend.
Attributes
Interface 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
Interface 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 | 100 |