RLMOB040 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program to count stock in
If you would like to execute this report or see the full code listing simply enter RLMOB040 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.
Title: Mobile Computing: Inventory counting by entering quantities
Text Symbol: 002 = Qty changed
Text Symbol: 003 = Pallet found
Text Symbol: 004 = Already counted
Text Symbol: 005 = Counted to zero
Text Symbol: 006 =
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
L_T331_READ *CALL FUNCTION 'L_T331_READ' * EXPORTING * I_LGNUM = LRF_WKQU-LGNUM * I_LGTYP = LRF_WKQU-LGTYP * IMPORTING * E_T331 = TMP_T331.
CALL_SCREEN_613 * CALL FUNCTION 'CALL_SCREEN_613' * EXPORTING I_LGNUM = LINV-LGNUM * I_LGTYP = LINV-LGTYP * I_LGPLA = HLP_PLAPOS * I_LENUM = LINV-LENUM * I_LETYP = LINV-LETYP * I_MATNR = LINV-MATNR * I_MENGA = LINV-MENGA * I_ALTME = LINV-ALTME * I_KZNUL = RL04I-KZNUL * I_MAKTX = MAKT-MAKTX * I_TCODE = SY-TCODE * I_CLGPLA = SAV_CLGPLA * IMPORTING E_ULGNUM = ULGNUM * E_ULGTYP = ULGTYP * E_ULGPLA = ULGPLA * E_CLGPLA = CLGPLA * E_MENGA = LINV-MENGA * E_ALTME = LINV-ALTME * E_KZNUL = RL04I-KZNUL * E_SCREEN_FCODE = SCREEN_FCODE * EXCEPTIONS ERROR_MESSAGE = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RLMOB040 - Mobile Computing: Inventory counting by entering quantities RLMOB040 - Mobile Computing: Inventory counting by entering quantities RLMOB037 - Mobile Computing: Load Inquiry by Shipment RLMOB037 - Mobile Computing: Load Inquiry by Shipment RLMOB036 - Mobile Computing: Load Inquiry by Delivery RLMOB036 - Mobile Computing: Load Inquiry by Delivery