OA_LOG_VIEW_PRI 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 OA_LOG_VIEW_PRI into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
OA_LOG_VIEW_PRI - Display Log of Print Lists
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_USER = User from Logging
Selection Text: S_TIME = Time of Storage
Selection Text: S_REPORT = Report Name
Selection Text: S_OBJECT = Business Object
Selection Text: S_LNR = Sequence Number
Selection Text: S_KURZ = Short Text
Selection Text: S_INFO = Info Field
Selection Text: S_FCT = Function in Logging
Selection Text: S_DATUM = Storage Date
Selection Text: S_DATE = Log Date
Selection Text: S_BENUTZ = User Name
Selection Text: S_AROBJ = Document Type
Selection Text: S_AREA = Logging Area
Selection Text: S_AID = Content Repository
Selection Text: S_ADI = Document Identifier
Title: Application Log Print Lists
Text Symbol: 114 = Doc. Type
Text Symbol: 113 = Business Object
Text Symbol: 112 = Document ID
Text Symbol: 111 = Auth.
Text Symbol: 110 = ShText
Text Symbol: 109 = Content Repository
Text Symbol: 108 = Storage Date
Text Symbol: 107 = SNo
Text Symbol: 106 = Info
Text Symbol: 105 = Report
Text Symbol: 104 = Area
Text Symbol: 103 = Function
Text Symbol: 102 = Time of Action
Text Symbol: 101 = Date of Action
Text Symbol: 100 = User Name
Text Symbol: 000 = Selection Parameter
INCLUDE OAARCHLOPPARAM.
No SAP DATABASE tables are accessed within this REPORT code!
ALINK_READ_LOG_PRI call function 'ALINK_READ_LOG_PRI' importing count = count tables logconnp = i_pri parameter = p exceptions error_parameter = 1 others = 2.
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = sy-repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' is_layout = layout it_fieldcat = xfield i_save = ' ' is_variant = variant tables t_outtab = int_pri exceptions program_error = 1 others = 2.
ARCHIVOBJECT_DISPLAY call function 'ARCHIVOBJECT_DISPLAY' exporting multiple = 'X' tables dispdocs = dispdocs exceptions error_archiv = 1 error_communicationtable = 2 error_kernel = 3 others = 4.
SCMS_AO_STATUS call function 'SCMS_AO_STATUS' exporting arc_id = wa_pri-archiv_id doc_id = wa_pri-arc_doc_id importing status = status exceptions error_http = 1 error_kernel = 2 error_archiv = 3 error_config = 4 others = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.