SAP ABAP Class CL_SPI_TEST_CONFIG (Process Configuration)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-PMI (Application Component) Process Monitoring Infrastructure
     SPI9 (Package) Central: Tests and Test Environment
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SPI_TEST_CONFIG_ALERT Configuration of Alert Process 20080925
2 Inheritance (c INHERITING FROM c_ref)  CL_SPI_TEST_CONFIG_MONITOR Monitoring 20100520
3 Inheritance (c INHERITING FROM c_ref)  CL_SPI_TEST_CONFIG_TRACE Configuration of Trace Process 20080925
Properties
Class CL_SPI_TEST_CONFIG  
Short Description Process Configuration    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SPI9   Central: Tests and Test Environment 
Created 20080925   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SPI Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SPI_TEST_CONFIG has no interface implemented.
Friends
Class CL_SPI_TEST_CONFIG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_PD Instance attribute Protected Object reference (TYPE REF TO) CL_SPI_CM_PD Process 20080925
2 GO_TD Instance attribute Protected Object reference (TYPE REF TO) CL_SPI_CM_PD Process Template 20080925
3 GT_TR_BUFFER Instance attribute Protected Type reference (TYPE) TT_TR_BUFFER 20091218
4 G_BALLOGHNDL Instance attribute Private Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20080925
5 G_DETLEVEL Instance attribute Public Type reference (TYPE) I Relative Delay 20091125
6 G_INDICATOR Instance attribute Private Type reference (TYPE) SPIBOOL Progress display 20091127
7 G_INST_CNT Instance attribute Protected Type reference (TYPE) I Number of Expected Instances 20081002
8 G_INST_CNT_TOTAL Instance attribute Protected Type reference (TYPE) I Number of Instances Created 20091112
9 G_IS_TEST_PROCESS Instance attribute Protected Type reference (TYPE) SPIBOOL Correct test process? 20091117
10 G_TEMPLATE_ID Instance attribute Protected Type reference (TYPE) SPIPROCTP Process Template ID 20091209
11 G_WRITE_LOG Instance attribute Protected Type reference (TYPE) SPIBOOL Write log 20081017
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_PROCESS Instance method Public Method Activates the Process 20080925
2 ASSEMBLE_RUNTIME_DATA Instance method Public Method Merges runtime data 20080930
3 CHECK_AGENT_IMPLEMENTATION Instance method Protected Method Checks agent implementation 20080925
4 CHECK_DESTINATION Instance method Protected Method Checks destination 20080925
5 CHECK_TEST_PROCESS Instance method Public Method Checks whether the process type is correct 20091117
6 COLLECT_RUNTIME_DATA Instance method Public Method Collects runtime data 20080930
7 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080925
8 CONVERT_TIMESTAMP_FOR_DISPLAY Static method Public Method Converts time stamp to output format 20100111
9 CREATE_LOCAL_STORE_RECORDS Instance method Public Method Generates local store records 20100722
10 CREATE_PROCESS Instance method Public Method Creates a new process 20080925
11 CREATE_TRACKING_RECORDS Instance method Public Method Generates tracking records 20091218
12 DEACTIVATE_PROCESS Instance method Public Method Deactivates process 20080925
13 DELETE_PROCESS Instance method Public Method Deletes process 20080925
14 DELETE_RUNTIME_DATA Instance method Public Method Deletes all runtime data 20091112
15 EVALUATE_RUNTIME_DATA Instance method Public Method Evaluates runtime data 20080926
16 EVALUATE_TRANSPORT Instance method Public Method Evaluates the runtime data for the transport 20091112
17 EXCEPTION_ADD_TO_LOG Instance method Public Method Adds exceptions to log 20080925
18 GENERATE_RUNTIME_DATA Instance method Public Method Generates runtime data 20080926
19 GET_DESTINATIONS Instance method Public Method Gets all destinations of the process 20091112
20 GET_PROCESS_ID Instance method Public Method Gets process ID 20080925
21 GET_PROCESS_TEXT Instance method Public Method Gets short text of process 20080925
22 GET_STEP_NAMES Instance method Public Method Returns all step names 20100120
23 GET_TEMPLATE_ID Instance method Public Method Gets the template ID 20091117
24 GET_TEMPLATE_TEXT Instance method Public Method Gets short text of template 20080925
25 LOAD_TEMPLATE Instance method Protected Method Loads the process template 20091209
26 LOG_ADD_MESSAGE Instance method Public Method Adds a log entry 20080925
27 LOG_CREATE Instance method Public Method Creates log 20080925
28 LOG_DISABLE Instance method Public Method Deactivate Logging 20091127
29 LOG_DISPLAY Instance method Public Method Displays log 20080925
30 LOG_ENABLE Instance method Public Method Switch On Logging 20091127
31 LOG_GET_HANDLE Instance method Public Method Gets handle for log 20080925
32 LOG_SAVE Instance method Public Method Saves the log 20091208
33 PROGRESS_INDICATOR Instance method Public Method Displays the progress 20091118
34 PROGRESS_INDICATOR_DISABLE Instance method Public Method Switch Progress Display Off 20091127
35 PROGRESS_INDICATOR_ENABLE Instance method Public Method Switch Progress Display On 20091127
36 RELEASE_PROCESS Instance method Public Method Releases process 20080925
37 REORGANIZE_RUNTIME_DATA Instance method Public Method Reorganizes runtime data 20080930
38 SET_ADMIN_DATA Instance method Public Method Sets administration data for process 20080925
39 SET_ASSEMBLER_LAST_RUN Instance method Public Method Sets the timestamp of the last assembler session 20100104
40 SET_AUTHORIZATION Instance method Public Method Sets authorization for process 20080925
41 SET_COUNTER_FOR_EVALUATION Instance method Public Method Sets the counters before the evaluation 20091214
42 SET_DESTINATIONS Instance method Public Method Sets step destinations 20080925
43 SET_PERF_DATA_CONFIG Instance method Public Method Set Configuration for Performance Data Assembly 20081027
44 SET_STEP_DESTINATION Instance method Protected Method Sets a step destination 20080925
45 SET_TRANSPORT_LAST_RUN Instance method Public Method Sets the time stamp of the last transport session 20100104
46 SET_UI_ATTRIBUTES Instance method Public Method Sets UI attributes 20081114
47 STOP_ASSEMBLER Instance method Public Method Stops the assembler 20091112
48 STOP_REORGANISATION Instance method Public Method Stops the reorganization 20091125
49 STOP_SELF_MONITOR Instance method Public Method Stops self-monitoring 20101129
50 STOP_TRANSPORT Instance method Public Method Stops the transport 20091112
Events
Class CL_SPI_TEST_CONFIG has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_TR_BUFFER Protected See coding 20091218 BEGIN OF ts_tr_buffer, stepgroup TYPE string, trhd TYPE tspicstrhd, trpl TYPE tspicstrpl, END OF ts_tr_buffer
2 TT_TR_BUFFER Protected See coding 20091218 tt_tr_buffer TYPE STANDARD TABLE OF ts_tr_buffer
Method Signatures

Method ACTIVATE_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_ACTIVATED Value transfer Type reference (TYPE) SPIBOOL SPI Global: Boolscher Wert 20080925
# Exception Resumable Description Created on
1 CX_SPI_TEST_CONFIG Ausnahmeklasse der Konfiguration 20080925

Method ASSEMBLE_RUNTIME_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EP_DURATION Call by reference Type reference (TYPE) I Dauer 20091125
2 Importing IP_MAX_NEW_INST Call by reference Type reference (TYPE) I 1000 20091125
3 Importing IP_MAX_OLD_INST Call by reference Type reference (TYPE) I 1000 20091125
4 Importing IP_MAX_TR Call by reference Type reference (TYPE) I 20000 20100322
5 Importing IP_PARALLEL_JOBS Call by reference Type reference (TYPE) I 0 20091125
6 Importing IP_SERVER_GROUP Call by reference Type reference (TYPE) RZLLI_APCL Name einer Logon/Server-Gruppe 20100111

Method ASSEMBLE_RUNTIME_DATA on class CL_SPI_TEST_CONFIG has no exception.

Method CHECK_AGENT_IMPLEMENTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_STEP Call by reference Object reference (TYPE REF TO) CL_SPI_CM_PSD 20080925
2 Importing IP_DESTINATION Call by reference Type reference (TYPE) SPIPRSTDEST 20080925

Method CHECK_AGENT_IMPLEMENTATION on class CL_SPI_TEST_CONFIG has no exception.

Method CHECK_DESTINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_STEP Call by reference Object reference (TYPE REF TO) CL_SPI_CM_PSD 20080925
2 Importing IP_DESTINATION Call by reference Type reference (TYPE) SPIPRSTDEST 20080925

Method CHECK_DESTINATION on class CL_SPI_TEST_CONFIG has no exception.

Method CHECK_TEST_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_RESULT Value transfer Type reference (TYPE) SPIBOOL SPI Global: Boolscher Wert 20091117

Method CHECK_TEST_PROCESS on class CL_SPI_TEST_CONFIG has no exception.

Method COLLECT_RUNTIME_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EP_DURATION Call by reference Type reference (TYPE) I Dauer 20091125
2 Importing IP_BLOCK_SIZE Call by reference Type reference (TYPE) I 1000 Anzahl Datensätze 20091113
3 Importing IP_PARALLEL Call by reference Type reference (TYPE) SPIFLAG SPI: Kennzeichen 20091117

Method COLLECT_RUNTIME_DATA on class CL_SPI_TEST_CONFIG has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_INDICATOR Call by reference Type reference (TYPE) SPIBOOL SPI_TRUE Fortschrittsanzeige 20091127
2 Importing IP_LOAD_TEMPLATE Call by reference Type reference (TYPE) SPIBOOL SPI_TRUE Template laden 20100111
3 Importing IP_LOG_TITLE Call by reference Type reference (TYPE) STRING Protokolltitel 20100111
4 Importing IP_PROCESS_ID Call by reference Type reference (TYPE) SPIPROCTP SPI: ID eines Prozesstypen 20080925
5 Importing IP_WRITE_LOG Call by reference Type reference (TYPE) SPIBOOL SPI_TRUE Protokoll schreiben 20081017
# Exception Resumable Description Created on
1 CX_SPI_TEST_CONFIG Ausnahmeklasse der Konfiguration 20080925

Method CONVERT_TIMESTAMP_FOR_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMPL UTC-Zeitstempel in Langform (JJJJMMTThhmmssmmmuuun) 20100111
2 Returning RP_RESULT Value transfer Type reference (TYPE) STRING 20100111

Method CONVERT_TIMESTAMP_FOR_DISPLAY on class CL_SPI_TEST_CONFIG has no exception.

Method CREATE_LOCAL_STORE_RECORDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_ID_PREFIX Call by reference Type reference (TYPE) STRING Prefix für Schritt-IDs 20100722
2 Importing IP_STEP_GROUP Call by reference Type reference (TYPE) STRING Schrittgruppe 20100722
3 Importing IT_PARAMETER Call by reference Type reference (TYPE) TSPIGENNV Tabelle von Name-Wert-Paaren 20100722

Method CREATE_LOCAL_STORE_RECORDS on class CL_SPI_TEST_CONFIG has no exception.

Method CREATE_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_COPY_PROCESS Call by reference Type reference (TYPE) SPIBOOL SPI_TRUE Prozesskopie erstellen 20081023
2 Importing IP_PROC_TEXT Call by reference Type reference (TYPE) SPIPROCTXT SPI: Kurztext Prozess 20080925
3 Importing IP_SET_DEFAULT Call by reference Type reference (TYPE) SPIBOOL SPI_TRUE Defaultwerte setzen 20081017
# Exception Resumable Description Created on
1 CX_SPI_TEST_CONFIG Ausnahmeklasse der Konfiguration 20080925

Method CREATE_TRACKING_RECORDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_FROM_BUFFER Call by reference Type reference (TYPE) SPIBOOL SPI_FALSE Daten aus Puffer lesen 20091218
2 Importing IP_ID_PREFIX Call by reference Type reference (TYPE) STRING ID-Prefix 20091228
3 Importing IP_STEP_GROUP Call by reference Type reference (TYPE) STRING Schrittgruppe 20091218
4 Importing IP_TS_OFFSET Call by reference Type reference (TYPE) I Relativer Zeitversatz 20091218
5 Importing IT_PARAMETER Call by reference Type reference (TYPE) TSPIGENNV Tabelle von Name-Wert-Paaren 20091218

Method CREATE_TRACKING_RECORDS on class CL_SPI_TEST_CONFIG has no exception.

Method DEACTIVATE_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_ACTIVATED Value transfer Type reference (TYPE) SPIBOOL SPI Global: Boolscher Wert 20080925
# Exception Resumable Description Created on
1 CX_SPI_TEST_CONFIG Ausnahmeklasse der Konfiguration 20080925

Method DELETE_PROCESS Signature

Method DELETE_PROCESS on class CL_SPI_TEST_CONFIG has no parameter.
Method DELETE_PROCESS on class CL_SPI_TEST_CONFIG has no exception.

Method DELETE_RUNTIME_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_ASYNCHRON Call by reference Type reference (TYPE) SPIFLAG Asynchrone Ausführung 20091112
2 Importing IP_INDICATOR Call by reference Type reference (TYPE) SPIBOOL SPI_TRUE SPI Global: Boolscher Wert 20091124

Method DELETE_RUNTIME_DATA on class CL_SPI_TEST_CONFIG has no exception.

Method EVALUATE_RUNTIME_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_REORG_DONE Call by reference Type reference (TYPE) SPIBOOL SPI_FALSE SPI Global: Boolscher Wert 20081002
2 Returning RP_ERROR Value transfer Type reference (TYPE) SPIBOOL SPI Global: Boolscher Wert 20091207

Method EVALUATE_RUNTIME_DATA on class CL_SPI_TEST_CONFIG has no exception.

Method EVALUATE_TRANSPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_ERROR Value transfer Type reference (TYPE) SPIBOOL SPI Global: Boolscher Wert 20091207

Method EVALUATE_TRANSPORT on class CL_SPI_TEST_CONFIG has no exception.

Method EXCEPTION_ADD_TO_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_ROOT 20080925
2 Importing IP_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL 20080925

Method EXCEPTION_ADD_TO_LOG on class CL_SPI_TEST_CONFIG has no exception.

Method GENERATE_RUNTIME_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PARAMETER Call by reference Type reference (TYPE) TSPIGENNV Tabelle von Name-Wert-Paaren 20080930

Method GENERATE_RUNTIME_DATA on class CL_SPI_TEST_CONFIG has no exception.

Method GET_DESTINATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_STEP_NAME Call by reference Type reference (TYPE) SPIPSNAME Bezeichnung eines Schrittes - bleibt beim Kopieren gleich 20100601
2 Returning RT_DESTINATION Value transfer Type reference (TYPE) TSPIPRSTDEST Tabelle von RFC-destinationen 20091112

Method GET_DESTINATIONS on class CL_SPI_TEST_CONFIG has no exception.

Method GET_PROCESS_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_PROCESS_ID Value transfer Type reference (TYPE) SPIPROCTP SPI: ID eines Prozesstypen 20080925

Method GET_PROCESS_ID on class CL_SPI_TEST_CONFIG has no exception.

Method GET_PROCESS_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_PROC_TEXT Value transfer Type reference (TYPE) SPIPROCTXT SPI: Kurztext Prozess 20080925
# Exception Resumable Description Created on
1 CX_SPI_TEST_CONFIG Ausnahmeklasse der Konfiguration 20080925

Method GET_STEP_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RESULT Value transfer Type reference (TYPE) TSPIPSNAME Tabelle von Schrittnamen 20100120

Method GET_STEP_NAMES on class CL_SPI_TEST_CONFIG has no exception.

Method GET_TEMPLATE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_PROCESS_ID Value transfer Type reference (TYPE) SPIPROCTP SPI: ID eines Prozesstypen 20091117

Method GET_TEMPLATE_ID on class CL_SPI_TEST_CONFIG has no exception.

Method GET_TEMPLATE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_PROC_TEXT Value transfer Type reference (TYPE) SPIPROCTXT SPI: Kurztext Prozess 20080925
# Exception Resumable Description Created on
1 CX_SPI_TEST_CONFIG Ausnahmeklasse der Konfiguration 20080925

Method LOAD_TEMPLATE Signature

Method LOAD_TEMPLATE on class CL_SPI_TEST_CONFIG has no parameter.
# Exception Resumable Description Created on
1 CX_SPI_TEST_CONFIG Ausnahmeklasse der Konfiguration 20091209

Method LOG_ADD_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_BALLOGHNDL Call by reference Type reference (TYPE) BALLOGHNDL 20080925
2 Importing IP_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL 20080925
3 Importing IP_ID Call by reference Type reference (TYPE) SYMSGID 20080925
4 Importing IP_NUMBER Call by reference Type reference (TYPE) SYMSGNO 20080925
5 Importing IP_TYPE Call by reference Type reference (TYPE) SYMSGTY 20080925
6 Importing IP_VAR1 Call by reference Type reference (TYPE) SYMSGV 20080925
7 Importing IP_VAR2 Call by reference Type reference (TYPE) SYMSGV 20080925
8 Importing IP_VAR3 Call by reference Type reference (TYPE) SYMSGV 20080925
9 Importing IP_VAR4 Call by reference Type reference (TYPE) SYMSGV 20101207

Method LOG_ADD_MESSAGE on class CL_SPI_TEST_CONFIG has no exception.

Method LOG_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_BALLOGHNDL Value transfer Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20080925

Method LOG_CREATE on class CL_SPI_TEST_CONFIG has no exception.

Method LOG_DISABLE Signature

Method LOG_DISABLE on class CL_SPI_TEST_CONFIG has no parameter.
Method LOG_DISABLE on class CL_SPI_TEST_CONFIG has no exception.

Method LOG_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_HANDLE Call by reference Type reference (TYPE) BAL_T_LOGH Anwendungs-Log: Tabelle mit Protokoll-Handles 20090918

Method LOG_DISPLAY on class CL_SPI_TEST_CONFIG has no exception.

Method LOG_ENABLE Signature

Method LOG_ENABLE on class CL_SPI_TEST_CONFIG has no parameter.
Method LOG_ENABLE on class CL_SPI_TEST_CONFIG has no exception.

Method LOG_GET_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_HANDLE Value transfer Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20080925

Method LOG_GET_HANDLE on class CL_SPI_TEST_CONFIG has no exception.

Method LOG_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_HANDLE Call by reference Type reference (TYPE) BAL_T_LOGH Anwendungs-Log: Tabelle mit Protokoll-Handles 20091208
2 Returning RT_LOGNUM Value transfer Type reference (TYPE) BAL_T_LGNM Anwendungs-Log: Tabelle mit neu vergebenen LOGNUMBER'S 20091208

Method LOG_SAVE on class CL_SPI_TEST_CONFIG has no exception.

Method PROGRESS_INDICATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_NUMBER Call by reference Type reference (TYPE) I Nachrichtennummer 20091118

Method PROGRESS_INDICATOR on class CL_SPI_TEST_CONFIG has no exception.

Method PROGRESS_INDICATOR_DISABLE Signature

Method PROGRESS_INDICATOR_DISABLE on class CL_SPI_TEST_CONFIG has no parameter.
Method PROGRESS_INDICATOR_DISABLE on class CL_SPI_TEST_CONFIG has no exception.

Method PROGRESS_INDICATOR_ENABLE Signature

Method PROGRESS_INDICATOR_ENABLE on class CL_SPI_TEST_CONFIG has no parameter.
Method PROGRESS_INDICATOR_ENABLE on class CL_SPI_TEST_CONFIG has no exception.

Method RELEASE_PROCESS Signature

Method RELEASE_PROCESS on class CL_SPI_TEST_CONFIG has no parameter.
# Exception Resumable Description Created on
1 CX_SPI_TEST_CONFIG Ausnahmeklasse der Konfiguration 20080925

Method REORGANIZE_RUNTIME_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EP_DURATION Call by reference Type reference (TYPE) I Dauer 20091126

Method REORGANIZE_RUNTIME_DATA on class CL_SPI_TEST_CONFIG has no exception.

Method SET_ADMIN_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_AGGR_DELAY Call by reference Type reference (TYPE) SPIRGAGDELAY Mindestwartezeit oder fester Zeitpunkt (je nach Stufe) 20101213
2 Importing IP_JOBPER Call by reference Type reference (TYPE) I Job-Periode 20080925
3 Importing IP_REOCNT Call by reference Type reference (TYPE) I Aufbewahrungsdauer 20080925
# Exception Resumable Description Created on
1 CX_SPI_TEST_CONFIG Ausnahmeklasse der Konfiguration 20080925

Method SET_ASSEMBLER_LAST_RUN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMPL Letzter Transportlauf 20100104

Method SET_ASSEMBLER_LAST_RUN on class CL_SPI_TEST_CONFIG has no exception.

Method SET_AUTHORIZATION Signature

Method SET_AUTHORIZATION on class CL_SPI_TEST_CONFIG has no parameter.
# Exception Resumable Description Created on
1 CX_SPI_TEST_CONFIG Ausnahmeklasse der Konfiguration 20080925

Method SET_COUNTER_FOR_EVALUATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PARAMETER Call by reference Type reference (TYPE) TSPIGENNV Tabelle von Name-Wert-Paaren 20091214

Method SET_COUNTER_FOR_EVALUATION on class CL_SPI_TEST_CONFIG has no exception.

Method SET_DESTINATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DEST_AGENT Call by reference Type reference (TYPE) TSPIGENNV Tabelle von Name-Wert-Paaren 20080925
2 Importing IT_DEST_STORE Call by reference Type reference (TYPE) TSPIGENNV Tabelle von Name-Wert-Paaren 20080925
# Exception Resumable Description Created on
1 CX_SPI_TEST_CONFIG Ausnahmeklasse der Konfiguration 20080925

Method SET_PERF_DATA_CONFIG Signature

Method SET_PERF_DATA_CONFIG on class CL_SPI_TEST_CONFIG has no parameter.
Method SET_PERF_DATA_CONFIG on class CL_SPI_TEST_CONFIG has no exception.

Method SET_STEP_DESTINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_STEP Call by reference Object reference (TYPE REF TO) CL_SPI_CM_PSD 20080925
2 Importing IP_DEST_AGENT Call by reference Type reference (TYPE) SPIPRSTDEST 20080925
3 Importing IP_DEST_STORE Call by reference Type reference (TYPE) SPIPRSTDEST 20080925

Method SET_STEP_DESTINATION on class CL_SPI_TEST_CONFIG has no exception.

Method SET_TRANSPORT_LAST_RUN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMPL Letzter Transportlauf 20100104

Method SET_TRANSPORT_LAST_RUN on class CL_SPI_TEST_CONFIG has no exception.

Method SET_UI_ATTRIBUTES Signature

Method SET_UI_ATTRIBUTES on class CL_SPI_TEST_CONFIG has no parameter.
Method SET_UI_ATTRIBUTES on class CL_SPI_TEST_CONFIG has no exception.

Method STOP_ASSEMBLER Signature

Method STOP_ASSEMBLER on class CL_SPI_TEST_CONFIG has no parameter.
# Exception Resumable Description Created on
1 CX_SPI_TEST_CONFIG Ausnahmeklasse der Konfiguration 20091112

Method STOP_REORGANISATION Signature

Method STOP_REORGANISATION on class CL_SPI_TEST_CONFIG has no parameter.
# Exception Resumable Description Created on
1 CX_SPI_TEST_CONFIG Ausnahmeklasse der Konfiguration 20091125

Method STOP_SELF_MONITOR Signature

Method STOP_SELF_MONITOR on class CL_SPI_TEST_CONFIG has no parameter.
# Exception Resumable Description Created on
1 CX_SPI_TEST_CONFIG Ausnahmeklasse der Konfiguration 20101129

Method STOP_TRANSPORT Signature

Method STOP_TRANSPORT on class CL_SPI_TEST_CONFIG has no parameter.
# Exception Resumable Description Created on
1 CX_SPI_TEST_CONFIG Ausnahmeklasse der Konfiguration 20091112
History
Last changed by/on SAP  20110908 
SAP Release Created in 720