SAP ABAP Class CL_RSO_TLOGO_HISTORY_UI (UI controller for TLOGO version management UI)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-MTD (Application Component) Metadata (Repository)
     RSO (Package) BW Repository: Infastructure and Core GUI Components
Properties
Class CL_RSO_TLOGO_HISTORY_UI  
Short Description UI controller for TLOGO version management UI    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSO   BW Repository: Infastructure and Core GUI Components 
Created 20100120   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSO_TLOGO_HISTORY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CNTB Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 CNTL Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSO_TLOGO_HISTORY_UI has no interface implemented.
Friends
Class CL_RSO_TLOGO_HISTORY_UI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 G_C_COMMAND_BACK Constant Public Type reference (TYPE) SYUCOMM 'BACK' UI Function: Return to Previous View 20100317
2 G_C_COMMAND_COMPARE Constant Public Type reference (TYPE) SYUCOMM 'COMPARE' UI function: Compare versions 20100122
3 G_C_COMMAND_CREATE Constant Public Type reference (TYPE) SYUCOMM 'CREATE' UI function: Create version 20100122
4 G_C_COMMAND_DELETE Constant Public Type reference (TYPE) SYUCOMM 'DELETE' UI function: Delete version 20100122
5 G_C_COMMAND_EXPORT Constant Public Type reference (TYPE) SYUCOMM 'EXPORT' UI function: Export version to local file 20100202
6 G_C_COMMAND_IMPORT Constant Public Type reference (TYPE) SYUCOMM 'IMPORT' UI function: Import version of local file 20100202
7 G_C_COMMAND_REFRESH Constant Public Type reference (TYPE) SYUCOMM 'REFRESH' UI function: Refresh 20100122
8 G_C_COMMAND_RESTORE Constant Public Type reference (TYPE) SYUCOMM 'RESTORE' UI function: Retrieve version 20100122
9 G_C_COMMAND_SHOW_DETAIL Constant Public Type reference (TYPE) SYUCOMM 'SHOW_DETAIL' UI Function: Display Details 20100318
10 G_C_COMMAND_SHOW_XML Constant Public Type reference (TYPE) SYUCOMM 'SHOW_XML' UI Function: Display Raw XML 20100318
11 G_C_FCODE_HISTORY Constant Public Type reference (TYPE) SYUCOMM 'HISTORY' Function code for applications for calling the UI 20100205
12 G_C_FILE_TYPE_ASC Constant Public Type reference (TYPE) STRING 'ASC' File type for export/import: text 20100202
13 G_C_FILE_TYPE_BIN Constant Public Type reference (TYPE) STRING 'BIN' File type for export/import: binary 20100202
14 G_C_UI_ANALYSIS Constant Public Type reference (TYPE) INT2 101 Detail window of type "analysis" 20100304
15 G_C_UI_LIST Constant Public Type reference (TYPE) INT2 100 Detail window of type "list" 20100304
16 G_TEXT_EXPORT Static Attribute Public Type reference (TYPE) STRING Text for 'Export' Button 20100318
17 P_C_CHECK_SELECTED_EQ_1 Constant Private Type reference (TYPE) INT1 2 Selection check: Exactly 1 line 20100122
18 P_C_CHECK_SELECTED_GE_1 Constant Private Type reference (TYPE) INT1 1 Selection check: At least 1 line 20100122
19 P_C_CHECK_SELECTED_GE_2 Constant Private Type reference (TYPE) INT1 3 Selection check: At least 2 lines 20100122
20 P_C_GUI_VERS_ALV_NAME Constant Private Type reference (TYPE) STRING 'VERSION_TABLE' Name of ALV list control 20100120
21 P_C_HISTORY_COMMIT Static Attribute Private Type reference (TYPE) RS_BOOL RS_C_TRUE Save changes to the history automatically 20100210
22 P_C_LOCAL_FILE_TYPE Constant Private Type reference (TYPE) CHAR10 G_C_FILE_TYPE_BIN File type for import/export 20100202
23 P_DETAIL_DISPLAY Instance attribute Private Object reference (TYPE REF TO) CL_RSO_TLOGO_HISTORY_DETAIL View Class for Details of a Historic TLOGO Version 20100314
24 P_DISPLAY_MODE Instance attribute Private Type reference (TYPE) RS_BOOL RS_C_FALSE M version, A version cannot be changed. Cannot retrieve 20100222
25 P_FILE_EXTENSION Static Attribute Private Type reference (TYPE) STRING File ending for import/export 20100202
26 P_GUI_VERS_ALV Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID GUI table with versions of the current object 20100120
27 P_GUI_VERS_ALV_STABLE Instance attribute Private Type reference (TYPE) LVC_S_STBL ALV Control: Refresh Stability 20100120
28 P_GUI_VERS_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Main container for connecting to the list dynpro 20100120
29 P_S_TLOGO_HEADER_GUI Instance attribute Private Type reference (TYPE) GT_S_TLOGO_HEADER_GUI Header structure for GUI display of current object 20100120
30 P_TLOGO_HISTORY Instance attribute Private Object reference (TYPE REF TO) CL_RSO_TLOGO_HISTORY Current object history 20100120
31 P_T_FCODES_TO_EXCLUDE Instance attribute Private Type reference (TYPE) UI_FUNCTIONS Standard function nodes that need to be deactivated 20100202
32 P_T_HISTORY Instance attribute Private See coding Current GUI list with historical versions 20100120
33 P_UI_TYPE Instance attribute Private Type reference (TYPE) INT2 UI type of detail window 20100304
34 P_WITH_ENQUEUE Instance attribute Private Type reference (TYPE) RS_BOOL Lock TLOGO object for change operations 20100131
Methods
# Method Level Visibility Method type Description Created on
1 ADD_EVENT Instance method Private Method Adds an event to the table with registered events 20100121
2 CHECK_DELETE Instance method Private Method Checks authorizations for deletion (popup, for example). 20100213
3 CHECK_INITIALIZED Instance method Private Method Checks initialization status and can throw an excepion 20100120
4 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20100202
5 CONSTRUCTOR Instance method Public Constructor Instance constructor 20100120
6 CREATE_HISTORY_VERSION Instance method Public Method Creates a new historical version of current object 20100120
7 DELETE_HISTORY_VERSION Instance method Public Method Deletes specific historical version 20100120
8 DESTROY Instance method Public Method Releases internal resources and destroys the instance 20100120
9 DISCARD_CHANGES Instance method Public Method Discard all changes (exit without saving) 20100203
10 DISPLAY_DETAIL Instance method Public Method Displays content of selected historical version 20100120
11 DISPLAY_HISTORY_VERSION Instance method Private Method Displays the content of a version using the table row 20100202
12 DISPLAY_MESSAGES Instance method Private Method Returns the dialog messages and application log messages 20100131
13 EXPORT_TO_FILE Instance method Private Method Exports a selected version to a local file 20100202
14 FILL_HISTORY Instance method Private Method Updates the version history 20100120
15 GET_ACTIVITY_TEXT Instance method Private Method Returns the short description of an original value 20100205
16 GET_LOCAL_FILENAME Instance method Private Method Allows the user to select a local file 20100202
17 GET_LOCAL_FOLDER Instance method Private Method Allows the user to select a local directory 20100202
18 GET_OBJECT_NAME Instance method Public Method Returns the current TLOGO object name 20100120
19 GET_OBJECT_TYPE Instance method Public Method Returns the current TLOGO type 20100301
20 GET_OBJECT_VERSION Instance method Public Method Returns the current TLOGO object version 20100202
21 GET_SELECTED_HISTORY_ENTRY Instance method Private Method Returns the selected line of the display buffer 20100204
22 GET_SELECTED_ROWS Instance method Private Method Returns the selected lines from the history after check 20100122
23 GET_SELECTED_VERSION_NUMBER Instance method Private Method Returns the version number of a selected line 20100202
24 GET_TITLEBAR Instance method Public Method Returns the Text for the Title Bar of the Screen 20100520
25 GET_TLOGO_HEADER Instance method Public Method Returns the header fields of the current TLOGO object 20100120
26 GET_UI_TYPE Instance method Private Method Returns the UI type 20100304
27 GET_VERSION_ICON Instance method Private Method Returns the relevant icon for the version origin 20100120
28 HANDLE_CONTEXT_MENU_REQUEST Instance method Private Event handling method Event handler for context menu selection 20100202
29 HANDLE_DETAIL_BACK_TO_PREVIOUS Instance method Private Event handling method Event Handler for 'Return' Navigation Button on Detail View 20100314
30 HANDLE_DISPLAY_COMMAND Instance method Private Event handling method Event handler for modification of standard toolbar function 20100125
31 HANDLE_DOUBLE_CLICK Instance method Private Event handling method Event handler for line selection using double-click 20100202
32 HANDLE_ERROR_OCCURRED Instance method Private Event handling method Event Handler for Error from the Detail UI 20100318
33 HANDLE_EXPORT_TO_FILE Instance method Private Event handling method Event Handler for 'Export' from the Detail DU 20100318
34 HANDLE_TOOLBAR Instance method Private Event handling method Event handler for the manipulating ALV toolbar 20100122
35 HANDLE_USER_COMMAND Instance method Private Event handling method Event handler for user actions 20100122
36 IMPORT_FROM_FILE Instance method Private Method Imports a TLOGO object from a local file 20100202
37 INITIALIZE Instance method Public Method Instance initialization: Connects controls to dynpros 20100120
38 IS_IN_DISPLAY_MODE Instance method Public Method Specifies whether the UI operates in display mode 20100222
39 IS_OBJECT_CHANGED Instance method Public Method Specifies whether the TLOGO object was generated 20100205
40 IS_SYNCHRONIZED Instance method Public Method Specifies whether the internal buffers synchronous with DB 20100131
41 PROCESS_COMMAND Instance method Public Method Processes External UI Code (such as from the Screen) 20100317
42 REFRESH Instance method Public Method Updates the data and the UI elements 20100120
43 REFRESH_PERSISTENCY_BUFFER Instance method Private Method Refreshes the buffer of the persistency layer 20100203
44 REGISTER_EVENTS Instance method Private Method Registers the event handler 20100121
45 RESTORE_FROM_HISTORY Instance method Public Method Restores a TLOGO version from the history 20100201
46 SAVE_HISTORY Instance method Public Method Saves all changes to the version history in the DB 20100120
47 SELECT_ALL Instance method Public Method Select all visible objects 20100304
48 SET_DISPLAY_MODE Instance method Public Method Sets or closes the display mode 20100222
49 SET_HISTORY_LIST_LAYOUT Instance method Private Method Adjusts Appearance and Properties of History List 20100121
50 SET_OBJECT Instance method Public Method Sets the current TLOGO object for versioning 20100120
51 SET_OBJECT_UNCHANGED Instance method Public Method Resets the "object changed" flag 20100223
52 SET_OBJECT_VERSION Instance method Public Method Changes the history type (A, M, D) 20100301
53 SET_UI_TYPE Instance method Private Method Sets the UI type ("list", "analysis") 20100304
54 UNSELECT_ALL Instance method Public Method Cancel all selections 20100304
55 UPDATE_TLOGO_OBJECT_DATA Instance method Private Method Updates all GUID data for a specific TLOGO object 20100120
56 UPDATE_TLOGO_OBJECT_HEADER Instance method Private Method Updates the TLOGO header data 20100120
Events
Class CL_RSO_TLOGO_HISTORY_UI has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GT_S_GUI_FIELD Public See coding GUI field with text label and value 20100120 BEGIN OF gt_s_gui_field, value TYPE string, text_ident TYPE string, END OF gt_s_gui_field
2 GT_S_TLOGO_HEADER_GUI Public See coding TLOGO object: Header structure for GUI display 20100120 BEGIN OF gt_s_tlogo_header_gui, language type langu, icon TYPE icon_d, object_type TYPE gt_s_gui_field, object_name TYPE gt_s_gui_field, object_description TYPE gt_s_gui_field, object_version TYPE gt_s_gui_field, END OF gt_s_tlogo_header_gui
Method Signatures

Method ADD_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_EVENTS Call by reference Type reference (TYPE) CNTL_SIMPLE_EVENTS Tabelle mit Control-Event IDs 20100121
2 Importing I_EVENTID Call by reference Type reference (TYPE) I Event-ID 20100121

Method ADD_EVENT on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method CHECK_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing L_T_ROID Call by reference Type reference (TYPE) LVC_T_ROID Augewählte Tabellenzeilen zum Löschen 20100215
2 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL Daten können gelöscht werden 20100213

Method CHECK_DELETE on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method CHECK_INITIALIZED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_METHOD_NAME Call by reference Type reference (TYPE) STRING Name der aufrufenden Methode 20100120

Method CHECK_INITIALIZED on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RSO_TLOGO_HISTORY_UI has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method CONSTRUCTOR Signature

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

Method CREATE_HISTORY_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTIVITY Value transfer Type reference (TYPE) RSOACTIVITY CL_RSO_TLOGO_HISTORY=>G_C_ACTIVITY_MANUAL TLOGO Versionsursprung 20100120
2 Importing I_COMMIT Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Gleich persistieren 20100210
3 Returning R_R_SERIAL_TLOGO Value transfer Object reference (TYPE REF TO) CL_RSO_TLOGO_PERSISTENCY BW TLOGO: generische DB Operationen 20100131

Method CREATE_HISTORY_VERSION on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method DELETE_HISTORY_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMMIT Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20100210
2 Importing I_VERSNO Call by reference Type reference (TYPE) RSOVERSNO Nummer der zu löschenden Version (0 ist nicht erlaubt) 20100120
3 Returning R_FAILED Value transfer Type reference (TYPE) INT4 Number of failed DB updates 20100201

Method DELETE_HISTORY_VERSION on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method DESTROY Signature

Method DESTROY on class CL_RSO_TLOGO_HISTORY_UI has no parameter.
Method DESTROY on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method DISCARD_CHANGES Signature

Method DISCARD_CHANGES on class CL_RSO_TLOGO_HISTORY_UI has no parameter.
Method DISCARD_CHANGES on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method DISPLAY_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DISPLAY_XML Value transfer Type reference (TYPE) RS_BOOL Detail als XML anzeigen 20100314
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion (A,M,D) 20100204
3 Importing I_VERSNO Call by reference Type reference (TYPE) RSOVERSNO Versionsnummer des TLOGO Objekts 20100120
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Die angegebene historische Version wurde nicht gefunden 20100120

Method DISPLAY_HISTORY_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DISPLAY_XML Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Als XML anzeigen 20100318
2 Importing I_ROW_ID Call by reference Type reference (TYPE) INT4 Nummer der ausgewählten Zeile 20100204
3 Returning R_RC Value transfer Type reference (TYPE) SYSUBRC Ergebniswert (0 = OK) 20100204

Method DISPLAY_HISTORY_VERSION on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method DISPLAY_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SINGLE_MESSAGE_TYPE Call by reference Type reference (TYPE) SYMSGTY 'S' Meldungstyp für Einzelmedungen 20100202
2 Returning R_NUMBER_OF_MESSAGES Value transfer Type reference (TYPE) INT4 Anzahl der ausgegebenen Meldungen 20110826

Method DISPLAY_MESSAGES on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method EXPORT_TO_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FILE_LENGTH Value transfer Type reference (TYPE) INT4 Anzahl exportierter Bytes 20100202

Method EXPORT_TO_FILE on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method FILL_HISTORY Signature

Method FILL_HISTORY on class CL_RSO_TLOGO_HISTORY_UI has no parameter.
Method FILL_HISTORY on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method GET_ACTIVITY_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTIVITY Call by reference Type reference (TYPE) RSOACTIVITY TLOGO Versionsursprung 20100205
2 Returning R_TEXT Value transfer Type reference (TYPE) STRING Kurzbeschreibung des Versionsurprung-Werts 20100205

Method GET_ACTIVITY_TEXT on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method GET_LOCAL_FILENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FILE_NAME Value transfer Type reference (TYPE) STRING Name einer Datei auf dem Front-end 20100202

Method GET_LOCAL_FILENAME on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method GET_LOCAL_FOLDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FOLDER Value transfer Type reference (TYPE) STRING Der vom Benutzer ausgewähte lokale Pfad zum Export/Import 20100202

Method GET_LOCAL_FOLDER on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method GET_OBJECT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_OBJECT_NAME Value transfer Type reference (TYPE) SOBJ_NAME TLOGO Objektname 20100120

Method GET_OBJECT_NAME on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method GET_OBJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_OBJECT_TYPE Value transfer Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20100301

Method GET_OBJECT_TYPE on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method GET_OBJECT_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_OBJECT_VERSION Value transfer Type reference (TYPE) RSOBJVERS Objektversion 20100202

Method GET_OBJECT_VERSION on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method GET_SELECTED_HISTORY_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ROW_ID Call by reference Type reference (TYPE) I Zeilennummer der ausgewählten Zeile 20100204
2 Returning R_R_HISTORY_ENTRY Value transfer Object reference (TYPE REF TO) RSTLOGO_HISTORY_HEADER_GUI ausgewählte Zeile des Anzeigepuffers 20100204

Method GET_SELECTED_HISTORY_ENTRY on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method GET_SELECTED_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK_CONDITION Call by reference Type reference (TYPE) INT1 Prüfbedingung (siehe p_c_check_selected* Konstanten) 20100122
2 Returning R_T_SELECTED Value transfer Type reference (TYPE) LVC_T_ROID Tabelle der selektierten Zeilen aus der TLOGO-History 20100122

Method GET_SELECTED_ROWS on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method GET_SELECTED_VERSION_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_VERSION_NUMBER Value transfer Type reference (TYPE) RSOVERSNO Versionsnummer 20100202

Method GET_SELECTED_VERSION_NUMBER on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method GET_TITLEBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TITLEBAR Value transfer Type reference (TYPE) STRING Titelleiste für Dynpro 20100520

Method GET_TITLEBAR on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method GET_TLOGO_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_HEADER Value transfer Type reference (TYPE) GT_S_TLOGO_HEADER_GUI TLOGO Objekt: Header Struktur für GUI-Darstellung 20100120

Method GET_TLOGO_HEADER on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method GET_UI_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TYPE Value transfer Type reference (TYPE) INT2 UI-Type ("Liste", "Analyse") 20100304

Method GET_UI_TYPE on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method GET_VERSION_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTIVITY Call by reference Type reference (TYPE) RSOACTIVITY TLOGO Versionsursprung 20100120
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion 20100203
3 Returning R_ICON Value transfer Type reference (TYPE) ICON_TEXT Ikone zum Versionsurprung 20100120

Method GET_VERSION_ICON on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method HANDLE_CONTEXT_MENU_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Call by reference Attribute reference (LIKE) 20100202

Method HANDLE_CONTEXT_MENU_REQUEST on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method HANDLE_DETAIL_BACK_TO_PREVIOUS Signature

Method HANDLE_DETAIL_BACK_TO_PREVIOUS on class CL_RSO_TLOGO_HISTORY_UI has no parameter.
Method HANDLE_DETAIL_BACK_TO_PREVIOUS on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method HANDLE_DISPLAY_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Call by reference Attribute reference (LIKE) 20100125

Method HANDLE_DISPLAY_COMMAND on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method HANDLE_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20100202

Method HANDLE_DOUBLE_CLICK on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method HANDLE_ERROR_OCCURRED Signature

Method HANDLE_ERROR_OCCURRED on class CL_RSO_TLOGO_HISTORY_UI has no parameter.
Method HANDLE_ERROR_OCCURRED on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method HANDLE_EXPORT_TO_FILE Signature

Method HANDLE_EXPORT_TO_FILE on class CL_RSO_TLOGO_HISTORY_UI has no parameter.
Method HANDLE_EXPORT_TO_FILE on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method HANDLE_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Call by reference Attribute reference (LIKE) 20100122

Method HANDLE_TOOLBAR on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method HANDLE_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Call by reference Attribute reference (LIKE) 20100122

Method HANDLE_USER_COMMAND on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method IMPORT_FROM_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMMIT Call by reference Type reference (TYPE) RS_BOOL Bei Erfolg neue Version sichern 20100226
2 Returning R_IMPORTED_VERSION Value transfer Type reference (TYPE) RSOVERSNO Versionsnummer aus dem Import 20100202

Method IMPORT_FROM_FILE on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTAINER_HISTORY_LIST Call by reference Type reference (TYPE) SCRFNAME Name des Custom Containers für die History Liste 20100120
2 Importing I_OBJECT_NAME Call by reference Type reference (TYPE) CSEQUENCE Name des aktuellen Objekts 20100120
3 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) RSTLOGO Objekttyp des aktuellen Objekts 20100120
4 Importing I_OBJECT_VERSION Call by reference Type reference (TYPE) RSOBJVERS Objektversion 20100120
5 Importing I_PROGRAM_NAME Call by reference Type reference (TYPE) SYREPID Aufrufendes Programm (Rahmenprogramm) 20100120
6 Importing I_SCREEN_ID_HISTORY_DIFF Call by reference Type reference (TYPE) DYNNR Dynpro für die Detail- bzw. Differenzanzeige der Versionnen 20100120
7 Importing I_SCREEN_ID_HISTORY_LIST Call by reference Type reference (TYPE) DYNNR Dynpro für die History-Liste 20100120
8 Importing I_WITH_ENQUEUE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE TLOGO-Objekt bei Änderungen sperren 20100131
# Exception Resumable Description Created on
1 CX_RS_INITIALIZATION_EXCEPTION Fehler bei der Initialisierung 20100120

Method IS_IN_DISPLAY_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DISPLAY_MODE Value transfer Type reference (TYPE) RS_BOOL Display Modus ist aktiv (ja, nein) 20100222

Method IS_IN_DISPLAY_MODE on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method IS_OBJECT_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CHANGED Value transfer Type reference (TYPE) RS_BOOL Objekt wurde verändert (ja, nein) 20100205

Method IS_OBJECT_CHANGED on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method IS_SYNCHRONIZED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SYNCHRONIZED Value transfer Type reference (TYPE) RS_BOOL Interne Puffer synchron mit DB (ja, nein) 20100131

Method IS_SYNCHRONIZED on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method PROCESS_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMMAND Call by reference Type reference (TYPE) SYUCOMM Funktionscode 20100317
2 Returning R_PROCESSED Value transfer Type reference (TYPE) RS_BOOL Funktionscode wurde prozessiert (ja, nein) 20100317

Method PROCESS_COMMAND on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method REFRESH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FROM_PERSISTENCY Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Von der Datenank auffrischen 20100213

Method REFRESH on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method REFRESH_PERSISTENCY_BUFFER Signature

Method REFRESH_PERSISTENCY_BUFFER on class CL_RSO_TLOGO_HISTORY_UI has no parameter.
Method REFRESH_PERSISTENCY_BUFFER on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method REGISTER_EVENTS Signature

Method REGISTER_EVENTS on class CL_RSO_TLOGO_HISTORY_UI has no parameter.
Method REGISTER_EVENTS on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method RESTORE_FROM_HISTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VERSNO Call by reference Type reference (TYPE) RSOVERSNO Versionsnummer des TLOGO Objekts 20100201
2 Returning R_R_SERIAL_TLOGO Value transfer Object reference (TYPE REF TO) CL_RSO_TLOGO_PERSISTENCY TLOGO Persistenzobjekt für Serialisierung 20100201

Method RESTORE_FROM_HISTORY on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method SAVE_HISTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FAILED_COUNT Value transfer Type reference (TYPE) INT4 Anzahl fehlgeschlagener DB Updates 20100120

Method SAVE_HISTORY on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method SELECT_ALL Signature

Method SELECT_ALL on class CL_RSO_TLOGO_HISTORY_UI has no parameter.
Method SELECT_ALL on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method SET_DISPLAY_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DISPLAY_MODE Call by reference Type reference (TYPE) RS_BOOL Anzeigemodus für Historie (ja, nein) 20100222

Method SET_DISPLAY_MODE on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method SET_HISTORY_LIST_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_LAYOUT Value transfer Type reference (TYPE) LVC_S_LAYO ALV-Control: Layoutstruktur 20100121

Method SET_HISTORY_LIST_LAYOUT on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method SET_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJNM Call by reference Type reference (TYPE) CSEQUENCE Name des TLOGO Objekts 20100120
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion (A, D, M, ...) 20100120
3 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO TLOGO Typ 20100120
4 Importing I_WITH_ENQUEUE Value transfer Type reference (TYPE) RS_BOOL RS_C_FALSE TLOGO-Objekt bei Änderungsoperationen sperren 20100131
5 Returning R_CHANGED Value transfer Type reference (TYPE) RS_BOOL TLOGO Objekt geändert (nein, wenn identisch mit bestehendem) 20100301
# Exception Resumable Description Created on
1 CX_RS_INITIALIZATION_EXCEPTION Fehler bei der Initialisierung 20100216
2 CX_RS_NOT_FOUND TLOGO Objekt wurde nicht gefunden 20100120
3 CX_RS_TLOGO_NOT_SERIALIZABLE Objekt ist nicht serialisierbar 20100211
4 CX_RS_VERSION_NOT_SUPPORTED Die Objektversion wird nicht unterstüzt 20100201

Method SET_OBJECT_UNCHANGED Signature

Method SET_OBJECT_UNCHANGED on class CL_RSO_TLOGO_HISTORY_UI has no parameter.
Method SET_OBJECT_UNCHANGED on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method SET_OBJECT_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion für Historie (A, M, D) 20100301

Method SET_OBJECT_VERSION on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method SET_UI_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) INT2 UI-Typ ("Liste", "Analyse") 20100304

Method SET_UI_TYPE on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method UNSELECT_ALL Signature

Method UNSELECT_ALL on class CL_RSO_TLOGO_HISTORY_UI has no parameter.
Method UNSELECT_ALL on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method UPDATE_TLOGO_OBJECT_DATA Signature

Method UPDATE_TLOGO_OBJECT_DATA on class CL_RSO_TLOGO_HISTORY_UI has no parameter.
Method UPDATE_TLOGO_OBJECT_DATA on class CL_RSO_TLOGO_HISTORY_UI has no exception.

Method UPDATE_TLOGO_OBJECT_HEADER Signature

Method UPDATE_TLOGO_OBJECT_HEADER on class CL_RSO_TLOGO_HISTORY_UI has no parameter.
Method UPDATE_TLOGO_OBJECT_HEADER on class CL_RSO_TLOGO_HISTORY_UI has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730