Hi
The interface is up to 7 fields (3 char, 2 number, 2 date). If you don't need the 8 fields for one user type (for instance, purchasing team need 5 fields, and manufacturing need 6 fields) you can define a complex coding where you are calling function modules for each group of users (this function modules with the same interface), define a customer parameter (you can call it with GET PARAMETER Z*), and show the fields for them.
If it's not suitable define your own report (for instance and ALV and with double clic you can call MD04 as in MD06) with the help of MD_STOCK_REQUIREMENTS_LIST_API.
I hope this helps you
Regards
Eduardo