Re: Imperative SQLScript Logic
Hi Navneet, What are the steps you used to create the procedure?By modeler? SQL console? .hdbprocedure file? If it's done and activated with success and you can't see on your schema maybe it's a...
View ArticleRe: [SQL SECURITY ]
Hi Navneet, When running the procedure the authorization can be checked by who calls (INVOKER) the procedure or an internal user that activated the objects (DEFINER) which is _SYS_REPO user. Take a...
View ArticleRe: Issue with FOR loop in Nested BEGIN and END terminals
Hi Kalyan, Your procedure is incomplete.Why are you looping to make a select that you do not use? What is the target for ITEM_RULE_GDS selection?Also, like it is currently exposed a JOIN is highly...
View ArticleRe: Hana studio launching issue - Workspace corruption
Hi Sharada, It's on launching.Create a link on desktop (anywhere in fact).Right click it and go to properties On Target:You have the path and executable, here a example:"C:\Program...
View ArticleRe: To select Nth record in the table
Hi Yogesh, The best option to solve your question seems to be OFFSET and LIMIT from SELECT statment.SELECT - SQL Reference - SAP Library Inside your procedure you can find the Nth number you want and...
View ArticleRe: How to consume value help for Variables/Input Parameters in BOBJ reports
Hi Shi Yu, I don't have internal information about BO development, but when I was in touch with than at beggining of HANA development what I could see is a tremendous different of delivery things due...
View ArticleRe: How to change Default Language English to other Language in SP05?
Hi Widerman, I am having an issue similar to the one you have reported: I have setup the HANA Studio with locale = 'S' and Predictive Analyisis with Spanish Language. When I retrieve information from...
View ArticleRe: Replicate ECC Datasource to SAP HANA
Hi Rodrigo: This gives me an option to extract standard ECC transactions data through the standard BW Extractors. Can DXC be used to send this extracted data to some external system as well?...
View ArticleRe: How to change Default Language English to other Language in SP05?
HI Widerman, I've been able to access HANA with locale = 'S' by changing the user locale in SAP HANA:ALTERUSER<user_name>SETPARAMETER LOCALE ='es_ES.UTF-8';Regards,Jorge
View ArticleRe: Configuring Workspace in SAP HANA Studio
Hi Thomas, Thanks for your reply. I am trying to debug Database procedure in HANA. When I run the ABAP program, the database procedure for which I have set breakpoints in the debug session in SAP HANA...
View ArticleRe: Configuring Workspace in SAP HANA Studio
This new question has nothing to do with this thread. Please create a new forum entry for new questions. For a guide for just such kind of debugging, however, please refer to this blog:SQLScript...
View ArticleUpdate options for HANA
hello friends, we are on SP5 revision 58, can you tell me what is latest version of HANA we can update to? Is there a compatibility document somewhere i can refer to? thanks for your help
View ArticleRe: Update options for HANA
Avinash, Currently the latest revision available on HANA is Revision 73 (SP7). You can visit help.sap.comto get all relevant documentation. Kulwinder
View ArticleRe: Update options for HANA
thanks for your reply, highly appreciated. is it possible for a direct update from rev58 to rev 73? Sorry been searching the SAP notes for a long time without luck. any links to documentation would...
View ArticleRe: Update options for HANA
Avinash, When you will be downloading Rev 73 software from marketplace....it asks you at which current revision you are and what is your target revision you want to upgrade. Upgrade is done through SUM...
View ArticleIs there any archiving mechanism available for HANA standalone
Hi,We are looking for HANA archiving strategy for our needs as data growth is huge today in our HANA implementation. This is a future requirement, but would like to know if someone has already...
View ArticleRe: Hana ODBC Default Schema
With newer version of the hana database, you can use a new property "CS" to set the current schema. It works on Rev 69, maybe before. Example :...
View ArticleRe: Is there any archiving mechanism available for HANA standalone
Rahul, Please look into below thread where same thing is discussed earlier:-sap hana archiving and available archiving tools in market. Kulwinder
View ArticleRe: How to consume value help for Variables/Input Parameters in BOBJ reports
Shi Yu, Help values for Input parameters and variables can be achieved by creating derived tables in data foundation tab. You have to create manually List of values for those parameters. It is very...
View ArticleRe: Parallel SQL execution inside Procedure
Thank you Fernandos, I don't have any imperative code and dependencies.Just a few independent insert statement. I am not sure whether they are running parallel or not.How do I know these statements...
View Article