This section shows how the Impact Analysis is executed.
One technical prerequisite of running the Impact Analysis is the completion of phase RUN_RSPTBFIL_ZDM_CLASSIFY
The evaluation can only be called when this phase has been passed.
The Impact Analysis of SUM has two different modes:
- Batch mode in SUM phase
RUN_IMPACT_ANALYSIS_ZDO
- Dialog mode using SUM Toolbox: as part of the SUM Toolbox (transaction SUMTOOLBOX), the tool Impact Analysis is delivered

The results of the Impact Analysis in both modes of course are identical as long as the same ZDIMPANA.ZIP
file is used as foundation for the analysis. However, the dialog version in SUM Toolbox generates the output in an easy to consume ALV grid which can be also downloaded into a spreadsheet.
Batch Mode in SUM Phase RUN_IMPACT_ANALYSIS_ZDO
As part of the SUM upgrade procedure, the report RSUPG_RUN_IMPACT_ANALYSIS
is called in phase RUN_IMPACT_ANALYSIS_ZDO
on the shadow instance. This phase uses the file ZDIMPANA.ZIP
stored in the directory SUM/abap/save
.

If the file cannot be found, phase RUN_IMPACT_ANALYSIS_ZDO
will stop with the following error message: A2EESUPG_IMPANA 101 Cannot open file "/usr/sap/<SID>/SUM/abap/save/ZDIMPANA.ZIP". Please provide statistics according to SAP Note "0002402270"
.
ZDIMPANA.ZIP
.In case of any finding, SUM will stop in phase RUN_IMPACT_ANALYSIS_ZDO
with the error Batchjob RSUPG_RUN_IMPACT_ANALYSIS on shadow system failed. The following errors were detected in the log files:
. The log fileIMPANAUPG.<SID>
can be found in the SUM/abap/log
directory.
RUN_IMPACT_ANALYSIS_ZDO
with errors, you can proceed with the upgrade by choosing the option "Ignore phase errors and proceed to next phase" in the UI. However, assuming that this is the first sandbox iteration, checking the finding might take some time. Hence, the technical upgrade can continue while the findings are checked and interpreted. Make sure to follow-up on every single finding shown in the Impact Analysis result. Further details can be found in later in this unit.Dialog Mode of the Impact Analysis in the SUM Toolbox
While SUM continues with the upgrade, the Impact Analysis findings will be checked in detail. This can be done by utilizing the dialog version of the Impact Analysis in transaction SUMTOOLBOX. After completion of phase RUN_RSPTBFIL_ZDM_CLASSIFY
, the tool can be called either in the original system or also on the bridge subsystem in case you are already rolled over to the bridge subsystem.
File selection
Since the Impact Analysis has been moved into the SUM Toolbox, the user-interface has been harmonized, unified, and simplified. Dependent on which system, the Impact Analysis tool is started, the input files may differ as shown in the following image.

In general, the section File Selection has two mandatory input fields:
- Table classification data holding the information about how tables are handled by SUM during the ZDO procedure.
- Table statistics from the productive system holding information like table change rates, table size, and database triggers.
The following three scenarios are covered:
- Execution of the Impact Analysis on the system where a ZDO upgrade procedure is active:
- The table classification data is retrieved from the database table in the system holding this information.
- The table statistics are retrieved from the
ZDIMPANA.ZIP
file stored inSUM/abap/save
directory.
- Execution of the Impact Analysis on the system where a ZDO upgrade procedure is active, but usage of a new table statistics file:
- The table classification data is retrieved from the database table in the system holding this information.
- The table statistics are uploaded using SAP GUI. This can be beneficial if you want to follow the best-practice described in unit 4's lesson, 'Best practices to run the Impact Analysis'.
- Remote Impact Analysis: Execution on any other system in the same landscape (for example, development system):
- The table classification data was exported using the SUM Toolbox from a system where ZDO has been completed. The output file
PUTTB_SHD.ZIP
is uploaded using SAP GUI. - The table statistics are uploaded using SAP GUI.
- The table classification data was exported using the SUM Toolbox from a system where ZDO has been completed. The output file
Dialog screen

The dialog screen of the Impact Analysis is split into five sections:
- File Selection: In this section, the relevant data to run the Impact Analysis is provided. Further details have been described in the section above.
- Header: The header shows information like the export date, source system ID, the number of evaluated days, and if during the exported time software changes like import of transports are included.
- Overall Summary: Here, the overall numbers like total number of cloned tables, read-only tables, and additional database space for cloned tables are provided. Additionally, the total change volume for all tables in the system and the online replication volume for cloned tables per day is shown. This number helps to get a better understanding about the ratio of the tables that will be cloned compared to the total number of changes in the system.
- Impact Analysis Findings: It summarizes and aggregates the issues. In addition, gives an estimate on the required database free space for the clone tables.
- Result table in ALV grid: It shows the findings on severity, category, and table level.
Results shown in the ALV grid
Remote Impact Analysis
The File Selection of the Impact Analysis provides the option to not only upload the table statistics (that is, ZDIMPANA.ZIP
) through SAP GUI, but also to upload the SUM table classification data (that is, PUTTB_SHD.ZIP
). Here is the process flow for running the Impact Analysis remotely.

By providing both files to the Impact Analysis in SUM Toolbox, the analysis can be run on any other system in the landscape having the same software version level. This can be beneficial in case not the latest version of SUM Toolbox was applied prior the ZDO upgrade procedure in the sandbox system.
The required file having the SUM table classification data can be exported in the system that is upgraded using ZDO when the phase RUN_RSPTBFIL_ZDM_CLASSIFY
is completed.