Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Parameter filtering

Former Member
0 Likes
408

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
336

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.

1 REPLY 1
Read only

Former Member
0 Likes
337

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.