RSTLAN_IMPORT_OCS_F02 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_IMPORT_OCS_F02 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!
OCS_GET_PACKAGE_PARTS CALL FUNCTION 'OCS_GET_PACKAGE_PARTS' EXPORTING iv_package = ps_patchlist-trkorr IMPORTING ev_expandable = lv_expandable TABLES et_parts = lt_e070 EXCEPTIONS OTHERS = 99.
STRF_OPEN_DATA CALL FUNCTION 'STRF_OPEN_DATA' EXPORTING transporter = 'R' trkorr = ls_patchlist-trkorr IMPORTING cant_open = lv_data_exists file = lv_file EXCEPTIONS wrong_call = 1 OTHERS = 2.
TRINT_FI_GET_DIRECTORY_NAMES CALL FUNCTION 'TRINT_FI_GET_DIRECTORY_NAMES' IMPORTING ev_tmp_dir = lv_directory EXCEPTIONS OTHERS = 3.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING * PERCENTAGE = 0 text = lv_sapgui_text.
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_IMPORT_OCS_F02 - RSTLANIMPORTOCSF02 RSTLAN_IMPORT_OCS_F01 - RSTLANIMPORTOCSF01 RSTLAN_IMPORT_OCS - Import Language Parts of Support Packages RSTLAN_IMPORT_OCS - Import Language Parts of Support Packages RSTLAN_IMPORT_CLIENTS - Import Customizing Language Data into Any Client RSTLAN_IMPORT_CLIENTS - Import Customizing Language Data into Any Client