Skip to content

Instantly share code, notes, and snippets.

View thalesvb's full-sized avatar

Thales Batista thalesvb

  • Lisbon, Portugal
View GitHub Profile
@thalesvb
thalesvb / Object.values.js
Created July 10, 2020 17:57
UI5 IE11 Polyfill by external provider
if (!Object.values) {
Object.values = function(o){
return Object.keys(o).map(function(k){
return o[k];
});
};
}
@thalesvb
thalesvb / ZZ_UML_CLASS_DIAG_XMI_EXPORT.abap
Created October 17, 2016 22:19
ZZ_UML_CLASS_DIAG_XMI_EXPORT downported to ABAP 7.31
*-------------------------------
* Original Program on https://blogs.sap.com/2015/02/13/uml-class-diagram-export-to-xmi-format-with-abap-standard-classes/
* Downport working on NetWeaver AS 7.31,
*-------------------------------
*"! Adjusted version of SAP standard program UML_CLASS_DIAGRAM.
*"! This version just exports an XMI file which than can be imported into an UML tool.
*"! There is no need to have JNET installed.
report zz_uml_class_diag_xmi_export.
tables tadir.