SAP HANA STUDIO Not Responding
Hi All, Good Day!! Recently I have updated SAP HANA instance from SPS5 Revision 52 to SPS6 Revision 60. I have updated SAP HANA Studio as well to SPS6 revision 60. When I try to go to Modeler...
View ArticleRe: SAP HANA STUDIO Not Responding
Hi Shankar, Whether you defined much more attribute view/analytic view/calculation view with SPS5? Regards,Jerry
View ArticleSP with For Loop in Cursor Does not get compiled without Commented CASE...
I am not able to Compile following stored procedure without Commented out Case Statement (--CASE) as shown below ; I am getting Eror as shown below if I remove this --CASE statement. With the...
View ArticleThings to Check after data/ABAP code migrated to HANA DB
Hi HANA Gurus, We have migrated our ABAP code and data on Test HANA DB..... What are the thing needs to be cross checked before going for any code change (from performace prospective i.e. ST03N )? How...
View ArticleRe: SP with For Loop in Cursor Does not get compiled without Commented CASE...
Hi Parminder, Can you please use IF construct instead of CASE. Please check the following section in the documentation of F1 help in HANA studio. SAP HANA SQLScript Reference > Imperative SQLScript...
View ArticleRe: SP with For Loop in Cursor Does not get compiled without Commented CASE...
In the script I have no CASE Construct , Instead I have FOR loop for CURSOR. I am not able to follow your suggestion ;
View ArticleRe: SP with For Loop in Cursor Does not get compiled without Commented CASE...
Sorry, I thought you wanted to use CASE statement. My bad.. Please ignore the comment above. Regards, Ravi
View ArticleRe: How to use GENERATE ALWAYS AS in artifact?
If you need this column to show the time of change then you will have to populate it during the load using now() (or another function that sets the current time depending on which platform you are...
View ArticleRe: How to use GENERATE ALWAYS AS in artifact?
That's plain wrong.GENERATED ALWAYS AS will add a persisted column to the table and will store the value whenever the input data (e.g. other columns) are changed. Anyhow, I've no clue how to specify...
View ArticleRe: How to use GENERATE ALWAYS AS in artifact?
My bad, not only replied the question without thinking thoroughly, missed the question completely (hdbtable)... Thanks for the warning. Regards,Zafer
View ArticleRe: SAP HANA STUDIO Not Responding
Hi Shankar, so far, I am not sure root reason, but I think that it should be sap hana studio issue, it maybe has merge issue for column views to up version, not your problem. besides, upgrade maybe has...
View ArticleRe: How to connect Filezilla client to hana system
Hi Divya, you have to enter your server name here: so write hana server addressYou can check the below link for connecting filezilla to a System:http://symbiosis.bytemark.co.uk/docs/ch-connecting.html...
View ArticleUser Not able to add Insert, desert and update statements in Procedure
Hi All, One of the Developer in Our HANA system is not able to create procedures with Insert , delete and update statements he can only create Read only procedures in SQL editor. P.S, he is not using...
View ArticleRe: Exception when Updating/Inserting data using oData service
Well if POSTMAN works, then it would certainly appear that the XSODATA service is working correctly. It would seem to be something with the way that .NET prepares the call. The XSODATA service only...
View ArticleRe: User Not able to add Insert, desert and update statements in Procedure
The issue is that he is creating a read only procedure. If he is creating a .procedure file, then you simply remove the line that says "READS SQL DATA" and activate. If you are creating a procedure...
View ArticleHow can BODS Contribute to SAP HANA.
Hi Members, Request you to share your thoughts / Views based on your experience or learning. What all we can contribute to SAP HANA using BODS? Please post your comments/ suggestions even though they...
View ArticleDefault filter for an attribute in HANA views
Hi HANA mates, I'm looking for a desing pattern in HANA modeling to implement the following use case in Lumiria (or other reporting clients). In a Analytic or Calulation View I need to have a default...
View ArticleRe: How can BODS Contribute to SAP HANA.
Hello Rakesh, In ETL i.e., Estraction-Transformation- load based data replication, the SAP BODS is used to specify and load the relevant business data in defined periods of time from an ERP system into...
View ArticleRe: How to connect Filezilla client to hana system
Hi Divya, It is not just the host name, you will also need the OS user id and password to connect to the file system. Hence I asked you to contact the system admin / Basis admin to get you the details....
View ArticleRe: SPS6 Core Data Services - Maintained DDL entity not updating catalog object
Yet another possible issue with CDS - updated entity (table) key, adding a second key field. Committed and activated the HDBDD, table is not changed. So DROPped the table in SQL console, reactivated...
View Article