RN1ME_SUBMIT_CREATE_TMPL 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 RN1ME_SUBMIT_CREATE_TMPL 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: Report for Calling Order Templates
INCLUDE MNDATA00.
No SAP DATABASE tables are accessed within this REPORT code!
ISHMED_ME_MAINTAIN_ORD_TEMPLAT CALL FUNCTION 'ISHMED_ME_MAINTAIN_ORD_TEMPLAT' EXPORTING i_caller = 'RN1ME_SUBMIT_CREATE_TMPL' i_einri = g_einri it_tporder = lt_obj i_vcode = 'INS' i_enqueue = on i_save = on i_commit = on i_create_tpgroup = on i_new_luw = off " To avoid infinite loop! IMPORTING e_rc = l_rc CHANGING cr_errorhandler = lr_error.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN1ME_SUBMIT_CREATE_TMPL - Report for Calling Order Templates RN1ME_SUBMIT_CREATE_TMPL - Report for Calling Order Templates RN1ME_SHOWPR_FORMULARY - Medication: Display/Print Drug Basic Catalog RN1ME_SHOWPR_FORMULARY - Medication: Display/Print Drug Basic Catalog RN1ME_SHOWPR_BDCC - Medication: Display/Print Drug Basic Catalog RN1ME_SHOWPR_BDCC - Medication: Display/Print Drug Basic Catalog