Hierarchy
⤷
⤷
Properties
| Class | CL_RSBM_LOG_DTP_GUI | |
| Short Description | Display New DTP Log | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSBM | Data Transfer Process: Log and Monitor |
| Created | 20101229 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSBM_LOG_DTP_GUI has no interface implemented.
Friends
Class CL_RSBM_LOG_DTP_GUI has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | SEOCLSNAME | 'CL_RSBM_LOG_COMPONENT' | Object Type Name | 20110126 | ||
| 2 | Constant | Private | Type reference (TYPE) | SEOCLSNAME | 'CL_RSBM_LOG_DATAPACKAGE' | Object Type Name | 20110126 | ||
| 3 | Constant | Private | Type reference (TYPE) | SEOCLSNAME | 'CL_RSBM_LOG_PROCESS_STEP' | Object Type Name | 20110126 | ||
| 4 | Constant | Private | Type reference (TYPE) | SEOCLSNAME | 'CL_RSBM_LOG_REQUEST_ROOT' | Object Type Name | 20110126 | ||
| 5 | Constant | Private | Type reference (TYPE) | SEOCLSNAME | 'CL_RSBM_LOG_STEP' | Object Type Name | 20110126 | ||
| 6 | Constant | Private | Type reference (TYPE) | SEOCLSNAME | 'CL_RSBM_LOG_SUBSTEP' | Object Type Name | 20110126 | ||
| 7 | Static Attribute | Private | Type reference (TYPE) | TS_OLD_TEXTS | 20110126 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20110126 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | RSBRUN | Request Run Number | 20110209 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | RSBKREQUID | Data Transfer Process Request | 20101229 | |||
| 11 | Static Attribute | Private | Type reference (TYPE) | RSBKREQUID | Data Transfer Process Request | 20110126 | |||
| 12 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSBK_REQUEST | DTP Request | 20110125 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | RSREQDONE | Monitor: Saving of the QM entries | 20110218 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | RSBKREQUEST | DTP Requests | 20110104 | |||
| 15 | Static Attribute | Private | Type reference (TYPE) | TH_LOGS | 20101229 | ||||
| 16 | Instance attribute | Private | Type reference (TYPE) | T_CMDLAST | 20110124 | ||||
| 17 | Instance attribute | Private | See coding | Structure with Command Template for DTP | 20110125 | ||||
| 18 | Instance attribute | Private | See coding | 20110124 | |||||
| 19 | Instance attribute | Private | Type reference (TYPE) | RSBK_T_DATAINFO | Table with Information on DTP Temporary Storage | 20101230 | |||
| 20 | Static Attribute | Private | Type reference (TYPE) | DD07V_TAB | Table for DD07V | 20110126 | |||
| 21 | Instance attribute | Private | See coding | 20101229 | |||||
| 22 | Instance attribute | Private | See coding | Table Type of Enhanced RSBMREQ_DTP | 20101229 | ||||
| 23 | Instance attribute | Private | See coding | 20101229 | |||||
| 24 | Instance attribute | Private | See coding | 20101229 | |||||
| 25 | Instance attribute | Private | See coding | 20110204 | |||||
| 26 | Static Attribute | Private | Type reference (TYPE) | RSBK_T_PSTYPE | Table with Types of Processing Step | 20110128 | |||
| 27 | Instance attribute | Private | See coding | 20110104 | |||||
| 28 | Static Attribute | Private | Type reference (TYPE) | TH_SUBSTEP | 20110204 | ||||
| 29 | Instance attribute | Private | Type reference (TYPE) | TH_SUBSTEP | 20110124 | ||||
| 30 | Instance attribute | Private | Type reference (TYPE) | RSBMNODE | Hierarchical Log: Node ID | 20110126 |
Methods
Events
Class CL_RSBM_LOG_DTP_GUI has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TH_LOGS | Private | See coding | 20101229 | th_logs TYPE HASHED TABLE OF ts_logs WITH UNIQUE KEY requid
|
||
| 2 | TH_SUBSTEP | Private | See coding | 20110127 | th_substep TYPE HASHED TABLE OF t_substep WITH UNIQUE KEY
cmd substep
|
||
| 3 | TS_CMDLAST | Private | See coding | 20110124 | BEGIN OF ts_cmdlast,
cmd(30),
step TYPE rsbmstep,
laststep(10),
order TYPE i,
END OF ts_cmdlast
|
||
| 4 | TS_LOGS | Private | See coding | 20101229 | BEGIN OF ts_logs,
requid TYPE rsbkrequid,
tstmp_start type RSTIMESTMPL,
ref TYPE REF TO cl_rsbm_log_dtp_gui,
END OF ts_logs
|
||
| 5 | TS_OLD_TEXTS | Private | See coding | 20110126 | ts_old_texts TYPE SORTED TABLE OF t_old_texts WITH UNIQUE KEY
cls key
|
||
| 6 | T_BATCH_DATA | Private | See coding | 20110127 | BEGIN OF t_batch_data,
process TYPE int4,
id TYPE rsbtc_batch_id,
END OF t_batch_data
|
||
| 7 | T_CMDLAST | Private | See coding | 20110124 | t_cmdlast TYPE STANDARD TABLE OF ts_cmdlast WITH DEFAULT KEY
|
||
| 8 | T_DUMP_DATA | Public | See coding | 20110127 | BEGIN OF t_dump_data,
exists TYPE rs_bool,
text TYPE char100,
END OF t_dump_data
|
||
| 9 | T_JOB_DATA | Public | See coding | 20110127 | BEGIN OF t_job_data,
job TYPE btcjob,
count TYPE btcjobcnt,
END OF t_job_data
|
||
| 10 | T_OLD_TEXTS | Private | See coding | 20110126 | BEGIN OF t_old_texts,
cls TYPE seoclsname.
INCLUDE TYPE textpool.
TYPES: END OF t_old_texts
|
||
| 11 | T_SUBSTEP | Private | See coding | 20110127 | BEGIN OF t_substep.
INCLUDE TYPE rsbksubstep.
TYPES: txtlg TYPE rstxtlg,
END OF t_substep
|
Method Signatures
Method CHECK_GET_ERRHDL_MSG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_DETAIL | Call by reference | Type reference (TYPE) | RSSM_T_DETAILLIST | Beschreibung - Wert | 20110210 | |||
| 2 | E_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Tabelle mit Nachrichten (Application Log Protokoll) | 20110210 | |||
| 3 | I_NODE | Call by reference | Type reference (TYPE) | RSBMNODE | Hierarchisches Log: Knoten-ID | 20110210 |
Method CHECK_GET_ERRHDL_MSG on class CL_RSBM_LOG_DTP_GUI has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RSBM_LOG_DTP_GUI has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSBM_LOG_DTP_GUI has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REQUID | Call by reference | Type reference (TYPE) | RSBKREQUID | Request eines Datentransferprozesses | 20101229 |
Method CONSTRUCTOR on class CL_RSBM_LOG_DTP_GUI has no exception.
Method CONVERT_TMSTMP_LONG_TO_SHORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TIMESTAMP_LONG | Call by reference | Type reference (TYPE) | RSTIMESTMPL | UTC-Zeitstempel in Langform (JJJJMMTThhmmss,mmmuuun) | 20110408 | |||
| 2 | R_TIMESTAMP | Value transfer | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20110408 |
Method CONVERT_TMSTMP_LONG_TO_SHORT on class CL_RSBM_LOG_DTP_GUI has no exception.
Method EXPAND_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_ITEM | Call by reference | Type reference (TYPE) | RSBM_T_ITEM_GUI | Tabelle mit Items für DTP-Log | 20101229 | |||
| 2 | E_T_NODE | Call by reference | Type reference (TYPE) | TREEV_NTAB | Tree Control: Eigenschaften eines Knotens | 20101229 | |||
| 3 | I_GET_NODE | Call by reference | Type reference (TYPE) | RS_BOOL | SPACE | Boolean | 20110204 | ||
| 4 | I_NODE | Call by reference | Type reference (TYPE) | RSBMNODE | Hierarchisches Log: Knoten-ID | 20101229 |
Method EXPAND_NODE on class CL_RSBM_LOG_DTP_GUI has no exception.
Method FREE_SIMUREQ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REQUID | Call by reference | Type reference (TYPE) | RSBKREQUID | Request eines Datentransferprozesses | 20110214 |
Method FREE_SIMUREQ on class CL_RSBM_LOG_DTP_GUI has no exception.
Method GET_BATCH_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_HEADER | Call by reference | Type reference (TYPE) | RSBMREQ_DTP | DTP-Log: Kopftabelle Status | 20110127 | |||
| 2 | R_BATCH_DATA | Value transfer | Type reference (TYPE) | T_BATCH_DATA | 20110127 |
Method GET_BATCH_DATA on class CL_RSBM_LOG_DTP_GUI has no exception.
Method GET_BUFFER_DETAILS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_DATAPAKID | Call by reference | Type reference (TYPE) | RSDATAPID | Datenpaketnummer | 20110103 | |||
| 2 | E_REQUID | Call by reference | Type reference (TYPE) | RSBKREQUID | Anforderungsnummer für die Datenübertragung | 20110103 | |||
| 3 | E_RUNID | Call by reference | Type reference (TYPE) | RSBRUN | Nummer eines Requestlaufs | 20110209 | |||
| 4 | E_STEP | Call by reference | Type reference (TYPE) | RSBCMDNODE | Verarbeitungsschritt für DTP-Request (Log) | 20110103 | |||
| 5 | E_SUBSTEP | Call by reference | Type reference (TYPE) | RSBKSUBSTEPID | ID eines Teilschrittes einer DTP-Extraktion (Sub-Level) | 20110209 | |||
| 6 | I_NODE | Call by reference | Type reference (TYPE) | RSBMNODE | Hierarchisches Log: Knoten-ID | 20110103 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt nicht gefunden | 20110207 |
Method GET_DP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_HEADER | Call by reference | Type reference (TYPE) | RSBMREQ_DTP | DTP-Log: Kopftabelle Status | 20110128 | |||
| 2 | R_R_DP | Value transfer | Object reference (TYPE REF TO) | CL_RSBK_DP | DTP-Datenpaket | 20110128 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt nicht gefunden | 20110128 |
Method GET_DUMP_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_HEADER | Call by reference | Type reference (TYPE) | RSBMREQ_DTP | DTP-Log: Kopftabelle Status | 20110127 | |||
| 2 | R_DUMP_DATA | Value transfer | Type reference (TYPE) | T_DUMP_DATA | 20110127 |
Method GET_DUMP_DATA on class CL_RSBM_LOG_DTP_GUI has no exception.
Method GET_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NODE | Call by reference | Type reference (TYPE) | RSBMNODE | Hierarchisches Log: Knoten-ID | 20110210 | |||
| 2 | R_R_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | IF_RSBM_EXCEPTION_LOG | Log-Sicht einer Exception | 20110210 |
Method GET_EXCEPTION on class CL_RSBM_LOG_DTP_GUI has no exception.
Method GET_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_S_HEADER | Call by reference | Type reference (TYPE) | RSBMREQ_DTP | Request eines Datentransferprozesses | 20110209 | |||
| 2 | I_NODE | Call by reference | Type reference (TYPE) | RSBMNODE | Hierarchisches Log: Knoten-ID | 20110209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110209 |
Method GET_ICON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ICON | Call by reference | Type reference (TYPE) | TV_IMAGE | Tree Control: Ikone / Bild | 20110104 | |||
| 2 | I_NODE | Call by reference | Type reference (TYPE) | RSBMNODE | Erweiterte Struktur zu RSBMREQ_DTP | 20110104 |
Method GET_ICON on class CL_RSBM_LOG_DTP_GUI has no exception.
Method GET_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ICON | Call by reference | Type reference (TYPE) | TV_IMAGE | Tree Control: Ikone / Bild | 20101230 | |||
| 2 | I_NODE | Call by reference | Type reference (TYPE) | RSBMNODE | Hierarchisches Log: Knoten-ID | 20101230 |
Method GET_INFO on class CL_RSBM_LOG_DTP_GUI has no exception.
Method GET_JOB_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_HEADER | Call by reference | Type reference (TYPE) | RSBMREQ_DTP | DTP-Log: Kopftabelle Status | 20110127 | |||
| 2 | R_JOB_DATA | Value transfer | Type reference (TYPE) | T_JOB_DATA | 20110127 |
Method GET_JOB_DATA on class CL_RSBM_LOG_DTP_GUI has no exception.
Method GET_LINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_ITEM | Call by reference | Type reference (TYPE) | RSBM_T_ITEM_GUI | Tabelle mit Items für DTP-Log | 20101229 | |||
| 2 | E_T_NODE | Call by reference | Type reference (TYPE) | TREEV_NTAB | Tree Control: Knotentabelle | 20101229 | |||
| 3 | I_NODE | Call by reference | Type reference (TYPE) | RSBMNODE | Hierarchisches Log: Knoten-ID | 20101229 |
Method GET_LINE on class CL_RSBM_LOG_DTP_GUI has no exception.
Method GET_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REQUID | Call by reference | Type reference (TYPE) | RSBKREQUID | Request eines Datentransferprozesses | 20101229 | |||
| 2 | R_LOG | Value transfer | Object reference (TYPE REF TO) | CL_RSBM_LOG_DTP_GUI | Anzeigen eines neuen DTP-Logs | 20101229 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101229 |
Method GET_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ICON | Call by reference | Type reference (TYPE) | TV_IMAGE | Tree Control: Ikone / Bild | 20101230 | |||
| 2 | I_NODE | Call by reference | Type reference (TYPE) | RSBMNODE | Hierarchisches Log: Knoten-ID | 20101230 |
Method GET_MESSAGE on class CL_RSBM_LOG_DTP_GUI has no exception.
Method GET_MSG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_MSG | Call by reference | Type reference (TYPE) | RSBM_T_MSG | T100 Tabelle mit num. Status und Zeitstempel | 20110103 | |||
| 2 | I_NODE | Call by reference | Type reference (TYPE) | RSBMNODE | Hierarchisches Log: Knoten-ID | 20110103 |
Method GET_MSG on class CL_RSBM_LOG_DTP_GUI has no exception.
Method GET_OLD_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20110126 | |||
| 2 | I_KEY | Call by reference | Type reference (TYPE) | TEXTPOOLKY | Schlüssel des Textelements (Nummer / Selektionsname) | 20110126 | |||
| 3 | R_TEXT | Value transfer | Type reference (TYPE) | TEXT100 | Text Länge 100 | 20110126 |
Method GET_OLD_TEXT on class CL_RSBM_LOG_DTP_GUI has no exception.
Method GET_PAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FIT_SUBSTEP | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20110126 | ||
| 2 | I_PARAMNAME | Call by reference | Type reference (TYPE) | BALPAR | Anwendungs-Log: Parameter | 20110126 | |||
| 3 | I_S_HEADER | Call by reference | Type reference (TYPE) | RSBMREQ_DTP | DTP-Log: Kopftabelle Status | 20110126 | |||
| 4 | R_PARAMVALUE | Value transfer | Type reference (TYPE) | BALPVAL | Anwendungs-Log: Wert des Parameters | 20110126 |
Method GET_PAR on class CL_RSBM_LOG_DTP_GUI has no exception.
Method GET_PARS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FIT_SUBSTEP | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20110126 | ||
| 2 | I_PARAMNAME | Call by reference | Type reference (TYPE) | BALPAR | Anwendungs-Log: Parameter | 20110126 | |||
| 3 | I_S_HEADER | Call by reference | Type reference (TYPE) | RSBMREQ_DTP | DTP-Log: Kopftabelle Status | 20110126 | |||
| 4 | R_TH_PARS | Value transfer | Type reference (TYPE) | RSBM_TH_PAR | Anwendungs-Log: Wert des Parameters | 20110126 |
Method GET_PARS on class CL_RSBM_LOG_DTP_GUI has no exception.
Method GET_PROCESS_TIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TXT | Call by reference | Type reference (TYPE) | TEXT100 | Text Länge 100 | 20130201 | |||
| 2 | I_NODE | Call by reference | Type reference (TYPE) | RSBMNODE | Hierarchisches Log: Knoten-ID | 20130201 |
Method GET_PROCESS_TIME on class CL_RSBM_LOG_DTP_GUI has no exception.
Method GET_ROOT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_ITEM | Call by reference | Type reference (TYPE) | RSBM_T_ITEM_GUI | Tabelle mit Items für DTP-Log | 20101229 | |||
| 2 | E_T_NODE | Call by reference | Type reference (TYPE) | TREEV_NTAB | Hierarchisches Log: Knoten-ID | 20101229 |
Method GET_ROOT on class CL_RSBM_LOG_DTP_GUI has no exception.
Method GET_SUBSTEP_IS_LAST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CMD | Call by reference | Type reference (TYPE) | RSBCMD | Datentransferprozess Command | 20110204 | |||
| 2 | I_SUBSTEP | Call by reference | Type reference (TYPE) | RSBKSUBSTEPID | ID eines Teilschrittes einer DTP-Extraktion (Sub-Level) | 20110204 | |||
| 3 | R_LAST | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20110204 |
Method GET_SUBSTEP_IS_LAST on class CL_RSBM_LOG_DTP_GUI has no exception.
Method GET_SUMMARY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_MESSAGES | Value transfer | Type reference (TYPE) | RSBM_T_RSBMONMESS_DTP | BW: Tabelle mit Nachrichten (Application Log Protokoll) | 20110308 |
Method GET_SUMMARY on class CL_RSBM_LOG_DTP_GUI has no exception.
Method GET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TXT | Call by reference | Type reference (TYPE) | TEXT100 | Beschreibung lang | 20101230 | |||
| 2 | I_NODE | Call by reference | Type reference (TYPE) | RSBMNODE | Hierarchisches Log: Knoten-ID | 20101230 |
Method GET_TEXT on class CL_RSBM_LOG_DTP_GUI has no exception.
Method GET_TEXT_DP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EXPECTED | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20110128 | ||
| 2 | I_S_HEADER | Call by reference | Type reference (TYPE) | RSBMREQ_DTP | DTP-Log: Kopftabelle Status | 20110128 | |||
| 3 | R_TEXT | Value transfer | Type reference (TYPE) | TEXT100 | Text Länge 100 | 20110128 |
Method GET_TEXT_DP on class CL_RSBM_LOG_DTP_GUI has no exception.
Method GET_TEXT_PROC_STEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EXPECTED | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20110126 | ||
| 2 | I_NODE | Call by reference | Type reference (TYPE) | RSBMNODE | Hierarchisches Log: Knoten-ID | 20110127 | |||
| 3 | I_S_HEADER | Call by reference | Type reference (TYPE) | RSBMREQ_DTP | DTP-Log: Kopftabelle Status | 20110126 | |||
| 4 | R_TEXT | Value transfer | Type reference (TYPE) | TEXT100 | Text Länge 100 | 20110126 |
Method GET_TEXT_PROC_STEP on class CL_RSBM_LOG_DTP_GUI has no exception.
Method GET_TEXT_STEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EXPECTED | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20110126 | ||
| 2 | I_S_HEADER | Call by reference | Type reference (TYPE) | RSBMREQ_DTP | DTP-Log: Kopftabelle Status | 20110126 | |||
| 3 | R_TEXT | Value transfer | Type reference (TYPE) | TEXT100 | Text Länge 100 | 20110126 |
Method GET_TEXT_STEP on class CL_RSBM_LOG_DTP_GUI has no exception.
Method GET_TEXT_SUBSTEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EXPECTED | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20110126 | ||
| 2 | I_NODE | Call by reference | Type reference (TYPE) | RSBMNODE | Hierarchisches Log: Knoten-ID | 20110127 | |||
| 3 | I_S_HEADER | Call by reference | Type reference (TYPE) | RSBMREQ_DTP | DTP-Log: Kopftabelle Status | 20110126 | |||
| 4 | R_TEXT | Value transfer | Type reference (TYPE) | TEXT100 | Text Länge 100 | 20110126 |
Method GET_TEXT_SUBSTEP on class CL_RSBM_LOG_DTP_GUI has no exception.
Method GET_TIMEDIFF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TXT | Call by reference | Type reference (TYPE) | TEXT100 | Text Länge 100 | 20101230 | |||
| 2 | I_NODE | Call by reference | Type reference (TYPE) | RSBMNODE | Hierarchisches Log: Knoten-ID | 20101230 |
Method GET_TIMEDIFF on class CL_RSBM_LOG_DTP_GUI has no exception.
Method GET_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TXT | Call by reference | Type reference (TYPE) | TEXT100 | Text Länge 100 | 20101230 | |||
| 2 | I_NODE | Call by reference | Type reference (TYPE) | RSBMNODE | Hierarchisches Log: Knoten-ID | 20101230 |
Method GET_TIMESTAMP on class CL_RSBM_LOG_DTP_GUI has no exception.
Method GET_TIMEVAL_TXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TXT | Call by reference | Type reference (TYPE) | TEXT100 | Text Länge 100 | 20130201 | |||
| 2 | I_DIFF | Call by reference | Type reference (TYPE) | I | 20130201 |
Method GET_TIMEVAL_TXT on class CL_RSBM_LOG_DTP_GUI has no exception.
Method GET_TRF_EXIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_EXIST | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120814 | |||
| 2 | I_NODE | Call by reference | Type reference (TYPE) | RSBMNODE | Hierarchisches Log: Knoten-ID | 20120814 |
Method GET_TRF_EXIST on class CL_RSBM_LOG_DTP_GUI has no exception.
Method GET_TSTMP_DIFF_TEXT_STATIC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TXT | Call by reference | Type reference (TYPE) | TEXT100 | 30 Characters | 20101230 | |||
| 2 | I_TSTMP_FROM | Call by reference | Type reference (TYPE) | RSTIMESTMPL | UTC-Zeitstempel in Langform (JJJJMMTThhmmss,mmmuuun) | 20101230 | |||
| 3 | I_TSTMP_TO | Call by reference | Type reference (TYPE) | RSTIMESTMPL | UTC-Zeitstempel in Langform (JJJJMMTThhmmss,mmmuuun) | 20101230 |
Method GET_TSTMP_DIFF_TEXT_STATIC on class CL_RSBM_LOG_DTP_GUI has no exception.
Method GET_VIRT_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_VIRT_NODE | Value transfer | Type reference (TYPE) | RSBMNODE | Hierarchisches Log: Knoten-ID | 20110126 |
Method GET_VIRT_NODE on class CL_RSBM_LOG_DTP_GUI has no exception.
Method MSG_TO_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_MSG | Call by reference | Type reference (TYPE) | RSBM_S_MSG | DTP Log: Tabelle mit Nachrichten | 20110126 | |||
| 2 | R_TEXT | Value transfer | Type reference (TYPE) | TEXT100 | Text Länge 100 | 20110126 |
Method MSG_TO_TEXT on class CL_RSBM_LOG_DTP_GUI has no exception.
Method READ_FROM_DB Signature
Method READ_FROM_DB on class CL_RSBM_LOG_DTP_GUI has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt nicht gefunden | 20101229 |
Method REFRESH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_EXPANDED_NODES | Call by reference | Type reference (TYPE) | TREEV_NKS | Tree Control: Tabelle von Knotenschlüsseln | 20120730 |
Method REFRESH on class CL_RSBM_LOG_DTP_GUI has no exception.
Method SHOW_DUMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NODE | Call by reference | Type reference (TYPE) | RSBMNODE | Hierarchisches Log: Knoten-ID | 20110209 |
Method SHOW_DUMP on class CL_RSBM_LOG_DTP_GUI has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 731 |