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

ARCHIVELINK_MONITOR_ASYNC SAP ABAP Report - Monitor For Asynchronous Processes







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


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





Text Symbol: 085 = Expiration Date
Text Symbol: 084 = Document ID
Text Symbol: 083 = Request for Asynchronous Archive
Text Symbol: 082 = Request for Asynchronous Retrieval
Text Symbol: 081 = Return Call Function
Text Symbol: 080 = Partial request completed
Text Symbol: 079 = Do you want to continue processing the selected requests?
Text Symbol: 078 = Do you want to irrevocably delete the selected requests?
Text Symbol: 077 = Confirmation of Request for Storing a Print List
Text Symbol: 076 = File Name Application Server
Text Symbol: 075 = File is accessible
Text Symbol: 050 = Print List Mngmt Record (TOADL) Successfully Created
Text Symbol: 024 = Archive requested - awaiting confirmation
Text Symbol: 023 = Spool Information Found
Text Symbol: 022 = Request Created
Text Symbol: 021 = Order History
Text Symbol: 020 = File Name
Text Symbol: 019 = Form
Text Symbol: 018 = Printer
Text Symbol: 017 = Request User
Text Symbol: 016 = Date
Text Symbol: 015 = Text
Text Symbol: 014 = Information
Text Symbol: 013 = Report
Text Symbol: 012 = Request Client
Text Symbol: 011 = Document Category
Text Symbol: 010 = Content Repository
Text Symbol: 009 = Document Type
Text Symbol: 008 = Object Type
Text Symbol: 007 = Spool / Request Number
Text Symbol: 006 = Request Time
Text Symbol: 005 = Request Date
Text Symbol: 004 = Unknown Request Type
Text Symbol: 003 = Request to Store a Print List
Text Symbol: 002 = Request Type
Text Symbol: 001 = Request Number
Text Symbol: 025 = Asynchronous request started; awaiting confirmation
Text Symbol: 049 = Error in Spool Information About Content Repository Error Message
Text Symbol: 048 = Spool Informed of Content Repository Error Message





Text Symbol: 047 = Content Repository Reports Error
Text Symbol: 046 = Content Repository Reports Ok
Text Symbol: 045 = Completed
Text Symbol: 044 = IndexLngth
Text Symbol: 043 = Data length
Text Symbol: 042 = Document ID
Text Symbol: 041 = Content rep.
Text Symbol: 040 = Client
Text Symbol: 039 = Return Code
Text Symbol: 038 = Request number
Text Symbol: 037 = Confirmation Message
Text Symbol: 036 = Confirmation
Text Symbol: 035 = Confirmation Found
Text Symbol: 034 = No Confirmation Found
Text Symbol: 033 = Undefined Error in Asynchronous Storage
Text Symbol: 032 = Error in HTTP Storage
Text Symbol: 031 = Error Starting Asynchronous Storage Job (Storage Using HTTP)
Text Symbol: 030 = Error Sending Asynchronous RFC Request to Content Repository
Text Symbol: 029 = No Spool Information Found
Text Symbol: 028 = Request complete
Text Symbol: 027 = Confirmation (CBFC) Started Successfully
Text Symbol: 026 = HTTP storage request executed successfully; awaiting confirmation


INCLUDES used within this REPORT ARCHIVELINK_MONITOR_ASYNC

INCLUDE ARCHIVELINK_CARACONSTANTS.


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_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 .



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