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

List showed in matchcode

Former Member
0 Likes
505

Hi,

There is a matchcode declare as below:

PARAMETER: p_ctnumb  LIKE with_item-ctnumber MATCHCODE OBJECT zf4ctnum OBLIGATORY.

How can I do for :

1.- Maximun number of hits not be 500.

2.- Only show in list fiscal year.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
416

Regarding point 2, the fields that listed in a search help are defined by the LPos column in the definition of an elemntary search help. Only fields with a non-zero value in the LPos column will appear in the value list. However, depending on the definition of the elementary search help if you reduce list of fields in the value list to just the fiscal year you may get several rows in the value list that appear to repeat the same fiscal year. This is because the view or search help exit would be returning many rows within which have unique values (such as document number, etc.) but these uniques values aren't being displayed.

As for the default of 500 items, this is configurable in the user settings.

1 REPLY 1
Read only

Former Member
0 Likes
417

Regarding point 2, the fields that listed in a search help are defined by the LPos column in the definition of an elemntary search help. Only fields with a non-zero value in the LPos column will appear in the value list. However, depending on the definition of the elementary search help if you reduce list of fields in the value list to just the fiscal year you may get several rows in the value list that appear to repeat the same fiscal year. This is because the view or search help exit would be returning many rows within which have unique values (such as document number, etc.) but these uniques values aren't being displayed.

As for the default of 500 items, this is configurable in the user settings.