WSLIPS03 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program WSLIPS03 tries to remove data inconsistencies in the delivery regarding weight, volume and quantity...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 WSLIPS03 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: VBELN = Delivery number
Selection Text: PROZ_TOL = Allowed deviation in %
Selection Text: DB_AKTIV = Change database
Title: Monitoring and adjusting delivery weight
Text Symbol: 050 = No more deliveries with differing quantities/weights/volumes
Text Symbol: 041 = Incorrect
Text Symbol: 040 = Delivery header
Text Symbol: 031 = Cumulated qty for material determ.
Text Symbol: 030 = Cumulated batch quantity/weight/volume
Text Symbol: 013 = Negative weight/volume set to zero
Text Symbol: 012 = Gross weight/volume not maintained
Text Symbol: 011 = Actual qty
Text Symbol: 010 = Planned qty
Text Symbol: 009 = Actual volume
Text Symbol: 008 = Planned volume
Text Symbol: 007 = Actual net weight
Text Symbol: 006 = Planned net weight
Text Symbol: 005 = Actual gross weight
Text Symbol: 004 = Planned gross weight
Text Symbol: 003 = Created on
Text Symbol: 002 = Material
Text Symbol: 001 = Delivery item
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERSION_FACTOR_GET CALL FUNCTION 'CONVERSION_FACTOR_GET' EXPORTING no_type_check = 'X' unit_in = i_eh1 unit_out = i_eh2 IMPORTING * ADD_CONST = * DECIMALS = denominator = o_zaehler * DIMENSION = numerator = o_nenner EXCEPTIONS conversion_not_found = 01 overflow = 02 type_invalid = 03 units_missing = 04 unit_in_not_found = 05 unit_out_not_found = 06 OTHERS = 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.
WSLIPS03 - Monitoring and adjusting delivery weight WSLIPS03 - Monitoring and adjusting delivery weight WSLIPS02 - Confirm WM Transfer Order for Delivery WSLIPS02 - Confirm WM Transfer Order for Delivery WSLIPS01 - Correction Batch Split Error: Weight Update WSLIPS01 - Correction Batch Split Error: Weight Update