Hierarchy
⤷
⤷
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 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 5 | 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 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'BACK' | UI Function: Return to Previous View | 20100317 | ||
| 2 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'COMPARE' | UI function: Compare versions | 20100122 | ||
| 3 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'CREATE' | UI function: Create version | 20100122 | ||
| 4 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'DELETE' | UI function: Delete version | 20100122 | ||
| 5 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'EXPORT' | UI function: Export version to local file | 20100202 | ||
| 6 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'IMPORT' | UI function: Import version of local file | 20100202 | ||
| 7 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'REFRESH' | UI function: Refresh | 20100122 | ||
| 8 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'RESTORE' | UI function: Retrieve version | 20100122 | ||
| 9 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'SHOW_DETAIL' | UI Function: Display Details | 20100318 | ||
| 10 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'SHOW_XML' | UI Function: Display Raw XML | 20100318 | ||
| 11 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'HISTORY' | Function code for applications for calling the UI | 20100205 | ||
| 12 | Constant | Public | Type reference (TYPE) | STRING | 'ASC' | File type for export/import: text | 20100202 | ||
| 13 | Constant | Public | Type reference (TYPE) | STRING | 'BIN' | File type for export/import: binary | 20100202 | ||
| 14 | Constant | Public | Type reference (TYPE) | INT2 | 101 | Detail window of type "analysis" | 20100304 | ||
| 15 | Constant | Public | Type reference (TYPE) | INT2 | 100 | Detail window of type "list" | 20100304 | ||
| 16 | Static Attribute | Public | Type reference (TYPE) | STRING | Text for 'Export' Button | 20100318 | |||
| 17 | Constant | Private | Type reference (TYPE) | INT1 | 2 | Selection check: Exactly 1 line | 20100122 | ||
| 18 | Constant | Private | Type reference (TYPE) | INT1 | 1 | Selection check: At least 1 line | 20100122 | ||
| 19 | Constant | Private | Type reference (TYPE) | INT1 | 3 | Selection check: At least 2 lines | 20100122 | ||
| 20 | Constant | Private | Type reference (TYPE) | STRING | 'VERSION_TABLE' | Name of ALV list control | 20100120 | ||
| 21 | Static Attribute | Private | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Save changes to the history automatically | 20100210 | ||
| 22 | Constant | Private | Type reference (TYPE) | CHAR10 | G_C_FILE_TYPE_BIN | File type for import/export | 20100202 | ||
| 23 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSO_TLOGO_HISTORY_DETAIL | View Class for Details of a Historic TLOGO Version | 20100314 | |||
| 24 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | M version, A version cannot be changed. Cannot retrieve | 20100222 | ||
| 25 | Static Attribute | Private | Type reference (TYPE) | STRING | File ending for import/export | 20100202 | |||
| 26 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | GUI table with versions of the current object | 20100120 | |||
| 27 | Instance attribute | Private | Type reference (TYPE) | LVC_S_STBL | ALV Control: Refresh Stability | 20100120 | |||
| 28 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Main container for connecting to the list dynpro | 20100120 | |||
| 29 | Instance attribute | Private | Type reference (TYPE) | GT_S_TLOGO_HEADER_GUI | Header structure for GUI display of current object | 20100120 | |||
| 30 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSO_TLOGO_HISTORY | Current object history | 20100120 | |||
| 31 | Instance attribute | Private | Type reference (TYPE) | UI_FUNCTIONS | Standard function nodes that need to be deactivated | 20100202 | |||
| 32 | Instance attribute | Private | See coding | Current GUI list with historical versions | 20100120 | ||||
| 33 | Instance attribute | Private | Type reference (TYPE) | INT2 | UI type of detail window | 20100304 | |||
| 34 | 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 | Instance method | Private | Method | Adds an event to the table with registered events | 20100121 | |
| 2 | Instance method | Private | Method | Checks authorizations for deletion (popup, for example). | 20100213 | |
| 3 | Instance method | Private | Method | Checks initialization status and can throw an excepion | 20100120 | |
| 4 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20100202 | |
| 5 | Instance method | Public | Constructor | Instance constructor | 20100120 | |
| 6 | Instance method | Public | Method | Creates a new historical version of current object | 20100120 | |
| 7 | Instance method | Public | Method | Deletes specific historical version | 20100120 | |
| 8 | Instance method | Public | Method | Releases internal resources and destroys the instance | 20100120 | |
| 9 | Instance method | Public | Method | Discard all changes (exit without saving) | 20100203 | |
| 10 | Instance method | Public | Method | Displays content of selected historical version | 20100120 | |
| 11 | Instance method | Private | Method | Displays the content of a version using the table row | 20100202 | |
| 12 | Instance method | Private | Method | Returns the dialog messages and application log messages | 20100131 | |
| 13 | Instance method | Private | Method | Exports a selected version to a local file | 20100202 | |
| 14 | Instance method | Private | Method | Updates the version history | 20100120 | |
| 15 | Instance method | Private | Method | Returns the short description of an original value | 20100205 | |
| 16 | Instance method | Private | Method | Allows the user to select a local file | 20100202 | |
| 17 | Instance method | Private | Method | Allows the user to select a local directory | 20100202 | |
| 18 | Instance method | Public | Method | Returns the current TLOGO object name | 20100120 | |
| 19 | Instance method | Public | Method | Returns the current TLOGO type | 20100301 | |
| 20 | Instance method | Public | Method | Returns the current TLOGO object version | 20100202 | |
| 21 | Instance method | Private | Method | Returns the selected line of the display buffer | 20100204 | |
| 22 | Instance method | Private | Method | Returns the selected lines from the history after check | 20100122 | |
| 23 | Instance method | Private | Method | Returns the version number of a selected line | 20100202 | |
| 24 | Instance method | Public | Method | Returns the Text for the Title Bar of the Screen | 20100520 | |
| 25 | Instance method | Public | Method | Returns the header fields of the current TLOGO object | 20100120 | |
| 26 | Instance method | Private | Method | Returns the UI type | 20100304 | |
| 27 | Instance method | Private | Method | Returns the relevant icon for the version origin | 20100120 | |
| 28 | Instance method | Private | Event handling method | Event handler for context menu selection | 20100202 | |
| 29 | Instance method | Private | Event handling method | Event Handler for 'Return' Navigation Button on Detail View | 20100314 | |
| 30 | Instance method | Private | Event handling method | Event handler for modification of standard toolbar function | 20100125 | |
| 31 | Instance method | Private | Event handling method | Event handler for line selection using double-click | 20100202 | |
| 32 | Instance method | Private | Event handling method | Event Handler for Error from the Detail UI | 20100318 | |
| 33 | Instance method | Private | Event handling method | Event Handler for 'Export' from the Detail DU | 20100318 | |
| 34 | Instance method | Private | Event handling method | Event handler for the manipulating ALV toolbar | 20100122 | |
| 35 | Instance method | Private | Event handling method | Event handler for user actions | 20100122 | |
| 36 | Instance method | Private | Method | Imports a TLOGO object from a local file | 20100202 | |
| 37 | Instance method | Public | Method | Instance initialization: Connects controls to dynpros | 20100120 | |
| 38 | Instance method | Public | Method | Specifies whether the UI operates in display mode | 20100222 | |
| 39 | Instance method | Public | Method | Specifies whether the TLOGO object was generated | 20100205 | |
| 40 | Instance method | Public | Method | Specifies whether the internal buffers synchronous with DB | 20100131 | |
| 41 | Instance method | Public | Method | Processes External UI Code (such as from the Screen) | 20100317 | |
| 42 | Instance method | Public | Method | Updates the data and the UI elements | 20100120 | |
| 43 | Instance method | Private | Method | Refreshes the buffer of the persistency layer | 20100203 | |
| 44 | Instance method | Private | Method | Registers the event handler | 20100121 | |
| 45 | Instance method | Public | Method | Restores a TLOGO version from the history | 20100201 | |
| 46 | Instance method | Public | Method | Saves all changes to the version history in the DB | 20100120 | |
| 47 | Instance method | Public | Method | Select all visible objects | 20100304 | |
| 48 | Instance method | Public | Method | Sets or closes the display mode | 20100222 | |
| 49 | Instance method | Private | Method | Adjusts Appearance and Properties of History List | 20100121 | |
| 50 | Instance method | Public | Method | Sets the current TLOGO object for versioning | 20100120 | |
| 51 | Instance method | Public | Method | Resets the "object changed" flag | 20100223 | |
| 52 | Instance method | Public | Method | Changes the history type (A, M, D) | 20100301 | |
| 53 | Instance method | Private | Method | Sets the UI type ("list", "analysis") | 20100304 | |
| 54 | Instance method | Public | Method | Cancel all selections | 20100304 | |
| 55 | Instance method | Private | Method | Updates all GUID data for a specific TLOGO object | 20100120 | |
| 56 | 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 | C_T_EVENTS | Call by reference | Type reference (TYPE) | CNTL_SIMPLE_EVENTS | Tabelle mit Control-Event IDs | 20100121 | |||
| 2 | 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 | L_T_ROID | Call by reference | Type reference (TYPE) | LVC_T_ROID | Augewählte Tabellenzeilen zum Löschen | 20100215 | |||
| 2 | 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 | 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 | I_ACTIVITY | Value transfer | Type reference (TYPE) | RSOACTIVITY | CL_RSO_TLOGO_HISTORY=>G_C_ACTIVITY_MANUAL | TLOGO Versionsursprung | 20100120 | ||
| 2 | I_COMMIT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Gleich persistieren | 20100210 | ||
| 3 | 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 | I_COMMIT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20100210 | ||
| 2 | I_VERSNO | Call by reference | Type reference (TYPE) | RSOVERSNO | Nummer der zu löschenden Version (0 ist nicht erlaubt) | 20100120 | |||
| 3 | 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 | I_DISPLAY_XML | Value transfer | Type reference (TYPE) | RS_BOOL | Detail als XML anzeigen | 20100314 | |||
| 2 | I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | Objektversion (A,M,D) | 20100204 | |||
| 3 | I_VERSNO | Call by reference | Type reference (TYPE) | RSOVERSNO | Versionsnummer des TLOGO Objekts | 20100120 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | I_DISPLAY_XML | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Als XML anzeigen | 20100318 | ||
| 2 | I_ROW_ID | Call by reference | Type reference (TYPE) | INT4 | Nummer der ausgewählten Zeile | 20100204 | |||
| 3 | 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 | I_SINGLE_MESSAGE_TYPE | Call by reference | Type reference (TYPE) | SYMSGTY | 'S' | Meldungstyp für Einzelmedungen | 20100202 | ||
| 2 | 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 | 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 | I_ACTIVITY | Call by reference | Type reference (TYPE) | RSOACTIVITY | TLOGO Versionsursprung | 20100205 | |||
| 2 | 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 | 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 | 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 | 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 | 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 | 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 | I_ROW_ID | Call by reference | Type reference (TYPE) | I | Zeilennummer der ausgewählten Zeile | 20100204 | |||
| 2 | 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 | I_CHECK_CONDITION | Call by reference | Type reference (TYPE) | INT1 | Prüfbedingung (siehe p_c_check_selected* Konstanten) | 20100122 | |||
| 2 | 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 | 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 | 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 | 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 | 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 | I_ACTIVITY | Call by reference | Type reference (TYPE) | RSOACTIVITY | TLOGO Versionsursprung | 20100120 | |||
| 2 | I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | Objektversion | 20100203 | |||
| 3 | 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 | 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 | 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 | 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 | 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 | 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 | I_COMMIT | Call by reference | Type reference (TYPE) | RS_BOOL | Bei Erfolg neue Version sichern | 20100226 | |||
| 2 | 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 | I_CONTAINER_HISTORY_LIST | Call by reference | Type reference (TYPE) | SCRFNAME | Name des Custom Containers für die History Liste | 20100120 | |||
| 2 | I_OBJECT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name des aktuellen Objekts | 20100120 | |||
| 3 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | RSTLOGO | Objekttyp des aktuellen Objekts | 20100120 | |||
| 4 | I_OBJECT_VERSION | Call by reference | Type reference (TYPE) | RSOBJVERS | Objektversion | 20100120 | |||
| 5 | I_PROGRAM_NAME | Call by reference | Type reference (TYPE) | SYREPID | Aufrufendes Programm (Rahmenprogramm) | 20100120 | |||
| 6 | I_SCREEN_ID_HISTORY_DIFF | Call by reference | Type reference (TYPE) | DYNNR | Dynpro für die Detail- bzw. Differenzanzeige der Versionnen | 20100120 | |||
| 7 | I_SCREEN_ID_HISTORY_LIST | Call by reference | Type reference (TYPE) | DYNNR | Dynpro für die History-Liste | 20100120 | |||
| 8 | 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 | 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 | 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 | 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 | 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 | I_COMMAND | Call by reference | Type reference (TYPE) | SYUCOMM | Funktionscode | 20100317 | |||
| 2 | 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 | 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 | I_VERSNO | Call by reference | Type reference (TYPE) | RSOVERSNO | Versionsnummer des TLOGO Objekts | 20100201 | |||
| 2 | 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 | 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 | 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 | 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 | I_OBJNM | Call by reference | Type reference (TYPE) | CSEQUENCE | Name des TLOGO Objekts | 20100120 | |||
| 2 | I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | Objektversion (A, D, M, ...) | 20100120 | |||
| 3 | I_TLOGO | Call by reference | Type reference (TYPE) | RSTLOGO | TLOGO Typ | 20100120 | |||
| 4 | I_WITH_ENQUEUE | Value transfer | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | TLOGO-Objekt bei Änderungsoperationen sperren | 20100131 | ||
| 5 | 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 | Fehler bei der Initialisierung | 20100216 | ||
| 2 | TLOGO Objekt wurde nicht gefunden | 20100120 | ||
| 3 | Objekt ist nicht serialisierbar | 20100211 | ||
| 4 | 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 | 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 | 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 |