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

search help exit

Former Member
0 Likes
464

Hi,

Iam wroking on module pool programming.

I have a field for which i have 22000 records.

Now if i click i have to get all records,

but only 5000 records r getting displayed.

Now I need to write a search help exit for that.

Can anyone help me to find the exit.

Regards,

Shilpa

Edited by: shilpa on Jun 10, 2008 7:57 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
376

Dear Shilpa,

For Any Search Help the Maximum number of records which can be fetched is restricted internally to a maximum of 5000 records.

So you cannnot get more than these number of records in your search help.

So if you create you own search help exit also it would be of no use as it would not fetch more than 5000 records.

The way of creating a search help exit is to copy the existing function module which acts search help exit and modify according to you requirements.

Moreover you should remember that since ERP 2005 the search help exit has become a generic one which has to be very well understood by you before you start modifying it and it uses field symbols.

so hope that it helps you in resolving some of your doubts and helps you to take some steps further.

Encourage others to answer your queries by suitably rewarding them.

Thanks

Venugopal

Hi,

Iam wroking on module pool programming.

I have a field for which i have 22000 records.

Now if i click i have to get all records,

but only 5000 records r getting displayed.

Now I need to write a search help exit for that.

Can anyone help me to find the exit.

Regards,

Shilpa

Edited by: shilpa on Jun 10, 2008 7:57 AM

1 REPLY 1
Read only

Former Member
0 Likes
378

Dear Shilpa,

For Any Search Help the Maximum number of records which can be fetched is restricted internally to a maximum of 5000 records.

So you cannnot get more than these number of records in your search help.

So if you create you own search help exit also it would be of no use as it would not fetch more than 5000 records.

The way of creating a search help exit is to copy the existing function module which acts search help exit and modify according to you requirements.

Moreover you should remember that since ERP 2005 the search help exit has become a generic one which has to be very well understood by you before you start modifying it and it uses field symbols.

so hope that it helps you in resolving some of your doubts and helps you to take some steps further.

Encourage others to answer your queries by suitably rewarding them.

Thanks

Venugopal