Table list used by SAP ABAP Function Module MB_ADD_FREE_STOCK_PER_PLANT (Sums up free stock for each plant on the list)
SAP ABAP Function Module
MB_ADD_FREE_STOCK_PER_PLANT (Sums up free stock for each plant on the list) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | MARD | Storage Location Data for Material | SOURCE VALUE(X_MATNR) LIKE MARD-MATNR |
|
| 2 | MARD | Storage Location Data for Material | SOURCE VALUE(I_GRAND_TOTAL) LIKE MARD-LABST |
|
| 3 | MARD | Storage Location Data for Material | ||
| 4 | WERK_LISTE | Plant and Free Stock Summation for that Plant | ||
| 5 | WERK_LISTE | Plant and Free Stock Summation for that Plant | SOURCE X_PLANT_LIST STRUCTURE WERK_LISTE |
|