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

Regarding for function module

Former Member
0 Likes
348

Hi,

i need to display one pop up . from this pop up i need to select one value. any one help me on this one.

which function module i have to use?(Note : i need to pass internal table to the pop up after that i have to select one value from this pop up..)

2 REPLIES 2
Read only

Former Member
0 Likes
319

Hello Srinath,

You can use tableview or alv grid on screen and call that screen loading data into it.

Also, need to register DOUBLE_CLICK event and USER_COMMAND event for handling the value selection in alv grid.

Follow the link for more details on [working with ALV grid and event handling|http://help.sap.com/saphelp_47x200/helpdata/en/0a/b5530cd30911d2b467006094192fe3/frameset.htm].

Hope this helps!

Thanks,

Augustin.

Read only

former_member195698
Active Contributor
0 Likes
319

You can try

POPUP_WITH_TABLE_DISPLAY

You can pass the list of values in the table VALUETAB.

The record no selected comes in the Exporting parameter CHOISE.