CDS external entities provide a modern way to handle secondary database connections in ABAP Cloud. They allow ABAP programs to retrieve data from other databases using SQL. Sounds interesting? Read this blog post for further details.The standard data...
Did you know that the ABAP Keyword Documentation provides a list of all available language elements of the RAP behavior definition language (RAP BDL) and their release dates? This allows you to easily look up the features for each RAP BO implementati...
Did you know that the ABAP Keyword Documentation provides a dedicated glossary for all things RAP? RAP stands for the ABAP RESTful Application Programming Model. We have done our best to collect all the terms related to RAP and explain them in a tech...
Did you know that the ABAP Keyword Documentation provides complete and up-to-date lists of repository objects that are classified as released API and can be used in restricted ABAP language versions? There is a list for each type of repository object...
The predefined CDS functions do not cover the scope of your business scenario? With the introduction of SQL-based CDS scalar functions, partners and customers are empowered to define their own CDS scalar functions with a SQL implementation via AMDP a...
@Muthu21 Unfortunately, the scenario does not work currently because Steampunk is currently provisioning the HANA in such a way that we cannot use the Cloud Connector via the ABAP SDA Adapter. There is also no roadmap for this, so we cannot make any ...
@AttilaBerencsi This is not intended.It only works if you do everything dynamically:Instead ofSELECT FROM name PROVIDED BY schemaUseSELECT FROM ('name PROVIDED BY schema')This should do the trick.BestAndrea
@Muthuraja_M Yes it is possible to expose data as SQL Service (Web API) from On premise system as of 2021 FP2. You can find the documentation here: Accessing ABAP-Managed Data from External ODBC-Based Clients | SAP Help PortalBestAndrea
Hi @ali-kaplan,the ABAP Keyword Documentation for external entities will be published with 2411 and the link will be pasted then. The delivery was delayed, sorry for any inconveniences caused.BestAndrea