Quantcast
Channel: popup
Browsing latest articles
Browse All 6 View Live

Modal window does not open as a popup

Problem: Modal window called with CALL SCREEN 100 STARTING AT does not open as a popup. Solution: Make sure that both parameters (COL1, LIN1) are greater then zero.

View Article


Openning transaction in a new window/session

Problem: You want to open a transaction in a new window/session. This should be done from a customer program or function. Solution: To achieve this goal you need to use a standard SAP FM called...

View Article


Show alert/popup message

Problem: you want to show an alert/popup with a message. Solution: you want to use the UIAlertView class. Example below: UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"This is a title"...

View Article

Showing context/popup menu under the mouse cursor

Problem: you want to show a popup menu under mouse cursor. Solution: there are special functions for this functionality. First, you need to create the menu that you will show in a moment. For this use...

View Article

Show messages and button toolbar in a popup window

Problem: you want to be able to show messages and add buttons to the toolbar of a popup window. Solution: to allow this set the popup’s display mode (method IF_BSP_WD_POPUP~SET_DISPLAY_MODE) to the...

View Article


Disable message popup in function call

Problem: the function you call issues a message popup window and you want to disable it. Solution: add EXCEPTIONS section to the function call with exception ERROR_MESSAGE. Like this for example: CALL...

View Article
Browsing latest articles
Browse All 6 View Live