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: 

about a popup

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi Suresh,

you can also use FM 'POPUP_FOR_INTERACTION'.

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

Satish

Message was edited by:

Alvaro Tejada Galindo

Former Member
0 Kudos

Hi,

Check FM POPUP_TO_CONFIRM .

Thanks,

Sri.

Former Member
0 Kudos

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