SAP Reports / Programs | Logistics Execution | Mobile data entry(LE-MOB) SAP LE

RLMOB020 SAP ABAP Report - Create TO for inbound delivery for HUMs







RLMOB020 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Transfer orders for inbound deliveries for selected handling units You can use this report to create and execute transfer orders for inbound deliveries for the handling unit management...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RLMOB020 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 RLMOB020. "Basic submit
SUBMIT RLMOB020 AND RETURN. "Return to original report after report execution complete
SUBMIT RLMOB020 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Create TO for inbound delivery for HUMs
Text Symbol: 002 = Qty changed
Text Symbol: 003 = Item found
Text Symbol: 004 = Already counted
Text Symbol: 005 = Counted to zero
Text Symbol: 006 = Mixed SU
Text Symbol: 007 = Partially counted


INCLUDES used within this REPORT RLMOB020

INCLUDE RLMOBINC.
INCLUDE RLMOBI01.


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:

CALL_SCREEN_170 CALL FUNCTION 'CALL_SCREEN_170' EXPORTING I_NLTYP = LTAP-NLTYP I_NLBER = LTAP-NLBER I_NLPLA = LTAP-NLPLA I_BWLVS = LTAK-BWLVS IMPORTING E_NLTYP = LTAP-NLTYP E_NLBER = LTAP-NLBER E_NLPLA = LTAP-NLPLA E_BWLVS = LTAK-BWLVS E_LETYP = LEIN-LETYP E_CLENUM = CLENUM E_LENUM = ILENUM E_TEXT = ITEXT E_SCREEN_FCODE = SCREEN_FCODE TABLES X_SUS = ISUS EXCEPTIONS ERROR_MESSAGE = 99.

L_TO_CREATE_MOVE_SU CALL FUNCTION 'L_TO_CREATE_MOVE_SU' EXPORTING I_LENUM = LINV-LENUM I_BWLVS = LTAK-BWLVS I_NLTYP = LTAP-NLTYP I_NLBER = LTAP-NLBER I_NLPLA = LTAP-NLPLA I_NPPOS = LTAP-NPPOS I_LETYP = LTAP-LETYP I_UPDATE_TASK = SPACE I_COMMIT_WORK = CON_X I_BNAME = SY-UNAME IMPORTING E_TANUM = LTAP-TANUM E_NLTYP = LTAP-NLTYP E_NLBER = LTAP-NLBER E_NLPLA = LTAP-NLPLA E_NPPOS = LTAP-NPPOS EXCEPTIONS NOT_CONFIRMED_TO = 01 FOREIGN_LOCK = 02 BWLVS_WRONG = 03 BETYP_WRONG = 04 NLTYP_WRONG = 05 NLPLA_WRONG = 06 NLTYP_MISSING = 07 NLPLA_MISSING = 08 SQUIT_FORBIDDEN = 09 LGBER_WRONG = 10 XFELD_WRONG = 11 DRUKZ_WRONG = 12 LDEST_WRONG = 13 NO_STOCK_ON_SU = 14 SU_NOT_FOUND = 15 UPDATE_WITHOUT_COMMIT = 16 NO_AUTHORITY = 17 ERROR_MESSAGE = 99.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL' EXPORTING _SYNCHRON = CON_X.

L_LENUM_HU_CHECK1 CALL FUNCTION 'L_LENUM_HU_CHECK1' EXPORTING I_LENUM = P_LENUM I_MORE_HUS = CON_X IMPORTING E_VEKPVB = IVEKPVB TABLES T_VEPOVB = TVEPOVB EXCEPTIONS HU_NOT_FOUND = 2 HU_LOCKED = 3 FATAL_ERROR = 4.

RF_SW_LEIN_READ CALL FUNCTION 'RF_SW_LEIN_READ' EXPORTING I_LENUM = P_LENUM IMPORTING EL_LEIN = LEIN EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.



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