SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | ArchiveLink(BC-SRV-ARL) SAP BC

OA_LOG_VIEW_PRI SAP ABAP Report - Application Log Print Lists







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


Transaction Code(s):

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

OA_LOG_VIEW_PRI - Display Log of Print Lists


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 OA_LOG_VIEW_PRI. "Basic submit
SUBMIT OA_LOG_VIEW_PRI AND RETURN. "Return to original report after report execution complete
SUBMIT OA_LOG_VIEW_PRI 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_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


INCLUDES used within this REPORT OA_LOG_VIEW_PRI

INCLUDE OAARCHLOPPARAM.


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:

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.



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