Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSTT_BATCH_HANDLER | Interface for Background Processing of RSTT Jobs | 20091201 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_BWATR_BATCH_HANDLER | Background Processing for BW ATR | 20091201 |
Properties
Class | CL_RSTT_BATCH_HANDLER | |
Short Description | Handler Class for Batch Run | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSTT_ENGINE | Trace Tool for SAP Netweaver 2005 (BW): Engine Layer |
Created | 20050513 | 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) |
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) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RSTT_BATCH_HANDLER | Interface for Background Processing of RSTT Jobs | 20091201 |
Friends
Class CL_RSTT_BATCH_HANDLER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | See coding | Codes for Log Entries | 20070919 | |||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RSTT_INT1 | Current Counter for Parallel Execution | 20050609 | ||
3 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_RSTT_TRACE_LOG | Logging of Check/Play Processes | 20050602 | ||
4 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_RSTT_TRACE_JOB | Instance of the Trace Job | 20050602 | ||
5 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_RSTT_TRACE_PACKAGE | Processing of Trace Packages | 20050513 | ||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | NT_TH_TASK | Active Parallel-Running Executions | 20050609 | ||
7 | ![]() |
Constant | Protected | Type reference (TYPE) | RSTT_COMPNM | 'APPLOG_HANDLE' | Code for Application Log Entry | 20091201 | |
8 | ![]() |
Constant | Protected | Type reference (TYPE) | RSTT_FLAG | ':' | Separator | 20060109 | |
9 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RSTT_FLAG | Last Trace Reached | 20080209 | ||
10 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RSTT_FLAG | Activate Lock for Current Sequence | 20070615 | ||
11 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RSTT_GUID | GUID for Test Run | 20091201 | ||
12 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | BALLOGHNDL | Log Handle for Process Log | 20060109 | ||
13 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | CHAR1 | 20110907 | |||
14 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | OT_SX_CUR | Current Parameters | 20091201 | ||
15 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | OT_SX_RESULT | Result Structure | 20091201 | ||
16 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | OT_S_COUNTER | Counter of Traces to Be Executed | 20091201 | ||
17 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | OT_S_CLUSTERKEY | Job Key | 20080205 | ||
18 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RSTT_S_TOBJEXEC | Current Execution Parameter | 20071122 | ||
19 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RSTT_S_TRUN_STATE | Status Parameters of a Test Run | 20080602 | ||
20 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RSTT_TX_PARAMS | Buffer Table of Messages | 20051118 | ||
21 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | OT_TX_TOBJ | Test Objects of Trace | 20091201 | ||
22 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RSTT_T_TOBJSEL | Currently Locked Test Objects | 20050513 | ||
23 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RSTT_TX_TRACESEL | Table of Test Sequence Selections | 20070425 | ||
24 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RSTT_TX_VERIRESULT | Verification Table for Reporting | 20060105 | ||
25 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | OT_T_LOG | 20110907 | |||
26 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RSTT_T_MSG | 20110907 | |||
27 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | OT_T_TRACE_PENALTY | Currently Postponed Trace | 20050613 |
Methods
Events
Class CL_RSTT_BATCH_HANDLER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | NT_S_TASK | Public | See coding | 20050609 | BEGIN OF nt_s_task,
task TYPE char8,
traceguid TYPE rstt_guid,
traceid TYPE rstt_traceid,
playvarid TYPE rstt_variantid,
refvarid TYPE rstt_variantid,
mesg TYPE nt_t_mesg,
END OF nt_s_task
|
||
2 | NT_TH_TASK | Public | See coding | 20050609 | nt_th_task TYPE HASHED TABLE OF nt_s_task WITH UNIQUE KEY task
|
||
3 | NT_T_MESG | Public | See coding | 20050613 | nt_t_mesg TYPE STANDARD TABLE OF smesg WITH DEFAULT KEY
|
||
4 | OT_SX_CUR | Protected | See coding | 20091201 | BEGIN OF ot_sx_cur,
actionguid TYPE rstt_guid,
destination TYPE rstt_compnm,
execuser TYPE rstt_tuser,
execlangu TYPE sylangu,
tracemode TYPE rstt_tracemode,
loghandle TYPE balloghndl,
resparam type RSTT_S_PARAMS,
dump type rstt_flag,
trunid type rstt_trunid,
END OF ot_sx_cur
|
||
5 | OT_SX_RESULT | Protected | See coding | 20091201 | BEGIN OF ot_sx_result,
requested TYPE rstt_flag,
count_all TYPE rstt_int4,
count_ok TYPE rstt_int4,
count_fail TYPE rstt_int4,
result TYPE rstt_t_result,
END OF ot_sx_result
|
||
6 | OT_SX_TOBJ | Protected | See coding | 20091201 | BEGIN OF ot_sx_tobj,
traceguid TYPE rstt_guid,
tobjsel TYPE rstt_t_tobjsel,
END OF ot_sx_tobj
|
||
7 | OT_S_CLUSTERKEY | Protected | See coding | 20080205 | BEGIN OF ot_s_clusterkey,
jobcount TYPE btcjobcnt,
jobname TYPE btcjob,
END OF ot_s_clusterkey
|
||
8 | OT_S_COUNTER | Protected | See coding | 20091201 | BEGIN OF ot_s_counter,
trun_all TYPE rstt_int4,
trun_cur TYPE rstt_int4,
tseq_all TYPE rstt_int4,
tseq_cur TYPE rstt_int4,
trun_cur_a TYPE rstt_int4, "after execution
END OF ot_s_counter
|
||
9 | OT_S_JOBPARAM | Protected | See coding | 20080205 | BEGIN OF ot_s_jobparam,
trunid TYPE rstt_trunid,
logguid TYPE rstt_char32,
END OF ot_s_jobparam
|
||
10 | OT_S_LOG | Protected | See coding | 20110907 | BEGIN OF ot_s_log,
task TYPE char8,
traceguid TYPE rstt_guid,
traceid TYPE rstt_traceid,
playvarid TYPE rstt_variantid,
refvarid TYPE rstt_variantid,
exe_callback type char1,
subrc type sysubrc,
END OF ot_s_log
|
||
11 | OT_S_TOBJSTACK | Protected | See coding | 20050525 | BEGIN OF ot_s_tobjstack,
tobjtype TYPE rstt_tobjtyp,
tobjnm TYPE rstt_tobjnm,
tsobjnm TYPE rstt_tobjnm,
pvarcode TYPE rstt_variantid,
END OF ot_s_tobjstack
|
||
12 | OT_S_TSEQ_STAT | Protected | See coding | 20080208 | BEGIN OF ot_s_tseq_stat,
tseqstat TYPE rstt_trunstat,
status TYPE rstt_refstat,
runtime TYPE rsddkruntime,
endtime TYPE rsrmodtime,
END OF ot_s_tseq_stat
|
||
13 | OT_TX_TOBJ | Protected | See coding | 20091201 | ot_tx_tobj TYPE HASHED TABLE OF ot_sx_tobj WITH UNIQUE KEY traceguid
|
||
14 | OT_T_LOG | Protected | See coding | 20110907 | ot_t_log TYPE STANDARD TABLE of ot_s_log with DEFAULT KEY
|
||
15 | OT_T_TOBJSTACK | Protected | See coding | 20050531 | ot_t_tobjstack TYPE STANDARD TABLE OF ot_s_tobjstack
|
||
16 | OT_T_TRACE_PENALTY | Protected | See coding | 20050613 | ot_t_trace_penalty TYPE SORTED TABLE OF rstt_s_tracesel WITH UNIQUE KEY tvid
|
Method Signatures
Method CHECK_MSG_HISTORY Signature
Method CHECK_MSG_HISTORY on class CL_RSTT_BATCH_HANDLER has no parameter.
Method CHECK_MSG_HISTORY on class CL_RSTT_BATCH_HANDLER has no exception.
Method CREATE_CHECK_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_MESG | Call by reference | Type reference (TYPE) | RRMS_T_MESG | Meldungen der Trace-Ausführung | 20050704 | ||
2 | ![]() |
I_DUMP | Call by reference | Type reference (TYPE) | RSTT_FLAG | Ist Trace-Verarbeitung abgebrochen? | 20050613 | ||
3 | ![]() |
I_S_TASK | Call by reference | Type reference (TYPE) | NT_S_TASK | Task-Struktur | 20050704 | ||
4 | ![]() |
I_T_ERROR | Call by reference | Type reference (TYPE) | RSTT_T_ERROR_SIMPLE | flache Fehler-Tabelle | 20051205 | ||
5 | ![]() |
I_T_LOGATTR | Call by reference | Type reference (TYPE) | RSTT_T_LOGATTR | 20110907 | |||
6 | ![]() |
I_T_PARAMS | Call by reference | Type reference (TYPE) | RSTT_T_PARAMS | Parameter-Tabelle der Meldung | 20050613 |
Method CREATE_CHECK_MESSAGE on class CL_RSTT_BATCH_HANDLER has no exception.
Method CREATE_PROCESS_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DUMP | Call by reference | Type reference (TYPE) | RSTT_FLAG | Ist Trace-Verarbeitung abgebrochen? | 20050613 | ||
2 | ![]() |
I_S_TASK | Call by reference | Type reference (TYPE) | NT_S_TASK | Struktur der Trace-Ausführung | 20050613 | ||
3 | ![]() |
I_T_LOGATTR | Call by reference | Type reference (TYPE) | RSTT_T_LOGATTR | 20110907 | |||
4 | ![]() |
I_T_MESG | Call by reference | Type reference (TYPE) | RRMS_T_MESG | Meldungen der Trace-Ausführung | 20050613 |
Method CREATE_PROCESS_MESSAGE on class CL_RSTT_BATCH_HANDLER has no exception.
Method EXECUTE_TRACE Signature
Method EXECUTE_TRACE on class CL_RSTT_BATCH_HANDLER has no parameter.
Method EXECUTE_TRACE on class CL_RSTT_BATCH_HANDLER has no exception.
Method EXECUTE_TRACE_RUN Signature
Method EXECUTE_TRACE_RUN on class CL_RSTT_BATCH_HANDLER has no parameter.
Method EXECUTE_TRACE_RUN on class CL_RSTT_BATCH_HANDLER has no exception.
Method EXE_CALLBACK Signature
Method EXE_CALLBACK on class CL_RSTT_BATCH_HANDLER has no parameter.
Method EXE_CALLBACK on class CL_RSTT_BATCH_HANDLER has no exception.
Method EXPORT_JOB_PARAM Signature
Method EXPORT_JOB_PARAM on class CL_RSTT_BATCH_HANDLER has no parameter.
Method EXPORT_JOB_PARAM on class CL_RSTT_BATCH_HANDLER has no exception.
Method GET_CURRENT_RESULT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_TX_RESULT | Call by reference | Type reference (TYPE) | RSTT_TX_PARAMS | Parameter-Tabelle der Meldung | 20100825 |
Method GET_CURRENT_RESULT on class CL_RSTT_BATCH_HANDLER has no exception.
Method GET_HANDLER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_HANDLER | Value transfer | Object reference (TYPE REF TO) | IF_RSTT_BATCH_HANDLER | Schnittstelle für Hintergrundverarbeitung von RSTT-Jobs | 20091201 |
Method GET_HANDLER on class CL_RSTT_BATCH_HANDLER has no exception.
Method GET_LOG_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_COUNT_ALL | Call by reference | Type reference (TYPE) | RSTT_INT4 | Anzahl Tests gesamt | 20050830 | ||
2 | ![]() |
I_COUNT_CUR | Call by reference | Type reference (TYPE) | RSTT_INT4 | Anzahl Tests aktuell | 20050830 | ||
3 | ![]() |
I_PLAYVARID | Call by reference | Type reference (TYPE) | RSTT_VARIANTID | Abspielvariante | 20050830 | ||
4 | ![]() |
I_TRACEID | Call by reference | Type reference (TYPE) | RSTT_TRACEID | Trace-Tool: technischer Name von Trace (Trace-ID) | 20050830 | ||
5 | ![]() |
I_TRACEMODE | Call by reference | Type reference (TYPE) | RSTT_TRACEMODE | 'C' | Tracemodus | 20061113 |
Method GET_LOG_MESSAGE on class CL_RSTT_BATCH_HANDLER has no exception.
Method IMPORT_JOB_PARAM Signature
Method IMPORT_JOB_PARAM on class CL_RSTT_BATCH_HANDLER has no parameter.
Method IMPORT_JOB_PARAM on class CL_RSTT_BATCH_HANDLER has no exception.
Method INIT_TRACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TRACEID | Call by reference | Type reference (TYPE) | RSTT_TRACEID | Trace-Tool: technischer Name von Trace (Trace-ID) | 20060105 | ||
2 | ![]() |
I_TRACEMODE | Call by reference | Type reference (TYPE) | RSTT_TRACEMODE | Trace-Tool: Tracemodus zur Beschreibung des akt. Zustands | 20060105 |
Method INIT_TRACE on class CL_RSTT_BATCH_HANDLER has no exception.
Method INIT_TRACE_RUN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NO_BUFFER_OBJ | Call by reference | Type reference (TYPE) | RSTT_FLAG | Job-Instanzen puffern? | 20050609 | ||
2 | ![]() |
I_S_TJOB_HEADER | Call by reference | Type reference (TYPE) | RSTT_TJOB | Trace-Tool: Basisinfos zu Trace-Paketen | 20050609 | ||
3 | ![]() |
I_TJOBGUID | Call by reference | Type reference (TYPE) | RSTT_GUID | Job-GUID | 20050609 | ||
4 | ![]() |
I_TJOBID | Call by reference | Type reference (TYPE) | RSTT_TJOBID | Testpaket-ID (techn. Name) | 20050609 | ||
5 | ![]() |
I_TRUNID_FILTER | Call by reference | Type reference (TYPE) | RSTT_TRUNID | Nur fehlerhafte Tests aus Testlauf ausführen | 20100825 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20050609 | ||
2 | ![]() |
20050609 | ||
3 | ![]() |
20050609 | ||
4 | ![]() |
20050609 | ||
5 | ![]() |
20050609 | ||
6 | ![]() |
20050609 |
Method LOCK_TRACE_TOBJ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PLAYVARID | Call by reference | Type reference (TYPE) | RSTT_VARIANTID | Abspielvariante | 20050525 | ||
2 | ![]() |
I_TRACEGUID | Call by reference | Type reference (TYPE) | RSTT_GUID | RSTT: Traceguid | 20050531 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20050524 | ||
2 | ![]() |
Mindestens ein Testobjekt des Trace ist schon gesperrt | 20050524 |
Method READ_TRACE_LOGS Signature
Method READ_TRACE_LOGS on class CL_RSTT_BATCH_HANDLER has no parameter.
Method READ_TRACE_LOGS on class CL_RSTT_BATCH_HANDLER has no exception.
Method SET_PENALTY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_S_TRACESEL | Call by reference | Type reference (TYPE) | RSTT_S_TRACESEL | Struktur für Trace-Liste (inkl. Varianten-ID) | 20061114 |
Method SET_PENALTY on class CL_RSTT_BATCH_HANDLER has no exception.
Method SET_SCAN_MESSAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_MSG | Call by reference | Type reference (TYPE) | RSTT_T_MSG | 20110907 |
Method SET_SCAN_MESSAGES on class CL_RSTT_BATCH_HANDLER has no exception.
Method STORE_CHECK_MESSAGES Signature
Method STORE_CHECK_MESSAGES on class CL_RSTT_BATCH_HANDLER has no parameter.
Method STORE_CHECK_MESSAGES on class CL_RSTT_BATCH_HANDLER has no exception.
Method UNLOCK_TRACE_TOBJ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PLAYVARID | Call by reference | Type reference (TYPE) | RSTT_VARIANTID | Abspielvariante | 20050602 | ||
2 | ![]() |
I_TRACEGUID | Call by reference | Type reference (TYPE) | RSTT_GUID | RSTT: Traceguid | 20050602 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20050602 | ||
2 | ![]() |
20050602 |
Method UPDATE_PENALTY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_TRACESEL | Call by reference | Type reference (TYPE) | RSTT_T_TRACESEL | Traceselektion | 20070425 |
Method UPDATE_PENALTY on class CL_RSTT_BATCH_HANDLER has no exception.
Method _ADD_CHECK_PARAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_MESG | Call by reference | Type reference (TYPE) | RRMS_T_MESG | Meldungen der Trace-Ausführung | 20051223 | ||
2 | ![]() |
I_DUMP | Call by reference | Type reference (TYPE) | RSTT_FLAG | Ist Trace-Verarbeitung abgebrochen? | 20051223 | ||
3 | ![]() |
I_S_PARAMS | Call by reference | Type reference (TYPE) | RSTT_S_PARAMS | Parameter-Eintrag der Meldung | 20051223 | ||
4 | ![]() |
I_S_TASK | Call by reference | Type reference (TYPE) | NT_S_TASK | Task-Struktur | 20051223 | ||
5 | ![]() |
I_T_ERROR | Call by reference | Type reference (TYPE) | RSTT_T_ERROR_SIMPLE | flache Fehler-Tabelle | 20051223 | ||
6 | ![]() |
I_T_LOGATTR | Call by reference | Type reference (TYPE) | RSTT_T_LOGATTR | 20110907 |
Method _ADD_CHECK_PARAM on class CL_RSTT_BATCH_HANDLER has no exception.
Method _ADD_INTERNAL_LOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_EXE_CALLBACK | Call by reference | Type reference (TYPE) | CHAR1 | 20110907 | |||
2 | ![]() |
I_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | 20110907 | |||
3 | ![]() |
I_S_TASK | Call by reference | Type reference (TYPE) | NT_S_TASK | 20110907 |
Method _ADD_INTERNAL_LOG on class CL_RSTT_BATCH_HANDLER has no exception.
Method _ADD_PARAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TX_PARAM | Call by reference | Type reference (TYPE) | RSTT_TX_PARAM | 20110907 | |||
2 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | ANY | 20110907 | |||
3 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | ANY | 20110907 |
Method _ADD_PARAM on class CL_RSTT_BATCH_HANDLER has no exception.
Method _ADD_TOBJ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TRACEGUID | Call by reference | Type reference (TYPE) | RSTT_GUID | Trace-GUID | 20061114 | ||
2 | ![]() |
I_T_TOBJSEL | Call by reference | Type reference (TYPE) | RSTT_T_TOBJSEL | Tabelle für Testobjekt-Selektion | 20061114 |
Method _ADD_TOBJ on class CL_RSTT_BATCH_HANDLER has no exception.
Method _AFTER_EXECUTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_S_TRACESEL | Call by reference | Type reference (TYPE) | RSTT_S_TRACESEL | Traceobjekt | 20080208 | ||
2 | ![]() |
I_T_MESSAGE | Call by reference | Type reference (TYPE) | RSR_T_MESSAGE | Nachrichten | 20130409 |
Method _AFTER_EXECUTION on class CL_RSTT_BATCH_HANDLER has no exception.
Method _DELETE_JOB_PARAM Signature
Method _DELETE_JOB_PARAM on class CL_RSTT_BATCH_HANDLER has no parameter.
Method _DELETE_JOB_PARAM on class CL_RSTT_BATCH_HANDLER has no exception.
Method _EXECUTE_TRACE_SEQUENCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_SX_TRACESEL | Call by reference | Type reference (TYPE) | RSTT_SX_TRACESEL | Struktur über Ausführungsparameter und Traces | 20070425 | ||
2 | ![]() |
I_ERRORNO | Call by reference | Type reference (TYPE) | RSTT_INT4 | Anzahl auswertender Fehlerzellen | 20070424 | ||
3 | ![]() |
I_OLD_MSG_HANDLING | Call by reference | Type reference (TYPE) | RSTT_FLAG | Alte Meldungsverarbeitung | 20100825 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20070424 |
Method _EXECUTE_TRACE_SEQUENCE_P Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_SX_TRACESEL | Call by reference | Type reference (TYPE) | RSTT_SX_TRACESEL | Struktur über Ausführungsparameter und Traces | 20070919 | ||
2 | ![]() |
I_ERRORNO | Call by reference | Type reference (TYPE) | RSTT_INT4 | Anzahl auswertender Fehlerzellen | 20070919 | ||
3 | ![]() |
I_OLD_MSG_HANDLING | Call by reference | Type reference (TYPE) | RSTT_FLAG | Alte Meldungsverarbeitung | 20100825 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20070919 |
Method _FINISH_EXEC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TX_PARAM | Call by reference | Type reference (TYPE) | RSTT_TX_PARAM | 20110907 | |||
2 | ![]() |
I_STEP | Call by reference | Type reference (TYPE) | RSTT_INT4 | Stufe | 20091201 |
Method _FINISH_EXEC on class CL_RSTT_BATCH_HANDLER has no exception.
Method _FINISH_SINGLE_EXEC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_STEP | Call by reference | Type reference (TYPE) | RSTT_INT4 | Stufe | 20091201 |
Method _FINISH_SINGLE_EXEC on class CL_RSTT_BATCH_HANDLER has no exception.
Method _GET_EXEC_DESTINATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_DESTINATION | Value transfer | Type reference (TYPE) | RSTT_COMPNM | DEstination | 20091201 |
Method _GET_EXEC_DESTINATION on class CL_RSTT_BATCH_HANDLER has no exception.
Method _GET_PARAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_VALUE | Call by reference | Type reference (TYPE) | ANY | 20110907 | |||
2 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | ANY | 20110907 | |||
3 | ![]() |
I_TX_PARAM | Call by reference | Type reference (TYPE) | RSTT_TX_PARAM | 20110907 |
Method _GET_PARAM on class CL_RSTT_BATCH_HANDLER has no exception.
Method _GET_TOBJ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_TOBJSEL | Value transfer | Type reference (TYPE) | RSTT_T_TOBJSEL | Tabelle für Testobjekt-Selektion | 20061114 | ||
2 | ![]() |
I_TRACEGUID | Call by reference | Type reference (TYPE) | RSTT_GUID | Trace-GUID | 20061114 |
Method _GET_TOBJ on class CL_RSTT_BATCH_HANDLER has no exception.
Method _HARMONIZE_MESG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_MESG | Call by reference | Type reference (TYPE) | RRMS_T_MESG | Meldungen der Trace-Ausführung | 20060305 |
Method _HARMONIZE_MESG on class CL_RSTT_BATCH_HANDLER has no exception.
Method _INIT_TRUN_STATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_GUID | Call by reference | Type reference (TYPE) | RSTT_GUID | GUID der Sequenz | 20080602 |
Method _INIT_TRUN_STATE on class CL_RSTT_BATCH_HANDLER has no exception.
Method _PREPARE_EXEC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_STEP | Call by reference | Type reference (TYPE) | RSTT_INT4 | Stufe | 20091201 |
Method _PREPARE_EXEC on class CL_RSTT_BATCH_HANDLER has no exception.
Method _PREPARE_RESULT Signature
Method _PREPARE_RESULT on class CL_RSTT_BATCH_HANDLER has no parameter.
Method _PREPARE_RESULT on class CL_RSTT_BATCH_HANDLER has no exception.
Method _PREPARE_SINGLE_EXEC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_STEP | Call by reference | Type reference (TYPE) | RSTT_INT4 | Stufe | 20091201 |
Method _PREPARE_SINGLE_EXEC on class CL_RSTT_BATCH_HANDLER has no exception.
Method _PROCESS_TEST_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_S_TASK | Call by reference | Type reference (TYPE) | NT_S_TASK | Ausführungsparameter | 20070919 | ||
2 | ![]() |
C_T_MESG | Call by reference | Type reference (TYPE) | RRMS_T_MESG | Meldungen | 20070919 | ||
3 | ![]() |
I_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Ausführungsstatus | 20070919 | ||
4 | ![]() |
I_TASK | Call by reference | Type reference (TYPE) | CLIKE | Task-ID | 20070919 | ||
5 | ![]() |
I_T_DETAIL | Call by reference | Type reference (TYPE) | RSTT_T_O06_D_TCT | Daten für ODS 0RSTT_O06 | 20070919 | ||
6 | ![]() |
I_T_ERROR | Call by reference | Type reference (TYPE) | RSTT_T_ERROR_SIMPLE | Fehler-Tabelle | 20070919 | ||
7 | ![]() |
I_T_LOGATTR | Call by reference | Type reference (TYPE) | RSTT_T_LOGATTR | 20110907 | |||
8 | ![]() |
I_T_PARAM | Call by reference | Type reference (TYPE) | RSTT_T_O05_D_TCT | Daten für ODS 0RSTT_O05 | 20070919 | ||
9 | ![]() |
I_T_PARAMS | Call by reference | Type reference (TYPE) | RSTT_T_PARAMS | Parameter-Tabelle der Meldung | 20070919 |
Method _PROCESS_TEST_STATUS on class CL_RSTT_BATCH_HANDLER has no exception.
Method _STORE_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_STEP | Call by reference | Type reference (TYPE) | RSTT_INT4 | Schritt | 20091201 | ||
2 | ![]() |
I_TAREA | Call by reference | Type reference (TYPE) | RSTT_TAREA | Anwendungsbereich | 20091201 | ||
3 | ![]() |
I_T_DETAIL | Call by reference | Type reference (TYPE) | ANY TABLE | Details zum Verifikationslauf | 20091201 | ||
4 | ![]() |
I_T_PARAM | Call by reference | Type reference (TYPE) | ANY TABLE | Parameter zur Verifikation | 20091201 |
Method _STORE_INFO on class CL_RSTT_BATCH_HANDLER has no exception.
Method _STORE_MESSAGES_DB Signature
Method _STORE_MESSAGES_DB on class CL_RSTT_BATCH_HANDLER has no parameter.
Method _STORE_MESSAGES_DB on class CL_RSTT_BATCH_HANDLER has no exception.
Method _STORE_VERI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TAREA | Call by reference | Type reference (TYPE) | RSTT_TAREA | Trace-Tool: Testbereich-ID | 20060208 |
Method _STORE_VERI on class CL_RSTT_BATCH_HANDLER has no exception.
Method _STORE_VERI_DETAIL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TAREA | Call by reference | Type reference (TYPE) | RSTT_TAREA | Trace-Tool: Testbereich-ID | 20060208 | ||
2 | ![]() |
I_T_DETAIL | Call by reference | Type reference (TYPE) | RSTT_T_O06_D_TCT | Daten für ODS 0RSTT_O06 | 20060105 |
Method _STORE_VERI_DETAIL on class CL_RSTT_BATCH_HANDLER has no exception.
Method _STORE_VERI_PARAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TAREA | Call by reference | Type reference (TYPE) | RSTT_TAREA | Trace-Tool: Testbereich-ID | 20060208 | ||
2 | ![]() |
I_T_PARAM | Call by reference | Type reference (TYPE) | RSTT_T_O05_D_TCT | Daten für ODS 0RSTT_O05 | 20060105 |
Method _STORE_VERI_PARAM on class CL_RSTT_BATCH_HANDLER has no exception.
Method _TRANSFORM_LOG_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_S_JOBLIST | Call by reference | Type reference (TYPE) | TBTCJOB_BK | TBTCJOB fügt für SM37B/C einige Felder hinzu | 20060109 | ||
2 | ![]() |
R_S_LOGS | Value transfer | Type reference (TYPE) | RSTT_S_JOBLOGH | Struktur für Job-Log-Header | 20060109 |
Method _TRANSFORM_LOG_ENTRY on class CL_RSTT_BATCH_HANDLER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 700 |