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
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
Below is a list of transaction codes which are relevant to this SAP report
SACCRESULTS - Check Results for Accessibility
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.
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
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.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.