RS_TRANSLATION_IMPORT_PP 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 RS_TRANSLATION_IMPORT_PP 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.
Selection Text: T_LANG = Target Language
Selection Text: S_LANG = Source Language
Selection Text: NO_UPDTE = Do Not Overwrite
Selection Text: MIN_STAT = Quality Status (From)
Selection Text: MAX_STAT = Quality Status (To)
Selection Text: FL_PPX = Import Exceptions
Selection Text: FL_PPA = Import Abbreviations
Selection Text: FL_PP = Import Standard Proposals
Selection Text: FILENAME = File Name
Selection Text: DOMATYP = Domain Type
Selection Text: DOMANAM = Domain Name
Selection Text: DIRECTRY = Directory
Selection Text: COMMENT = Comment
Selection Text: BATCH = Start in Background
Title: Proposal Pool Import
Text Symbol: 026 = PPX
Text Symbol: 025 = PPA
Text Symbol: 024 = PP
Text Symbol: 023 = Edited (Total)
Text Symbol: 022 = Target Language:
Text Symbol: 021 = Source Language:
Text Symbol: 020 = Statistics
Text Symbol: 009 = Incompatible File Coding
Text Symbol: 006 = Unable to open file:
Text Symbol: 004 = Language Not Known:
Text Symbol: 001 = Directory can only be 44 characters long in backgrd processg
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LXE_AUTH_CHECK_PERMISSION * CALL FUNCTION 'LXE_AUTH_CHECK_PERMISSION' * EXPORTING * root = 'X' * EXCEPTIONS * permission_denied = 1 * internal_error = 2 * OTHERS = 3.
SLWY_START_BATCHJOB * CALL FUNCTION 'SLWY_START_BATCHJOB' * EXPORTING * jobname = lv_jobname * reportname = 'RS_TRANSLATION_IMPORT_PP' * no_periodic = 'X' * TABLES * seltab = lt_seltab * EXCEPTIONS * start_error = 1 * OTHERS = 2.
LXE_T002_CHECK_LANGUAGE * CALL FUNCTION 'LXE_T002_CHECK_LANGUAGE' * EXPORTING * language = s_lang * IMPORTING * o_r3_lang = lv_s_lang * EXCEPTIONS * language_not_in_cp = 1 * unknown = 2 * OTHERS = 3.
LXE_T002_CONVERT_2_TO_4 * CALL FUNCTION 'LXE_T002_CONVERT_2_TO_4' * EXPORTING * old_lang = s_lang * IMPORTING * new_lang = lv_lang_s * EXCEPTIONS * error = 1 * OTHERS = 2.
LXE_T002_CHECK_LANGUAGE * CALL FUNCTION 'LXE_T002_CHECK_LANGUAGE' * EXPORTING * language = t_lang * IMPORTING * o_r3_lang = lv_t_lang * EXCEPTIONS * language_not_in_cp = 1 * unknown = 2 * OTHERS = 3.
LXE_T002_CONVERT_2_TO_4 * CALL FUNCTION 'LXE_T002_CONVERT_2_TO_4' * EXPORTING * old_lang = t_lang * IMPORTING * new_lang = lv_lang_t * EXCEPTIONS * error = 1 * OTHERS = 2.
LXE_PP1_FILE_OPEN * CALL FUNCTION 'LXE_PP1_FILE_OPEN' * EXPORTING * s_lang = s_lang * t_lang = t_lang * directry = directry * filename = filename * purpose = 'I' * IMPORTING * filepath = lv_filepath * outcode = lv_outcode * incode = lv_incode * EXCEPTIONS * error = 1 * OTHERS = 2.
LXE_PP1_FILE_IMPORT * CALL FUNCTION 'LXE_PP1_FILE_IMPORT' * EXPORTING * s_lang = lv_lang_s * t_lang = lv_lang_t * incode = lv_incode * outcode = lv_outcode * filepath = lv_filepath * domatyp = domatyp * domanam = domanam * min_stat = min_stat * max_stat = max_stat * fl_pp = fl_pp * fl_ppa = fl_ppa * fl_ppx = fl_ppx * no_update = no_updte * IMPORTING * total = lv_total * pp_total = lv_pp_total * pp_imported = lv_pp_imported * ppa_total = lv_ppa_total * ppa_imported = lv_ppa_imported * ppx_total = lv_ppx_total * ppx_imported = lv_ppx_imported * EXCEPTIONS * error = 1 * OTHERS = 2.
LXE_PP1_FILE_CLOSE * CALL FUNCTION 'LXE_PP1_FILE_CLOSE' * EXPORTING * filepath = lv_filepath * EXCEPTIONS * error = 1 * OTHERS = 2.
LXE_T002_SELECT_LANGUAGE * CALL FUNCTION 'LXE_T002_SELECT_LANGUAGE' ** EXPORTING ** FLAG_PLUS = '' ** FLAG_STAR = '' ** DYNPPROG = ** DYNPNR = ** DYNPFIELD = ** DYNPFIELD_X = * IMPORTING * language = s_lang ** R3_LANG = ** TEXT = * EXCEPTIONS * parameter_error = 1 * no_values_found = 2 * OTHERS = 3.
LXE_T002_SELECT_LANGUAGE * CALL FUNCTION 'LXE_T002_SELECT_LANGUAGE' * IMPORTING * language = t_lang * EXCEPTIONS * parameter_error = 1 * no_values_found = 2 * OTHERS = 3.
LXE_PP1_STATUS_SELECT * CALL FUNCTION 'LXE_PP1_STATUS_SELECT' * EXPORTING * t_lang = t_lang * distribute = 'X' * no_perm_check = 'X' * display_deleted = '-' * IMPORTING * status = min_stat.
LXE_PP1_STATUS_SELECT * CALL FUNCTION 'LXE_PP1_STATUS_SELECT' * EXPORTING * t_lang = t_lang * no_perm_check = 'X' * full_range = 'X' * IMPORTING * status = max_stat.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RS_TRANSLATION_IMPORT_PP - Proposal Pool Import RS_TRANSLATION_IMPORT_PP - Proposal Pool Import RS_TRANSLATION_IMPORT_OLD_PP - Proposal Pool Import in Old Format RS_TRANSLATION_IMPORT_OLD_PP - Proposal Pool Import in Old Format RS_TRANSLATION_IMPORT_DEMS - Create DEMS Objects From Clipboard/Local File RS_TRANSLATION_IMPORT_DEMS - Create DEMS Objects From Clipboard/Local File