Application Development 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: 

Regarding search help restrictions...

Former Member
0 Kudos

Hi Experts,

I have created search help with dialog type C (i.e Dialog with restrictions). As soon as user hits F4 on particular field , it will give pop-up with restriction count.

I want to set restrict count by default 10 instead of 500. How can we acheive this.

Please help me .

Thanks in advance

Raghu

1 ACCEPTED SOLUTION

former_member156446
Active Contributor
0 Kudos

you need to impliment a search help exit for it... in that max star(*) count there is a field which governs the search help data count.. you need to set it to 10.. which is by default 500..

4 REPLIES 4

former_member156446
Active Contributor
0 Kudos

you need to impliment a search help exit for it... in that max star(*) count there is a field which governs the search help data count.. you need to set it to 10.. which is by default 500..

0 Kudos

Thanks for quick reply..

Could you pls elobarate how to write search help exit?

Thanks

Raghu

0 Kudos

[search help exit|http://help.sap.com/saphelp_nw04s/helpdata/en/cf/21ee52446011d189700000e8322d00/content.htm]

[Search help Help|http://www.sapdevelopment.co.uk/dictionary/shelp/shelphome.htm]

check my wiki for the code for a search help exit.

J@Y

0 Kudos

Problem solved.

Thanks to all.