‎2008 May 22 9:14 AM
Hi,
We have a function module with 11 import optional parameters. Our requirement is that even if 1 parameter is filled we have to select data based on that. If more that 1 parameter is filled we have to consider all filled parameters.
Is there any good way to do that without putting so many combinations of filled and unfilled parameters?
‎2008 May 22 9:17 AM
Hi,
I think U can use FOR ALL ENTRIES......in the SELECT stmt for this purpose...
It may help U out.
Reward if helpful.
Thanks.
‎2008 May 22 9:16 AM
You could use a dynamic where statement - use the F1 help on the Select statement for more information.
Or wait for someone to cut and paste it here for you...
Gareth.
‎2008 May 22 9:17 AM
Hi,
I think U can use FOR ALL ENTRIES......in the SELECT stmt for this purpose...
It may help U out.
Reward if helpful.
Thanks.
‎2008 Aug 11 5:55 AM