ARCHIVELINK_MONITOR_ASYNC 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 ARCHIVELINK_MONITOR_ASYNC into the relevant SAP transactions such as SE38 or SE80
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: SUNIT = Request Number
Selection Text: KIND = Request Type
Selection Text: ERROR = Output Error
Title: Monitor For Asynchronous Processes
Text Symbol: 072 = Delete Asynchronous Request
Text Symbol: 071 = Do Not Delete Request
Text Symbol: 070 = Delete Request
Text Symbol: 069 = Do you really want to delete the request?
Text Symbol: 068 = Current Status
Text Symbol: 067 = Call HTTP Storage
Text Symbol: 066 = Background
Text Symbol: 065 = Dialog
Text Symbol: 064 = in background?
Text Symbol: 063 = Do you want to start the HTTP storage in dialog or
Text Symbol: 062 = No Request Message Found
Text Symbol: 061 = Request Message Found
Text Symbol: 060 = Request Message
Text Symbol: 059 = Undefined Error in Asynchronous Confirmation
Text Symbol: 058 = Request complete
Text Symbol: 057 = Error Deleting Request Tables
Text Symbol: 056 = Error Informing Spool of Successful Processing
Text Symbol: 055 = Spool Informed of Successful Processing
Text Symbol: 054 = Error Creating DMS Management Record
Text Symbol: 053 = Create DMS Management Record Successful
Text Symbol: 052 = Not Required to Create DMS Management Record
Text Symbol: 051 = Error Creating Print List Management Record (TOADL)
Text Symbol: 074 = File Cannot Be Accessed From This Application Server
Text Symbol: 096 = Spool Number
Text Symbol: 095 = Confirmation of Asynchronous Archive Retrieval
Text Symbol: 094 = Confirmation of Asynchronous Archive Request
Text Symbol: 093 = Application could not be notified
Text Symbol: 092 = Function
Text Symbol: 091 = Archive Index
Text Symbol: 090 = Target Path
Text Symbol: 089 = Application notified
Text Symbol: 088 = Error while writing link
Text Symbol: 087 = Link written correctly
Text Symbol: 086 = Do Not Delete File
INCLUDE ARCHIVELINK_CARACONSTANTS.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = 'ARCHIVELINK_MONITOR_ASYNC' i_callback_user_command = 'USER_COMMAND_CARA' i_callback_pf_status_set = 'SET_PF_STATUS' is_layout = layout it_fieldcat = xfield is_variant = variant i_save = 'A' tables t_outtab = outtab_cara.
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = 'ARCHIVELINK_MONITOR_ASYNC' i_callback_user_command = 'USER_COMMAND_CFBC' i_callback_pf_status_set = 'SET_PF_STATUS' is_layout = layout it_fieldcat = xfield is_variant = variant i_save = i_save tables t_outtab = outtab_cfbc.
SCMS_ARCHIVE_INFO_GET call function 'SCMS_ARCHIVE_INFO_GET' exporting arc_id = contrep importing phys_basicpath = opath exceptions others = 0.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting * TITLEBAR = ' ' * DIAGNOSE_OBJECT = ' ' text_question = 'Sollen die markierten Aufträge unwideruflich gelöscht werden?'(078) * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' default_button = '2' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = importing answer = answer * TABLES * PARAMETER = exceptions * TEXT_NOT_FOUND = 1 others = 0 .
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = 'Sollen die markierten Aufträge weiter verarbeitet werden?'(079) default_button = '2' importing answer = answer exceptions others = 0 .
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 ARCHIVELINK_MONITOR_ASYNC or its description.
ARCHIVELINK_MONITOR_ASYNC - Monitor For Asynchronous Processes ARCHIVELINK_MONITOR_ASYNC - Monitor For Asynchronous Processes ARCHIVELINK_DOCUMENT_FINDER - Document Finder ARCHIVELINK_DOCUMENT_FINDER - Document Finder ARCHIVELINK_DISPLAY_CONSTANTS - ARCHIVELINKDISPLAYCONSTANTS ARCHIVELINK_CARACONSTANTS - ARCHIVELINKCARACONSTANTS