We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
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...
@Ravisrp Contract Account and Premise Alerts are a different Topic Please look here:https://help.sap.com/docs/CX_NG_SVC/4d818a7e04e940b68e31945171db1239/52b6dbdf6dc4444c92aaa019f11b3329.html?locale=en-UShttps://api.sap.com/package/SAPServiceCloudV2fo...
@Ravisrpas far as I am aware, there is no standard iFlow or BAdI available for this scenario. You would need to implement a custom solution. An iFlow is not strictly required—it could also be, for example, an SAP CAP service running on SAP BTP. The k...