SAP ABAP Interface IF_STW_USER_INTERNAL (StreamWork User Internal IF)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-STW (Application Component) Social Media ABAP Integration Library
⤷
S_STW_OL_COMMON (Package) Common Objects and def. of the Object Layer (comp. mode)
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_STW_CURRENT_USER_INTERNAL | current User (logged on to the system) | 20111116 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_STW_USER | StreamWork User | 20111116 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | TD_STW_GENERAL_ABSTRACT | general abstract testdouble to reduce note dependencies | 20120504 |
Properties
| Interface | IF_STW_USER_INTERNAL | |
| Short Description | StreamWork User Internal IF |
General Data
| Package | S_STW_OL_COMMON | Common Objects and def. of the Object Layer (comp. mode) |
| Created | 20110812 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_STW_USER_INTERNAL has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_STW_FEED_OBJECT | Object in an activitystrea.ms activity | 20111202 | ||
| 2 | IF_STW_FEED_OBJECT_INTERNAL | Feed Object | 20111202 | ||
| 3 | IF_STW_USER | StreamWork User | 20110812 |
Friends
Interface IF_STW_USER_INTERNAL has no friend.
Attributes
Interface IF_STW_USER_INTERNAL has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Return the Backend User ID for w/o lazy load | 20111025 | |
| 2 | Instance method | Public | Method | 20130212 | ||
| 3 | Instance method | Public | Method | Returns the "external" SW User ID = Email Adress w/o lazy lo | 20111025 | |
| 4 | Instance method | Public | Method | Returns the internal SW User ID w/o lazy load | 20111025 | |
| 5 | Instance method | Public | Method | initialize User | 20110812 | |
| 6 | Instance method | Public | Method | initialize User with a Backend User ID | 20111007 | |
| 7 | Instance method | Public | Method | Supplement specific User Data | 20111007 |
Events
Interface IF_STW_USER_INTERNAL has no event.
Types
Interface IF_STW_USER_INTERNAL has no local type.
Method Signatures
Method GET_BACKEND_USER_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_BACKEND_USER_ID | Value transfer | Type reference (TYPE) | IF_STW_USER=>TV_BACKEND_USER_ID | 20111025 |
Method GET_BACKEND_USER_ID on Interface IF_STW_USER_INTERNAL has no exception.
Method GET_PROFILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_WAIT_FOR_RESULT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20130212 | |||
| 2 | RS_PROFILE | Value transfer | Type reference (TYPE) | CL_STW_MTH_USR_GET_PROFILE=>TS_USER_PROFILE | 20130212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130212 |
Method GET_SW_USER_EXTERNAL_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SW_USER_EXTERNAL_ID | Value transfer | Type reference (TYPE) | IF_STW_USER=>TV_SW_USER_EMAIL | 20111025 |
Method GET_SW_USER_EXTERNAL_ID on Interface IF_STW_USER_INTERNAL has no exception.
Method GET_SW_USER_INTERNAL_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SW_USER_INTERNAL_ID | Value transfer | Type reference (TYPE) | STW_USER_SW_ID | 20111025 |
Method GET_SW_USER_INTERNAL_ID on Interface IF_STW_USER_INTERNAL has no exception.
Method INIT_USER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BACKEND_USER_ID | Call by reference | Type reference (TYPE) | IF_STW_USER=>TV_BACKEND_USER_ID | 20111007 | ||||
| 2 | IV_SW_USER_EMAIL | Call by reference | Type reference (TYPE) | IF_STW_USER=>TV_SW_USER_EMAIL | 20110812 | ||||
| 3 | IV_SW_USER_ID | Call by reference | Type reference (TYPE) | STW_USER_SW_ID | 20110812 | ||||
| 4 | IV_SW_USER_NAME | Call by reference | Type reference (TYPE) | IF_STW_USER=>TV_SW_USER_NAME | 20110923 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110812 |
Method INIT_USER_BY_BACKEND_USER_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BACKEND_USER_ID | Call by reference | Type reference (TYPE) | IF_STW_USER=>TV_BACKEND_USER_ID | 20111007 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20111007 |
Method SUPPLEMENT_USER_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BACKEND_USER_ID | Call by reference | Type reference (TYPE) | IF_STW_USER=>TV_BACKEND_USER_ID | 20111007 | ||||
| 2 | IV_SW_USER_EMAIL | Call by reference | Type reference (TYPE) | IF_STW_USER=>TV_SW_USER_EMAIL | 20111007 | ||||
| 3 | IV_SW_USER_ID | Call by reference | Type reference (TYPE) | STW_USER_SW_ID | 20111007 | ||||
| 4 | IV_SW_USER_NAME | Call by reference | Type reference (TYPE) | IF_STW_USER=>TV_SW_USER_NAME | 20111007 | ||||
| 5 | RV_SUPPLEMENTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20111007 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20111007 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 732 |