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 ABAP 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 DELETE_DATA Instance method Public Method 20140211
2 GET_DATA Instance method Public Method 20140128
3 SET_DATA 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 Importing IS_SESSION_KEY Call by reference Type reference (TYPE) TS_SESSION_KEY 20140211
2 Importing IV_CLIENT Call by reference Type reference (TYPE) MANDT SY-MANDT Client 20140219
# Exception Resumable Description Created on
1 CX_CLB2_DB Collaboration: DB Exceptions 20140211
2 CX_CLB2_RUNTIME Collaboration: Runtime exception 20140211

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SESSION_KEY Call by reference Type reference (TYPE) TS_SESSION_KEY 20140129
2 Returning RS_SESSION_DATA Value transfer Type reference (TYPE) TS_SESSION_DATA 20140129
# Exception Resumable Description Created on
1 CX_CLB2_DB Collaboration: DB Exceptions 20140128
2 CX_CLB2_RUNTIME Collaboration: Runtime exception 20140206

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SESSION_DATA Call by reference Type reference (TYPE) TS_SESSION_DATA 20140129
2 Importing IS_SESSION_KEY Call by reference Type reference (TYPE) TS_SESSION_KEY 20140129
# Exception Resumable Description Created on
1 CX_CLB2_DB Collaboration: DB Exceptions 20140305
2 CX_CLB2_RUNTIME Collaboration: Runtime exception 20140206
History
Last changed by/on SAP  20141120 
SAP Release Created in