RS_LXE_CREATE_NEW_DOMAIN 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_DOMAIN 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: DOMANAM = Domain name
Selection Text: DOMATXT = Domain description
Selection Text: DOMATYP = Domain type
Selection Text: REQUEST = Transport request
Title: DO NOT USE!!! Only for internal purposes
Text Symbol: 001 = Yes
Text Symbol: 002 = Invalid request
Text Symbol: 003 = Domain created
Text Symbol: 004 = DB error
Text Symbol: 005 = Domain already exists. Overwrite?
Text Symbol: 006 = No authorization
Text Symbol: 007 = Request insert error
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-005 text_button_1 = 'Yes'(001) default_button = '2' IMPORTING answer = answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
DB_ROLLBACK CALL FUNCTION 'DB_ROLLBACK'.
TR_REQUEST_CHOICE CALL FUNCTION 'TR_REQUEST_CHOICE' EXPORTING iv_suppress_dialog = 'X' iv_request_types = 'TK' iv_request = request it_e071 = it_e071 it_e071k = it_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_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 RS_LXE_CREATE_FIPR_FORM_STYL - Create Fingerprints for Translated FORM/STYL RS_LXE_CREATE_FIPR_FORM_STYL - Create Fingerprints for Translated FORM/STYL