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

pop up to generate basic interactive list

Former Member
0 Likes
446

Scenario : When the user clicks on a pushbutton it has to generate an interactive basic list with top-of- page end-of-page in a pop-up window that is scrollable.

can please someone help me on this

thanks

1 ACCEPTED SOLUTION
Read only

rahulkavuri
Active Contributor
0 Likes
416

hi to generate pop up windows use the following code

you can use the fm POPUP_WITH_TABLE_DISPLAY to get the pop up window

otherwise u can even use POP_UP_TO_DISPLAY FM

if u are using ALV then check this

https://forums.sdn.sap.com/click.jspa?searchID=727511&messageID=2614910

2 REPLIES 2
Read only

rahulkavuri
Active Contributor
0 Likes
417

hi to generate pop up windows use the following code

you can use the fm POPUP_WITH_TABLE_DISPLAY to get the pop up window

otherwise u can even use POP_UP_TO_DISPLAY FM

if u are using ALV then check this

https://forums.sdn.sap.com/click.jspa?searchID=727511&messageID=2614910

Read only

amit_khare
Active Contributor
0 Likes
416

Hi,

Welcome to SDN.

There are ample of FM given in SAP to handle list in POPUP.

Just give popuplist* or listpopup* in SE37 and press F4 and choose as per your requirement.

You may also try this one - K_ABC_LIST_POPUP

Regards,

Amit

Reward all helpful replies.