‎2007 Mar 19 2:40 PM
Hello
I've created a function module and i have to create within the function module a selection-screen(with select-options for entering data) but i get an error that within form routines and function modules this statement is not allowed.
Can anybody help?
thanx
‎2007 Mar 19 2:42 PM
Hi,
YOu cannot create a selection screen withing a function module.
What you can do is to call a screen , say '0100'.
Create a screen '0100' and then include a selection -screen as a subscreen in that screen.
Regards,
Ravi
‎2007 Mar 19 2:49 PM
Hello
Yes but if i create another screen isn't it possible that the function module calls the screen "0100" from within the program where i called the function module an d not the screen "0100" of the function module?
‎2007 Mar 19 2:45 PM