VoJu
Participant
Member since ‎2022 Feb 03

User Statistics

  • 83 Posts
  • 4 Solutions
  • 24 Kudos given
  • 20 Kudos received

User Activity

Hello together,does anyone have an example or guidance on how to call a remote action from an event handler in CAP Java?In Node.js, calling a remote action is quite straightforward, as shown in the official documentation: https://cap.cloud.sap/docs/...
Hello together,based on my current analysis, in S/4HANA Private Edition, it is not possible to migrate variant configuration data in sales orders using the Migration Cockpit. In contrast, this functionality is available in S/4HANA Public Edition.This...
Hello together,does anybody know if there is already a sample somewhere with a CAP Service and the uploaded JSON for this feature in Sales Service Cloud v2?custom serviceui generationhttps://www.youtube.com/live/VUp4nt3zNCg?t=4110s Thanks and best re...
Hello together,someone knows the reason why v2 support only REST and not OData? SAP Cloud for customer (v1) uses OData Services. CAP is using OData and other SAP backend APIs are also OData Services. So I am just curious why REST was chosen or if ODa...
Hello together,how is it possible to change the database structure from an existing CAP project (change data types, add or remove fields).E.g.:Existing entity has firstname and lastname.entity BusinessPartner { key ID: UUID; firstname: String(100...