SAP Reports / Programs

ACC_RESULT_MANAGER SAP ABAP dialog Program - Management of Check Results for Accessibility







ACC_RESULT_MANAGER is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for The SACCRESULTS transaction performs the following tasks during the accessibility checks: Transfer of check results from the SAP GUI Accessibility Checker to the SAP database...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 ACC_RESULT_MANAGER 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

SACCRESULTS - Check Results for Accessibility


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 ACC_RESULT_MANAGER. "Basic submit
SUBMIT ACC_RESULT_MANAGER AND RETURN. "Return to original report after report execution complete
SUBMIT ACC_RESULT_MANAGER 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: S_PAKET = D .
Selection Text: S_PACK = Package
Selection Text: S_DATUM = Evaluation Date
Selection Text: S_DATE2 = Evaluation Date
Selection Text: S_DATE1 = Evaluation Date
Selection Text: S_COMP = Application Component
Title: Management of Check Results for Accessibility
Text Symbol: 026 = Package/Program/Time Stamp
Text Symbol: 027 = Status Data of Trace Evaluation
Text Symbol: 028 = Date, Package, Type, Prog.
Text Symbol: 029 = Component, Package, Prog., Time Stamp
Text Symbol: 030 = Package, Prog., Time Stamp
Text Symbol: 031 = Selection by Date and Application Component
Text Symbol: 032 = Selection by Date and Package
Text Symbol: 033 = Formatting of Selected Data
Text Symbol: 034 = Tested
Text Symbol: 035 = Error
Text Symbol: E01 = Error Text Not in T100
Text Symbol: F01 = Automation Queue Error
Text Symbol: F02 = Internal Error :
Text Symbol: F03 = A method in the automation queue
Text Symbol: F04 = has encountered an error
Text Symbol: 002 = Date, Component, Package, Type, Program
Text Symbol: 003 = Result Groups of Runtime Checks
Text Symbol: 004 = ALV
Text Symbol: 005 = Screen and WinGUI
Text Symbol: 006 = ABAP Lists
Text Symbol: 007 = Confirmation of Delete Operation
Text Symbol: 008 = Delete the selected data in the database?
Text Symbol: 009 = Notification
Text Symbol: 010 = No data was selected
Text Symbol: 011 = Action Cancelled
Text Symbol: 012 = No program exists
Text Symbol: 013 = Delete
Text Symbol: 014 = Delete Selected Data
Text Symbol: 015 = Transport selected data
Text Symbol: 016 = Transport
Text Symbol: 017 = Transfer Test Results to Database





Text Symbol: 019 = One of the packgs does not exist
Text Symbol: 020 = Exclusive selections are not permitted
Text Symbol: 022 = No CheckMan Administration Authorization
Text Symbol: 023 = Documentation does not exist in this language
Text Symbol: 024 = Tool for Dynamic Checks
Text Symbol: 025 = All


INCLUDES used within this REPORT ACC_RESULT_MANAGER

INCLUDE ACC_RESULT_MANAGER_TOP . " GLOBAL DATA
INCLUDE ACC_RESULT_MANAGER_F01.
INCLUDE ACC_RESULT_MANAGER_PBO.
INCLUDE ACC_RESULT_MANAGER_PAI.
INCLUDE ACC_RESULT_MANAGER_F02.
INCLUDE ACC_RESULT_MANAGER_F04.


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 ACC_RESULT_MANAGER or its description.