... users will only see selected fields and nothing more.
When you’ll run the ZDEMO_AIN_CL26 program, you can see the behaviour of the FIX_COLUMN field. If you have wide screen, please resize the SAP GUI ...
... you, but I hope it will help you in your daily job.
From all available grids as the one to describe I’ve selected CL_GUI_ALV_GRID, which was, or maybe still is, called by many persons ALV OO. ...
... it. As you can see bellow, I'm activating the button only if checkbox is selected, then I'm deactivating it when it's empty. Try to do this with SELECTION-SCREEN FUNCTION KEY... :-)
report&nbs ...
... BLES
2
N
No Data Class or Size Category Chosen
CI_TABL_EXCEPTN
CL_CI_TEST_DDIC_TABLES
3
W
Buffering Permitted, but Switched Off selected - Size Cat ...
... I remember I was always using SAPGUI_PROGRESS_INDICATOR FM to display such messages on the screen. When used inside loops I often was manually dividing current tabix by selected variable (for ...
... which will be displayed on the screen. As changing parameter we pass a table with options that should be displayed. What is important here is that this table will be changed (only selected entires will ...
... 3) We need two FM , one which will be displaying selection-screen in separate task and second which will be called from ALV. First function needs two import parameter, which are tables of selected ...
... Usage and names are of ES_*USER_SETTINGS FMs are simillar to ES_*USER_OBJECTS FMs. But let's look on them closer. ES_READ_USER_SETTINGS will give you all parameters for a user for selected ...
... Return Selected Values Implementation: method f4_with_customized_params.
*This is the code from http://abapblog.com.
field-symbols: <iface> type ddshiface,
<sface> type ddshiface. ...
... selected subscreen. When you have this data you can easily filter fileds and it's values to this which you have on your subscreen. After that run FM 'RS_CREATE_VARIANT' to create a new variant, ...
... - gets current cell, we will use that data to set the cursor at the end get_selected_rows - gets selected rows get_selected_cells_id - if we didn't select any ...