SAP Reports / Programs

RS_CREATE_LANG_FROM_REQ SAP ABAP Report - Adds LANG Objects from PieceList/Request to new requests







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


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_CREATE_LANG_FROM_REQ. "Basic submit
SUBMIT RS_CREATE_LANG_FROM_REQ AND RETURN. "Return to original report after report execution complete
SUBMIT RS_CREATE_LANG_FROM_REQ 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: 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.


INCLUDES used within this REPORT RS_CREATE_LANG_FROM_REQ

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:

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.



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_CREATE_LANG_FROM_REQ or its description.