SAP ABAP Class CL_CACS_PATCH_MANAGER_STEP (Patch Manager: Step for Upgrade)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   ICM (Application Component) Incentive and Commission Management (ICM)
     CACSAPPL (Package) ICM: Application Administration
Properties
Class CL_CACS_PATCH_MANAGER_STEP  
Short Description Patch Manager: Step for Upgrade    
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
Class CL_CACS_PATCH_MANAGER_STEP has no forward declaration.
Interfaces
Class CL_CACS_PATCH_MANAGER_STEP has no interface implemented.
Friends
Class CL_CACS_PATCH_MANAGER_STEP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_STEP_STATUS_ABORT Constant Public Type reference (TYPE) CACS_PATCH_STEP_STATUS 'A' Status: Canceled 20070308
2 GC_STEP_STATUS_ERROR Constant Public Type reference (TYPE) CACS_PATCH_STEP_STATUS 'E' Status: Completed with Errors 20070308
3 GC_STEP_STATUS_SUCCESSFUL Constant Public Type reference (TYPE) CACS_PATCH_STEP_STATUS 'S' Status: Successfully Completed 20070308
4 GC_STEP_STATUS_UNKNOWN Constant Public Type reference (TYPE) CACS_PATCH_STEP_STATUS SPACE Status: Unknown 20070308
5 GC_STEP_STATUS_WARNING Constant Public Type reference (TYPE) CACS_PATCH_STEP_STATUS 'W' Status: Completed with Warnings 20070308
6 MD_ENHANCEMENT Instance attribute Protected Type reference (TYPE) CACS_ENHANCEMENT ICM: Enhancement 20070308
7 MD_EVENT Instance attribute Protected Type reference (TYPE) CACS_PATCH_STEP_EVENT Patch Manager: Execution Time 20070308
8 MD_PACKAGE Instance attribute Protected Type reference (TYPE) CACSPACKAGE Package in Commissions 20070308
9 MD_PATCH Instance attribute Protected Type reference (TYPE) CACS_PATCH ICM: Patch 20070308
10 MD_SAP_RELEASE Instance attribute Protected Type reference (TYPE) CACS_SAP_RELEASE ICM: Release of Basis System 20070308
11 MD_STEP_IMPL Instance attribute Protected Type reference (TYPE) CACS_PATCH_STEP_IMPL Patch Manager: Implementation of Step 20070308
12 MD_STEP_PRIO Instance attribute Protected Type reference (TYPE) CACS_PATCH_STEP_PRIO Patch Manager: Priority of Step 20070308
13 MD_TEXT Instance attribute Protected Type reference (TYPE) SEODESCR Short Description 20070308
14 MD_TEXT_ID Instance attribute Protected Type reference (TYPE) DOKU_ID Document Class 20070308
15 MD_TEXT_OBJ Instance attribute Protected Type reference (TYPE) DOKU_OBJ Documentation Object 20070308
16 ST_INSTANCE Static Attribute Protected Type reference (TYPE) MTY_TT_STEP 20070308
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Protected Constructor CONSTRUCTOR 20070308
2 ENRICH_STEP_INFORMATION Instance method Protected Method Adds More Information to Step Definition 20070308
3 GET Static method Public Method Gets Step 20070308
4 GET_ENHANCEMENT Instance method Public Method Gets Enhancement for Step 20070308
5 GET_EVENT Instance method Public Method Gets Event for Step 20070308
6 GET_PACKAGE Instance method Public Method Gets Package for Step 20070308
7 GET_PATCH Instance method Public Method Gets Patch for Step 20070308
8 GET_SAP_RELEASE Instance method Public Method Gets Release for Step 20070308
9 GET_STEP_IMPL Instance method Public Method Gets Implementation for Step 20070308
10 GET_STEP_PRIO Instance method Public Method Gets Priority for Step 20070308
11 GET_TEXT Instance method Public Method Gets Short Text for Step 20070308
12 GET_TEXT_ID Instance method Public Method Gets Type of Long Text for Step 20070308
13 GET_TEXT_OBJ Instance method Public Method Gets Object Name of Long Text for Step 20070308
Events
Class CL_CACS_PATCH_MANAGER_STEP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MTY_TT_STEP Public See coding 20070308 MTY_TT_STEP type STANDARD TABLE OF ref to CL_CACS_PATCH_MANAGER_STEP with NON-UNIQUE DEFAULT KEY
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_PATCH Call by reference Type reference (TYPE) CACS_PATCH ICM: Patch 20070308
2 Importing ID_SAP_RELEASE Call by reference Type reference (TYPE) CACS_SAP_RELEASE ICM: Release des Basissystems 20070308
3 Importing ID_STEP_IMPL Call by reference Type reference (TYPE) CACS_PATCH_STEP_IMPL Patch-Manager: Implementierung zum Schritt 20070308
# Exception Resumable Description Created on
1 CX_CACS_PATCH_MANAGER Ausnahmeklasse für CL_CACS_PATCH_MANAGER 20070309

Method ENRICH_STEP_INFORMATION Signature

Method ENRICH_STEP_INFORMATION on class CL_CACS_PATCH_MANAGER_STEP has no parameter.
# Exception Resumable Description Created on
1 CX_CACS_PATCH_MANAGER Ausnahmeklasse für CL_CACS_PATCH_MANAGER 20070313

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_PATCH Call by reference Type reference (TYPE) CACS_PATCH ICM: Patch 20070308
2 Importing ID_SAP_RELEASE Call by reference Type reference (TYPE) CACS_SAP_RELEASE ICM: Release des Basissystems 20070308
3 Importing ID_STEP_IMPL Call by reference Type reference (TYPE) CACS_PATCH_STEP_IMPL Patch-Manager: Implementierung zum Schritt 20070308
4 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_CACS_PATCH_MANAGER_STEP Patch-Manager: Schritt im Upgrade 20070308
# Exception Resumable Description Created on
1 CX_CACS_PATCH_MANAGER Ausnahmeklasse für CL_CACS_PATCH_MANAGER 20070309

Method GET_ENHANCEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_ENHANCEMENT Value transfer Type reference (TYPE) CACS_ENHANCEMENT ICM: Enhancement 20070308

Method GET_ENHANCEMENT on class CL_CACS_PATCH_MANAGER_STEP has no exception.

Method GET_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_EVENT Value transfer Type reference (TYPE) CACS_PATCH_STEP_EVENT Patch-Manager: Ausführungszeitpunkt 20070308

Method GET_EVENT on class CL_CACS_PATCH_MANAGER_STEP has no exception.

Method GET_PACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_PACKAGE Value transfer Type reference (TYPE) CACSPACKAGE Paket im Bereich Provisionen 20070308

Method GET_PACKAGE on class CL_CACS_PATCH_MANAGER_STEP has no exception.

Method GET_PATCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_PATCH Value transfer Type reference (TYPE) CACS_PATCH ICM: Patch 20070308

Method GET_PATCH on class CL_CACS_PATCH_MANAGER_STEP has no exception.

Method GET_SAP_RELEASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_SAP_RELEASE Value transfer Type reference (TYPE) CACS_SAP_RELEASE ICM: Release des Basissystems 20070308

Method GET_SAP_RELEASE on class CL_CACS_PATCH_MANAGER_STEP has no exception.

Method GET_STEP_IMPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_STEP_IMPL Value transfer Type reference (TYPE) CACS_PATCH_STEP_IMPL Patch-Manager: Implementierung zum Schritt 20070308

Method GET_STEP_IMPL on class CL_CACS_PATCH_MANAGER_STEP has no exception.

Method GET_STEP_PRIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_STEP_PRIO Value transfer Type reference (TYPE) CACS_PATCH_STEP_PRIO Patch Manager: Priorität des Schrittes 20070308

Method GET_STEP_PRIO on class CL_CACS_PATCH_MANAGER_STEP has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_TEXT Value transfer Type reference (TYPE) SEODESCR Kurzbeschreibung 20070308

Method GET_TEXT on class CL_CACS_PATCH_MANAGER_STEP has no exception.

Method GET_TEXT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_TEXT_ID Value transfer Type reference (TYPE) DOKU_ID Dokumentenklasse 20070308

Method GET_TEXT_ID on class CL_CACS_PATCH_MANAGER_STEP has no exception.

Method GET_TEXT_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_TEXT_OBJ Value transfer Type reference (TYPE) DOKU_OBJ Dokumentations-Objekt 20070308

Method GET_TEXT_OBJ on class CL_CACS_PATCH_MANAGER_STEP has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 700