SAP ABAP Class CL_STW_MTH_SESSION (Generated by SIW)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-STW (Application Component) Social Media ABAP Integration Library
⤷
S_STW_OL_CLB_METHODS (Package) Collaboration Method Impl. for StreamWork (comp. mode)

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CLB_METHOD_PROCESS | Collaboration: Callback Methods for the Process Layer | 20120120 |
Properties
Class | CL_STW_MTH_SESSION | |
Short Description | Generated by SIW | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_STW_OL_CLB_METHODS | Collaboration Method Impl. for StreamWork (comp. mode) |
Created | 20120120 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_STW_MTH_SESSION has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_CLB_METHOD_PROCESS | Collaboration: Callback Methods for the Process Layer | 20120120 |
Friends
Class CL_STW_MTH_SESSION has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'Authorization' | 20120120 | ||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TS_SESSION_DATA | 20120120 | |||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | STRING | 20120120 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20120120 | |
2 | ![]() |
Instance method | Public | Method | 20120120 | |
3 | ![]() |
Instance method | Public | Method | 20120120 | |
4 | ![]() |
Instance method | Public | Method | 20120120 |
Events
Class CL_STW_MTH_SESSION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_FORM_FIELD | Public | See coding | 20120120 | BEGIN OF ts_form_field,
name TYPE string,
value TYPE string,
END OF ts_form_field
|
||
2 | TS_SESSION_DATA | Public | See coding | 20120120 | BEGIN OF ts_session_data,
authorization_header TYPE string,
form_fields TYPE tt_form_field,
session_key TYPE string,
session_id TYPE string,
END OF ts_session_data
|
||
3 | TT_FORM_FIELD | Public | See coding | 20120120 | tt_form_field TYPE STANDARD TABLE OF ts_form_field WITH DEFAULT KEY
|
Method Signatures
Method GET_SESSION_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_SESSION_DATA | Value transfer | Type reference (TYPE) | TS_SESSION_DATA | 20120120 |
Method GET_SESSION_DATA on class CL_STW_MTH_SESSION has no exception.
Method GET_SESSION_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_SESSION_ID | Value transfer | Type reference (TYPE) | STRING | 20120120 |
Method GET_SESSION_ID on class CL_STW_MTH_SESSION has no exception.
Method SET_SESSION_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 | 20120120 |
Method SET_SESSION_DATA on class CL_STW_MTH_SESSION has no exception.
Method SET_SESSION_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SESSION_ID | Call by reference | Type reference (TYPE) | STRING | 20120120 |
Method SET_SESSION_ID on class CL_STW_MTH_SESSION has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 732 |