Re: L Lang to develop procedure in the Content
As already discussed in another thread with you on SCN early today: LLang is for SAP internal usage only. Please discuss SAP internal content on the SAP internal community forums and not in the public...
View ArticleRe: Error occurred when opening db connection
The error message was showing that your SLT system is running on 32-bit kernel:Error 193 = "E:\usr\sap\HLT\DVEBMGS00\exe\dbhdbslib.dll is not a valid Win32 application." I would suggest you to...
View ArticleRe: SAP HANA SP5 - OData for Calc. view with parameters
Hi Iwan, Not sure about passing parameters to a calc view but if you haven't seen Werner's blog on exposing a calc view and calling it via oData have a look. That should at least get you started....
View ArticleRe: SAP HANA SP5 - OData for Calc. view with parameters
Thanks for the reply Oliver. Unfortunately, my view contains more than 2 millions records. I know in SAP HANA Studio, I can put parameters so that I can limit for example by customer and material...
View ArticleRe: How to check if HANA XS is working properly?
Daniel Wroblewski, & Lukasz Chomin Today I am facing the same problem http://myserver:30115 orhttp://myserver:30115/status on web browser shows "The page cannot be displayed" and in HANA studio I...
View ArticleRe: How to check if HANA XS is working properly?
Hi Kumar,Firstly you have to have green lights next to each SAP HANA service to be sure that your HANA server is properly running. Please check in SAP HANA Studio -> Administration -> Diagnosis...
View ArticleRe: SAP HANA SP5 - OData for Calc. view with parameters
Hi Iwan, Check the developer guide on http://help.sap.com/hana/hana_dev_en.pdf Basically, here is what you do: In your service definition .xsodata file, add parameter via entity to the definition of...
View ArticleRe: How to check if HANA XS is working properly?
Lukasz Chomin Thanks for your reply, I re-configured the firewall settings, and everything started working . For KT - HANA instance you can refer http://scn.sap.com/docs/DOC-33268 for port...
View ArticleRe: New SAP Hana Development IDE
Hi Juergen, Now is it available for developers, the Developement Perspective. If yes, can you tell how can I update my HANA studio to include it there. I have free (till feb) HANA account on...
View ArticleRe: DATA PREVIEW in SAP HANA
First guess here would be: The _SYS_REPO did not have the SELECT privilege WITH GRANT option on the base objects of the analytic view when the analytic view had been activated. To get over this, grant...
View ArticleRe: Fixing external access to SAP HANA Instance on CloudShare
Hi FYI, I was able to access the server from HANA Studio installed on my laptop using 30015 port directly. But the only issue I have is that the server state shows as Yellow while accessing the server...
View ArticleBitwise operators in SQL!!?
Hello, Are there any Bitwise Operators in HANA-SQL? I see Unary, Binary, String, Comparison, Logical & Set operators but not Bitwise operators. SQL Operators:...
View ArticleRe: Bitwise operators in SQL!!?
Hi TK You looked up the documentation all right. There are no bitwise operators available in HANA SQL (at least not at the moment, which is rev. 49). - Lars
View ArticleHow to Handle exception?
Hi All, In my procedure I have this select: Select col1, col2 into v_col1, v_col2 where col3 = 'TEST' limit 1; How to handle no_data_found Exception? I don't found nothing about it. Thanks.
View ArticleRe: How to Handle exception?
Hi Italo, for specifically this requirement, you can employ cursors and check after opening the cursor and fetching some data whether <cursorname>::NOTFOUND is true. There's an example for this...
View ArticleRe: SAP HANA SP5 - OData for Calc. view with parameters
Juergen, Thanks for the info. However, i'm unable to activate the service definition file (.xsodata). I defined the Calculation View using SQL Script Based (the same with graphical too) When I perform...
View ArticleRe: SAP HANA SP5 - OData for Calc. view with parameters
Hi Iwan, You are using the DB catalog name, which is in fact a generated db view and not a HANA model. Try the model name instead. So instead of "_SYS_BIC"."com.isantoso.poc/K004_P" use...
View ArticleRe: SAP HANA SP5 - OData for Calc. view with parameters
Sweet!!!!! That's fix it! Thanks a bunch, Juergen!
View ArticleRe: SAP HANA SPS03 to SPS05 upgrade
Hi Florian, Good Day!!! Our HANA is on SPS03 Rev25 and we want to go to SPS05. Our SUM version is 03. HANA studio version is Rev25.We downloaded the latest SUMFORHANA and placed under the folder where...
View ArticleCan i use date type 'nchar' ?
Dear experts, since the date type char is not able to handle special character like "ç" without occupying more than one character* i figured out by abstracting from the documented date type nvarchar...
View Article