RLCR_LAUNCH_HTML_GUI 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 RLCR_LAUNCH_HTML_GUI into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
LCRHTMLGUI - Start LCR GUI in Browser
SLDHTMLGUI - Start SLD GUI in Browser
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.
Title: Start of LCR GUI in a Browser Window
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LCRDB_GET_MAIN_LCR_SERVER call function 'LCRDB_GET_MAIN_LCR_SERVER' importing return = ret host = lcr_host port = lcr_port.
CALL_BROWSER call function 'CALL_BROWSER' exporting url = url exceptions frontend_not_supported = 1 frontend_error = 2 prog_not_found = 3 no_batch = 4 unspecified_error = 5 others = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RLCR_LAUNCH_HTML_GUI - Start of LCR GUI in a Browser Window RLCR_LAUNCH_HTML_GUI - Start of LCR GUI in a Browser Window RLCR_CLEAR_CACHE - Deletes LCR Cache RLCR_CLEAR_CACHE - Deletes LCR Cache RLCHECKL - Check Number Ranges for Storage Units and Handling Units RLCHECKL - Check Number Ranges for Storage Units and Handling Units