OADISPPR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter OADISPPR into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
OADD - ArchiveLink: Print List Display
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: REPORT = Report Name
Selection Text: OBJECT = Business Object
Selection Text: MANDANT = Client
Selection Text: KURZTEXT = Short Text
Selection Text: INFO = Information
Selection Text: DOCUMENT = Document Type
Selection Text: DATUM = Storage Date
Selection Text: BENUTZER = User
Selection Text: ARCHIVID = Storage System
Selection Text: ARCDOID = Document ID
Title: ArchiveLink: Hit List for Stored Print Lists
Text Symbol: 025 = Storage Date (ext.)
Text Symbol: 026 = Storage Time (ext.)
Text Symbol: 027 = Storage Sys. Status
Text Symbol: 028 = Delete list?
Text Symbol: 029 = Status query running ...
Text Symbol: 030 = List output running ...
Text Symbol: 031 = Do you also want to delete list in content server?
Text Symbol: 032 = Expiration Date
Text Symbol: 033 = Storage Time
Text Symbol: 034 = Caution: Lists
Text Symbol: 035 = will be deleted. Continue?
Text Symbol: 036 = Delete the lists in the storage system also?
Text Symbol: 024 = Size (in bytes)
Text Symbol: 001 = Client
Text Symbol: 002 = Report
Text Symbol: 003 = Info
Text Symbol: 004 = Storage Date
Text Symbol: 005 = Users
Text Symbol: 006 = Long Text Business Object
Text Symbol: 007 = Long Text Document Type
Text Symbol: 008 = Long Text Storage System
Text Symbol: 009 = Storage Date
Text Symbol: 010 = ShText
Text Symbol: 011 = Storage Time
Text Symbol: 012 = STORAGE SYSTEM ERROR
Text Symbol: 013 = Determine status for selected documents?
Text Symbol: 014 = Display all selected documents?
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SWO_QUERY_OBJTYPES call function 'SWO_QUERY_OBJTYPES' exporting objtype = fin_toadl-sap_object tables objtypes = objtypes exceptions others = 1.
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = repid i_callback_user_command = 'USER_COMMAND' i_callback_pf_status_set = 'SET_PF_STATUS' is_layout = layout it_fieldcat = xfield is_variant = variant i_save = i_save tables t_outtab = fin_toadl exceptions others = 1.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = repid i_callback_user_command = 'USER_COMMAND' i_callback_pf_status_set = 'SET_PF_STATUS' is_layout = layout it_fieldcat = xfield is_variant = variant i_save = i_save tables t_outtab = fin_toadl exceptions others = 1.
ARCHIVOBJECT_DISPLAY call function 'ARCHIVOBJECT_DISPLAY' exporting multiple = 'X' tables dispdocs = dispdocs exceptions error_archiv = 1 error_communicationtable = 2 error_kernel = 3 others = 4.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = 0 text = text.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = text display_cancel_button = ' ' importing answer = answer exceptions others = 0.
ARCHIVOBJECT_DISPLAY call function 'ARCHIVOBJECT_DISPLAY' exporting archiv_doc_id = fin_toadl-arc_doc_id archiv_id = fin_toadl-archiv_id objecttype = fin_toadl-sap_object ar_object = fin_toadl-ar_object doc_type = 'ALF' window_id = fin_toadl-ar_object * WINDOW_TITLE = FIN_TOADL-AR_OBJ_TXT window_title = fin_toadl-kurztext dalength = fin_toadl-datalength report = fin_toadl-report pfstatus = pfkey exceptions error_archiv = 1 error_communicationtable = 2 error_kernel = 3 others = 4.
ARCHIVOBJECT_DELETE call function 'ARCHIVOBJECT_DELETE' exporting archiv_doc_id = fin_toadl-arc_doc_id archiv_id = fin_toadl-archiv_id * SIGN = ' doc_type = 'ALF' exceptions error_archiv = 1 error_communicationtable = 2 error_kernel = 3 others = 4.
ARCHIV_GET_CONNECTIONS_INT call function 'ARCHIV_GET_CONNECTIONS_INT' exporting archiv_id = fin_toadl-archiv_id arc_doc_id = fin_toadl-arc_doc_id no_auth_check = 'X' exceptions nothing_found = 1 others = 2.
ARCHIVOBJECT_DELETE call function 'ARCHIVOBJECT_DELETE' exporting archiv_doc_id = fin_toadl-arc_doc_id archiv_id = fin_toadl-archiv_id doc_type = 'ALF' exceptions error_archiv = 1 error_communicationtable = 2 error_kernel = 3 others = 4.
ARCHIVOBJECT_STATUS call function 'ARCHIVOBJECT_STATUS' exporting archiv_doc_id = fin_toadl-arc_doc_id archiv_id = fin_toadl-archiv_id doc_type = 'ALF' importing archiv_object_status = fin_toadl-sapdokstat ar_date = date ar_time = time tables compsl = i_components exceptions error_archiv = 1 error_communicationtable = 2 error_kernel = 3 others = 4.
SWU_OBJECT_REFRESH call function 'SWU_OBJECT_REFRESH'.
SWU_OBJECT_PUBLISH call function 'SWU_OBJECT_PUBLISH' exporting objtype = objtype objkey = objkey exceptions others = 0.
call function 'SWU_OBJECT_PUBLISH' exporting objtype = objtype objkey = objkey exceptions objtype_not_found = 1 others = 2.
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 OADISPPR or its description.