Re: Update,Create and Delete with ODATA service result in 403 Forbidden Error
Hi Yannick, How did you correct this ? -Avinash
View ArticleInput Parameter that is 'Derived from Procedure' does not return anything
I did the following:1) Created a stored procedure that simply returns a string 'abc' as output.2) Called it using the call statement and it displayed 'abc'.3) Created an Input Parameter "IP_TES"T with...
View ArticleHana Odata Write
Hello Everyone, I have a simple requirement.I have an employee table with following 3 fields:EmpIdEmpNameCity I am creating a an attribute view in hana with following data from the...
View ArticleRe: Hana Odata Write
Hello Pooja, you can check the following tutorial: Tutorial: Consume an OData Service with the CREATE Option - SAP HANA Developer Guide for SAP HANA Studio - SAP Library There is a method...
View ArticleMODELING Role minus access to sensitive tables
Hello Experts, One of our developers want to model using HANA Studio in Quality environment not Dev since data is stale in the latter. The MODELING role can be granted in there but we would like to...
View ArticleRe: Could not handle join condition
Hi Kumar, I ran into the same exact error and ran out of all troubleshooting steps. Can you please provide the solution if you already got it. ThanksSuresh
View ArticleRe: insert data into hana from JSON .
Hi All, I have a similar requirement, Inserting json file into HANA to create views.I have to achieve this use-case in web development (in cloud) Could you please help me with the steps that I need...
View ArticleRe: Hana Odata Write
Hi Pooja, The OData is capable enough to handle CRUD operations. In UI5 you can use the below methods. oData.create() - for creating a new recordoData.remove() - for deleting a recordoData.update() -...
View ArticleHow to transpose rows into columns in SAP Hana?
Hi all,I have written a Hana Query which i mentioned below,im getting results in rows,buti want the results in column wise,kindlyhelp? SELECT T2."ItmsGrpNam",cast(MONTH(T3."DocDate") AS VARCHAR) AS...
View ArticleRe: HANA Studio Vs HANA Client Vs Eclipse ?
Hi Nitin, Yes, you can install the hana tools in eclipse and use as an alternate for hana studio. As of now Eclipse Luna has the necessary plugins. Eclipse Mars have fewer plugins. Like HCP integration...
View ArticleRe: HANA Attribute view: Filter out initial values in calculated column
Hello Veena, thanks a lot for your help. I my case I had to check a NVARCHAR field if it is initial.But in if() statements in HANA studio attribute view it doesn't work with ' '. I tried out another...
View ArticleRe: Need information about SAP BODS
Hi,Vikram WORK FLOW:-It is an optional object where we create different data flows, scripts.work flow is like procedure.A work flow is a reusable object. It executes only within a JobWe can use work...
View ArticleInstalling the SAP HANA Vora Engine using Ambari
Hello Experts, For learning purpose I am trying to install the SAP HANA Vora. I am using HDP Sandbox 2.3.1 as my Virtual Machine. During installation of Vora Engine, at the step of deploying HANA Vora...
View ArticleRe: Difference between HANA SQL & HANA SQL SCRIPT
Hi Naga Chaitanya, In sql console we are using sql statements and SQL script like cursors, for loops, variables, calculations and so on. See in img1. Sql script is used in calculation view scripted...
View ArticleRe: Derived Attribute Views.
Hi Anil Villamkandathil If we want the attribute view more than once then we go for derived attribute view. Derived attribute is like a reference, we cannot perform any changes directly only for...
View ArticleRe: Unable to activate the attribute view
Hi Srikanth, The image is not displaying can you forward again Regards khaga
View ArticleRe: Export to Excel in XS Project
Hi Kiran, I was facing the same problem with Portuguese characters, but I was solved after I prepended the file content with the correct Byter Order Mark, in this case, writing \uFEFF for UTF16-LE.
View ArticleRe: SAP HANA DMO Optional Index error
Hi Lucas, Were you able to resolve this issue ? Thanks and regards,SUdarsan.
View Article