Hierarchy

⤷

⤷

Properties
Class | CL_CACS_PATCH_MANAGER_UPGRADE | |
Short Description | Patch Management (Upgrade Process) | |
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) |
3 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_CACS_PATCH_MANAGER_UPGRADE has no interface implemented.
Friends
Class CL_CACS_PATCH_MANAGER_UPGRADE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | CACS_PATCH_STEP_EVENT | '10' | Event: Adjust Client-Specific Customizing | 20070312 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | CACS_PATCH_STEP_EVENT | '40' | Event: Adjust Customizing of Application | 20070312 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | CACS_PATCH_STEP_EVENT | '20' | Event: Adjust Design of Application | 20070312 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | CACS_PATCH_STEP_EVENT | '50' | Event: Adjust Master Data | 20070312 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | CACS_PATCH_STEP_EVENT | '60' | Event: Adjust Transaction Data | 20070312 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | CACS_PATCH_STEP_EVENT | '30' | Event: Generation of Application | 20070312 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | CACS_PATCH_STEP_EVENT | '00' | Event: Prepare Upgrade | 20070312 | |
8 | ![]() |
Constant | Public | Type reference (TYPE) | BALOBJ_D | 'CACS' | BAL: Object Name | 20070308 | |
9 | ![]() |
Constant | Public | Type reference (TYPE) | BALSUBOBJ | 'CACS_TEMP' | BAL: Subobject | 20070308 | |
10 | ![]() |
Constant | Protected | Type reference (TYPE) | SYREPID | 'CACS_PATCH_MANAGER_DISPATCHER' | Report Name of Dispatcher | 20070308 | |
11 | ![]() |
Constant | Public | Type reference (TYPE) | CACS_PATCH_STATUS | SPACE | Status of Upgrade: "Active" | 20070308 | |
12 | ![]() |
Constant | Public | Type reference (TYPE) | CACS_PATCH_STATUS | '1' | Status of Upgrade: "Completed" | 20070308 | |
13 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | BOOLEAN_FLG | Boolean Variables (X=true, space=false) | 20070316 | ||
14 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CACSAPPL | Identification of Application | 20070308 | ||
15 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CACS_GUID_22 | 20070530 | |||
16 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CACS_APPLICATION | ICM Application | 20070308 | ||
17 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CACS_PATCH_ADATA_DB_ITF | Patch Manager: Database Interface (Application Data) | 20070308 | ||
18 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CACS_PATCH_MDATA_DB_ITF | Patch Manager: Database Interface (Master Data) | 20070308 | ||
19 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CACS_PATCH_UDATA_DB_ITF | Patch Manager: Database Interface (Upgrade) | 20070308 | ||
20 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CACS_TT_PATCH_DOCUMENT | Patch Manager: Documents for Patch | 20070308 | ||
21 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | MTY_TT_EVENT | 20070308 | |||
22 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | MTY_TT_EVENT_STEP | Necessary Steps for Event | 20070309 | ||
23 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | MTY_TT_TASK | Tasks (Table) | 20070312 | ||
24 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CACS_TT_PATCH | Patch Manager: Patch (Table) | 20070308 | ||
25 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CACS_TT_PATCH_STEP | Patch Manager: Steps of Upgrade (Table) | 20070308 | ||
26 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | MTY_TT_INSTANCE | Instances | 20070308 |
Methods
Events
Class CL_CACS_PATCH_MANAGER_UPGRADE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | MTY_S_EVENT | Public | See coding | Event | 20070308 | begin of MTy_S_EVENt,
event type cacs_patch_step_event,
text type ddtext,
end of MTy_S_EVENT
|
|
2 | MTY_S_EVENT_STEP | Protected | See coding | Steps for Event | 20070309 | begin of MTY_S_EVENT_STEP,
event type cacs_patch_step_event,
t_step type CL_CACS_PATCH_MANAGER_STEP=>MTY_TT_STEP,
end of MTY_S_EVENT_STEP
|
|
3 | MTY_S_TASK | Protected | See coding | Tasks | 20070312 | begin of mty_s_task,
task_type type CACS_PATCH_TASK_TYPE,
event type cacs_patch_step_event,
t_task type cl_cacs_patch_manager_task=>MTY_TT_TASK,
end of mty_s_task
|
|
4 | MTY_TT_EVENT | Public | See coding | Event (Table) | 20070308 | mty_tt_event type STANDARD TABLE OF mty_s_event
with NON-UNIQUE DEFAULT KEY
|
|
5 | MTY_TT_EVENT_STEP | Protected | See coding | Steps for Event (Table) | 20070309 | MTY_tt_EVENT_STEP type STANDARD TABLE OF MTY_S_EVENT_STEP
with NON-UNIQUE DEFAULT KEY
|
|
6 | MTY_TT_INSTANCE | Protected | See coding | Instances | 20070308 | mty_tt_instance TYPE STANDARD TABLE OF REF TO CL_CACS_PATCH_MANAGER_UPGRADE
|
|
7 | MTY_TT_TASK | Protected | See coding | Tasks (Table) | 20070312 | MTY_TT_TASK type STANDARD TABLE OF mty_s_task with NON-UNIQUE DEFAULT KEY
|
Method Signatures
Method ALL_EVENTS_SUCCESSFUL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RB_SUCCESSFUL | Value transfer | Type reference (TYPE) | BOOLEAN_FLG | Boolsche Variable (X=true, space=false) | 20070316 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070316 |
Method CLOSE_UPGRADE Signature
Method CLOSE_UPGRADE on class CL_CACS_PATCH_MANAGER_UPGRADE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070316 |
Method CONSTRUCTOR 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_UPGRADE_GUID | Call by reference | Type reference (TYPE) | CACS_GUID_22 | 20070530 |
# | 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 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_CACS_PATCH_MANAGER_UPGRADE | Verwaltung der Patches (Upgrade Prozess) | 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 | 20070530 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20070530 |
Method DEQUEUE Signature
Method DEQUEUE on class CL_CACS_PATCH_MANAGER_UPGRADE has no parameter.
Method DEQUEUE on class CL_CACS_PATCH_MANAGER_UPGRADE has no exception.
Method DETERMINE_APPLICABLE_PATCHES Signature
Method DETERMINE_APPLICABLE_PATCHES on class CL_CACS_PATCH_MANAGER_UPGRADE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070308 |
Method DETERMINE_ENHANCEMENTS Signature
Method DETERMINE_ENHANCEMENTS on class CL_CACS_PATCH_MANAGER_UPGRADE has no parameter.
Method DETERMINE_ENHANCEMENTS on class CL_CACS_PATCH_MANAGER_UPGRADE has no exception.
Method DETERMINE_PACKAGES Signature
Method DETERMINE_PACKAGES on class CL_CACS_PATCH_MANAGER_UPGRADE has no parameter.
Method DETERMINE_PACKAGES on class CL_CACS_PATCH_MANAGER_UPGRADE has no exception.
Method DETERMINE_UPGRADE_STEPS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_LOG | Call by reference | Object reference (TYPE REF TO) | CL_CACS_BAL | CACS: Application log | 20070313 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070308 |
Method DROP_INSTANCE_BUFFER Signature
Method DROP_INSTANCE_BUFFER on class CL_CACS_PATCH_MANAGER_UPGRADE has no parameter.
Method DROP_INSTANCE_BUFFER on class CL_CACS_PATCH_MANAGER_UPGRADE has no exception.
Method DROP_TASK_BUFFER Signature
Method DROP_TASK_BUFFER on class CL_CACS_PATCH_MANAGER_UPGRADE has no parameter.
Method DROP_TASK_BUFFER on class CL_CACS_PATCH_MANAGER_UPGRADE has no exception.
Method ENQUEUE Signature
Method ENQUEUE on class CL_CACS_PATCH_MANAGER_UPGRADE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070320 |
Method FETCH_STEPS Signature
Method FETCH_STEPS on class CL_CACS_PATCH_MANAGER_UPGRADE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070312 |
Method FETCH_TASKS 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 |
# | 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_UPGRADE_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_UPGRADE | Verwaltung der Patches | 20070308 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070308 |
Method GET_ACTIVE_UPGRADE 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 | ![]() |
RO_UPGRADE | Value transfer | Object reference (TYPE REF TO) | CL_CACS_PATCH_MANAGER_UPGRADE | Verwaltung der Patches | 20070308 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070308 |
Method GET_APPL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RD_APPL | Value transfer | Type reference (TYPE) | CACSAPPL | Identifikation der Anwendung | 20070308 |
Method GET_APPL on class CL_CACS_PATCH_MANAGER_UPGRADE has no exception.
Method GET_EVENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_EVENT | Value transfer | Type reference (TYPE) | MTY_TT_EVENT | 20070308 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070312 |
Method GET_EVENT_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_EVENT | Call by reference | Type reference (TYPE) | CACS_PATCH_STEP_EVENT | Patch-Manager: Ausführungszeitpunkt | 20070308 | ||
2 | ![]() |
RD_STATUS | Value transfer | Type reference (TYPE) | CACS_PATCH_STEP_STATUS | Patch-Manager: Zusammengefasster Status für ein Event | 20070308 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070308 |
Method GET_EVENT_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_EVENT | Call by reference | Type reference (TYPE) | CACS_PATCH_STEP_EVENT | Patch-Manager: Ausführungszeitpunkt | 20070308 | ||
2 | ![]() |
RD_TEXT | Value transfer | Type reference (TYPE) | DDTEXT | Erläuternder Kurztext | 20070308 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070314 |
Method GET_PATCHES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_PATCH | Value transfer | Type reference (TYPE) | CACS_TT_PATCH | Patchmanager: Patch (Tabelle) | 20070308 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070308 |
Method GET_PATCH_DOCUMENTS 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 | 20070308 | ||
2 | ![]() |
ID_SAP_RELEASE | Call by reference | Type reference (TYPE) | CACS_SAP_RELEASE | ICM: Release des Basissystems | 20070308 | ||
3 | ![]() |
RT_DOCUMENTS | Value transfer | Type reference (TYPE) | CACS_TT_PATCH_DOCUMENT | Patch-Manager: Dokumente zum Patch | 20070308 |
Method GET_PATCH_DOCUMENTS on class CL_CACS_PATCH_MANAGER_UPGRADE has no exception.
Method GET_PATCH_TEXT 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 | 20070308 | ||
2 | ![]() |
ID_SAP_RELEASE | Call by reference | Type reference (TYPE) | CACS_SAP_RELEASE | ICM: Release des Basissystems | 20070308 | ||
3 | ![]() |
RD_TEXT | Value transfer | Type reference (TYPE) | CACS_PATCH_TEXT | Patch-Manager: Kurzbeschreibung des Patches | 20070308 |
Method GET_PATCH_TEXT on class CL_CACS_PATCH_MANAGER_UPGRADE 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 | 20070308 | ||
2 | ![]() |
ID_SAP_RELEASE | Call by reference | Type reference (TYPE) | CACS_SAP_RELEASE | ICM: Release des Basissystems | 20070308 | ||
3 | ![]() |
ID_STEP_IMPL | Call by reference | Type reference (TYPE) | CACS_PATCH_STEP_IMPL | Patch-Manager: Implementierung zum Schritt | 20070308 | ||
4 | ![]() |
RO_STEP | Value transfer | Object reference (TYPE REF TO) | CL_CACS_PATCH_MANAGER_STEP | Patch-Manager: Schritt im Upgrade | 20070308 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070308 |
Method GET_STEPS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_EVENT | Call by reference | Type reference (TYPE) | CACS_PATCH_STEP_EVENT | Patch-Manager: Ausführungszeitpunkt | 20070308 | ||
2 | ![]() |
RT_STEPS | Value transfer | Type reference (TYPE) | CL_CACS_PATCH_MANAGER_STEP=>MTY_TT_STEP | Patch-Manager: Schritte eines Upgrades (Tabelle) | 20070308 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070308 |
Method GET_STEPS_TO_BE_PROCESSED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_EVENT | Call by reference | Type reference (TYPE) | CACS_PATCH_STEP_EVENT | Patch-Manager: Ausführungszeitpunkt | 20070312 | ||
2 | ![]() |
RT_STEP | Value transfer | Type reference (TYPE) | CL_CACS_PATCH_MANAGER_STEP=>MTY_TT_STEP | 20070312 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070312 |
Method GET_STEP_BAL_HANDLE 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 | 20070314 | ||
2 | ![]() |
RT_BAL_HANDLE | Value transfer | Type reference (TYPE) | BAL_T_LOGH | Anwendungs-Log: Tabelle mit Protokoll-Handles | 20070314 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070314 |
Method GET_STEP_STATUS 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 | 20070309 | ||
2 | ![]() |
RD_STATUS | Value transfer | Type reference (TYPE) | CACS_PATCH_STEP_STATUS | Patch-Manager: Status eines Schrittes | 20070309 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070314 |
Method GET_TASKS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_EVENT | Call by reference | Type reference (TYPE) | CACS_PATCH_STEP_EVENT | Patch-Manager: Ausführungszeitpunkt | 20070312 | ||
2 | ![]() |
ID_TASK_TYPE | Call by reference | Type reference (TYPE) | CACS_PATCH_TASK_TYPE | Patch-Manager: Art der Aufgabe | 20070312 | ||
3 | ![]() |
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 GET_UPGRADE_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 | 20070530 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20070530 |
Method INITIALIZE_NEW_UPGRADE Signature
Method INITIALIZE_NEW_UPGRADE on class CL_CACS_PATCH_MANAGER_UPGRADE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070316 |
Method IS_ACTIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RB_ACTIVE | Value transfer | Type reference (TYPE) | BOOLEAN_FLG | Boolsche Variable (X=true, space=false) | 20070316 |
Method IS_ACTIVE on class CL_CACS_PATCH_MANAGER_UPGRADE has no exception.
Method IS_ANY_TASK_RUNNING 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 | CL_CACS_PATCH_MANAGER_TASK=>GC_TASK_TYPE_ANY | Patch-Manager: Art der Aufgabe | 20070308 | |
2 | ![]() |
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 IS_ANY_TASK_SCHEDULED 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 | CL_CACS_PATCH_MANAGER_TASK=>GC_TASK_TYPE_ANY | Patch-Manager: Art der Aufgabe | 20070308 | |
2 | ![]() |
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 PREVIOUS_EVENTS_SUCCESSFUL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_EVENT | Call by reference | Type reference (TYPE) | CACS_PATCH_STEP_EVENT | Patch-Manager: Ausführungszeitpunkt | 20070313 | ||
2 | ![]() |
RB_SUCCESSFUL | Value transfer | Type reference (TYPE) | BOOLEAN_FLG | Boolsche Variable (X=true, space=false) | 20070313 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070313 |
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_TRUE | Boolsche Variable (X=true, space=false) | 20070308 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070308 |
Method SCHEDULE_REFRESH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_BATCH_GUID | Call by reference | Type reference (TYPE) | CACS_GUID_22 | 20070530 | |||
2 | ![]() |
IB_ONLINE | Call by reference | Type reference (TYPE) | CACS_ONLINE_START | Aufgabe im Vordergrund ausführen | 20070308 | ||
3 | ![]() |
IB_START_IMMEDIATELY | Call by reference | Type reference (TYPE) | CACS_BATCH_START_IMMEDIATELY | Hintergrundausführung sofort starten | 20070308 | ||
4 | ![]() |
ID_JOBNAME | Call by reference | Type reference (TYPE) | BTCJOB | Name eines Hintergrundjobs | 20070308 | ||
5 | ![]() |
ID_START_DATE | Call by reference | Type reference (TYPE) | CACS_BATCH_START_DATE | Geplantes Ausführungsdatum für Hintergrundverarbeitung | 20070308 | ||
6 | ![]() |
ID_START_TIME | Call by reference | Type reference (TYPE) | CACS_BATCH_START_TIME | Geplanter Ausführungsuhrzeit für Hintergrundverarbeitung | 20070308 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070308 |
Method SCHEDULE_RUN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_BATCH_GUID | Call by reference | Type reference (TYPE) | CACS_GUID_22 | 20070530 | |||
2 | ![]() |
IB_ONLINE | Call by reference | Type reference (TYPE) | CACS_ONLINE_START | Aufgabe im Vordergrund ausführen | 20070312 | ||
3 | ![]() |
IB_START_IMMEDIATELY | Call by reference | Type reference (TYPE) | CACS_BATCH_START_IMMEDIATELY | Hintergrundausführung sofort starten | 20070312 | ||
4 | ![]() |
ID_EVENT | Call by reference | Type reference (TYPE) | CACS_PATCH_STEP_EVENT | Patch-Manager: Ausführungszeitpunkt | 20070312 | ||
5 | ![]() |
ID_JOBNAME | Call by reference | Type reference (TYPE) | BTCJOB | Name eines Hintergrundjobs | 20070312 | ||
6 | ![]() |
ID_START_DATE | Call by reference | Type reference (TYPE) | CACS_BATCH_START_DATE | Geplantes Ausführungsdatum für Hintergrundverarbeitung | 20070312 | ||
7 | ![]() |
ID_START_TIME | Call by reference | Type reference (TYPE) | CACS_BATCH_START_TIME | Geplanter Ausführungsuhrzeit für Hintergrundverarbeitung | 20070312 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für CL_CACS_PATCH_MANAGER | 20070312 |
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 700 |