RS_CREATE_LANG_FROM_REQ 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_CREATE_LANG_FROM_REQ 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: I_SREQ = Source Request/Piecelist:
Selection Text: I_TLANG = Target request:
Selection Text: I_TREQ = Language to be transported:
Title: Adds LANG Objects from PieceList/Request to new requests
Text Symbol: 001 = Source Request/Piecelist:
Text Symbol: 002 = Target request:
Text Symbol: 003 = Language to be transported:
Text Symbol: 004 = Input with failure. Please check.
Text Symbol: 005 = Language has to be given.
Text Symbol: 006 = Source request/Piece List has to be given.
Text Symbol: 007 = Source request/Pieclist does not exist.
Text Symbol: 008 = Target request has to be given.
Text Symbol: 009 = Target request does not exist.
Text Symbol: 010 = Objects successfully adapted and added.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TRINT_READ_REQUEST_HEADER CALL FUNCTION 'TRINT_READ_REQUEST_HEADER' EXPORTING IV_READ_E070 = 'X' CHANGING CS_REQUEST = l_s_request_header EXCEPTIONS EMPTY_TRKORR = 1 NOT_EXIST_E070 = 2 OTHERS = 3.
TRINT_READ_REQUEST_HEADER CALL FUNCTION 'TRINT_READ_REQUEST_HEADER' EXPORTING IV_READ_E070 = 'X' CHANGING CS_REQUEST = l_s_request_header EXCEPTIONS EMPTY_TRKORR = 1 NOT_EXIST_E070 = 2 OTHERS = 3.
TR_READ_REQUEST CALL FUNCTION 'TR_READ_REQUEST' EXPORTING IV_READ_E070 = 'X' IV_READ_OBJS_KEYS = 'X' IV_TRKORR = i_sreq CHANGING CS_REQUEST = l_sx_request EXCEPTIONS ERROR_OCCURED = 1 NO_AUTHORIZATION = 2 OTHERS = 3.
ENQUEUE_E_TRKORR CALL FUNCTION 'ENQUEUE_E_TRKORR' EXPORTING TRKORR = i_treq EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
TR_SORT_AND_COMPRESS_COMM CALL FUNCTION 'TR_SORT_AND_COMPRESS_COMM' EXPORTING IV_TRKORR = i_treq EXCEPTIONS OTHERS = 0.
DEQUEUE_E_TRKORR CALL FUNCTION 'DEQUEUE_E_TRKORR' EXPORTING TRKORR = i_treq.
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_CREATE_LANG_FROM_REQ - Adds LANG Objects from PieceList/Request to new requests RS_CREATE_LANG_FROM_REQ - Adds LANG Objects from PieceList/Request to new requests RS_CREATE_INDEX - Program RS_CREATE_INDEX RS_CREATE_INDEX - Program RS_CREATE_INDEX RS_CREATE_BWREMOTE - Creates the BWREMOTE user and enters it in the "rsadmin". RS_CREATE_BWREMOTE - Creates the BWREMOTE user and enters it in the "rsadmin".