RSTLAN_UPGRADE_FORMS 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 RSTLAN_UPGRADE_FORMS 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!
SUBST_APPEND_PROTOCOL CALL FUNCTION 'SUBST_APPEND_PROTOCOL' EXPORTING l_level = p_level l_severity = p_severity l_langu = p_langu l_msag = p_ag l_msgnr = p_msgnr * L_NEWOBJ = ' ' l_v1 = lp_var1 l_v2 = lp_var2 l_v3 = lp_var3 l_v4 = lp_var4 TABLES p_tab = p_prot_tab .
STRF_SETNAME CALL FUNCTION 'STRF_SETNAME' EXPORTING dirtype = piv_pathtype filename = pv_filename subdir = 'tmp' IMPORTING file = pv_filepath EXCEPTIONS wrong_call = 1 OTHERS = 2.
SUBST_WRITE_PROTOCOL CALL FUNCTION 'SUBST_WRITE_PROTOCOL' EXPORTING acttype = ' ' ifname = piv_logpath * IMPORTING * EFNAME = TABLES p_tab = pt_prot_tab EXCEPTIONS write_failed = 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.
RSTLAN_UPGRADE_FORMS - RSTLANUPGRADEFORMS RSTLAN_UPGRADE - Report Program for Language Imports in the Upgrade RSTLAN_UPGRADE - Report Program for Language Imports in the Upgrade RSTLAN_TOOLS - Language Transport Tools RSTLAN_TOOLS - Language Transport Tools RSTLAN_SUPPLEMENT_UPGRADE - RSTLANSUPPLEMENTUPGRADE