RN2DWSWL_START_ADMIN 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 RN2DWSWL_START_ADMIN into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
N2WLD - Template Management
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: P_USAGE = D .
Selection Text: P_AREA = D .
Selection Text: P_EINRI = D .
Text Symbol: 002 = Criteria
Text Symbol: 003 = (No Description Exists)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = 'N2DWSWL_AREA' * LANGU = SY-LANGU * TEXTS_ONLY = ' ' TABLES dd07v_tab = l_domvalues EXCEPTIONS illegal_input = 1 OTHERS = 2.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'AREA' value_org = 'S' TABLES value_tab = lt_area return_tab = lt_return EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
ISH_EINRI_CHECK CALL FUNCTION 'ISH_EINRI_CHECK' EXPORTING ss_einri = p_einri IMPORTING ss_tn01 = tn01 EXCEPTIONS not_found = 1 OTHERS = 2.
TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING * SYSTEMEDIT = * SYTEMNAME = systemtype = l_systemtype * system_client_edit = * SYS_CLIINDDEP_EDIT = * SYSTEM_CLIENT_ROLE = * EV_SFW_BCSET_REC = * EV_C_SYSTEM = EXCEPTIONS no_systemname = 1 no_systemtype = 2 OTHERS = 3.
ISH_N2_DWSWL_EDIT CALL FUNCTION 'ISH_N2_DWSWL_EDIT' EXPORTING i_einri = p_einri i_area = p_area CHANGING * c_workmode = l_workmode c_errorhandler = lr_error.
DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = 'N2DWSWL_AREA' * LANGU = SY-LANGU * TEXTS_ONLY = ' ' TABLES dd07v_tab = l_domvalues EXCEPTIONS illegal_input = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.