XSDS (XS Data Services)
dear gurus, I am working on an XSDS exercise and I am able to get some pieces of my code working, for example.. if I query for a specific column value, I am able to get what I need, however, I would...
View ArticleRe: Hana Studio calculation view formula for date in SAP format YYYMMDD
Hi, Is that solved? BrSumeet
View ArticleRe: XSDS (XS Data Services)
If you have all the filter values for COL1 in an array called FILTVALS, you could do this: var cond = entity.col1.$eq(FILTVALS[0]); FILTVALS.splice(0,1); var cond2 = FILTVALS.reduce(function(prev,...
View ArticleReg: HANA In-Memory and Backup recovery
Hi All, I have question on HANA backup recovery. Could you please provide your inputs. HANA stores all data IN-Memory and also does a back of data to disk on a regular interval.Let's assume I have 10...
View ArticleRe: Unable to Add schemas and Databases into Eclipse
Hi, what is the difference to the same question (which is already answered) asked in another space? There are no SAP HANA schemas and databases associated with your account For me the reason is the...
View ArticleRe: calling procedure inside the calcview
HiThanks for your response. To clarify -- I have a procedure running inside the Calcview which does some logic and return the results to calc view.
View ArticleRe: calling procedure inside the calcview
Yes i got it and then you are using resultset of calculation view to insert data into temp table.so whay issue are you facing? Posy tour exact code. I just tried on mu system and it works fine BrSumeet
View ArticleHana stored procedures for OData Read calls
Hi, I'm aware of using stored procedures in OData services as per the following syntax: create using "packageName.subPackageName::storedProcedureName"; However, it throws me an error when I use it...
View ArticleRe: calling procedure inside the calcview
you are right . I fetch the result set into the temp table. From inside the Hana studio when I run the calc view , there is not error is thrown from the procedure which is inside the calc view . But...
View ArticleRe: Hana stored procedures for OData Read calls
Hello Krishnaji, exits for OData Write Requests supports POST/PUT/DELETE requests, but not GET requests. Custom Exits for OData Write Requests - SAP HANA Developer Guide for SAP HANA Studio - SAP...
View ArticleRe: How to use CURRENT_TIMESTAMP function in hdbtable
Hi Yue, You cannot set current_timestamp or now() as a defaultValue to TIMESTAMP datatype. Infact defaultValue cannot for used for TIMESTAMP datatype. Incase you need the current time then use these...
View ArticleRe: Getting the SQL Script behind a Graphical Calculation View
Hi Rehan, You can get the information about tables used in the CV from explain plan or the visualize plan. -Avinash
View Articlecall a procedure with table type output parameter in mybatis
Hi All,I am trying to call a procedure in mybatis, and this procedure has one output parameter of table variable. Detail info is below. 1.Table type and procedurecreate type testType as table(id int,...
View ArticleRe: Unable to Add schemas and Databases into Eclipse
Hi, I am extremely sorry by mistake I have submitted twice. Regards,Penchalaiah N
View ArticleRe: XSOdata service : 503 not available
Hello Karan, can you share a screenshot of your package structure and the files within. Do you have also create the ".xsapp" file? Regards,Florian
View ArticleRe: Getting the SQL Script behind a Graphical Calculation View
Hi Rehan, To get the JOIN conditions applied in a view, you can use the system view CS_JOIN_CONDITIONS.It will also tell you the type of JOIN applied along with the tables/columns. Here is a sample...
View ArticleRe: XSOdata service : 503 not available
Hello Florian. Thank you for your response. Here is the package structure: Do you observe any discrepancies? Regards,Karan
View ArticleRe: HANA script - merge sql statements - syntax
Tested and working and happiness, thanks!
View ArticleRe: Sql Error while creating a script view in Sap HANA sps1.7
Hi Bhanu, Work around of getdate is CURRENT_DATE and convert respect to this code is TO_VARCHAR.Also, use CURRENT_DATE instead of SYS_DATE.Hope this should help !Regards,Varun
View ArticleRe: XSOdata service : 503 not available
Your OData service is not active. Please try to activate it and check for errors. Regards,Florian
View Article