RN2VIEW1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report as a basis for the layout check of the parametrizable documentation ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RN2VIEW1 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.
Title: Main Program for the Layout Control in Generator
Text Symbol: 001 = Document
Text Symbol: 014 = Dummy
INCLUDE RN2VIEWC.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_N2_SET_PFSTATUS_PARAM_DOK CALL FUNCTION 'ISH_N2_SET_PFSTATUS_PARAM_DOK' EXPORTING ss_vcode = svcode ss_dokstatus = in_dosar ss_dynanz = dynanz * SS_DYNTYP = ' ' * SS_LISTANZ = 1 * SS_LISTPOS = 1 EXCEPTIONS OTHERS = 1.
ISH_N2_SET_TITLEBAR CALL FUNCTION 'ISH_N2_SET_TITLEBAR' EXPORTING ss_dokbez = 'Dokument'(001) ss_vcode = 'TST' ss_vname = sy-uname ss_nname = sy-uname ss_bildnr = dynptr ss_bildanz = dynanz ss_dokstat = '??' EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN2VIEW1 - Main Program for the Layout Control in Generator RN2VIEW1 - Main Program for the Layout Control in Generator RN2UX_700_PMD_UPGRADE - XPRA - PMD Create Long Path RN2UX_700_PMD_UPGRADE - XPRA - PMD Create Long Path RN2UX_700_N2DO1 - IS-H*MED: XPRA - Initialize N2DO1 RN2UX_700_N2DO1 - IS-H*MED: XPRA - Initialize N2DO1