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

OA_LOG_VIEW_DOC SAP ABAP Report - Application Log for Documents







OA_LOG_VIEW_DOC 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_DOC 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_DOC - Display Log of Documents


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_DOC. "Basic submit
SUBMIT OA_LOG_VIEW_DOC AND RETURN. "Return to original report after report execution complete
SUBMIT OA_LOG_VIEW_DOC 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 Log Entry
Selection Text: S_TIME = Time of Log Entry
Selection Text: S_OBJID = Object Key
Selection Text: S_OBJECT = Business Object
Selection Text: S_FCT = Function on Document
Selection Text: S_DDATE = Delete Date
Selection Text: S_DCLASS = Document Class
Selection Text: S_DATUM = Storage Date
Selection Text: S_DATE = Date of Log Entry
Selection Text: S_BAR = Bar Code
Selection Text: S_AROBJ = Document Type
Selection Text: S_AREA = Area Logging
Selection Text: S_AID = Content Repository
Selection Text: S_ADI = Document Identifier
Title: Application Log for Documents
Text Symbol: 113 = Document Class
Text Symbol: 112 = Delete Date
Text Symbol: 111 = Storage Date
Text Symbol: 110 = Document ID
Text Symbol: 109 = Document Type
Text Symbol: 108 = Archive ID
Text Symbol: 107 = Object Key
Text Symbol: 106 = Business Object
Text Symbol: 105 = Bar Code
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_DOC

INCLUDE OAARCHLOGPARAM.


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 call function 'ALINK_READ_LOG' importing count = count tables logconn = i_doc parameter = p exceptions error_parameter = 1 others = 2.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = 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 = i_doc t_outtab = int_conn exceptions program_error = 1 others = 2.

OJ_REQUEST call function 'OJ_REQUEST' exporting key = oj_key method = 'DISPLAY' object = oj_object exceptions exc_error_activate = 1 exc_method_not_found = 2 exc_object_not_found = 3 exc_return_not_found = 4 others = 5.

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_conn-archiv_id doc_id = wa_conn-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_DOC or its description.