Re : Open sql query.
Hi Folks, I am currently listening the open sap videos for the abap on hana week3 .in that i wrote abap query modified with the enhancement of the sql statementbut my statement is showing syntax...
View Article'CX_SALV_DB_TABLE_NOT_SUPPORTED'
Hi everyone, I am using HANA system with EHP7 for SAP ERP 6.0.and successfully checked sample report SALV_IDA_DISPLAY_DATA_SIMPLE . but with the same code when i try to display another Z...
View ArticleRe : Open Sql query with case statement.
Hi ,Currently I am looking into open sql statement in abap for hana I wrote the below query but in debugging the values are populated as below SELECT carrid, CASE carrid WHEN 'AC' THEN 'Canada...
View ArticleHANA ALV with IDA - Standard GUI Toolbar
Hi, I need to add standard toolbar buttons like ABC analysis, Export, etc. in HANA ALV with IDA. It seems we can add custom buttons as per the below link. but could not add standard buttons. UI...
View ArticleSorting Order in SQL Queries
Hi Colleagues, We notice difference in the output when executing the SELECT queries on traditional DB and HANA. We are using side car approach so we have both the databases. SELECT Query 1 without...
View ArticleMulti-Select mode on ALV with IDA
I am trying to display a calculation view using ALV-IDA in ABAP and it comed up nicely. I have a requirement to select multiple rows of the ALV and perform some operation on click of a button. Does...
View ArticleCAST in a UNION ALL
I'm using a UNION ALL in a CDS View but I'm having trouble matching up one of the fields in the projection list between the Select's. In the first Select, I have this: case when offer_level = '2'...
View ArticleI am unable to debug HANA SQL script on AMDP
I have done the following by looking at various blogs and video's but I am still unable to debug the AMDP as it does not stop on the SAP procedure created for AMDP. 1) I have authorization for debug...
View ArticleIssue debuging an AMDP
I'm on HANA SPS7 and Netweaver 7.4 SP 7.Did everything according to the tutorial Tutorial: How to Debug an ABAP Managed Database Procedure.Granted the debug/execution authorization to the debug user,...
View ArticleUnable to register gateway service (Odata)
Hi All,We are on 7.4 sp 09, at the time of registering service I am not able to register the service.If it is configuration related issues, just let me know what are the other prerequisite for better...
View ArticleProblem in using Native Sql with HANA
Hi, I am fetching HANA views data using native sql in abap. I have observed a problem that sap is allowing only 29 execute sql commands statements in a row and gives dump for 30th query. My code is...
View ArticleTraining material
Dear All, I am new in the world of sap hana. Please let me know training material for SAP HANA ABAP developers Thanks & Regards,Rajshree Shinde
View Articlecomparing fields in dynamic way inside CDS views
Hi,I am working on a prototype where i have to compare few fields of a DB table to see if there is any different value in any one of them. The fields to be compared comes from another table and could...
View ArticleCDS associations - please help
What is the purpose of the new 1: addition before a filter condition? For illustration purposes, i've created a 1 to many association between Articles and Units of Measure. (Tables MARA & MARM)....
View ArticleHow are update/delete operations handled using insert only in HANA?
What is the exact way in which update/delete operations are handled in hana? I had read a blog where it was told that a delete flag will be set for the old data and it will still exist in the table..if...
View ArticleRe : Open Sql query with case statement.
Hi ,Currently I am looking into open sql statement in abap for hana I wrote the below query but in debugging the values are populated as below SELECT carrid, CASE carrid WHEN 'AC' THEN 'Canada...
View ArticleAccess to HANA via ADBC
Hi, I'm evaluating a scenario where we use the HANA DB as kind of a central data repository for more than one ABAP-stack system. There is a blog post from Thomas Jung a while ago Developer's Journal:...
View ArticleCDS View vs Atribute view
Hello All, I need to know is CDS view and Attribute view are co related and what is the difference between CDS view and Attribute view. Please suggest. LR Reddy.
View ArticleCDS View with arithmetic CASE-Expression
Hey Experts, i'm developing a CDS-View in ABAP for HANA and i need a CASE-Statement with an arithmetic expression in it. Error on above image is unexpected word "(".I have also tried a few other ways...
View ArticleCAST operation in where clause in OPEN ABAP CDS
Hello, Is there a possibility of doing cast operation or any arithmetic operation in the where clause of OPEN ABAP CDS view. Thanks for the help,Govind
View Article