SAP ABAP Class CL_STW_TEST_LIBRARY_MAIN (StreamWork ABAP Library Test Main Class for the Reports)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-STW (Application Component) Social Media ABAP Integration Library
     S_STW_EXAMPLES (Package) Examples of the StreamWork Library (Comp. Mode)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_STW_TEST_LIBRARY StreamWork ABAP Library Test methods for Demo Reports 20111227
Properties
Class CL_STW_TEST_LIBRARY_MAIN  
Short Description StreamWork ABAP Library Test Main Class for the Reports    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_STW_EXAMPLES   Examples of the StreamWork Library (Comp. Mode) 
Created 20111121   SAP 
Last change 20130531   SAP 
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)
2 IF_STW_ACTIVITY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_STW_USER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_STW_TEST_LIBRARY StreamWork ABAP Library Test methods for Demo Reports 20111227
Friends
Class CL_STW_TEST_LIBRARY_MAIN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CV_SCREEN_ALV Constant Public Type reference (TYPE) SYDYNNR '0200' 20111206
2 MO_ALV_DISPLAY_ACTIVITIES Instance attribute Protected Object reference (TYPE REF TO) CL_STW_TEST_ALV_DISP_ACTIVITY 20111206
3 MO_ALV_DISPLAY_FEED Instance attribute Protected Object reference (TYPE REF TO) CL_STW_TEST_ALV_DISPLAY_FEED 20120322
4 MO_ALV_DISPLAY_USERS Instance attribute Protected Object reference (TYPE REF TO) CL_STW_TEST_ALV_DISPLAY_USERS 20111206
5 MO_APPLICATION_API Instance attribute Protected Object reference (TYPE REF TO) IF_STW_API 20111122
6 MO_CONTAINER_EDITOR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER 20111206
7 MO_EDITOR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TEXTEDIT 20111206
8 MO_LOGGING Instance attribute Protected Object reference (TYPE REF TO) CL_STW_TEST_LOGGING MO_LOGGING 20111121
9 MV_TITLE Instance attribute Protected Type reference (TYPE) CHAR50 Comment 20111205
Methods
# Method Level Visibility Method type Description Created on
1 CALL_SCREEN_ALV Instance method Protected Method 20111206
2 CALL_SCREEN_EDITOR Instance method Protected Method 20111206
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20111121
4 DEINIT_EDITOR_CALL Instance method Protected Method 20111206
5 DISPLAY_ACTIVITIES Instance method Public Method 20111206
6 DISPLAY_FEED_ENTRIES Instance method Public Method 20120322
7 DISPLAY_USERS Instance method Public Method 20111206
8 END Instance method Public Method END 20111121
9 EXIT_ALV Instance method Public Method 20111205
10 INITIALIZATION Instance method Public Method INITIALIZATION 20111121
11 INIT_EDITOR_CALL Instance method Protected Method 20111206
12 PAI Instance method Public Method 20111208
13 PBO Instance method Public Method 20111208
14 SCREEN Instance method Public Method SCREEN 20111121
15 SCREEN_OUTPUT Instance method Public Method SCREEN_OUTPUT 20111121
16 SET_STATUS_ALV Instance method Public Method 20111205
17 SHOW_ENTITY_IN_BROWSER Instance method Protected Method 20111208
18 START Instance method Public Method START 20111121
Events
Class CL_STW_TEST_LIBRARY_MAIN has no event.
Types
Class CL_STW_TEST_LIBRARY_MAIN has no local type.
Method Signatures

Method CALL_SCREEN_ALV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_OKCODE Value transfer Type reference (TYPE) SYUCOMM Function Code that Triggered PAI 20111206

Method CALL_SCREEN_ALV on class CL_STW_TEST_LIBRARY_MAIN has no exception.

Method CALL_SCREEN_EDITOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_OKCODE Value transfer Type reference (TYPE) SYUCOMM Function Code that Triggered PAI 20111206

Method CALL_SCREEN_EDITOR on class CL_STW_TEST_LIBRARY_MAIN has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_STW_TEST_LIBRARY_MAIN has no parameter.
Method CONSTRUCTOR on class CL_STW_TEST_LIBRARY_MAIN has no exception.

Method DEINIT_EDITOR_CALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OKCODE Call by reference Type reference (TYPE) SYUCOMM Function Code that Triggered PAI 20111206
2 Returning RV_TEXTSTREAM Value transfer Type reference (TYPE) STRING 20111206
# Exception Resumable Description Created on
1 CX_STW_EXAMPLE 20120605

Method DISPLAY_ACTIVITIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ACTIVITY Call by reference Type reference (TYPE) IF_STW_ACTIVITY=>TT_ACTIVITY 20111206
2 Importing IV_PROGRAM_NAME Call by reference Type reference (TYPE) SYREPID SY-CPROG 20111206
3 Importing IV_SCREEN_NR Call by reference Type reference (TYPE) SYDYNNR CV_SCREEN_ALV 20111206
4 Importing IV_TITLE Call by reference Type reference (TYPE) CHAR100 20111206

Method DISPLAY_ACTIVITIES on class CL_STW_TEST_LIBRARY_MAIN has no exception.

Method DISPLAY_FEED_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ENTRY Call by reference Type reference (TYPE) STW_T_FEED_ENTRY 20120322
2 Importing IV_TITLE Call by reference Type reference (TYPE) STW_FEED_TITLE 20120322

Method DISPLAY_FEED_ENTRIES on class CL_STW_TEST_LIBRARY_MAIN has no exception.

Method DISPLAY_USERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_USER Call by reference Type reference (TYPE) IF_STW_USER=>TT_SW_USER 20111206
2 Importing IV_PROGRAM_NAME Call by reference Type reference (TYPE) SYREPID SY-CPROG 20111206
3 Importing IV_SCREEN_NR Call by reference Type reference (TYPE) SYDYNNR CV_SCREEN_ALV 20111206
4 Importing IV_TITLE Call by reference Type reference (TYPE) CHAR100 20111206

Method DISPLAY_USERS on class CL_STW_TEST_LIBRARY_MAIN has no exception.

Method END Signature

Method END on class CL_STW_TEST_LIBRARY_MAIN has no parameter.
Method END on class CL_STW_TEST_LIBRARY_MAIN has no exception.

Method EXIT_ALV Signature

Method EXIT_ALV on class CL_STW_TEST_LIBRARY_MAIN has no parameter.
Method EXIT_ALV on class CL_STW_TEST_LIBRARY_MAIN has no exception.

Method INITIALIZATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RESTRICT_SELOPT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Indicator: Restrict Select-Options 20121106

Method INITIALIZATION on class CL_STW_TEST_LIBRARY_MAIN has no exception.

Method INIT_EDITOR_CALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PROGRAM_NAME Call by reference Type reference (TYPE) SYREPID SY-CPROG ABAP Program: Current Main Program 20111206
2 Importing IV_READ_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Boolean Variable (X=True, -=False, Space=Unknown) 20120621
3 Importing IV_SCREEN_NR Call by reference Type reference (TYPE) SYDYNNR IF_STW_TEST_LIBRARY~CV_SCREEN_EDITOR 20111206
4 Importing IV_TEXTSTREAM Call by reference Type reference (TYPE) STRING 20111206

Method INIT_EDITOR_CALL on class CL_STW_TEST_LIBRARY_MAIN has no exception.

Method PAI Signature

Method PAI on class CL_STW_TEST_LIBRARY_MAIN has no parameter.
Method PAI on class CL_STW_TEST_LIBRARY_MAIN has no exception.

Method PBO Signature

Method PBO on class CL_STW_TEST_LIBRARY_MAIN has no parameter.
Method PBO on class CL_STW_TEST_LIBRARY_MAIN has no exception.

Method SCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION_ID Call by reference Type reference (TYPE) CLB_APPLICATION_ID '-' Collaboration: Application ID 20120411

Method SCREEN on class CL_STW_TEST_LIBRARY_MAIN has no exception.

Method SCREEN_OUTPUT Signature

Method SCREEN_OUTPUT on class CL_STW_TEST_LIBRARY_MAIN has no parameter.
Method SCREEN_OUTPUT on class CL_STW_TEST_LIBRARY_MAIN has no exception.

Method SET_STATUS_ALV Signature

Method SET_STATUS_ALV on class CL_STW_TEST_LIBRARY_MAIN has no parameter.
Method SET_STATUS_ALV on class CL_STW_TEST_LIBRARY_MAIN has no exception.

Method SHOW_ENTITY_IN_BROWSER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_URL Call by reference Type reference (TYPE) CSEQUENCE 20111208

Method SHOW_ENTITY_IN_BROWSER on class CL_STW_TEST_LIBRARY_MAIN has no exception.

Method START Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION_CONTEXT Call by reference Type reference (TYPE) CLB_APPL_CONTEXT ' ' 20120910
2 Importing IV_APPLICATION_ID Call by reference Type reference (TYPE) CLB_APPLICATION_ID 20111206

Method START on class CL_STW_TEST_LIBRARY_MAIN has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 732