The latest version of each part of FALV can be found on github repository https://github.com/fidley/falv which you can use in abapGit for easier up to date handling.
This class is based on article ...
... popup. When you mark FALV as popup version then you can use default size or you can customize size. This demo shows how.
"! This is demo for FALV standard fast call of pppup
"! done by Lukasz Pegiel for http://abapblog.com ...
If you imported NUGG file from previous article you could be surprised that there is one additional FM available called Z_AB_POPUP_GRID_MULTI_SEL. This FM can be used to call a popup with ALV grid which ...
... to the screen of generated) or you can create a FM to call selection-screen in separate task (disadvantage is that user can click on original window and hide your popup). I've used all of these possibilities ...
... city as HOTSPOT column
After clicking on the HOTSPOT column, you should be able to see the popup with the clicked row number and clicked value in it.
Figure 119 Popup displayed ...
... for the project and allow you to do right click and select the user with which you want to logon.
If you double click on the user name, you'll get the popup with the possibility to put the password ...
SELTEXT is one of the fields that are linked to the texts of the grid columns. This particular one is responsible for displaying the name of the column in the change/display of layout popup. ...
... container
Dialogbox container (CL_GUI_DIALOGBOX_CONTAINER) can be useful if you need to display a popup window with your grid and you don’t want to spend time on creating the screen with custom control ...
Dark theme is available in Eclipse since a long time, but there were many problems with easy setting of all colors in editors, windows and popups.
Sometimes you had to even adjust your system settings ...
... you don't want full screen or popup display of FALV then you need to pass a container for grid here
I_APPLOGPARENT
Container for error log if you don't want it to be embedded
I_APPLOG_EMBEDDED ...
... don't pass a container for a log then a popup with errors appears when you enter wrong data to cell. FALV allows you to use built-in split container which will show errors only when they appear and directly ...
... function for FALV so now you don't have to import separatelly from http://abapblog.com/articles/tips/72-mass-replace-popup-for-alv-grid.
"! This is demo for FALV with mass replace function
"! done by Lukasz Pegiel for http://abapblog.com ...
... and with redefinition of method I can faster use it
Faster setting of layout and field catalog attributes
Easy switch and copy between popup, full screen and container version
Easy toolbar ...
... screen creation All events should be already handled and with redefinition of method I can faster use it Faster setting of layout and field catalog attributes Easy switch and copy between popup, full ...
When you use QM01/QM02/QM03/IQS1/IQS2/IQS3 transactions then you've noticed that when you have some task defined then you cannot directly go to attachments of notification. Following popup always appears: ...
... values in given characteristic and then throws an update screen. After exiting from the screen it's saving data to database. program zab_classifications_popup.
*--------------------------------------------------------------------* ...
... help for such external date. I will use today FM 'F4_DATE' to show the date popup and already know FM 'PERIOD_AND_DATE_CONVERT_OUTPUT' to convert internal date to external type.
Importing: ...
...
variant_locked = 8
others = 9.
if sy-subrc eq 7.
*variant already exists so ask if user wants to overwrite it
call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' ...