SAP ABAP Interface IF_CLB2_SESSION_DB (DB acces 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_DB | DB Layer: Session Data | 20140131 |
Properties
Interface | IF_CLB2_SESSION_DB | |
Short Description | DB acces 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_DB has no interface.
Friends
Interface IF_CLB2_SESSION_DB has no friend.
Attributes
Interface IF_CLB2_SESSION_DB has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20140203 | |
2 | ![]() |
Instance method | Public | Method | 20140128 | |
3 | ![]() |
Instance method | Public | Method | 20140212 | |
4 | ![]() |
Instance method | Public | Method | 20140207 | |
5 | ![]() |
Instance method | Public | Method | 20140213 | |
6 | ![]() |
Instance method | Public | Method | 20140213 | |
7 | ![]() |
Instance method | Public | Method | 20140205 |
Events
Interface IF_CLB2_SESSION_DB has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_SESSION_DATA | Public | See coding | 20140128 | BEGIN OF ts_session_data,
session_key TYPE clb2_session_key,
sec_store_id TYPE guid_32,
valid_from TYPE clb2_valid_from,
valid_to TYPE clb2_valid_to,
END OF ts_session_data
|
||
2 | TS_SESSION_DB | Public | Type reference (TYPE) | CLB2D_SESSION | 20140213 | |
|
3 | TS_SESSION_KEY | Public | See coding | 20140128 | BEGIN OF ts_session_key,
client TYPE symandt,
platform_type TYPE clb2_platform_type,
platform TYPE clb2_platform_id,
external_user TYPE clb2_user_name,
END OF ts_session_key
|
||
4 | TT_SESSION_DB | Public | See coding | 20140213 | tt_session_db TYPE STANDARD TABLE OF clb2d_session WITH DEFAULT KEY
|
Method Signatures
Method DELETE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLIENT | Call by reference | Type reference (TYPE) | SYMANDT | SY-MANDT | Client ID of Current User | 20140217 | |
2 | ![]() |
IV_SEC_STORE_ID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20140217 |
Method DELETE_DATA on Interface IF_CLB2_SESSION_DB has no exception.
Method GET_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_KEY | Call by reference | Type reference (TYPE) | TS_SESSION_KEY | 20140128 | |||
2 | ![]() |
RS_DATA | Value transfer | Type reference (TYPE) | TS_SESSION_DATA | 20140128 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Collaboration: DB Exceptions | 20140128 |
Method GET_DATA_BY_PLATFORM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLIENT | Call by reference | Type reference (TYPE) | SYMANDT | Client ID of Current User | 20140212 | ||
2 | ![]() |
IV_PLATFORM | Call by reference | Type reference (TYPE) | CLB2_PLATFORM_ID | Collaboration Platform ID (Server) | 20140212 | ||
3 | ![]() |
IV_PLATFORM_TYPE | Call by reference | Type reference (TYPE) | CLB2_PLATFORM_TYPE | Collaboration: Service Provider Type | 20140212 | ||
4 | ![]() |
RT_SESSION | Value transfer | Type reference (TYPE) | TT_SESSION_DB | 20140212 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Collaboration: DB Exceptions | 20140212 |
Method GET_DATA_BY_SEC_STORE_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLIENT | Call by reference | Type reference (TYPE) | SYMANDT | Client ID of Current User | 20140207 | ||
2 | ![]() |
IV_SEC_STORE_ID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20140207 | ||
3 | ![]() |
RS_SESSION | Value transfer | Type reference (TYPE) | CLB2D_SESSION | Platform Session Mapping | 20140207 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Collaboration: DB Exceptions | 20140207 |
Method GET_DATA_BY_USER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLIENT | Call by reference | Type reference (TYPE) | SYMANDT | Client ID of Current User | 20140213 | ||
2 | ![]() |
IV_USER | Call by reference | Type reference (TYPE) | CLB2_USER_NAME | 20140213 | |||
3 | ![]() |
RT_SESSION | Value transfer | Type reference (TYPE) | TT_SESSION_DB | 20140213 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Collaboration: DB Exceptions | 20140213 |
Method GET_DATA_OUTDATED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLIENT | Call by reference | Type reference (TYPE) | SYMANDT | Client ID of Current User | 20140213 | ||
2 | ![]() |
RT_SESSION | Value transfer | Type reference (TYPE) | TT_SESSION_DB | 20140213 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Collaboration: DB Exceptions | 20140213 |
Method INSERT_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | TS_SESSION_DATA | 20140205 | |||
2 | ![]() |
IS_KEY | Call by reference | Type reference (TYPE) | TS_SESSION_KEY | 20140205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Collaboration: Runtime exception | 20140205 |
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 100 |