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

FM for PopUp

Former Member
0 Likes
1,033

Hi,

Is there any function module that displays a pop up window to get input from the user?

My requirement is that I have to get input from the user in a popup window and save the data in the database table.

Please help me.

Thanks,

Sandeep.

Hi,

Is there any function module that displays a pop up window to get input from the user?

My requirement is that I have to get input from the user in a popup window and save the data in the database table.

Please help me.

Thanks,

Sandeep.

6 REPLIES 6
Read only

Former Member
0 Likes
941

Declare selection-screen initially.

And call that selection-screen using the syntax.

Call selection-screen xxxx

starting at nn

ending at nn.

If useful award points.

Read only

Former Member
0 Likes
941

Hi Sandeep,

Try this FM

TRM_POPUP_TEXT_INPUT

Regards,

Mohaiyuddin

Read only

Former Member
0 Likes
941

HI,

Try this FM

POPUP_TO_FILL_COMMAND_LINE

Plzz reward points if it helps.

Read only

Former Member
0 Likes
941

Hi Sandeep,

Try these,

BOS11_POPUP_TO_GET_QUANTITY

BOS_POPUP_GET_VALUES

BOS_POPUP_GET_VALUES_DB

Reward points if this helps,

Kiran

Read only

Former Member
0 Likes
941

HI,

Try this FM

POPUP_TO_FILL_COMMAND_LINE

Plzz reward points if it helps.

Read only

dev_parbutteea
Active Contributor
0 Likes
941

Hi ,

use FM POPUP_GET_VALUES. you just have to pass any number of fields with the reference table name. It will display a popup asking user to input values.

Regards,

Sooness