2011 Aug 01 8:28 AM
Hi All,
I have a requirement to prepare a report that pulls some fields of the Function module /SCWM/STOCK_INC_OUT_MON.
This Fuction module is in EWM.
I need result rows for multiple values(user inputs) of warehouse.
Cant we access individual fields from this FM without using the structure?
i need to pull the fields MATNR, NLPA PROC and GRDATE
for all the user entries in Wahrehouse code
Thanks, Arka
2011 Aug 01 11:44 AM
Hi arka,
yes. this is possible. The function module has a defined interface. Pass data objects structured according to interface definition and access fields the way you always do in ABAP.
Regards
Clemens
2011 Aug 02 8:13 AM
Hi,
You can use the work area to capture the output of the function module and then use the data (fields) which ever you require.
The structure of the Work area (Data Types of the field) should be same as data types of output parameters of that Function Module.
Hope this helps.
Regards,
Shweta Soragavi