‎2008 May 27 12:53 PM
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.
‎2008 May 27 12:55 PM
‎2008 May 27 12:55 PM
‎2008 May 27 1:15 PM
Hi Wojciechowski
Try this FM POPUP_TO_CONFIRM
reward if useful
Regards
Prabumanoharan
‎2008 May 27 1:18 PM
Hi,
Check out the the function module FB_MESSAGES_DISPLAY_POPUP
‎2008 May 27 1:20 PM
Hi,
Try with this:
POPUP_FOR_INFORMATION
POPUP_WITH_WARNING
Regards,
Shiva kumar
‎2008 May 27 1:26 PM
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