Re: How to escape keywords in Local Table Types definition of Stored Procedures?
Hi Philipp, I think you are using Repository based development approach. It might be different syntax as compared to creating the objects directly in the SQL editor. Did you try to create your Table...
View ArticleRe: How to escape keywords in Local Table Types definition of Stored Procedures?
You maybe need to rename based local table type attribute, such as SELECT M1."PRODUCT_GROUP" as "PRODUCT_GROUP", E1."MATERIAL_ID" as "MATERIAL_ID", E1."MARKET" as "MARKET", E1."FROM" as "FROM",...
View ArticleWhere can I see logs of OData Service usage?
I have several OData services available. I want to see which are used. Where in the system can I see logs of when and how often OData services are being used?
View ArticleRe: How to escape keywords in Local Table Types definition of Stored Procedures?
Hi Philipp, the answer here is "you cannot use keywords as parameter names".It's simply not supported, even though the documentation doesn't have an explicit dis-support note for this case, it is...
View ArticleRe: Save failed while saving HANA db procedure
Thank you Jerry, it has worked. One strange thing I noticed is that in order to get DELETE to work I had to use quotes around schema, table and column names. SELECT on the other hand worked with out...
View ArticleRe: cursor issue with for update in sap hana
Hi Ramya, You are right. I executed the following code and it seems using "for update" causes the loop to execute once more for the first row at the end. If you remove "for update", then the loop is...
View ArticleData Type in SAP HANA for amounts with +/- Sign
Hello Experts, I am trying to upload .csv file into HANA. My source system contains some amount fields with +/- signs (Ex:223.00-). I assigned data type Decimal(p,s) for these fields while creating...
View ArticleRe: HANA UOM conversion functionality
Hello Declan,I've replicated the TCURC table in our schema and in the calculated measure, i need to do a qunatity conversion on LABST from MARD table.So, i went to advanced tab: and chnaged the Type as...
View ArticleRe: Plan execution failed in calculation view
Hi Dmitry, It is a generic error. Mostly caused when the operation becomes more than what HANA can handle. Data Preview is not a very helpful feature as it creates a very huge query with sum of all KFs...
View ArticleRe: HANA Calculation of differential amount on the fly
Lars,Thanks for the solution. I was trying to call the procedure directly from my calc view using:call "_SYS_BIC"."Myschema/ViewProc"(var_out); for which I got the above error I stated. But for now I...
View ArticleRe: HANA Calculation of differential amount on the fly
Hi Jerry,You are right, as I mentioned below created a work around but approach via direct SQL to var_out suggested by Lars also works better. Thanks again! Thanks,Anil
View ArticleRe: ECC to HANA 2nd DB Connection Failure
We solved this issue by install HANA client in ECC Application Server.Thanks Fernando. Close this one.
View ArticleRe: HANA DB- "Some Services not started". whats the issue??
OK, I have looked at your environment, updated your hosts file and license. Clearly, it looks like the environment has been messed up . Couple remarks: Your hosts file doesn't reflect your HANA server...
View ArticleRe: HANA UOM conversion functionality
Try it with different data.In the above example you have 68 EA converted to 68 CS Cases.But there is no standard coversion factor to say how many pieces are in case 1,12,..30 ?( May be wrong on that...
View ArticleRe: HANA DB- "Some Services not started". whats the issue??
Rocky, At Last!!!! Its working.. Thanks a lot bro... I am able to access my HANA cloudshare environment. All status are in "Green" mode... As you said i need to use the extrernam IP address to connect...
View ArticleRe: How to get value from table with BigInt data type?
It seems that rs.getBigInt(i) return an object and we have to convert it to int64 value.I tried: vat aBigIntNum = Number(ctypes.Int64(rs.getBigInt(i)));and it works for me now. Hope this help someone...
View ArticleRe: Required Delivery unit for the version 48
Hi Michael, I sent an email to devcenter@sap.com regarding this. They replied that it was a small issue in the backend because of which SP05 image was used instead of SP06. CloudShare was also copied...
View ArticleRe: HANA access via ODBC on Linux
Hi NassThank you for responding, I did get around my problem.ODBC was picking up the wrong libraries due to multiple versions of UnixODBC installed, all resolved by removed the older installations....
View ArticleRe: SAP Hana Local Runtime start error
I just figured out a workaround: Define a new runtime server without any blanks in the server name Run As -> Run on Server->Manually define a new server->Choose SAP HANA Cloud local runtime...
View Article