...
Figure 118 Departure 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 ...
... o store more than one mandant/user 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 ...
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. ...
... 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 on it. It’s very handy to use in that situation, but also it has ...
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 ...
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 ...
...
If 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 embedd ...
... FALV also as 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 ...
... ALV when you 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 appea ...
... in the mass replace 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 functi ...
... switch and copy between popup, full screen and container version
Easy toolbar handling (in grid and in full screen/popup using Dynamic GUI STATUS & TITLE with ABAP code )
One pla ...
... and copy between popup, full screen and container version Easy toolbar handling (in grid and in full screen/popup using Dynamic GUI STATUS & TITLE with ABAP code ) One place to handle user ...
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: ...
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 ...
... 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 ...
... 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.
*--------------------------------------------------------------------* ...
... a F4 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 ...