SAP Reports / Programs

ILM_ARC_LAUNCH_WEBUI SAP ABAP Report - Report ILM_ARC_LAUNCH_WEBUI







ILM_ARC_LAUNCH_WEBUI 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 ILM_ARC_LAUNCH_WEBUI 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

ILM_ARC_LAUNCH_WEBUI - Auxiliary Transaction FPM -> WebGUI


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 ILM_ARC_LAUNCH_WEBUI. "Basic submit
SUBMIT ILM_ARC_LAUNCH_WEBUI AND RETURN. "Return to original report after report execution complete
SUBMIT ILM_ARC_LAUNCH_WEBUI VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Report ILM_ARC_LAUNCH_WEBUI


INCLUDES used within this REPORT ILM_ARC_LAUNCH_WEBUI

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:

RSPO_RID_SPOOLREQ_DISP CALL FUNCTION 'RSPO_RID_SPOOLREQ_DISP' EXPORTING id_list = VALUE sp01r_id_list( ( id = p_spool sysid = sy-sysid ) ) EXCEPTIONS OTHERS = 0.

RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING report = iv_program variant = iv_variant IMPORTING r_c = lv_rc.

RS_VARIANT_CHANGE CALL FUNCTION 'RS_VARIANT_CHANGE' EXPORTING report = iv_program variant = iv_variant EXCEPTIONS not_authorized = 1 not_executed = 2 no_report = 3 report_not_existent = 4 report_not_supplied = 5 variant_locked = 6 variant_not_existent = 7 variant_protected = 8 OTHERS = 9.

RS_ALL_SELECTIONSCREENS CALL FUNCTION 'RS_ALL_SELECTIONSCREENS' EXPORTING program = iv_program TABLES dynnr = lt_dynnr.

RS_VARIANT_ADD CALL FUNCTION 'RS_VARIANT_ADD' EXPORTING report = iv_program variant = iv_variant TABLES screens = lt_screens EXCEPTIONS illegal_variant_name = 01 not_authorized = 02 not_executed = 03 no_report = 04 report_not_existent = 05 report_not_supplied = 06 variant_exists = 07 variant_locked = 08 variant_not_supplied = 09.



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