With ABAP Platform 1909 Developer Edition I started to try out gCTS compared to AbapGit. But my plan is to build an automation toolchain on my local computer to simulate how to use in a business context.
So after getting Abap platform 1909 running v...
Some of the benefits of HCM-Framework "Processes & Forms" ist the flexibility in many places. So you can use different approval workflows for different processes.
There are already a lot of good blogs on the subject Processes & Forms to dive deeper....
A question for all the happy people implementing gCTS Fiori-App before.
So i implemented the app on our 1909 system with SAPUI 754 0002 and get a kind of error when starting the app.
So you see there is a bit of the Fiori-Application on the ...
Conversational AI is a nice tool for building intelligent chatbots. The Webchat is easy to integrate into your own Application. There are also some nice tutorials to build these into e.g. SAPUI5-applications. But what is with Applications from the ol...
Last year i developed a tool for the customers of one of our departements. It was a video based training tool in SAP(blogged about it here). After that other departments were aware of it and wantet to use it for their customers, too.
So then it beca...
Hi Karin,thanks for the anwer. Note 2894157 sounds very appropriate. Unfortunately we still have the initial shipment (SP 0000) of the UIBAS001 Release 500 component in our 1909. So the note can not be implemented because you need SP01.Is there the p...
Because the standard user locking functionalities are too inflexible for different users on many different clients and also do not offer the possibility of different conditions, etc.
Hi Mathias,
you can get the input value in the event data(mo_event_data) from your QUICKADD event.
DATA l_input_value type string.
if io_event->mv_event_id EQ 'QUICKADD'.
io_event->mo_event_data->get_value(
EXPORTING
iv_k...
Yes you are right. Thats the reason why I currently use Eclipse Neon untill there is a ADT release for Oxygen. But for this tutorial I used Oxygen with ADT for Neon but had a few problems while using it so I decided to wait and switched back to Neon.