SAP Reports / Programs

SPAK_PACKAGE_ERROR_ANALYSIS SAP ABAP Report - Package Error Analysis







SPAK_PACKAGE_ERROR_ANALYSIS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This tool provides a detailed analysis of package errors...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SPAK_PACKAGE_ERROR_ANALYSIS into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SPAK_ERROR_ANALYSIS - Detailed Package Error Analysis


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT SPAK_PACKAGE_ERROR_ANALYSIS. "Basic submit
SUBMIT SPAK_PACKAGE_ERROR_ANALYSIS AND RETURN. "Return to original report after report execution complete
SUBMIT SPAK_PACKAGE_ERROR_ANALYSIS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: SO_USER = SO_USER
Selection Text: SO_PACK = D .
Selection Text: SO_ONAME = D .
Selection Text: SO_LAYER = SO_LAYER
Selection Text: SO_COMP = SO_COMP
Selection Text: SO_ACH = SO_ACH
Selection Text: P_SUBPCK = P_SUBPCK
Selection Text: P_OTYPE = D .
Selection Text: P_NORMAL = P_NORMAL
Selection Text: P_DETAIL = P_DETAIL
Selection Text: P_ATC_ID = P_ATC_ID
Selection Text: P_ATC = P_ATC
Title: Package Error Analysis
Text Symbol: M19 = Do you want to leave the result list?
Text Symbol: M20 = Specify an ATC Display ID
Text Symbol: P01 = Application Component
Text Symbol: P02 = Software Component
Text Symbol: P03 = Object Type
Text Symbol: P04 = Limit Set of Objects to Current ATC or CheckMan Result
Text Symbol: P06 = Responsible
Text Symbol: P07 = Standard List
Text Symbol: P08 = Extended List
Text Symbol: P09 = Object Name
Text Symbol: P10 = Package
Text Symbol: P11 = Include Subpackages
Text Symbol: P12 = ATC Display ID
Text Symbol: P13 = Transport Layer
Text Symbol: M18 = Inconsistent or erroneous input data provided
Text Symbol: 002 = Object Set
Text Symbol: 003 = Output of Check Results
Text Symbol: 004 = Summation Column
Text Symbol: 005 = The Program was started with the following Selection Options:
Text Symbol: 006 = Error Severity of the Deprecation
Text Symbol: 050 = Package Check
Text Symbol: 051 = Yes
Text Symbol: 052 = No
Text Symbol: 053 = Detailed Package Error Analysis
Text Symbol: 200 = Documentation for the Program SPAK_PACKAGE_ERROR_ANALYSIS





Text Symbol: M01 = Enter at least one selection option to specify the object set to be checked
Text Symbol: M02 = Wildcards are not allowed to specify the object type
Text Symbol: M03 = The user '&1' does not exist
Text Symbol: M04 = The package check is switched off
Text Symbol: M05 = The package check is not configured
Text Symbol: M06 = &1 repository objects are selected for the package check.
Text Symbol: M07 = Do you want to start the package check?
Text Symbol: M08 = No current ATC or CheckMan result available
Text Symbol: M09 = No repository objects with package errors available for your selection criteria
Text Symbol: M10 = No repository objects found for your selection
Text Symbol: M11 = The package check was not executed
Text Symbol: M12 = No repository objects with package errors available for your selection criteria
Text Symbol: M13 = The documentation is not available in your logon language
Text Symbol: M14 = No authorization to display data (authority object '&1', activity '&2')
Text Symbol: M15 = Flag 'Include Subpackages' is set; specify a package
Text Symbol: M16 = Flag 'Include Subpackages' is set; wildcards for packages are not allowed
Text Symbol: M17 = Flag 'Include Subpackages' is set; exclusion of package names is not allowed


INCLUDES used within this REPORT SPAK_PACKAGE_ERROR_ANALYSIS

INCLUDE PAK_PACKAGE_ERROR_ANALYSIS_TOP.
INCLUDE PAK_PACKAGE_ERROR_ANALYSIS_F02.
INCLUDE PAK_PACKAGE_ERROR_ANALYSIS_F11. " FORM AT_INITIALISATION.
INCLUDE PAK_PACKAGE_ERROR_ANALYSIS_F12. " FORM AT_SEL_SCREEN_OUTPUT.
INCLUDE PAK_PACKAGE_ERROR_ANALYSIS_F13. " FORM AT_SELECTION_SCREEN.
INCLUDE PAK_PACKAGE_ERROR_ANALYSIS_F14. " FORM START_OF_SELECTION.
INCLUDE PAK_PACKAGE_ERROR_ANALYSIS_F15. " FORM END_OF_SELECTION.
INCLUDE PAK_PACKAGE_ERROR_ANALYSIS_F16. " FORM AT_USER_COMMAND.
INCLUDE PAK_PACKAGE_ERROR_ANALYSIS_F21. " FORM DO_THE_PACKAGE_CHECK.
INCLUDE PAK_PACKAGE_ERROR_ANALYSIS_F22. " FORM PBO_0100.
INCLUDE PAK_PACKAGE_ERROR_ANALYSIS_F23. " FORM PAI_0100.
INCLUDE PAK_PACKAGE_ERROR_ANALYSIS_F24. " FORM PRINT_ALV_GRID_LIST.
INCLUDE PAK_PACKAGE_ERROR_ANALYSIS_F25. " FORM PRINT_BATCH_JOB_LIST.
INCLUDE PAK_PACKAGE_ERROR_ANALYSIS_F26. " FORMS FOR USER COMMANDS.
INCLUDE PAK_PACKAGE_ERROR_ANALYSIS_F27. " FORM EXCLUDE_FCODES.
INCLUDE PAK_PACKAGE_ERROR_ANALYSIS_F31. " CLASS LCL_ALV_EVENT.
INCLUDE PAK_PACKAGE_ERROR_ANALYSIS_F41. " DYNPRO MODULES.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SPAK_PACKAGE_ERROR_ANALYSIS or its description.