SAP ABAP Class CL_OXT_TASK_OL (OO Wrapper for tasks)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-EEW-SRV (Application Component) EEW Services
     OXT_ROOT (Package) Object Extension Tool: Basis
Properties
Class CL_OXT_TASK_OL  
Short Description OO Wrapper for tasks    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class OXT_MISC    
Program status P  SAP Standard Production Program 
Category 0   
Package OXT_ROOT   Object Extension Tool: Basis 
Created 20011031   SAP 
Last change 20011123   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_OXT_TASK_OL has no forward declaration.
Interfaces
Class CL_OXT_TASK_OL has no interface implemented.
Friends
Class CL_OXT_TASK_OL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_TASKSTAT_CREATED Constant Public Type reference (TYPE) OXT_TASKSTATUS ' ' Task status 20011031
2 GC_TASKSTAT_CREATED_ERROR Constant Public Type reference (TYPE) OXT_TASKSTATUS 'F' Task status 20020111
3 GC_TASKSTAT_DONE Constant Public Type reference (TYPE) OXT_TASKSTATUS 'D' Task status 20011031
4 GC_TASKSTAT_ERROR Constant Public Type reference (TYPE) OXT_TASKSTATUS 'E' Task status 20011031
5 GR_EXTENSION Instance attribute Private Object reference (TYPE REF TO) CL_OXT_EXTENSION_OL Processing of OXT Extensions 20011031
6 GR_MSG Instance attribute Public Object reference (TYPE REF TO) CL_OXT_MESSAGES_OL OXT message processing 20011031
7 GT_GENOBJ Instance attribute Private Type reference (TYPE) COMT_GOX_TRANS_OBJECT Table with entries for transport 20011102
8 GV_DUMMY_MSG Instance attribute Private Type reference (TYPE) BAPI_MSG Message text 20011031
9 GV_LOG_HANDLE Instance attribute Private Type reference (TYPE) BALLOGHNDL Application log: Log handle 20011031
10 GV_SETTYPENAME Instance attribute Public Type reference (TYPE) OXT_SETTYPENAME Set type for OXT task 20011102
11 GV_SYSTEMNAME Instance attribute Private Type reference (TYPE) OXT_SYSNAME System 20011031
12 GV_TASKID Instance attribute Public Type reference (TYPE) OXT_TASKID OXT task ID 20011031
13 GV_TASKORDER Instance attribute Private Type reference (TYPE) OXT_OBJECTORDER Sequence for OXT objects 20011031
14 GV_TASKSTATUS Instance attribute Public Type reference (TYPE) OXT_TASKSTATUS Task status 20011031
15 GV_TASKTYP Instance attribute Private Type reference (TYPE) OXT_TASKTYP OXT task type 20011031
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MESSAGES Instance method Public Method (OL) Add messages to a task 20011106
2 CONSTRUCTOR Instance method Public Constructor (OL) Instantiate a task in memory 20011031
3 DELETE_LOG Instance method Public Method (OL) Delete the log handle 20020409
4 GETDETAIL Instance method Public Method (OL) Get detail of special task 20011031
5 GETLIST Static method Public Method (DB) Get list of existing tasks 20011031
6 SYNCH_READ Instance method Private Method (DB) Read local information 20011031
7 SYNCH_READ_RFC Instance method Private Method (DB) Read global information 20011106
8 SYNCH_WRITE_LOG Instance method Private Method (DB) Write log handle to OXT_TASKLINK 20011106
Events
Class CL_OXT_TASK_OL has no event.
Types
Class CL_OXT_TASK_OL has no local type.
Method Signatures

Method ADD_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGES Call by reference Type reference (TYPE) TOXT_BAPIRETURN Tabelle von Nachrichten 20011106
# Exception Resumable Description Created on
1 TECHNICAL_ERROR technischer Fehler 20011106

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_EXTENSION Call by reference Object reference (TYPE REF TO) CL_OXT_EXTENSION_OL Verarbeitung von OXT Erweiterungen 20011031
2 Importing IV_TASKID Call by reference Type reference (TYPE) OXT_TASKID ID eines OXT Tasks 20011031
# Exception Resumable Description Created on
1 DATABASE_ERROR Fehler auf der Datenbank 20011031
2 LOGICAL_ERROR Logischer Fehler 20011031

Method DELETE_LOG Signature

Method DELETE_LOG on class CL_OXT_TASK_OL has no parameter.
# Exception Resumable Description Created on
1 DATABASE_ERROR Database Error 20020409

Method GETDETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_EXTENSION Call by reference Object reference (TYPE REF TO) CL_OXT_EXTENSION_OL Verarbeitung von OXT Erweiterungen 20011105
2 Exporting ET_GENOBJ Call by reference Type reference (TYPE) COMT_GOX_TRANS_OBJECT Tabelle mit Einträgen zum Transport 20011102
3 Exporting EV_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20011031
4 Exporting EV_SYSTEMNAME Call by reference Type reference (TYPE) OXT_SYSNAME System 20011031
5 Exporting EV_TASKID Call by reference Type reference (TYPE) OXT_TASKID ID eines OXT Tasks 20011031
6 Exporting EV_TASKORDER Call by reference Type reference (TYPE) OXT_OBJECTORDER Reihenfolge für OXT Objekte 20011031
7 Exporting EV_TASKSTATUS Call by reference Type reference (TYPE) OXT_TASKSTATUS Task-Status 20011031
8 Exporting EV_TASKTYP Call by reference Type reference (TYPE) OXT_TASKTYP OXT Tasktyp 20011031
# Exception Resumable Description Created on
1 TECHNICAL_ERROR technischer Fehler 20011031

Method GETLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TASKLIST Call by reference Type reference (TYPE) TOXT_TASKINFO Tabellentype für OXT_TASKINFO 20011031
2 Importing IV_EXTENSIONID Call by reference Type reference (TYPE) OXT_EXTENSIONID 20011031
3 Importing IV_EXTVERSION Call by reference Type reference (TYPE) OXT_EXTVERSION Version einer Erweiterung 20011031

Method GETLIST on class CL_OXT_TASK_OL has no exception.

Method SYNCH_READ Signature

Method SYNCH_READ on class CL_OXT_TASK_OL has no parameter.
# Exception Resumable Description Created on
1 DATABASE_ERROR Fehler auf der Datenbank 20011031

Method SYNCH_READ_RFC Signature

Method SYNCH_READ_RFC on class CL_OXT_TASK_OL has no parameter.
# Exception Resumable Description Created on
1 DATABASE_ERROR Fehler auf der Datenbank 20011106

Method SYNCH_WRITE_LOG Signature

Method SYNCH_WRITE_LOG on class CL_OXT_TASK_OL has no parameter.
# Exception Resumable Description Created on
1 DATABASE_ERROR Datenbank Fehler 20011106
History
Last changed by/on SAP  20011123 
SAP Release Created in 620