Hello Experts,Is there a standard S4/HANA api available for reading/creating/deleting SO10 Texts from outside S4/HANA on-premise systemBest wishes,Ramjee Korada
Hi Experts,
With the introduction of Joule in the SAP development context, is there a significance/impact with Github Copilot?I believe Github Copilot is general, whereas Joule is extensively trained with the latest SAP innovations.
What additio...
Dear Experts,
I am trying to build a basic CAP application in the trial account but am getting error [ No database Credentials Provided ] while retrieving the data from the HANA cloud. But it works fine with the SQLite database.
I see that its b...
In the realm of SAP development, the ABAP RESTful Application Programming Model (RAP) has emerged as a powerful framework for building efficient and scalable Fiori Elements applications. The developer can focus on custom business logic as the RAP f...
Introduction:
ABAP Restful Application Programming is an efficient and cloud-compatible development model that enables rapid creation of Fiori apps.
This programming model facilitates both Managed and Unmanaged Implementation approaches, although th...
Hi @OlgaDolinskaja Thanks again!!'After creating a custom wrapper you can release it for ABAP Cloud (switch the language version) and use in tier 1.' - This does not mean the overall code being executed for a business transaction is cloud ready but j...
Hi @OlgaDolinskaja Thanks for quick feedback. Logically the same ATC message would be raised even in Tier 3. What is the value add in creating wrapper other than segregating? My perspective is that Tier-2 would be a redundant and overhead for classic...
Hi @OlgaDolinskaja ,Great. In that case, Can we say the objects are 'released and stable' for custom usage but not cloud ready ? If this is the case, do we get any error if we use non-released objects in Tier 2.Best wishes,Ramjee Korada
How is the Tier-3 model upgrade-safe? Even though the unreleased APIs are in Tier-3, those objects are invoked during the execution of the objects in Tier-1 via Tier-2. Imagine a situation where SAP modifies an unreleased object, which is obviously n...
With this implementation approach, you save developers efforts using managed runtime during interaction phase.If it is an unmanaged implementation, then the developer should spend efforts in implementing the methods 'CREATE' , 'UPDATE', 'DELETE' in h...