former_member603382
Participant
Member since ‎01-31-2019

User Statistics

  • 24 Posts
  • 1 Solutions
  • 8 Kudos given
  • 45 Kudos received

User Activity

See Part 1 to see how the data architecture was made. https://blogs.sap.com/2019/08/09/abap-fiori-elements-organizing-your-data-architecture-using-cds-views-building-from-scratch-walkthrough-ui-and-logic/   Note: I will be using ABAP Development T...
If you are also interested to add custom actions and CRUD events to your CDS views, you can check part 2 of this walkthrough here: https://blogs.sap.com/2019/08/29/abap-fiori-elements-adding-bopf-create-remove-update-delete-crud-actions-to-cds-views...
Hi, I was wondering where I could find the classes that were offered with ABAP. I am a Java developer, so I usually import packages at the beginning of my program files to import some classes that will offer certain functionalities. In ABAP, howe...
The neo-app.json file is used only by SAP Web IDE to define paths. Another software, for example Jenkins, ignores that file. Thus, all the paths that are defined in that file are ignored by any other software. I encountered an issue where a project ...
Hi, I am trying to configure my application to run some OPA tests. To do so, I followed a step by step procedure explained in the troubleshooting guide for failing OPA5 and QUnit tests. However, the section 'Execute the tests locally via Maven' has...