SAP Reports / Programs

RN2LN204N SAP ABAP Report - Management of Document Templates and PC Programs







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

N2PC - IS-H*MED: admin. docum. templates


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RN2LN204N. "Basic submit
SUBMIT RN2LN204N AND RETURN. "Return to original report after report execution complete
SUBMIT RN2LN204N VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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.


INCLUDES used within this REPORT RN2LN204N

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RN2LN204N or its description.