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

POPUP Function

Former Member
0 Likes
712

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
Read only

Former Member
0 Likes
660

Hi Leon,

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

regards,

Kinshuk

Read only

Former Member
0 Likes
660

Hi,

check this FM

<b>POPUP_GET_SELECTION_FROM_LIST</b>

may be it will be useful to you.

Regards

Vijay

Read only

Former Member
0 Likes
660

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

Read only

ferry_lianto
Active Contributor
0 Likes
660

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