The changes of this parameter are only visible in edit mode and makes sense only for character or string fields. If it is set to ABAP_TRUE (‘X’), then the ALV grid stores in internal table the value in ...
... the field to the one shown bellow. The arithmetic calculation is still the same but I've used string expressions to format the value correctly.
Now the values are alway ...
...
data: gt_rsparams type rsparams_tt.
data: gt_fcat_mass type lvc_t_fcat.
data: gt_mass_sel_columns type lvc_t_col.
data: g_fieldname type string. ...
... lly have the fieldcatalog I create result table with sort and filter criteria if they were passed. To do that I use class cl_salv_ex_util. At the end result table is transformed to xstring with method cl_salv_bs_tt_util=>if_salv_bs_tt_util~transf ...
... Then I'll paste the XML content here and save: After it's done I can prepare a module to read the text, replace title and subtitle and to create an xstring from it. I will use this xstring ...
... Step 1) For my article purpose I will use Pie2.5D type
Step 2) Let's setup title, subtitle, number of series and categories. In title I will use string TITLE_REPLACE and for ...
... if file was succesfully downloaded to PC. If you don't want to download the file but you want to get it for futher use you'll have to request ET_XSTRING table. In other case do not request this ...
... I've used this class to create a method to simplify the process of zipping. First of all class CL_ABAP_ZIP is zipping xstrings so I'll provide you the possibility to pass not only xstring variables ...
... CSEQUENCE -> filename with extension
E_EXTENSION TYPE CSEQUENCE -> extension Main code: method get_filename_from_path.
data: m_offset type i.
data: m_path type string. ...