Re: How to input an array in store procedure
Hi Anil, Can you please explain this with a simple example.. Regards,Nithin
View ArticleRe: SAP HANA certification its so confusing
If you opt to try E_HANAAW_141 i wrote a full guide on >http://scn.sap.com/community/developer-center/hana/blog/2015/10/26/tips-and-my-experience-with-ehanaaw142-abap-for-hana
View ArticleRe: How to input an array in store procedure
Hi Nithin, 1. When you create an .procedure file to create a procedure, you can create a local table type which can be used inside that procedure alone to input/output multiple values. Below screenshot...
View ArticleRe: Automatically Publish CDS View as OData Service
Hi Thomas, will this only support READ requests or full CRUD requests? Regards, Wolfgang
View ArticleRe: Automatically Publish CDS View as OData Service
One more question: will we get a free Netweaver 7.5 Developer on SAP CAL?
View ArticleRe: Automatically Publish CDS View as OData Service
How is the localization of EndUserText.* annonations supposed to work (Both in HANA CDS and in ABAP CDS)? Will we get localized annotations?
View ArticleRe: Create Attribute View of "OSRQ"
Hi Anil Thanks you.In this case, I will seek the procedureto pass thedatafrom one table toanother.Again, Iappreciate yourresponse.I will not closethe caseuntil I have the procedureandanswerhere.Maybe I...
View ArticleCalc view with multiple input params error
Dear Gurus, I am having an issue with a calc view which has required input params while calling it from a stored proc. When I hard code the same value, then the stored proc runs fine, however, when I...
View ArticleHANA XS
Hello all, I am new to HANA. I am currently using hana trial version. I have created XS application, and it was execeuted successfully, by creating hello.xsjs, xsaccess, xsapp files. I have created...
View ArticleRe: HANA XS
Hi florian, Your answer is so helpful florian. Have moved all the objects and activated all the objects, I am also able to run the below statement. call...
View ArticleRe: Calc view with multiple input params error
this same issue is happening when i call it from SQL Console. My query: select * from myCalView ( 'PLACEHOLDER' = ('$$i_matnr$$', '000000000000001182'), 'PLACEHOLDER' = ('$$i_location$$',...
View ArticleWhere can I find error logs for a failed SAP HANA One upgrade?
Where can I find error logs for a failed SAP HANA One upgrade? I tried to upgrade SAP HANA One Rev 70.0 to version 85 using the SAP HANA One Management Console's Addons tab and it failed with the...
View ArticleRe: How to get entries in M_JOB_PROGRESS
This view is not for custom XS jobs at all.Instead it provides the status of SAP HANA internal jobs.So for larger operations, e.g. merging a table SAP HANA can internally put the different steps of...
View ArticleRe: Remark in a SQL script run by hdbsql client
Hi Gaurav, I consider this behavior a bug and you should open a support incident for it. - Lars
View ArticleRe: Create Attribute View of "OSRQ"
DearAniland friends,What I didwascreate aquerywithina calculatedviewand it worked!! Thequery searchesthe table "OSRQ" and then from theCalculated View call the query.1-2-There is an errorthat I can...
View ArticleRe: Create Attribute View of "OSRQ"
Hi Quiros,As I see, only one object is added to Join_5 node, which might be causing the issue. Two objects are required for a join node.If you want a simple select on the row table OSRQ, then you can...
View ArticleRe: Parallelization serialization, when parallelization does not work?
Hi there, you're mixing things up here.Intra-query parallelism is not influenced by the SQLScript features used. It refers to the operations performed for one single SQL command (scanning, filtering,...
View ArticleRe: Create Attribute View of "OSRQ"
Thank you Chandra, Sorry about theJoin_5I leavethe image with theprojectionI have thesame error...Internal Deployment of objects failed; Repository: Encountered an error in repository runtime...
View ArticleRe: Where can I find a link to download SAP HANA Client?
Please use the appropriate space for your questions - in this case SAP HANA Developer Center --Vlado (Moderator)
View Article