Optional parameters on CDS Views?
As far as I can tell (as I cannot find reference to it anywhere), it's not possible to define an optional parameter for a CDS view. Is that correct? Thanks.
View Article*** ERROR => Connect to database failed, rc=1, rcSQL=10 SQLERRTEXT : invalid...
Hello, We have SAP SLT system on SAP HANA DB(1.0 SPS 9 revision 93) . It is distributed system. Yesterday while taking restart of system we are unable to connect Db with R3trans -d RC12.trans.log is...
View ArticleWhat is SAP HANA basic terms?
Hi,What is SAP HANA in basic terms. After my lot of search on internet, what I understood is SAP HANA is a Database Technology like Oracle, SQL . Is it correct? Is SAP HANA a replacement for the...
View ArticlePush down SELECT-OPTIONS to HANA
Hi all, I'm optimizing a long-running ABAP report that uses some SELECT-OPTIONS/RANGES for SELECTS that are currently implemented as OpenSQL queries in the ABAP report itself. Example: SELECT-OPTIONS:...
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 ArticleOptional parameters on CDS Views?
As far as I can tell (as I cannot find reference to it anywhere), it's not possible to define an optional parameter for a CDS view. Is that correct? Thanks.
View ArticleSAP HANA Studio won't load after software installation failure
Hi,I've been trying to follow the End to End Development Example for ABAP with HANA at End to End Development Example with SAP NetWeaver 7.4 & SAP HANA However I have now come to a dead-end as my...
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 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 ArticleDebugging stored procedure: 'Edit Source Lookup Path' (and source not found)
I have this AMDP generated procedure that I am trying to debug, but for some reason the debugger is not stopping as it is supposed to do despite having followed the instructions provided in Tutorial:...
View ArticleExecute Procedure with input parameters as table from ABAP
Hello Experts, I need to get the data from HANA stored procedure through ABAP but one of the input parameter is a table. Kindly suggest how can we pass an internal table as input parameter to a...
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 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 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 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 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 ArticleQuestions on CDS Views with input parameters
Dear Experts, 1. Can we call a CDS View (or generated database view) with input parameters inside an AMDP? I am looking for something similar to the feature in HANA where we can consume calculation...
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 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 Article"Number of fields in selection lists in unions must be the same"
me again! I'm getting this error in a CDS View in which I'm using a 'UNION ALL' and I can't figure out why I'm getting it. I have the same number of fields in both selection lists (that is the...
View Article