SAP Reports / Programs

RS_TRANSLATION_IMPORT_OLD_PP SAP ABAP Report - Proposal Pool Import in Old Format







RS_TRANSLATION_IMPORT_OLD_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_OLD_PP into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RS_TRANSLATION_IMPORT_OLD_PP. "Basic submit
SUBMIT RS_TRANSLATION_IMPORT_OLD_PP AND RETURN. "Return to original report after report execution complete
SUBMIT RS_TRANSLATION_IMPORT_OLD_PP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: T_LANG = Target Language
Selection Text: S_LANG = Source Language
Selection Text: FILENAME = File Name
Selection Text: DIRECTRY = Directory
Selection Text: COMMENT = Comment
Title: Proposal Pool Import in Old Format
Text Symbol: 024 = Number of Entries Omitted:
Text Symbol: 023 = Number of Entries Imported:
Text Symbol: 022 = Target Language:
Text Symbol: 021 = Source Language:
Text Symbol: 015 = Cannot Identify Attributes
Text Symbol: 014 = Source Text Data Incomplete
Text Symbol: 013 = Target Text Data Incomplete
Text Symbol: 012 = Positioning Lost
Text Symbol: 011 = Incompatible Source Language
Text Symbol: 010 = Incompatible Target Language
Text Symbol: 009 = Incompatible File Coding
Text Symbol: 008 = Incompatible File Structure
Text Symbol: 007 = Cannot find header data
Text Symbol: 006 = Unable to open file:
Text Symbol: 005 = Check path name and file name:
Text Symbol: 004 = Target Language not Available:
Text Symbol: 003 = Source Language not Available:
Text Symbol: 002 = Cannot Identify Code Page for Target Language
Text Symbol: 001 = Cannot Identify Code Page for Source Language


INCLUDES used within this REPORT RS_TRANSLATION_IMPORT_OLD_PP

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

LXE_AUTH_CHECK_PERMISSION CALL FUNCTION 'LXE_AUTH_CHECK_PERMISSION' EXPORTING root = 'X' EXCEPTIONS permission_denied = 1 internal_error = 2 OTHERS = 3.

SCP_CODEPAGE_FOR_LANGUAGE CALL FUNCTION 'SCP_CODEPAGE_FOR_LANGUAGE' EXPORTING language = s_lang IMPORTING codepage = lv_s_outcode EXCEPTIONS no_codepage = 1 OTHERS = 2.

SCP_CODEPAGE_FOR_LANGUAGE CALL FUNCTION 'SCP_CODEPAGE_FOR_LANGUAGE' EXPORTING language = t_lang IMPORTING codepage = lv_t_outcode EXCEPTIONS no_codepage = 1 OTHERS = 2.

LXE_T002_CHECK_LANGUAGE CALL FUNCTION 'LXE_T002_CHECK_LANGUAGE' EXPORTING r3_lang = s_lang IMPORTING o_language = lv_s_lang EXCEPTIONS language_not_in_cp = 1 unknown = 2 OTHERS = 3.

LXE_T002_CHECK_LANGUAGE CALL FUNCTION 'LXE_T002_CHECK_LANGUAGE' EXPORTING r3_lang = t_lang IMPORTING o_language = lv_t_lang EXCEPTIONS language_not_in_cp = 1 unknown = 2 OTHERS = 3.

SCP_TRANSLATE_CHARS_46 CALL FUNCTION 'SCP_TRANSLATE_CHARS_46' EXPORTING inbuff = p_exportx inbufflg = p_len incode = p_incode outcode = p_outcode IMPORTING outbuff = p_exportc outoverflow = outoverflow outused = p_used EXCEPTIONS invalid_codepage = 1 internal_error = 2 cannot_convert = 3 fields_bad_type = 4 OTHERS = 5.

LXE_PP1_HASH_CREATE * CALL FUNCTION 'LXE_PP1_HASH_CREATE' * EXPORTING * language = p_s_lang * text = p_s_text * insert_db = 'X' * IMPORTING * hash = s_hash * enq_commit = enq * EXCEPTIONS * internal_error = 1 * OTHERS = 2.

DEQUEUE_E_LXETXT * CALL FUNCTION 'DEQUEUE_E_LXETXT' * EXPORTING * language = s_hash-language * hash_1 = s_hash-hash_1 * hash_2 = s_hash-hash_2 * hash_3 = s_hash-hash_3 * hash_4 = s_hash-hash_4 * hash_5 = s_hash-hash_5.

LXE_PP1_HASH_CREATE * CALL FUNCTION 'LXE_PP1_HASH_CREATE' * EXPORTING * language = p_t_lang * text = p_t_text * insert_db = 'X' * IMPORTING * hash = t_hash * enq_commit = enq * EXCEPTIONS * internal_error = 1 * OTHERS = 2.

DEQUEUE_E_LXETXT * CALL FUNCTION 'DEQUEUE_E_LXETXT' * EXPORTING * language = t_hash-language * hash_1 = t_hash-hash_1 * hash_2 = t_hash-hash_2 * hash_3 = t_hash-hash_3 * hash_4 = t_hash-hash_4 * hash_5 = t_hash-hash_5.

LXE_PP1_APPLIC_CREATE * CALL FUNCTION 'LXE_PP1_APPLIC_CREATE' * EXPORTING * t_lang = p_t_lang * s_lang = p_s_lang * domatyp = p_domatyp * domanam = p_domanam * s_hash = s_hash * t_hash = t_hash * status = stat * f_name = p_uname * f_date = p_date * IMPORTING * enq_commit = enq * EXCEPTIONS * internal_error = 1 * OTHERS = 2.

DEQUEUE_E_LXE_PP * CALL FUNCTION 'DEQUEUE_E_LXE_PP' * EXPORTING * t_lang = p_t_lang * s_lang = p_s_lang * s_hash_1 = s_hash-hash_1 * s_hash_2 = s_hash-hash_2 * s_hash_3 = s_hash-hash_3 * s_hash_4 = s_hash-hash_4 * s_hash_5 = s_hash-hash_5.

LXE_PP1_EXCEPT_CREATE * CALL FUNCTION 'LXE_PP1_EXCEPT_CREATE' * EXPORTING * t_lang = p_t_lang * s_lang = p_s_lang * domatyp = p_domatyp * domanam = p_domanam * s_hash = s_hash * t_hash = t_hash * f_name = p_uname * f_date = p_date * IMPORTING * enq_commit = enq * EXCEPTIONS * internal_error = 1 * OTHERS = 2.

DEQUEUE_E_LXE_PP * CALL FUNCTION 'DEQUEUE_E_LXE_PP' * EXPORTING * t_lang = p_t_lang * s_lang = p_s_lang * s_hash_1 = s_hash-hash_1 * s_hash_2 = s_hash-hash_2 * s_hash_3 = s_hash-hash_3 * s_hash_4 = s_hash-hash_4 * s_hash_5 = s_hash-hash_5.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RS_TRANSLATION_IMPORT_OLD_PP or its description.