2008 Jan 17 11:33 AM
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.
2008 Jan 17 11:36 AM
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.
2008 Jan 17 11:37 AM
2008 Jan 17 11:38 AM
HI,
Try this FM
POPUP_TO_FILL_COMMAND_LINE
Plzz reward points if it helps.
2008 Jan 17 11:38 AM
Hi Sandeep,
Try these,
BOS11_POPUP_TO_GET_QUANTITY
BOS_POPUP_GET_VALUES
BOS_POPUP_GET_VALUES_DB
Reward points if this helps,
Kiran
2008 Jan 17 11:38 AM
HI,
Try this FM
POPUP_TO_FILL_COMMAND_LINE
Plzz reward points if it helps.
2008 Jan 17 11:43 AM
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