SAP ABAP Class CL_OCS_CHANGE_PROCESS (OCS Änderungsprozess)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-UPG-OCS (Application Component) Online Correction Support (Support Package and Add-On Tools)
     SPAM (Package) OCS - Installation/Implementation Tools
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OCS_PROCESS_CONSTANTS Konstant 20121019
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_OCS_DEINSTALLATION OCS Änderungsprozess: Lösche Softwarekomponentenversion 20120927
Properties
Class CL_OCS_CHANGE_PROCESS  
Short Description OCS Änderungsprozess    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class TN_PROCESS    
Program status     
Category 0   
Package SPAM   OCS - Installation/Implementation Tools 
Created 20120927   SAP 
Last change 20141031    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_OCS_CHANGE_PROCESS has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_OCS_PROCESS_CONSTANTS Konstant 20121019
Friends
Class CL_OCS_CHANGE_PROCESS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_ADDON_INACTIMP_SCENARIO Instance attribute Protected Attribute reference (LIKE) 20121025
2 C_DDIC_USER_REQ Instance attribute Protected Attribute reference (LIKE) 20121113
3 C_INACTIMP_SCENARIO Instance attribute Protected Attribute reference (LIKE) 20121025
4 C_OFF Instance attribute Protected Attribute reference (LIKE) 20121019
5 C_ON Instance attribute Protected Attribute reference (LIKE) 20121019
6 C_OPEN_TMS_REQ Instance attribute Protected Attribute reference (LIKE) 20121113
7 C_OPEN_V3_PI_REQ Instance attribute Protected Attribute reference (LIKE) 20121113
8 C_SCENARIO_DEINSTALLATION Instance attribute Protected Attribute reference (LIKE) 20121019
9 C_STEP_ABORTED Instance attribute Protected Attribute reference (LIKE) 20121025
10 C_STEP_FINISHED Instance attribute Protected Attribute reference (LIKE) 20121025
11 C_TYPE_AOI Instance attribute Protected Attribute reference (LIKE) 20121025
12 C_TYPE_AOU Instance attribute Protected Attribute reference (LIKE) 20140129
13 C_TYPE_AOX Instance attribute Protected Attribute reference (LIKE) 20140130
14 C_TYPE_CRT Instance attribute Protected Attribute reference (LIKE) 20140130
15 C_TYPE_CSP Instance attribute Protected Attribute reference (LIKE) 20121025
16 C_TYPE_DEL Instance attribute Protected Attribute reference (LIKE) 20121025
17 MO_PHASE Instance attribute Protected Object reference (TYPE REF TO) CL_OCS_PROCESS_PHASE 20121004
18 MR_TRSYS_ACCESS Instance attribute Protected Object reference (TYPE REF TO) IF_OCS_TRANSPORT_SYSTEM_ACCESS 20130225
19 MT_PHASES Instance attribute Protected See coding 20140129
20 MV_PHASE_NR Instance attribute Protected Type reference (TYPE) PATCHORDER Support Package sequence 20121025
21 SO_CHANGE_PROCESS Static Attribute Private Object reference (TYPE REF TO) CL_OCS_CHANGE_PROCESS 20121012
22 SO_PROCESS_STATUS Static Attribute Protected Object reference (TYPE REF TO) CL_OCS_PROCESS_STATUS 20121012
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20121001
2 CREATE Static method Public Method 20120928
3 DESTROY Static method Public Method 20121025
4 EXECUTE Instance method Public Method 20121004
5 FINALIZE Instance method Public Method 20121025
6 GET_PROCESS_STATUS Instance method Public Method 20130415
7 PREPARE Instance method Public Method 20121025
8 QUEUE_MODIFYING Instance method Public Method 20140129
9 QUEUE_REVERSIBLE Instance method Public Method 20140129
10 SET_NEXT_PHASE Instance method Protected Method 20121004
Events
Class CL_OCS_CHANGE_PROCESS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_PHASE_SEQUENCE Public See coding 20121025 BEGIN OF ty_phase_sequence, sequence TYPE patchorder, name TYPE patchstep, module TYPE patchstep, reversible TYPE flag, modifying TYPE flag, END OF ty_phase_sequence
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_OCS_CHANGE_PROCESS has no parameter.
# Exception Resumable Description Created on
1 CX_OCS_ERROR Fehler im OCS-Umfeld 20121008

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_CHANGE_PROCESS Value transfer Object reference (TYPE REF TO) CL_OCS_CHANGE_PROCESS OCS Änderungsprozess 20121001
# Exception Resumable Description Created on
1 CX_OCS_ERROR Fehler im OCS-Umfeld 20120928

Method DESTROY Signature

Method DESTROY on class CL_OCS_CHANGE_PROCESS has no parameter.
Method DESTROY on class CL_OCS_CHANGE_PROCESS has no exception.

Method EXECUTE Signature

Method EXECUTE on class CL_OCS_CHANGE_PROCESS has no parameter.
# Exception Resumable Description Created on
1 CX_OCS_ERROR 20121004

Method FINALIZE Signature

Method FINALIZE on class CL_OCS_CHANGE_PROCESS has no parameter.
# Exception Resumable Description Created on
1 CX_OCS_ERROR Fehler im OCS-Umfeld 20121025

Method GET_PROCESS_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_PROCESS_STATUS Value transfer Object reference (TYPE REF TO) CL_OCS_PROCESS_STATUS Statusklasse für Änderungsprozesse im OCS Umfeld 20130415

Method GET_PROCESS_STATUS on class CL_OCS_CHANGE_PROCESS has no exception.

Method PREPARE Signature

Method PREPARE on class CL_OCS_CHANGE_PROCESS has no parameter.
# Exception Resumable Description Created on
1 CX_OCS_ERROR Fehler im OCS-Umfeld 20121025

Method QUEUE_MODIFYING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PATCHSTEP Call by reference Type reference (TYPE) PATCHSTEP Name des Support-Package-Schrittes 20140129
2 Returning R_MODIFYING Value transfer Type reference (TYPE) FLAG Ist der tp Puffer bereits gefüllt/modifiziert? 20140129
# Exception Resumable Description Created on
1 CX_OCS_ERROR Fehler im OCS-Umfeld 20140129

Method QUEUE_REVERSIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PATCHSTEP Call by reference Type reference (TYPE) PATCHSTEP Name eines Support-Package-Schrittes 20140129
2 Returning R_REVERSIBLE Value transfer Type reference (TYPE) FLAG Ist die Queue noch rückabwickelbar? 20140129
# Exception Resumable Description Created on
1 CX_OCS_ERROR Fehler im OCS-Umfeld 20140129

Method SET_NEXT_PHASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_EOL_REACHED Value transfer Type reference (TYPE) FLAG allgemeines flag 20121025
# Exception Resumable Description Created on
1 CX_OCS_ERROR 20121004
History
Last changed by/on SAP  20141031 
SAP Release Created in 740