Hierarchy
⤷
⤷
Properties
| Class | CL_CACS_PATCH_MANAGER_TASK | |
| Short Description | Patch Manager: Task | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CACSAPPL | ICM: Application Administration |
| Created | 20070308 | SAP |
| Last change | 20100310 | 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 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_CACS_PATCH_MANAGER_TASK has no interface implemented.
Friends
Class CL_CACS_PATCH_MANAGER_TASK has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | BALOBJ_D | 'CACS' | BAL: Object Name | 20070308 | ||
| 2 | Constant | Public | Type reference (TYPE) | BALSUBOBJ | 'CACS_TEMP' | BAL: Subobject | 20070308 | ||
| 3 | Constant | Public | Type reference (TYPE) | CACS_PATCH_TASK_STATUS | 'E' | Task Status: 'Completed with Errors' | 20070308 | ||
| 4 | Constant | Public | Type reference (TYPE) | CACS_PATCH_TASK_STATUS | 'R' | Task Status: 'Reset' | 20070308 | ||
| 5 | Constant | Public | Type reference (TYPE) | CACS_PATCH_TASK_STATUS | 'X' | Task Status: 'Is Being Executed' | 20070308 | ||
| 6 | Constant | Public | Type reference (TYPE) | CACS_PATCH_TASK_STATUS | 'S' | Task Status: 'Completed Without Errors' | 20070308 | ||
| 7 | Constant | Public | Type reference (TYPE) | CACS_PATCH_TASK_STATUS | SPACE | Task Status: 'Waiting for Execution' | 20070308 | ||
| 8 | Constant | Public | Type reference (TYPE) | CACS_PATCH_TASK_TYPE | '**' | Any Task Type | 20070308 | ||
| 9 | Constant | Public | Type reference (TYPE) | CACS_PATCH_TASK_TYPE | '01' | Task Type 'Prepare Worklist' | 20070308 | ||
| 10 | Constant | Public | Type reference (TYPE) | CACS_PATCH_TASK_TYPE | '02' | Task Type 'Execute Comparison' | 20070309 | ||
| 11 | Constant | Protected | Type reference (TYPE) | CHAR1 | 'I' | Update Indicator: New Entry | 20070308 | ||
| 12 | Constant | Protected | Type reference (TYPE) | CHAR1 | SPACE | Update Indicator: No Change | 20070308 | ||
| 13 | Constant | Protected | Type reference (TYPE) | CHAR1 | 'U' | Update Indicator: Changed Entry | 20070308 | ||
| 14 | Instance attribute | Protected | Type reference (TYPE) | BOOLEAN_FLG | Boolean Variables (X=true, space=false) | 20070312 | |||
| 15 | Instance attribute | Protected | Type reference (TYPE) | CACSAPPL | Identification of Application | 20070308 | |||
| 16 | Instance attribute | Protected | Type reference (TYPE) | CACS_GUID_22 | Unique Identifier (GUID22) | 20070530 | |||
| 17 | Instance attribute | Protected | Type reference (TYPE) | CACS_PATCH_TASK_CREATETIME | Patch Manager: Creation Time | 20070314 | |||
| 18 | Instance attribute | Protected | Type reference (TYPE) | CACS_PATCH_TASK_CREATEUSER | Patch Manager: Creator | 20070314 | |||
| 19 | Instance attribute | Protected | Type reference (TYPE) | CACS_PATCH_STEP_EVENT | Patch Manager: Execution Time | 20070312 | |||
| 20 | Instance attribute | Protected | Type reference (TYPE) | CACS_GUID_22 | Unique Identifier (GUID22) | 20070530 | |||
| 21 | Instance attribute | Protected | Type reference (TYPE) | BTCJOBCNT | Job ID | 20070308 | |||
| 22 | Instance attribute | Protected | Type reference (TYPE) | BTCJOB | Background Job Name | 20070308 | |||
| 23 | Instance attribute | Protected | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20070308 | |||
| 24 | Instance attribute | Protected | Type reference (TYPE) | CACS_PATCH_TASK_STARTTIME | Patch Manager: Start Time | 20070314 | |||
| 25 | Instance attribute | Protected | Type reference (TYPE) | CACS_PATCH_TASK_STARTUSER | Patch Manager: Executor of Task | 20070314 | |||
| 26 | Instance attribute | Protected | Type reference (TYPE) | CACS_PATCH_TASK_STATUS | Patch Manager: Status of Task | 20070308 | |||
| 27 | Instance attribute | Protected | Type reference (TYPE) | CACS_PATCH_TASK_TYPE | Patch Manager: Type of Task | 20070308 | |||
| 28 | Instance attribute | Protected | Type reference (TYPE) | CHAR1 | Update Indicator | 20070308 | |||
| 29 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CACS_PATCH_UDATA_DB_ITF | Patch Manager: Database Interface (Upgrade) | 20070308 | |||
| 30 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CACS_BAL | CACS: Application Log | 20070308 | |||
| 31 | Instance attribute | Protected | Type reference (TYPE) | MTY_TT_BATCH_GUID | 20070530 | ||||
| 32 | Instance attribute | Protected | Type reference (TYPE) | MTY_TT_TASK_STEP_INTERNAL | Patch Manager: Task for Executing Step | 20070312 | |||
| 33 | Static Attribute | Protected | Type reference (TYPE) | MTY_TT_TASK | 20070308 | ||||
| 34 | Static Attribute | Protected | Type reference (TYPE) | MTY_TT_TASK_STATUS_TEXT | 20070314 | ||||
| 35 | Static Attribute | Protected | Type reference (TYPE) | MTY_TT_TASK_TYPE_TEXT | 20070313 |
Methods
Events
Class CL_CACS_PATCH_MANAGER_TASK has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MTY_S_TASK_STATUS_TEXT | Protected | See coding | 20070314 | BEGIN OF mty_s_task_status_text,
task_status TYPE cacs_patch_task_status,
text TYPE ddtext,
END OF mty_s_task_status_text
|
||
| 2 | MTY_S_TASK_STEP_INTERNAL | Protected | See coding | Steps of Task (Intrenal Display) | 20070312 | BEGIN OF mty_s_task_step_internal,
batch_guid TYPE cacs_guid_22,
guid TYPE cacs_guid_22,
sap_release TYPE cacs_sap_release,
patch TYPE cacs_patch,
step_impl TYPE cacs_patch_step_impl,
step_prio TYPE cacs_patch_step_prio,
status TYPE cacs_patch_step_status,
log_handle TYPE balloghndl,
updkz TYPE char1,
END OF mty_s_task_step_internal
|
|
| 3 | MTY_S_TASK_TYPE_TEXT | Protected | See coding | 20070312 | BEGIN OF mty_s_task_type_text,
task_type TYPE cacs_patch_task_type,
text TYPE ddtext,
END OF mty_s_task_type_text
|
||
| 4 | MTY_TT_BATCH_GUID | Protected | See coding | 20070530 | mty_tt_batch_GUID TYPE STANDARD TABLE OF cacs_guid_22
WITH NON-UNIQUE DEFAULT KEY
|
||
| 5 | MTY_TT_TASK | Public | See coding | 20070308 | MTY_TT_TASK type STANDARD TABLE OF ref to CL_CACS_PATCH_MANAGER_TASK
with NON-UNIQUE DEFAULT KEY
|
||
| 6 | MTY_TT_TASK_STATUS_TEXT | Protected | See coding | 20070314 | mty_tt_task_status_text TYPE STANDARD TABLE OF mty_s_task_status_text
|
||
| 7 | MTY_TT_TASK_STEP_INTERNAL | Protected | See coding | Steps of Task (Intrenal Display) | 20070312 | mty_tt_task_step_internal TYPE STANDARD TABLE OF mty_s_task_step_internal
WITH NON-UNIQUE DEFAULT KEY
|
|
| 8 | MTY_TT_TASK_TYPE | Public | See coding | 20070308 | MTY_TT_TASK_TYPE type STANDARD TABLE OF cacs_patch_TASK_TYPE
with NON-UNIQUE DEFAULT KEY
|
||
| 9 | MTY_TT_TASK_TYPE_TEXT | Protected | See coding | 20070312 | mty_tt_task_type_text TYPE STANDARD TABLE OF mty_s_task_type_text
|
Method Signatures
Method ANY_TASK_RUNNING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_APPL | Call by reference | Type reference (TYPE) | CACSAPPL | Identifikation der Anwendung | 20070308 | |||
| 2 | ID_TASK_TYPE | Call by reference | Type reference (TYPE) | CACS_PATCH_TASK_TYPE | GC_TASK_TYPE_ANY | Patch-Manager: Art der Aufgabe | 20070308 | ||
| 3 | ID_UPGRADE_GUID | Call by reference | Type reference (TYPE) | CACS_GUID_22 | 20070530 | ||||
| 4 | RB_RESULT | Value transfer | Type reference (TYPE) | BOOLEAN_FLG | Boolsche Variable (X=true, space=false) | 20070308 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070308 |
Method ANY_TASK_SCHEDULED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_APPL | Call by reference | Type reference (TYPE) | CACSAPPL | Identifikation der Anwendung | 20070308 | |||
| 2 | ID_TASK_TYPE | Call by reference | Type reference (TYPE) | CACS_PATCH_TASK_TYPE | GC_TASK_TYPE_ANY | Patch-Manager: Art der Aufgabe | 20070308 | ||
| 3 | ID_UPGRADE_GUID | Call by reference | Type reference (TYPE) | CACS_GUID_22 | 20070530 | ||||
| 4 | RB_RESULT | Value transfer | Type reference (TYPE) | BOOLEAN_FLG | Boolsche Variable (X=true, space=false) | 20070308 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070308 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IB_NEW_INSTANCE | Call by reference | Type reference (TYPE) | CHAR1 | Kennzeichen neue Instanz | 20070308 | |||
| 2 | ID_APPL | Call by reference | Type reference (TYPE) | CACSAPPL | Identifikation der Anwendung | 20070308 | |||
| 3 | ID_BATCH_GUID | Call by reference | Type reference (TYPE) | CACS_GUID_22 | 20070530 | ||||
| 4 | ID_CREATE_TIMESTAMP | Call by reference | Type reference (TYPE) | CACS_PATCH_TASK_CREATETIME | Patch-Manager: Erstellungszeitpunkt | 20070314 | |||
| 5 | ID_CREATE_USER | Call by reference | Type reference (TYPE) | CACS_PATCH_TASK_CREATEUSER | Patch-Manager: Ersteller | 20070314 | |||
| 6 | ID_EVENT | Call by reference | Type reference (TYPE) | CACS_PATCH_STEP_EVENT | Patch-Manager: Ausführungszeitpunkt | 20070312 | |||
| 7 | ID_JOBCOUNT | Call by reference | Type reference (TYPE) | BTCJOBCNT | Kennummer eines Jobs | 20070314 | |||
| 8 | ID_JOBNAME | Call by reference | Type reference (TYPE) | BTCJOB | Name eines Hintergrundjobs | 20070314 | |||
| 9 | ID_LOG_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20070308 | |||
| 10 | ID_START_TIMESTAMP | Call by reference | Type reference (TYPE) | CACS_PATCH_TASK_STARTTIME | Patch-Manager: Startzeitpunkt | 20070314 | |||
| 11 | ID_START_USER | Call by reference | Type reference (TYPE) | CACS_PATCH_TASK_STARTUSER | Patch-Manager: Ausführer der Aufgabe | 20070314 | |||
| 12 | ID_TASK_STATUS | Call by reference | Type reference (TYPE) | CACS_PATCH_TASK_STATUS | Patch-Manager: Status der Aufgabe | 20070308 | |||
| 13 | ID_TASK_TYPE | Call by reference | Type reference (TYPE) | CACS_PATCH_TASK_TYPE | Patch-Manager: Art der Aufgabe | 20070308 | |||
| 14 | ID_UPGRADE_GUID | Call by reference | Type reference (TYPE) | CACS_GUID_22 | 20070530 | ||||
| 15 | IO_LOG | Call by reference | Object reference (TYPE REF TO) | CL_CACS_BAL | Application log | 20070308 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070308 |
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_APPL | Call by reference | Type reference (TYPE) | CACSAPPL | Identifikation der Anwendung | 20070308 | |||
| 2 | ID_EVENT | Call by reference | Type reference (TYPE) | CACS_PATCH_STEP_EVENT | Patch-Manager: Ausführungszeitpunkt | 20070312 | |||
| 3 | ID_TASK_TYPE | Call by reference | Type reference (TYPE) | CACS_PATCH_TASK_TYPE | Patch-Manager: Art der Aufgabe | 20070308 | |||
| 4 | ID_UPGRADE_GUID | Call by reference | Type reference (TYPE) | CACS_GUID_22 | 20070530 | ||||
| 5 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_CACS_PATCH_MANAGER_TASK | Patch-Manager: Aufgabe | 20070308 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070308 |
Method CREATE_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_GUID | Value transfer | Type reference (TYPE) | CACS_GUID_22 | 16 byte UUID in 32 chars (hexadecimal encoded) | 20070530 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070530 |
Method DROP_INSTANCE_BUFFER Signature
Method DROP_INSTANCE_BUFFER on class CL_CACS_PATCH_MANAGER_TASK has no parameter.
Method DROP_INSTANCE_BUFFER on class CL_CACS_PATCH_MANAGER_TASK has no exception.
Method FETCH_STEPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_TASK_STEP | Value transfer | Type reference (TYPE) | CACS_TT_PATCH_TASK_STEP | Patch-Manager: Aufgabe zur Ausführung eines Schritts | 20070312 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070312 |
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_APPL | Call by reference | Type reference (TYPE) | CACSAPPL | Identifikation der Anwendung | 20070308 | |||
| 2 | ID_BATCH_GUID | Call by reference | Type reference (TYPE) | CACS_GUID_22 | 20070530 | ||||
| 3 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_CACS_PATCH_MANAGER_TASK | Patch-Manager: Aufgabe | 20070308 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070308 |
Method GET_BATCH_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_BATCH_GUID | Value transfer | Type reference (TYPE) | CACS_GUID_22 | 20070530 |
Method GET_BATCH_GUID on class CL_CACS_PATCH_MANAGER_TASK has no exception.
Method GET_CREATE_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_CREATE_TIMESTAMP | Value transfer | Type reference (TYPE) | CACS_PATCH_TASK_CREATETIME | Patch-Manager: Erstellungszeitpunkt | 20070314 |
Method GET_CREATE_TIMESTAMP on class CL_CACS_PATCH_MANAGER_TASK has no exception.
Method GET_CREATE_USER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_CREATE_USER | Value transfer | Type reference (TYPE) | CACS_PATCH_TASK_CREATEUSER | Patch-Manager: Ersteller | 20070314 |
Method GET_CREATE_USER on class CL_CACS_PATCH_MANAGER_TASK has no exception.
Method GET_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_EVENT | Value transfer | Type reference (TYPE) | CACS_PATCH_STEP_EVENT | Patch-Manager: Ausführungszeitpunkt | 20070312 |
Method GET_EVENT on class CL_CACS_PATCH_MANAGER_TASK has no exception.
Method GET_JOBCOUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_JOBCOUNT | Value transfer | Type reference (TYPE) | BTCJOBCNT | Kennummer eines Jobs | 20070314 |
Method GET_JOBCOUNT on class CL_CACS_PATCH_MANAGER_TASK has no exception.
Method GET_JOBNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_JOBNAME | Value transfer | Type reference (TYPE) | BTCJOB | Name eines Hintergrundjobs | 20070314 |
Method GET_JOBNAME on class CL_CACS_PATCH_MANAGER_TASK has no exception.
Method GET_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_LOG | Value transfer | Object reference (TYPE REF TO) | CL_CACS_BAL | CACS: Application log | 20070308 |
Method GET_LOG on class CL_CACS_PATCH_MANAGER_TASK has no exception.
Method GET_START_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_START_TIMESTAMP | Value transfer | Type reference (TYPE) | CACS_PATCH_TASK_STARTTIME | Patch-Manager: Startzeitpunkt | 20070314 |
Method GET_START_TIMESTAMP on class CL_CACS_PATCH_MANAGER_TASK has no exception.
Method GET_START_USER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_START_USER | Value transfer | Type reference (TYPE) | CACS_PATCH_TASK_STARTUSER | Patch-Manager: Ausführer der Aufgabe | 20070314 |
Method GET_START_USER on class CL_CACS_PATCH_MANAGER_TASK has no exception.
Method GET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_STATUS | Value transfer | Type reference (TYPE) | CACS_PATCH_TASK_STATUS | Patch-Manager: Status der Aufgabe | 20070308 |
Method GET_STATUS on class CL_CACS_PATCH_MANAGER_TASK has no exception.
Method GET_STEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_PATCH | Call by reference | Type reference (TYPE) | CACS_PATCH | ICM: Patch | 20070312 | |||
| 2 | ID_SAP_RELEASE | Call by reference | Type reference (TYPE) | CACS_SAP_RELEASE | ICM: Release des Basissystems | 20070312 | |||
| 3 | ID_STEP_IMPL | Call by reference | Type reference (TYPE) | CACS_PATCH_STEP_IMPL | Patch-Manager: Implementierung zum Schritt | 20070312 | |||
| 4 | RS_TASK_STEP | Value transfer | Type reference (TYPE) | CACS_S_PATCH_TASK_STEP | Patch-Manager: Aufgabe zur Ausführung eines Schritts | 20070312 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070312 |
Method GET_STEPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_TASK_STEP | Value transfer | Type reference (TYPE) | CACS_TT_PATCH_TASK_STEP | Patch-Manager: Aufgabe zur Ausführung eines Schritts | 20070312 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070312 |
Method GET_TASK_STATUS_TEXT_STATIC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_TASK_STATUS | Call by reference | Type reference (TYPE) | CACS_PATCH_TASK_STATUS | Patch-Manager: Status der Aufgabe | 20070314 | |||
| 2 | RD_TEXT | Value transfer | Type reference (TYPE) | DDTEXT | Erläuternder Kurztext | 20070314 |
Method GET_TASK_STATUS_TEXT_STATIC on class CL_CACS_PATCH_MANAGER_TASK has no exception.
Method GET_TASK_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_TASK_TYPE | Value transfer | Type reference (TYPE) | CACS_PATCH_TASK_TYPE | Patch-Manager: Art der Aufgabe | 20070308 |
Method GET_TASK_TYPE on class CL_CACS_PATCH_MANAGER_TASK has no exception.
Method GET_TASK_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_TASK_TYPES | Value transfer | Type reference (TYPE) | MTY_TT_TASK_TYPE | Aufgabentypen | 20070308 |
Method GET_TASK_TYPES on class CL_CACS_PATCH_MANAGER_TASK has no exception.
Method GET_TASK_TYPE_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_TASK_TYPE | Call by reference | Type reference (TYPE) | CACS_PATCH_TASK_TYPE | Patch-Manager: Art der Aufgabe | 20070312 | |||
| 2 | RD_TEXT | Value transfer | Type reference (TYPE) | DDTEXT | Erläuternder Kurztext | 20070312 |
Method GET_TASK_TYPE_TEXT on class CL_CACS_PATCH_MANAGER_TASK has no exception.
Method GET_TASK_TYPE_TEXT_STATIC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_TASK_TYPE | Call by reference | Type reference (TYPE) | CACS_PATCH_TASK_TYPE | Patch-Manager: Art der Aufgabe | 20070313 | |||
| 2 | RD_TEXT | Value transfer | Type reference (TYPE) | DDTEXT | Erläuternder Kurztext | 20070313 |
Method GET_TASK_TYPE_TEXT_STATIC on class CL_CACS_PATCH_MANAGER_TASK has no exception.
Method GET_UPGRADE_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_UPGRADE_GUID | Value transfer | Type reference (TYPE) | CACS_GUID_22 | 20070530 |
Method GET_UPGRADE_GUID on class CL_CACS_PATCH_MANAGER_TASK has no exception.
Method GET_UPGRADE_TASKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_APPL | Call by reference | Type reference (TYPE) | CACSAPPL | Identifikation der Anwendung | 20070312 | |||
| 2 | ID_GUID | Call by reference | Type reference (TYPE) | CACS_GUID_22 | 20070530 | ||||
| 3 | ID_TASK_TYPE | Call by reference | Type reference (TYPE) | CACS_PATCH_TASK_TYPE | Patch-Manager: Art der Aufgabe | 20070312 | |||
| 4 | RT_TASK | Value transfer | Type reference (TYPE) | CL_CACS_PATCH_MANAGER_TASK=>MTY_TT_TASK | 20070312 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070312 |
Method INSERT_STEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_STEP | Call by reference | Object reference (TYPE REF TO) | CL_CACS_PATCH_MANAGER_STEP | Patch-Manager: Schritt im Upgrade | 20070312 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070312 |
Method RECORD_START Signature
Method RECORD_START on class CL_CACS_PATCH_MANAGER_TASK has no parameter.
Method RECORD_START on class CL_CACS_PATCH_MANAGER_TASK has no exception.
Method SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IB_COMMIT_WORK | Call by reference | Type reference (TYPE) | BOOLEAN_FLG | ABAP_FALSE | Boolsche Variable (X=true, space=false) | 20070308 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070308 |
Method SET_JOBCOUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_JOBCOUNT | Call by reference | Type reference (TYPE) | BTCJOBCNT | Kennummer eines Jobs | 20070308 |
Method SET_JOBCOUNT on class CL_CACS_PATCH_MANAGER_TASK has no exception.
Method SET_JOBNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_JOBNAME | Call by reference | Type reference (TYPE) | BTCJOB | Name eines Hintergrundjobs | 20070308 |
Method SET_JOBNAME on class CL_CACS_PATCH_MANAGER_TASK has no exception.
Method SET_LOG_HANDLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_LOG_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20070308 |
Method SET_LOG_HANDLE on class CL_CACS_PATCH_MANAGER_TASK has no exception.
Method SET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_STATUS | Call by reference | Type reference (TYPE) | CACS_PATCH_TASK_STATUS | Patch-Manager: Status der Aufgabe | 20070308 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070308 |
Method SET_UPDKZ Signature
Method SET_UPDKZ on class CL_CACS_PATCH_MANAGER_TASK has no parameter.
Method SET_UPDKZ on class CL_CACS_PATCH_MANAGER_TASK has no exception.
Method UPDATE_STEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_LOG_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20070313 | |||
| 2 | ID_STATUS | Call by reference | Type reference (TYPE) | CACS_PATCH_STEP_STATUS | Patch-Manager: Status eines Schrittes | 20070313 | |||
| 3 | IO_STEP | Call by reference | Object reference (TYPE REF TO) | CL_CACS_PATCH_MANAGER_STEP | Patch-Manager: Schritt im Upgrade | 20070313 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070313 |
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 700 |