Generally we don't need table logging for custom table maintenance (SM30), but it is important and needed for some cases. All customizing tables are automatically recorded by default but if you use regular Application tables (master and transaction d...
OLE2Object - ABAP OLE2 Object Utility Class
As we all know, sometimes comprehensive dynamic Excel automation developments can be a little bit complicated with OLE2_OBJECT methods. You have to record a macro and find out what's going on in VBA (Visua...
Hi Maria,
AFAIK, OLE2 Automation object requires a front-end session to get its work done. Because Fiori/WebGUI apps are stateless (working externally), you can't use OLE2 Automation from web browser (in case of Creation/Upload etc.). Instead you ca...
Hi Andre,
Thanks for the blog, I've just used your report to export the list. Unfortunately the structure "/iwfnd/s_cof_srg_name_version" is not available in our systems. I've tried to find it in several versions including 1709, 1809 etc. but I coul...
Hi Jaromír,If we're talking about planning calendar rows, you can surely increase the size limit for your JSONModel. If you don't set it, the default size will be 100, so you can only see top 100 records in your calendar.Set the size limit as you lik...
Hi Carlos,You can try List Report with Multiple Views option.https://sapui5.hana.ondemand.com/#/topic/a37df408044e41ef84e67207c8658d4fOtherwise you must code it manually. There is an example in the SDK for this;https://sapui5.hana.ondemand.com/#/samp...