Hana Cursor Issue: Not able to use declared variable name "CardName" inside...
create procedure test()ASBEGINDECLARE CardCode nvarchar(200);DECLARE CardName nvarchar(200);DECLARE GroupCode nvarchar(200);BEGINDECLARE CURSOR Acursor FOR SELECT "CardCode","CardName","GroupCode"...
View ArticleDump in SAPCAR system on HANA?
Hi, When sales transaction data come from pos system through PI in SAPCAR on HANA ,i am getting a dump like below and in TCOE we02 inbound IDOC(/POSDW/POSTR_CREATEMULTIPLE) status is in yellow status....
View ArticleRe: Dump in SAPCAR system on HANA?
Hello, /POSDW/CL_COST_DETERMINE=>GET_COMPANY_CURRENCY_AMDP is an ABAP Managed Database Procedure. When the coding is executed the first time (or whenever the coding is changed), the corresponding...
View ArticleRe: Dump in SAPCAR system on HANA?
Hi, Could you please tell me how i can check myself that sap.hba.ecc/TCURM_BWKEY_BUKRS_WERKS component is installed in HANA system? I want to know the path. First time i am using CAR on HANA....
View ArticleRe: Dump in SAPCAR system on HANA?
You have to logon to the HANA system, go to the content view and navigate to package sap -> hba -> ecc. In that package you should see the object.
View ArticleRe: update count in a particular table on a particular date
I may be wrong but I don't think that kind of a table would be there, you would need to maintain the log tables to get the details you are looking for. Regards,Krishna Tangudu
View ArticleRe: Sap Hana and R Configuration
Hope you have also seen thisWhen SAP HANA met R - First kiss Regards,Krishna Tangudu
View ArticleHow to find top x percent rows based on a column with numerical values?
I have a table with a couple of columns, only one of them holds numerical values. I was wondering if i could get the top x percent of rows based on the numerical values. I tried the basic select top...
View ArticleRe: How to find top x percent rows based on a column with numerical values?
You might want to make yourself familiar with the window functions Window Functions - SAP HANA SQL and System Views Reference - SAP Library of SAP HANA. As I am not sure about your use case, here's an...
View ArticleRe: In Excel a SYSTEM DSN ODBC Driver cannot access _SYS_BIC's Column View's
Instead of reviving dead threads, how about searching for the answer ... Using external variables in HANA Analytical views via MDX/HDODBC
View Articlequestions about xsjob
Hi experts, I have some questions about xsjob. When I set up a xsjob on XS Admin Tool,I can't schedul it. When I refresh the WEB,it shows NO DATA.
View ArticleRe: How to find top x percent rows based on a column with numerical values?
Thanks for the response Lars, I will look into ntile and window functions. As to your last point, I guess I should have spent some more time in better formulating my question because I inadvertently...
View ArticleRe: Hana Cursor Issue: Not able to use declared variable name "CardName"...
Hi Krishna Tangudu, Thanks for the reply. Actually i am getting error while im calling that store procedure and it saying "identifier must be declared". Will you please call that store...
View ArticleRe: questions about xsjob
Just go to Configuration Tab , whihc is beside the Job Detail Tab. there you can schedule. I can see your XSCron parameter is already set for 5 min run. Just schedule it and Save Job. it will start....
View ArticleRe: Strange procedure performance issue
This is not standard behavior and should be analyzed in depth.I recommend to open a support incident.
View Articlecan SAP B1 hana use SP Transaction notification type calls
Hi All, With SQL server and SAP B1 you can manage certain event validations using SQL SP_transaction notification stored proc. If we use SAP B1 with Hana database is there anything similar to trigger...
View ArticleRe: Hana Cursor Issue: Not able to use declared variable name "CardName"...
Hi, This is not a original code. Actually i am getting error in my original code which is very complex and i just replicate same case scenario as it in my original code from where i am getting error....
View ArticleUnable to Debug SQL Script Procedure Step by Step
Hi,I am not able to Debug SQL Script Procedure in Step by Step manner. There are option availble such as Step-Over, Step-Into but all are disabled. Can anyone know, how to enabled them or debug in step...
View Article