‎2012 Nov 11 10:49 AM
Hi experts,
I wanna know how I can set filter to the list that shows up for a parameter.
I've declared a parameter like following and now I want it's list to show only the fields whose CODEGRUPPE is 'qma-101'.
PARAMETERS: TEXT LIKE QPCT-CODE.
Thanks in advance.
‎2012 Nov 12 10:28 AM
Since it has QPCD as checktable, the search help will show all the entries in the table QPCD.
If you want to restrict the entries in the search help, you would need to use a custom search help ( refer or copy search help H_CCM_TASK_CODE) and give the default value as 'QMA-101'.
Then you will have to refer to this custom search help using MATCHCODE OBJECT syntax.
‎2012 Nov 12 10:28 AM
Since it has QPCD as checktable, the search help will show all the entries in the table QPCD.
If you want to restrict the entries in the search help, you would need to use a custom search help ( refer or copy search help H_CCM_TASK_CODE) and give the default value as 'QMA-101'.
Then you will have to refer to this custom search help using MATCHCODE OBJECT syntax.