RN2LN204N is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Management of the PC Templates for a Document Category...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 RN2LN204N into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
N2PC - IS-H*MED: admin. docum. templates
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.
Management of Document Templates and PC Programs
Title: Management of Document Templates and PC Programs
Text Symbol: M12 = Intern. File Number:
Text Symbol: M11 = This document is not linked to a document category
Text Symbol: M10 = By User:
Text Symbol: M09 = At
Text Symbol: M08 = Created On:
Text Symbol: M07 = Number Bytes:
Text Symbol: M06 = for doc. cat. DTID
Text Symbol: M05 = Institution
Text Symbol: M04 = Lang.
Text Symbol: M03 = Client
Text Symbol: M02 = Comments:
Text Symbol: M01 = File:
Text Symbol: H06 = File
Text Symbol: H05 = User
Text Symbol: H04 = Time
Text Symbol: H03 = Date
Text Symbol: H02 = Bytes
Text Symbol: H01 = Inst.Doc. Categ.
Text Symbol: E11 = Canceled
Text Symbol: E10 = Transfer
Text Symbol: E01 = Internal Error n2doctemplate:
Text Symbol: 015 = File successfully read again and saved
Text Symbol: 014 = There are no active templates for the WordContainer
Text Symbol: 013 = This table is empty. Load a file first.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_N2_AUTHORITY *call function 'ISH_N2_AUTHORITY'.
ISH_N2_PUT_N2DOCTEMPLATE call function 'ISH_N2_PUT_N2DOCTEMPLATE' exporting ss_n2_flag = space changing ss_filename = l_filename exceptions abbruch = 1 error = 2 others = 3.
ISH_N2_DEL_N2DOCTEMPLATE call function 'ISH_N2_DEL_N2DOCTEMPLATE' exporting ss_n2_topcdoc = g_n2_topcdoc ss_filename = l_filename_del ss_flag = 'N' exceptions abbruch = 1 error = 2 others = 3.
ISH_N2_GUI_DOWNLOAD call function 'ISH_N2_GUI_DOWNLOAD' exporting ss_filename = l_filename ss_filesize = l_new_line-n2_bytes ss_popup = 'X' importing ss_new_filename = l_filename tables ss_data_tab = l_row_data exceptions cancel = 1 others = 2.
ISH_N2_DEL_N2DOCTEMPLATE call function 'ISH_N2_DEL_N2DOCTEMPLATE' exporting ss_n2_topcdoc = g_n2_topcdoc ss_filename = l_filename ss_flag = 'Y' exceptions abbruch = 1 error = 2 others = 3.
ISH_N2_REN_N2DOCTEMPLATE call function 'ISH_N2_REN_N2DOCTEMPLATE' exporting * SS_EINRI = * SS_DTID = * SS_DTVERS = ss_n2_topcdoc = g_n2_topcdoc changing ss_filename = l_filename exceptions not_found = 1 no_rename = 2 error_update = 3 others = 4 .
ISH_N2_GUI_DOWNLOAD call function 'ISH_N2_GUI_DOWNLOAD' exporting ss_filename = g_filname_hide ss_filesize = l_new_line-n2_bytes ss_popup = 'X' importing ss_new_filename = g_filname_hide tables ss_data_tab = l_row_data exceptions cancel = 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.
RN2LN204N - Management of Document Templates and PC Programs RN2LN204N - Management of Document Templates and PC Programs RN2LN204 - Management of Document Templates and PC Programs RN2LN204 - Management of Document Templates and PC Programs RN2LLPAT - Evaluation for Services, Patients and Employees RN2LLPAT - Evaluation for Services, Patients and Employees