Hello experts, I want to create a RAP BO with a behaviors. The behavior will have a function to perform a complex query. As we know, function is translated to the function import of OData service. But I don't understand how to pass multiple values to...
Hi CAP Experts, I am working on the CAP Tutorial https://developers.sap.com/tutorials/cp-apm-nodejs-create-service.html#ad94d17b-8f0d-420e-b658-d44828bbee6b. In step 7 - add initial data, I added the data as per the tutorial though I observed that th...
Introduction:
In this blog post, I would like to share my knowledge on how operation augmentation can be used to implement consumption specific requirement in RAP ABAP based application.
Goal:
When developing the transactional application on SAP, ...
Hello,
I have developed a Fiori Application in BTP ABAP Environment using RAP ABAP. Inside my BO determination method, is it possible to get the current standard operation(CREATE/UPDATE/DELETE) or the name of custom action button user has clicked o...
Hello,
I am developing a Fiori App using RAP in ABAP BTP Environment. When I add a Where condition to filer out some entries in the BO Projection View for my specific consumption requirement, in the Fiori preview the List Report opens. But as soon...
Hi @OlgaDolinskaja I don't have your email address. Could you please send me an email to me at mainakaich@gmail.com so that I can reply you back with the needed information.Thanks,Mainak
@pramod_teewaree Function doesn't support complex parameter. Because parameters for function can be passed only via URL and it has limited length. Therefore, for passing complex parameter, you need to opt for action.Thanks,Mainak
Hi @OlgaDolinskaja ,Yes, I am sure it is standard SAP object. In fact, I raised the same to SAP using case Case 296546/2025 - ATC error coming from standard SAP objects - SAP For MeBut I was informed that ATC will check all the unreleased SAP objects...
Hello @OlgaDolinskaja , Currently I have setup ATC in BTP ABAP environment. As per developer scenario, I am running ATC check for a custom program inside an on-premise SAP ECC System (NW 7.5). The custom program calls the SAP standard FMs. But the AT...
Hi @jheisler , 1. You can follow the option 1 as mentioned by @ClearQueries by adding local annotation inside fiori project. That will surely work. Also, remember to empty cache and hard refresh in your browser to ensure the updated OData annotation ...