SAP ABAP Interface IF_RSTT_BATCH_HANDLER (Interface for Background Processing of RSTT Jobs)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX (Application Component) Business Explorer
     RSTT_TRACE (Package) Trace Tool for SAP Netweaver 2005 (BW): Data Object Layer
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSTT_BATCH_HANDLER Handler Class for Batch Run 20091201
Properties
Interface IF_RSTT_BATCH_HANDLER  
Short Description Interface for Background Processing of RSTT Jobs    
General Data
Package RSTT_TRACE   Trace Tool for SAP Netweaver 2005 (BW): Data Object Layer 
Created 20091201   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
Interface IF_RSTT_BATCH_HANDLER has no forward declaration.
Interfaces
Interface IF_RSTT_BATCH_HANDLER has no interface.
Friends
Interface IF_RSTT_BATCH_HANDLER has no friend.
Attributes
Interface IF_RSTT_BATCH_HANDLER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 EXECUTE_TRACE Instance method Public Method Execute Single Trace 20091201
2 EXECUTE_TRACE_RUN Instance method Public Method Run Job Trace Parallel or Sequentially 20091201
3 EXE_CALLBACK Instance method Public Method Callback Method for Asynch. Call of RSTT_TRACE_EXECUTE 20091201
4 EXPORT_JOB_PARAM Instance method Public Method Temporarily Buffer Current Job Parameters 20091201
5 IMPORT_JOB_PARAM Instance method Public Method Temporarily Buffer Current Job Parameters 20091201
6 READ_TRACE_LOGS Instance method Public Method Read Trace Log 20091201
Events
Interface IF_RSTT_BATCH_HANDLER has no event.
Types
Interface IF_RSTT_BATCH_HANDLER has no local type.
Method Signatures

Method EXECUTE_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NO_BUFFER_OBJ Call by reference Type reference (TYPE) RSTT_FLAG Trace-Instanz puffern? 20091201
2 Importing I_PLAYVARID Call by reference Type reference (TYPE) RSTT_VARIANTID Abspielvariante 20091201
3 Importing I_REFVARID Call by reference Type reference (TYPE) RSTT_VARIANTID Referenzdatenvariante 20091201
4 Importing I_S_TRACE_HEADER Call by reference Type reference (TYPE) RSTT_TRACE Basisinfos zu Trace 20091201
5 Importing I_TAREA Call by reference Type reference (TYPE) RSTT_TAREA Anwendungsbereich 20091201
6 Importing I_TRACEID Call by reference Type reference (TYPE) RSTT_TRACEID Trace-ID 20091201
7 Importing I_TRACEMODE Call by reference Type reference (TYPE) RSTT_TRACEMODE Tracemodus zur Beschreibung des akt. Zustands 20091201
# Exception Resumable Description Created on
1 INITIALIZATION_ERROR 20091201
2 INVALID_TRACE 20091201

Method EXECUTE_TRACE_RUN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_COUNT_ALL Call by reference Type reference (TYPE) RSTT_INT4 Anzahl aller Tests 20091201
2 Exporting E_COUNT_FAIL Call by reference Type reference (TYPE) RSTT_INT4 Anzahl nicht erfolgreicher Tests 20091201
3 Exporting E_COUNT_OK Call by reference Type reference (TYPE) RSTT_INT4 Anzahl erfolgreicher Tests 20091201
4 Exporting E_T_RESULT Call by reference Type reference (TYPE) RSTT_T_RESULT Ergebnisparameter mehrerer Tests 20091201
5 Importing I_NO_BUFFER_OBJ Call by reference Type reference (TYPE) RSTT_FLAG Job-Instanzen puffern? 20091201
6 Importing I_OLD_MSG_HANDLING Call by reference Type reference (TYPE) RSTT_FLAG Alte Meldungsverarbeitung 20100825
7 Importing I_PARALLEL Call by reference Type reference (TYPE) I Anzahl paralleler Prozesse 20100825
8 Importing I_S_TJOB_HEADER Call by reference Type reference (TYPE) RSTT_TJOB Trace-Tool: Basisinfos zu Trace-Paketen 20091201
9 Importing I_TJOBGUID Call by reference Type reference (TYPE) RSTT_GUID Job-GUID 20091201
10 Importing I_TJOBID Call by reference Type reference (TYPE) RSTT_TJOBID Testpaket-ID (techn. Name) 20091201
11 Importing 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 ENQUEUE_PROBLEMS 20091201
2 INITIALIZATION_ERROR 20091201
3 INVALID_TJOB 20091201

Method EXE_CALLBACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_TASK Call by reference Type reference (TYPE) CLIKE 20091201

Method EXE_CALLBACK on Interface IF_RSTT_BATCH_HANDLER has no exception.

Method EXPORT_JOB_PARAM Signature

Method EXPORT_JOB_PARAM on Interface IF_RSTT_BATCH_HANDLER has no parameter.
Method EXPORT_JOB_PARAM on Interface IF_RSTT_BATCH_HANDLER has no exception.

Method IMPORT_JOB_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LOGGUID Call by reference Type reference (TYPE) RSTT_GUID GUID des Laufs 20091201
2 Exporting E_TRUNID Call by reference Type reference (TYPE) RSTT_TRUNID ID des Laufs 20091201
3 Importing I_JOBCOUNT Call by reference Type reference (TYPE) BTCJOBCNT Jobnummer 20091201
4 Importing I_JOBNAME Call by reference Type reference (TYPE) BTCJOB Jobname 20091201

Method IMPORT_JOB_PARAM on Interface IF_RSTT_BATCH_HANDLER has no exception.

Method READ_TRACE_LOGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_LOGS Call by reference Type reference (TYPE) RSTT_T_JOBLOGH Tabelle für Job-Log-Header 20091201
2 Importing I_DATE_FROM Call by reference Type reference (TYPE) RSDATE Datum (von) 20091201
3 Importing I_DATE_TO Call by reference Type reference (TYPE) RSDATE Datum (bis) 20091201
4 Importing I_JOBNAME Call by reference Type reference (TYPE) BTCJOB Jobname 20091201
5 Importing I_PROGNM Call by reference Type reference (TYPE) BTCPROG Programm 20091201
6 Importing I_TIME_FROM Call by reference Type reference (TYPE) RS_SELTIME Zeitpunkt (von) 20091201
7 Importing I_TIME_TO Call by reference Type reference (TYPE) RS_SELTIME Zeitpunkt (bis) 20091201
8 Importing I_USERNAME Call by reference Type reference (TYPE) RSTT_TUSER Trace-User 20091201

Method READ_TRACE_LOGS on Interface IF_RSTT_BATCH_HANDLER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730