RS_LXE_CREATE_NEW_LANGUAGE 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_LXE_CREATE_NEW_LANGUAGE 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: TRADKEY = Trados Language Key
Selection Text: TEXTLANG = Technical Name (EN)
Selection Text: SPTXT = Language Name (DE)
Selection Text: REQUEST = Transport request
Selection Text: R3_LANG = SAP Language Key
Selection Text: LCID = Locale ID
Selection Text: LANGUAGE = Translation Language
Selection Text: LANG2 = SAP Language Key (2-digits)
Selection Text: JAVALANG = Java Language Key
Selection Text: IS_R3 = Standard ABAP Language
Selection Text: ISOSTYLE = ISO Style
Selection Text: DEV_LANG = Development Language Key
Title: Define a new translation language key (internal use only)
Text Symbol: T02 = Error creating language
Text Symbol: T01 = Language created
Text Symbol: B02 = Optional (not to be used for standard SAP languages)
Text Symbol: B01 = Parameters
Text Symbol: 007 = Request insert error
Text Symbol: 006 = No authorization
Text Symbol: 005 = Language is already defined. Overwrite?
Text Symbol: 002 = Invalid request
Text Symbol: 001 = Yes
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LXE_T002_CREATE_NEW_LANG CALL FUNCTION 'LXE_T002_CREATE_NEW_LANG' EXPORTING language = language r3_lang = r3_lang is_r3_lang = is_r3 dev_lang = dev_lang sptxt = sptxt lcid = lcid isostyle = isostyle tradoskey = tradkey text_lang = textlang javalang = javalang langshort = lang2 EXCEPTIONS creation_error = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-005 text_button_1 = 'Yes'(001) default_button = '2' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
TR_REQUEST_CHOICE CALL FUNCTION 'TR_REQUEST_CHOICE' EXPORTING iv_suppress_dialog = 'X' iv_request_types = 'TK' iv_request = request it_e071 = lt_e071 it_e071k = lt_e071k iv_no_owner_check = 'X' EXCEPTIONS invalid_request = 1 invalid_request_type = 2 user_not_owner = 3 no_objects_appended = 4 enqueue_error = 5 cancelled_by_user = 6 recursive_call = 7 OTHERS = 8.
DB_ROLLBACK CALL FUNCTION 'DB_ROLLBACK'.
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_LXE_CREATE_NEW_LANGUAGE - Define a new translation language key (internal use only) RS_LXE_CREATE_NEW_LANGUAGE - Define a new translation language key (internal use only) RS_LXE_CREATE_NEW_DOMAIN - DO NOT USE!!! Only for internal purposes RS_LXE_CREATE_NEW_DOMAIN - DO NOT USE!!! Only for internal purposes RS_LXE_CREATE_FIPR_FOR_SE61 - Create Fingerprints for Translated SE61 Texts RS_LXE_CREATE_FIPR_FOR_SE61 - Create Fingerprints for Translated SE61 Texts