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: 

Popup Window with a lot of records

former_member611006
Active Participant
0 Kudos

Hi experts,

I'm using the Function POPUP_TO_DECIDE_LIST to let the user choose between several possibilities ...

I have more than 200 records in the list, and the popup window doesn't appears ...

What's happend ? Too much records ? How can I solve this problem ?

Thanks for support...

Regards,

David

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

try it with:

POPUP_WITH_TABLE_DISPLAY

POPUP_WITH_TABLE

regards

Nicole

5 REPLIES 5

Former Member
0 Kudos

Hi David,

Check out this thread,

Hope this helps

Former Member
0 Kudos

Hi,

try it with:

POPUP_WITH_TABLE_DISPLAY

POPUP_WITH_TABLE

regards

Nicole

0 Kudos

It works with POPUP_WITH_TABLE_DISPLAY´.

Thanks a lot !!! Rewards OK !!

Regards,

David

Former Member
0 Kudos

if u have too many records in your internal table

you can use popup ALV grid to display them

if u need further clarification see the program BCALV_GRID_AND_POPUP

Former Member
0 Kudos

This FM can show upto 15 options.

you have to specify desired number of options in input parameter MARK_MAX.

If more options are there the FM gives exception TOO_MUCH_MARKS.