RSTLAN_IMPORT_OCS_F01 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_F01 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_UPGRADE_INFO CALL FUNCTION 'OCS_GET_UPGRADE_INFO' TABLES et_uvers = lt_uvers EXCEPTIONS no_upgrade_yet = 1 internal_error = 2 OTHERS = 99.
OCS_READ_ADD_ON_ENTRIES CALL FUNCTION 'OCS_READ_ADD_ON_ENTRIES' EXPORTING iv_upgdate = lv_upgdate iv_upgtime = lv_upgtime TABLES tt_avers = lt_avers EXCEPTIONS OTHERS = 99.
OCS_GET_COMPONENT_STATE CALL FUNCTION 'OCS_GET_COMPONENT_STATE' EXPORTING iv_component = pv_component IMPORTING ev_comp_rel = lv_system_release ev_comp_level = lv_numc4 EXCEPTIONS OTHERS = 1.
STRN_REBUILD_LANG_STATE CALL FUNCTION 'STRN_REBUILD_LANG_STATE'.
OCS_SET_ENVIRONMENT CALL FUNCTION 'OCS_SET_ENVIRONMENT' EXCEPTIONS OTHERS = 3.
OCS_GET_COMPONENT_GROUPS CALL FUNCTION 'OCS_GET_COMPONENT_GROUPS' TABLES et_fix_comps = lt_fix_comps et_opt_comps = lt_opt_comps EXCEPTIONS OTHERS = 2.
SPAM_READ_PAT03 CALL FUNCTION 'SPAM_READ_PAT03' EXPORTING * IV_PATCH_NAME = '*' * IV_PATCH_TYPE = '*' * IV_BASE_RELEASE = 'CURR' * IV_COMPONENT_ID = 'CURR' * IV_COMPONENT_RELEASE = 'CURR' * IV_ADDON_ID = 'CURR' * IV_ADDON_RELEASE = 'CURR' * IV_ACTIV = 'X' iv_only_supp_packs = ' ' iv_rstlan_io_mode = 'X' TABLES tt_pat03_selected = lt_pat03 EXCEPTIONS wrong_release_string = 1 wrong_patch_type = 2 no_component_available = 3 wrong_component_id_release = 4 wrong_addon_id_release = 5 OTHERS = 6 .
CONVERSION_EXIT_ISOLA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_INPUT' EXPORTING input = ls_pat08-value(2) IMPORTING output = lv_langu EXCEPTIONS unknown_language = 1 OTHERS = 99.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-p10 diagnose_object = 'TX_RSTLAN_OCS_NO_LANG_INFO' text_question = text-p11 * text_button_2 = 'Fortsetzen' * icon_button_2 = 'ICON_CANCEL' * text_button_1 = 'Unterbrechen' * icon_button_1 = 'ICON_OKAY' default_button = '0' display_cancel_button = ' ' IMPORTING answer = lv_answer TABLES parameter = lt_params EXCEPTIONS OTHERS = 1.
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_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 RSTLAN_IMPORT - Standalone Program for Installing a Language Package