RN2ARCHIVE_DOCLIST 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 RN2ARCHIVE_DOCLIST 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: Call the archived document as a document list
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_N2_MEDICAL_DOCUMENT CALL FUNCTION 'ISH_N2_MEDICAL_DOCUMENT' EXPORTING * SS_BISDAT = 00000000 ss_einri = einri * SS_MODE = ' ' * SS_VONDAT = 00000000 ss_tcode = 'N204' * SS_SELKR = ' ' * SS_ENQUE = ' ' * SS_SET_SCREEN_FLAG = ' ' * SS_TITLE1 = ' ' * SS_TITLE2 = ' ' SS_DOCLARCH = 'X' * IMPORTING * SS_OKCODE = * SS_TDWS = * SS_TDWST = * SS_CMD_ERROR = TABLES ss_ndoc = t_ndoc * SS_COMMANDS = * CHANGING * SS_DRAW = ' ' EXCEPTIONS NO_DOCUMENT = 1 NO_INSERT = 2 CANCEL = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN2ARCHIVE_DOCLIST - Call the archived document as a document list RN2ARCHIVE_DOCLIST - Call the archived document as a document list RN2ADMTBS_EXT - Change Assignment Levels of Text Modules RN2ADMTBS_EXT - Change Assignment Levels of Text Modules RN2ADMTBS - Manage Text Modules for Each of Two Assignment Levels RN2ADMTBS - Manage Text Modules for Each of Two Assignment Levels