Trying to create a Search Help Exit (to copy an old one actually).
My problem is that I can't declare Tables parameters for a function module (because they are obsolete and i can't get past the warning) BUT on checking by Function Module, an error tells me that I MUST use TABLES parameters - and every tutorial I found uses this method.
So is there a way to either:
- Ignore the warning and use TABLES parameters or
- Use CHANGING parameters and have the Function Module know i'm using those instead of the TABLES params?
[EDIT]: Actually the TABLES parameters can be used, it's just that you have to hit ENTER a lot of times