SAP ABAP Class CL_STW_API_FACTORY (StreamWork ABAP Library API (Compatibility Mode in SAP Jam))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-STW (Application Component) Social Media ABAP Integration Library
⤷
S_STW_API (Package) API of the StreamWork Library (Comp. Mode)

⤷

⤷

Properties
Class | CL_STW_API_FACTORY | |
Short Description | StreamWork ABAP Library API (Compatibility Mode in SAP Jam) | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_STW_API | API of the StreamWork Library (Comp. Mode) |
Created | 20110801 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_STW_API_FACTORY has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_STW_BO_API_FACTORY | 20111005 | StreamWork ABAP Library API for BOs (Comp. Mode) |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | IF_STW_CONTROLLER | 20111005 | |||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TTH_INSTANCE | 20110801 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Create an Application-specific API Instance | 20110801 |
2 | ![]() |
Static method | Public | Method | Free the API Instance of a given Application | 20110805 |
3 | ![]() |
Static method | Public | Method | Get an Application-specific API Instance | 20110801 |
Events
Class CL_STW_API_FACTORY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_INSTANCE | Private | See coding | 20110801 | BEGIN OF ts_instance,
application_id TYPE clb_application_id,
ref2_api TYPE REF TO if_stw_api,
END OF ts_instance
|
||
2 | TTH_INSTANCE | Private | See coding | 20110801 | tth_instance TYPE HASHED TABLE OF ts_instance WITH UNIQUE KEY application_id
|
Method Signatures
Method S_CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APPLICATION_CONTEXT | Call by reference | Type reference (TYPE) | CLB_APPL_CONTEXT | ' ' | Application Context for Collaboration | 20120907 | |
2 | ![]() |
IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | CLB_APPLICATION_ID | 'SAIL' | Application ID | 20110801 | |
3 | ![]() |
RO_API | Value transfer | Object reference (TYPE REF TO) | IF_STW_API | API Instance | 20110805 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
technical error | 20111102 |
Method S_FREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | CLB_APPLICATION_ID | 'SAIL' | Application ID | 20110805 |
Method S_FREE on class CL_STW_API_FACTORY has no exception.
Method S_GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | CLB_APPLICATION_ID | 'SAIL' | Application ID | 20110801 | |
2 | ![]() |
RO_API | Value transfer | Object reference (TYPE REF TO) | IF_STW_API | 20110805 |
Method S_GET on class CL_STW_API_FACTORY has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 732 |