2007 Nov 15 4:40 AM
Hi,
What is the use of function module get_sort_by_loc. will it returrn all the details of material and stock if we r importing matnr werks lgtyp and lgnum.
plz help...
Hi,
What is the use of function module get_sort_by_loc. will it returrn all the details of material and stock if we r importing matnr werks lgtyp and lgnum.
plz help...
2007 Nov 15 4:44 AM
Select material stock sorted by location
CALL FUNCTION 'GET_SORT_BY_LOC'
EXPORTING
I_MATNR = MAT_AFTER_CONVERSION
I_LGNUM = WHS_ID
I_WERKS = I_PLANT_ID
I_STORAGE_TYP = I_STORAGE_TYP
IMPORTING
EV_UOM = LV_UOM
TABLES
T_INV_DATA = TAP_LQUA
EXCEPTIONS
NOT_FOUND = 01
WRONG_CALL = 02.
2007 Nov 15 5:18 AM
Hi,
The Funtion module just gives the data of the material and stock sorted by storage type and bin location
Thanks,
Muthu.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |