... nally while the linking is active, each change of active system will refresh the entries of the tree to be able to display entries linked with currently active system and independent folders. If view ...
... you can make your SALV editable and you can handle all the events you want from underlying cl_gui_alv_grid object. What you need to do, is to set handler for event after_refresh for all instances ...
... on the logic of the sample program to copy BOM then you'll see it's reasonable. At the beginning let's clear Function Group memory using FM 'CP_CC_S_REFRESH_DATA'. ...
... be left in the table) and in case of cancel button or confirm button but without selecting any row this table will be refreshed. function z_ab_popup_grid_multi_sel.
*"---------------------------------------------------------------------- ...
... 1001. After pressing button "Confirm" or "Cancel" using FM RS_REFRESH_FROM_SELECTOPTIONS I'm retrieving table with parameters and its values, this table will be exported to the ...
... if you leave it empty then you'll have to call FM ES_SAVE_USER_OBJECTS to save all the changes to DB. I_NO_REFRESH parameter is used to leave internal table of objects in Function Group MLSO without ...
As I have needed types I can start to create methods which I need. Firstly fast method the read select-option data from any program which will call our class. I will use here FM RS_REFRESH_FROM_SELECTOPTIONS . ...
... to debug the code to see why it's happening. Finally I found that internal table WS in the function group CTMS was not refreshed during the call of CTMS_DDB_SET_VALUE_INTERNAL. As I couldn't ...
... to firstly use FM 'RS_REFRESH_FROM_SELECTOPTIONS' to get all fields and values for all select-options, then you need to use FM 'RS_ISOLATE_1_SELSCREEN' to get the fieldnames for ...
When you use CL_GUI_ALV_GRID in edit mode or you change your internal table used to display data on ALV grid it may happen that after refreshing the grid using refresh_table_display your cursor or scroll ...