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

about a popup

Former Member
0 Likes
604

Hi frnz, in my requirement, there is an input field in gui. If one enters wrong entry which is not there in db, one popup should come stating that entry doesn't exist and again input should be enabled... Plz give a best way, if there is a function module like popup to inform, pls give that suggestion also...

4 REPLIES 4
Read only

Former Member
0 Likes
568

Hi,

You can use function POPUP_TO_CONFIRM / POPUP_TO_DISPLAY_TEXT.

If you are working on a custom report, this can be achieved very well using AT SELECTION-SCREEN event.

What is your requirement?

ashish

Message was edited by:

Ashish Gundawar

Read only

Former Member
0 Likes
568

Hi Suresh,

you can also use FM 'POPUP_FOR_INTERACTION'.

<b><REMOVED BY MODERATOR></b>

Satish

Message was edited by:

Alvaro Tejada Galindo

Read only

Former Member
0 Likes
568

Hi,

Check FM POPUP_TO_CONFIRM .

Thanks,

Sri.

Read only

Former Member
0 Likes
568

Hi Suresh,

Try this,

First check the User entered input is Available or Not in DB.

if it is not avilable means just write this code,

If ( your Condition )

<b>Message 'Enter the Correct Number' type 'I'.</b>

Endif.

Thanks,

<b><REMOVED BY MODERATOR></b>

Message was edited by:

Alvaro Tejada Galindo