Subqueries in ABAP CDS Views
Hi Experts, is there a possibility to use a subquery in a join clause of 2 tables in an ABAP CDS View similar to: select * from table1 inner join table2 on table1.field1 in ( select mapping_field2...
View ArticleRe: Subqueries in ABAP CDS Views
Can you try something like this? SELECT T1.* FROM table2 AS T2 INNER JOIN mapping_table as MTON MT.mapping_field1 = T2.field2 INNER JOIN table1 as T1ON T1.field1 = MT.mapping_field2 Basically using 2...
View ArticleRe: Subqueries in ABAP CDS Views
Hi Harish, thanks for your help. The aim of my question was more to get the information if subqueries do exist or not in CDS. I could find a work around myselft though I definitley would prefer a...
View ArticleRe: Subqueries in ABAP CDS Views
Hi Tobias, Subquries do exist. Although in quite a restrictive way. The projection list of a subquery cannot be used outside the subquery and not inside the join condition. So it can be used only in...
View ArticleRe: Create CDS view using HANA live
No, I didn't get any response from SAP. Created a OSS note, not no respond.
View Articlesum 16 starting error in SAP HANA S/4 1511 CORE
Hi All, I have installed SAP HANA S/4 1511 CORE (Back end server) on Linux SUSE Power PPE 64-bit with SAP_BASIS version as 750. and SP is 00. I am in process of update the SP using SUM16. But when I am...
View ArticleCode push down string comparison
My requirement:I have a Z config table which stores email addresses along with other stuff. I am writing a new method which queries that table to see if it contains a specific email address. Problem:If...
View ArticleRe: Getting error 'Unhandled event loop exception' during activation of...
Hi, Yes! I've installed edition of SAP HANA i.e. SP11. Please install latest upgraded SAP HANA, it will resolve the issue. Thanks,Dipesh
View ArticleHow to implement search field in SmartFilterBar
Hello All, In the Smart Filter Bar, I set the property enableBasicSearch = "true". It means that the search filed should be available, and this search field is still a part of filter bar rather an...
View ArticleRe: Code push down string comparison
That is possible. For instance if you are using an AMDP to push down the logic. In the AMDP you could use the UPPER function if you wanna compare against your upper case converted address. Or you could...
View ArticleNeed help in accessing Hana from abap.
Hi Experts, we are developing a program using ADBC for accessing hana secondary db connection. How i can find the current hana db secondary connection name in the abap program via code i.e any class...
View ArticleRe: Problem with cl_salv_gui_table_ida
Hi Jasmin, we've updated our system again to 1.00.112.00.1457615240 and the problem still exists. Do you have any news about this? Thank you!Frank
View ArticleRe: sum 16 starting error in SAP HANA S/4 1511 CORE
Sarang, We faced the same issue, using SP 13 of SAP Host Agent, released today. Uncompressing again SUM resolved it. Best regards
View ArticleChanges in native SQL on Hana
Hello! Here in my company, we have a lot of native sql code to connect with a non SAP systems that uses oracle DB. This connections are made using db link on oracle. In a document that I read...
View ArticleCant activate objects in BRF+ !
Hello guys.Trying to implement the above not by uploading XML files downloaded from the note specifications2248229 S/4HANA On-Premise Output Management BRF+ Files I got created 3 application based on 3...
View ArticleRe: Changes in native SQL on Hana
This remark applies only if the target DBMS for the native SQL or the ADBC interface is a SAP HANA database.If you switch your database on which your Netweaver stack runs and you used DBLINK before to...
View ArticleRe: Cant activate objects in BRF+ !
Hi Elton, this is an internal error in BRFplus that might be caused either by the XML import or an erro in the activation logic in BRFplus. What you can do is use the check functionality in the BRFplus...
View ArticleRe: Cant activate objects in BRF+ !
Hello Christian. Firstly thnx for taking your time and responding to my problem. I already checked the Blog you mentioned . Already opened an OSS NOTE because in one of the ABAP classes of the BRF+...
View ArticleRe: Cant activate objects in BRF+ !
Hi Elton, would be great if you could post the result (missing note or whatsoever) here. Not only that I am curious, but this might alos help others to overcome the same issue BRChristian
View ArticleRe: Cant activate objects in BRF+ !
Of course Christian. Once I got a response that solves my issue it will be posted here and explained to details,so others can overcome this problem easily ,and also will decalre solved this issue and...
View Article