Attila, S/4HANA, BTP Fullstack Developer (EN, DE, HU)
Nice to meet you ! I’m a software developer seeking good projects where profession matters . Attila, S/4HANA, BTP, Fiori Developer (EN,DE,HU)
ABAP OO, CDS, RAP, BOPF, SADL, BRF+, Performance Tuning. FPM: Manual, Business Entity
Freestyle, Fiori Elements, Extensions, Adaptations, Business Application Studio, VSCode, WebIDE
CAP, Node.js, Workzone, HANA, ABAP Cloud
Load data automatically in Fiori List Report
Using the Fiori List Report template of SAP in Business Application Studio contains no setting to automatically load data into the table. Users need to explicitly press the Go button so that the list is populated. In case You want…
Fiori Elements Value Help not shown
This is a crime against the Fiori developer community . Stealing our time, really ? Using Fiori Elements List report template combined with OData v2 SAP backend services, the Value Helps are not shown in 2024. Why ? We have…
Using i18n text in ABAP CDS
Doing CAP projects You have usually the i18n files in the same service project. In ABAP we have no such, only transaction SE63 to translate text annotations of CDS Metadata Extensions (MDE). The possibility is however given to do this…
RAP Unmanaged Query through Custom Entity
A RAP query is generally managed because the data can be collected using the modeled CDS entities and the corresponding associations automatically from the underlying tables. There are cases however where the query is too complex, due too many set…
Custom Business Configuration
Motivation You want an SM30 like maintenance view on BTP. To control the behaviour of the business process You implemented on BTP or S/4HANA Cloud Public ABAP Environment (Steampunk/Embedded Steampunk), You need to expose a customizing as a developer to…
Locking in ABAP on BTP
The most important thing here is to know the factory class cl_abap_lock_object_factory, which creates You an instance of the lock implementing the interface if_abap_lock_object, just provide the Lock Object name. Use method enqueue/dequeue to lock the required record(s) providing a…