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

Former Member
0 Likes
403

Hi All,

Kindly help me in this -

I have used a customised search help using the FM

F4IF_INT_TABLE_VALUE_REQUEST.

The problem with this is that it does not display more than 5000 entries. But its look and feel is OK.

The other FM which I have used is POPUP_WITH_TABLE_DISPLAY

In this it displaying more than 5000 entries but its look and feel is NOT OK.

Please suggest me the solution.

Thx...

Paul

3 REPLIES 3
Read only

LucianoBentiveg
Active Contributor
0 Likes
335

Try using FM:

REUSE_ALV_POPUP_TO_SELECT

Regards.

Read only

Former Member
0 Likes
335

Hi pradipta,

Try this FM's.

IHC_FXNET_POPUP_PICK_FROM_LIST

POPUP_WITH_TABLE_DISPLAY

POPUP_GET_VALUES

Hope this will help you.

Regards,

Vicky

PS: Award points if helpful

Read only

Former Member
0 Likes
335

Hi

if you want to use reuse_alv_popup_to_select

check this:

http://www.list-editor.de/JAVASCRIPTS/JAVASCRIPTS/popup.html

Regards Mario