RSTMPLMD_ is a standard ABAP INCLUDE 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 RSTMPLMD_ 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSD_FIELDNM_GET_FROM_IOBJNM *@ call function 'RSD_FIELDNM_GET_FROM_IOBJNM' *@ EXPORTING *@ I_NAME = l_iobjnm *@ IMPORTING *@ E_DDNAME = l_field_name *@ EXCEPTIONS *@ NAME_ERROR = 1 *@ OTHERS = 2.
RSD_FIELDNM_GET_FROM_IOBJNM *@ call function 'RSD_FIELDNM_GET_FROM_IOBJNM' *@ EXPORTING *@ I_NAME = l_iobjnm *@ IMPORTING *@ E_DDNAME = l_field_datefrom *@ EXCEPTIONS *@ NAME_ERROR = 1 *@ OTHERS = 2.
RSD_FIELDNM_GET_FROM_IOBJNM *@ call function 'RSD_FIELDNM_GET_FROM_IOBJNM' *@ EXPORTING *@ I_NAME = l_iobjnm *@ IMPORTING *@ E_DDNAME = l_field_dateto *@ EXCEPTIONS *@ NAME_ERROR = 1 *@ OTHERS = 2.
RS_EXTERNAL_SELSCREEN_STATUS call function 'RS_EXTERNAL_SELSCREEN_STATUS' exporting p_fb = 'RSDMD_SET_PF_STATUS'.
SELECTION_TEXTS_MODIFY call function 'SELECTION_TEXTS_MODIFY' exporting program = l_prog tables seltexts = texts.
RSDG_ROUTINES_PROGRAM_GET call function 'RSDG_ROUTINES_PROGRAM_GET' exporting i_iobjnm = '\L_S_META-INFO_OBJECT\' importing e_program_name = g_prog_name exceptions unknown_iobj = 1 get_program_error = 2 template_not_found = 3 template_syntax_error = 4 program_syntax_error = 5 no_dbroutid_found = 6 name_unknown = 7 others = 8.
RSSM_UNIQUE_ID call function 'RSSM_UNIQUE_ID' importing e_uni_idc25 = g_unique_id exceptions others = 0.
RSAR_DATA_MAINTAIN_ call function 'RSAR_DATA_MAINTAIN_' exporting * I_STRUCTURE_NAME = i_t_fieldcat_alv = l_t_fieldcat * I_T_RSFIELDTXT = tables c_t_table = l_t_view_upd *@if l_txt_sep = rs_c_true.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSTMPLMD_ - RSTMPLMD RSTMPLMDMT_DISPLAY - Pflegen von Daten in Tabellenform RSTMPLMDMT - Template für Generierung Stammdatenpflege RSTMPLMD - Template for generating master data maintenance RSTMPLISID - Template for generation of the IOBJ routines (SID) RSTMPLIR - Template for generation of DB routines for basic chars