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 Function

Former Member
0 Kudos
133

Hello,

Is there a standard POPUP* function module that to which I can pass two fields (restricted value and description) for user to select one and return the result?

Not a big deal to develop a new one but would prefer to reuse

Thanks,

Leon

4 REPLIES 4

Former Member
0 Kudos
81

Hi Leon,

go to se37 and type popup* F4, you ll find a list of FM as per your requirement.

regards,

Kinshuk

former_member188685
Active Contributor
0 Kudos
81

Hi,

check this FM

<b>POPUP_GET_SELECTION_FROM_LIST</b>

may be it will be useful to you.

Regards

Vijay

Former Member
0 Kudos
81

Hi Leon,

<b>POPUP_WITH_TABLE_DISPLAY :-</b> Provide a display of a table for user to select one, with the value of the table line returned when selected

Thanks

Sudheer

ferry_lianto
Active Contributor
0 Kudos
81

Hi Leon,

You can use this FM.

<b>POPUP_GET_VALUES

POPUP_GET_VALUES_USER_BUTTONS</b>

also check this program for sample codes.

<b>RSSPO410

RSSPO450</b>

Hope this will help.

Regards,

Ferry Lianto