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

OALOGX SAP ABAP Report - SAP ArchiveLink: Logging Entries







OALOGX 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 OALOGX into the relevant SAP transactions such as SE38 or SE80


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 OALOGX. "Basic submit
SUBMIT OALOGX AND RETURN. "Return to original report after report execution complete
SUBMIT OALOGX 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: X_WHO = User
Selection Text: X_MANDT = Client
Selection Text: X_DATUM = Date
Selection Text: X_COUNT = Maximum number
Title: SAP ArchiveLink: Logging Entries
Text Symbol: 012 = Information
Text Symbol: 013 = Status query
Text Symbol: 014 = Online storing
Text Symbol: 015 = Display
Text Symbol: 008 = Info 2
Text Symbol: 001 = User name
Text Symbol: 002 = Date
Text Symbol: 003 = Time
Text Symbol: 004 = Command
Text Symbol: 005 = Logging entry
Text Symbol: 006 = Message
Text Symbol: 007 = Info 1
Text Symbol: 024 = Asynchronous storing
Text Symbol: 025 = Synchronous storing
Text Symbol: 026 = Synchronous retrieval
Text Symbol: 027 = Asynchronous retrieval
Text Symbol: 028 = Path info
Text Symbol: 029 = Notes
Text Symbol: 030 = Delete
Text Symbol: 023 = Error
Text Symbol: 016 = Display path
Text Symbol: 017 = Display icon
Text Symbol: 018 = Selected document
Text Symbol: 019 = Close window
Text Symbol: 020 = Retrieve for client
Text Symbol: 021 = Store temporarily online
Text Symbol: 022 = Exit viewer
Text Symbol: 011 = Delete selected entries?
Text Symbol: 039 = Message parameter 1
Text Symbol: 040 = Message parameter 2
Text Symbol: 041 = Message parameter 3
Text Symbol: 042 = Message parameter 4
Text Symbol: 043 = Message





Text Symbol: 044 = Message type
Text Symbol: 045 = Retrieval completed
Text Symbol: 038 = Message number
Text Symbol: 031 = Synch. temporary storing
Text Symbol: 032 = Client
Text Symbol: 033 = Archiving completed
Text Symbol: 034 = Logging
Text Symbol: 035 = Info 1
Text Symbol: 036 = Info 2
Text Symbol: 037 = Message ID
Text Symbol: 054 = Assign workflow
Text Symbol: 055 = Enter link
Text Symbol: 053 = Bar code entry
Text Symbol: 046 = Archive table
Text Symbol: 047 = Retrieval table
Text Symbol: 048 = Store asynch. w/o deleting
Text Symbol: 049 = Store sysnch. w/o deleting
Text Symbol: 050 = Prepare document
Text Symbol: 051 = Send RFC info
Text Symbol: 052 = Print stored lists
Text Symbol: 009 = Client
Text Symbol: 010 = Type


INCLUDES used within this REPORT OALOGX

No INCLUDES are used within this REPORT code!


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:

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = 'OALOGX' i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' is_layout = layout it_fieldcat = xfield tables t_outtab = xdata exceptions program_error = 1 others = 2.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = text display_cancel_button = ' ' importing answer = answer exceptions others = 0.

SX_MESSAGE_TEXT_BUILD call function 'SX_MESSAGE_TEXT_BUILD' exporting msgid = xdata-message_id msgnr = xdata-message msgv1 = xdata-message_v1 msgv2 = xdata-message_v2 msgv3 = xdata-message_v3 msgv4 = xdata-message_v4 importing message_text_output = message_text.



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