Newsletter            Wir rufen zurück            Impressum

Category

Programmieren
Jeder UI5-Entwickler hat schonmal direkt oder indirekt die Erfahrung mit Promises gemacht. Dabei geht es um die Methoden create, read, update und remove eines UI5 OData-Models, welche für die Kommunikation mit dem Backend genutzt werden. Meist wird in diesem Zusammenhang mit einem sog. callback gearbeitet: die Funktion, welche die Methoden des OData-Models ausführt, bekommt eine...
Read More
Wenn es um JS promises geht, sind sich alle Blogs in einem Punkt einig: die anderen haben es falsch verstanden. In diesem Artikel werden wir auf die Eigenschaften der Promises eingehen, während wir die akademischen Diskussionen außen vor lassen. Was ist ein Promise ? Eine der Definitionen eines Promise lautet: „Ein Promise ist ein Objekt,...
Read More
When searching for code examples for SAPUI5 applications, you quickly find many. Often, however, examples are written in JavaScript rather than XML — and therefore not easy to use if you have been building your SAPUI5 application with XML Views.
Read More
Starting transaction PCP0 (DIsplay and Process Posing Runs) can take an annoyingly long time. The reason for this performance issue is that the system reads data from all posting runs every time, no matter which filters are pre-defined.
Read More
At our iProConference back in May, there was great interest in the benefits of HR cloud solutions -– improved usability and mobile applications being high up on the agenda. The good news is that SAP Fiori and SAPUI5 (a.k.a. OpenUI5) can help you to bring about mobile user-friendliness to your on-premise solutions -– without having...
Read More
This article showcases a relatively simple custom SAPUI5 mobile app created by iProCon, called „Where Is My Team?“: allowing a Manager to get an overview of what their team on their mobile phone is doing at any particular time and contacting them with a tap on the screen.
Read More
It is possible, generally for employees in the USA & Canada, to come across an inconsistency in Infotype 21 when recording the Spouse’s gender. If the Spouse’s gender is captured as „Undeclared“ in the full screen, then in the Overview Screen it is shown incorrectly as Female if the employee is Male, or vice versa.
Read More
When building more complex custom developments, we often recommend the use of custom config tables to keep developments more flexible, requiring fewer coding changes. The other day, I came across an old problem with time dependency in custom tables again at a customer, and thought it worth sharing.
Read More
The so called „collective search help PREM is used in most SAP HR transactions, where an individual employee needs to be selected. PREM comprises a number of search helps (e.g. by name, by organisational assignment, by SAP username,…) and some of them include the date of birth (DoB). Many customers don’t like this, because they...
Read More
If you build new ABAP OO developments, be it for HCM or other modules, as often as we do, you’ll know this issue: you want to simulate something during development and therefore need a temporary copy of a particular object.
Read More