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

Warning/error dialog box

Former Member
0 Likes
890

Hi there. Could You tell me some FM which displays dialog box with

1. Some communicate

2. Warning/error icon

3. Only 'OK' button

I'll be very thankful for suggestions. Greetings.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
818

Hi,

Try searching in SE37 as POPUP*.

Thanks,

Sriram Ponna.

5 REPLIES 5
Read only

Former Member
0 Likes
819

Hi,

Try searching in SE37 as POPUP*.

Thanks,

Sriram Ponna.

Read only

Former Member
0 Likes
818

Hi Wojciechowski

Try this FM POPUP_TO_CONFIRM

reward if useful

Regards

Prabumanoharan

Read only

Former Member
0 Likes
818

Hi,

Check out the the function module FB_MESSAGES_DISPLAY_POPUP

Read only

Former Member
0 Likes
818

Hi,

Try with this:

POPUP_FOR_INFORMATION

POPUP_WITH_WARNING

Regards,

Shiva kumar

Read only

Former Member
0 Likes
818

Hi

You can use one of these fm:

POPUP_GET_VALUES:

Dialog box for the display and request of values, without check

POPUP_GET_VALUES_DB_CHECKED:

Dialog box for requesting values, check against the DB table/view

POPUP_GET_VALUES_SET_MAX_FIELD:

Dialog box for setting the maximum no. of fields per dialog box

POPUP_GET_VALUES_USER_BUTTONS:

Dialog box for requesting values and offering user pushbuttons

POPUP_GET_VALUES_USER_CHECKED:

Dialog box for requesting values, check by user exit

POPUP_GET_VALUES_USER_HELP:

Dialog box for requesting values, call of user exits and help

POPUP_WITH_WARNING

Regards

Kiran Sure