... token didn't helped as as I finally found the info that in case there is no explicit logon to SAP Fiori Frontend Server, the token is given and the create method is not allowed....
So I was trying ...
... the same principals like Column class. You will find here set methods for each layout field. Directly after calling layout methods, set_frontend Layout is called. Additionally layout class contains name ...
... as you expected but once you've displayed results and you modify fcat table then you need to use method set_frontend_fieldcatalog to affect grid object. That's why if you'll use Column object ...
... the we can use standard old technique of getting frontend field catalog and then manipulating the entries or we can use column method which returns zcl_falv_column object and then using this object we ...
... Firstly after calling this FM from ALV we need to get fieldcatalog with method ( get_frontend_fieldcatalog ) and then get selected columns ( get_selected_columns ). We will pass this to the FM from 3rd ...
...
data: g_filename type string.
data: g_path type string.
"get path
parameters: p_path type string obligatory.
at selection-screen on value-request for p_path.
cl_gui_frontend_services=>file_save_dialog( ...
... is not the best solution, especially when working on slow connections via VPN or similar. So with help there goes cl_gui_frontend_services=>execute. This method allows you to run every file on PC directly ...