Re: How to limit a integer datatype to 0 and 1? (SAP HANA CDS Entities)
Moved to appropriate space SAP HANA Developer Center
View ArticleRe: How to use SAP HANA Term Mapping correct ?
Hello Joerg, Is there a tool which helps build the Term mapping tables from a set of documents ? Cheers,Krishnadas
View Articlecall procedure error
Hi experts, My HANA version is SPS09. When I call a procedure in HANA Studio, the following error:Could not execute 'call...
View ArticleParameter in oData consumption by UI5
Dear Friends, Here is the procedure which I wrote to update a record //////PROCEDURE "SCHEMANAME"."SCHEMANAME_PE.Procedure_Demo2::PWD_RESET_2" (IN ipN...
View ArticleRe: XSODATA: Forbidden keyword does not work
Hello Sarath, you set the forbidden property for the "UserItem" entity set, but not for the "UserHeader" entity set for which you did the PUT. Regards, Florian
View ArticleRe: XSODATA: Forbidden keyword does not work
Dear Florian, I did an individual table based forbidden as below: "".".webapp.model.db::Data.UserData.UserHeader" as "UserHeader" navigates ("UserRead" as "UserItem") create forbidden update forbidden...
View ArticleAuthorization issues in XS app
Hello , I am using "SAP HANA Cloud Platform developer account" to create xsodata web services. Only I can access the xsodata web services. When my colleagues try to run the web service on their...
View ArticleRe: Authorization issues in XS app
Please refer this thread .it may be useful Check this threadKindly let me know if you need any more information
View ArticleRe: Authorization issues in XS app
Hi, I did refer to this thread but couldn't understand anything.That's why I asked this question again.
View ArticleRe: on hana
For learning the you need to cover these concepts. Please refer these document.it may be useful Prerequisites for learning SAP HANA and SAP HANA for BeginnersKindly let me know if you need any more...
View ArticleRe: Authorization issues in XS app
Okay fine Please try refer this Check What I did is to log in with another userID (you cannot alter privileges for yourself):Go to Security Administration (.../sap/hana/xs/ide/security ).Go to my...
View ArticleRe: XSODATA: 'create using' procedure leads to authorization error
Hi, This is applicable when you have very limited number of users for whom you can assign roles individually but it is not practical when thousands of users may need to access the app.
View ArticleError during SQL-to-HANA Migration
Hello, i'm trying to migrate a SAP 9.1 PL05 db to SAP HANA 9.1 PL06 db, during the migration the tool ask me to resolve an error : http://service.sap.com/sap/support/notes/1076082 but when i launch the...
View ArticleCouldn't get top N Records using Rank Node in Graphical Calc View
Hello, In my requirement, I've to show Top N records from a table using Graphical Calculation View as Calc View is good in performance for handling huge amount of data. Here, 'N' can vary depends on...
View ArticleRe: HANA Authorization problem
Hi guys, I have the same problem. I have created a procedure in modeler perpective, but when I want debug this procedure...I can't because I don't have privilege. Then... I go to Object privilege for...
View Articlehow to update table or model on button click
I have one table on hana DB, exposed it as xsodata service service { "schema"."table" as "OrderItem"; }showing the in ui5 app as var Model = new...
View ArticleRe: how to update table or model on button click
Hello Namita, instead of a JSON Model (which is more for client side models) you should use an OData Model for the consumption of your OData service. You can use sap.ui.model.odata.ODataModel or the...
View ArticleRe: on hana
Hi Vijay, Thanks for your reponse. I will sure go through these documents and let you know if i need further information. Thanks in Advance, Vinni
View ArticleRe: how to update table or model on button click
Thanks Florian, Ok I will use odata model in place of jsonmodel, but how to add the update functionality to a button not associated with the table row, instate it is in table footer. I bit of code will...
View ArticleRe: How to use the SQL Procedure to realize the HIERARCHY table spreading?
Hi all, I have solve the problem. The procedure is in the attachment.Hope this could help more guys. BRs,Geo
View Article