Scenario Image you have a standard 3-system landscape (development, quality assurance, production). However, in the productive environment you have to maintain multiple […]
This article is a repost of Michael’s blog post on https://mrentzsch.wordpress.com/2015/10/12/creating-pdf-documents-in-openui5-apps/ I have been a fan of OpenUI5 (or UI5 in general) […]
There is a difference between searching and finding, so implementing a plain text search in ABAP is more challenging than querying a table attribute. The user-specified search pattern cannot be matched using the simple test for equality used for attributes. Sophisticated plain text matching algorithms are needed to make it attractive for users attuned to Google-search