Re: What is the correct way for calling odata?
Hi Kemal, You can use application privilege in your project and grant this application privilege to those who you want to access your xsodata. You can use xsprivileges, hdbrole and xsaccess to achieve...
View ArticleRe: Validation Exit with XSJS
Hi Aamod, You need to use "var" instead of "let" which does not exist in the syntax of JavaScript. I think it's pseudo code in Tutorial: Creating a Modification Exit with XS JavaScript - SAP HANA...
View ArticleRe: Validation Exit with XSJS
Wenjun Zhou wrote: Hi Aamod, You need to use "var" instead of "let" which does not exist in the syntax of JavaScript. I think it's pseudo code in Tutorial: Creating a Modification Exit with XS...
View ArticleHALM - Transport Blocker: Time difference between systems is more than 1 minute.
Hi all, I try to setup a transport route between a HANA ONE Rev 70 and a Developer HANA Rev 80 system. I did the usual setup:Adding the systemCreate the DUCreate the transport route I did these steps...
View ArticleRe: Validation Exit with XSJS
More information on SHINE here:http://help.sap.com/hana/SAP_HANA_Interactive_Education_SHINE_en.pdf
View ArticleXSODATA Best Practices
Hi All, What's the best way? and Why? - All Services in ONE XSODATA File - XSODATA Files per Business Object - 1 XSODATA File per table Thanks,
View ArticleRe: Validation Exit with XSJS
Hello Thomas, Thanks for replying. I was able to get to the code using the thread, How to load HANA table in UI5 table control. I was able to resolve the issue. One more thing I noticed in HANA...
View ArticleRe: Validation Exit with XSJS
>So is there a way to get rid of these errors from studio. Yes. Right mouse click on the project and choose Disable JSLint.
View ArticleRe: Migration of data Archive Files from one DB to HANA H/W.
Jeeth, I would not use the classical archiving in BW but switch right away to the NLS (Near Line). With ADK based archiving the DATA has to be reloaded (see note 1652907). SAP now offers this in...
View ArticleRe: Call ABAP function by xsjs
Thank you very much Thomas/Sreehari, I got logic and solved the problem myself !!!
View ArticleRe: Convert GUID_X16 to GUID_C22
Hi Aamod, You can call ABAP function module in HANA using HTTP Outbound Connectivity the logic behind it as below. 1 Create Web service or RFC connection in the SAP System and in the service use...
View ArticleRe: XSODATA Best Practices
One xsodata file for a business need will be a suggested method always . --All Services in ONE XSODATA File -->less readability , huge metadata will be generated, all...
View ArticleRe: Call ABAP function by xsjs
great to know. If you have used any approach other than what we have discussed, please share it and close the thread ! Sree
View ArticleRe: XSODATA Best Practices
My personal approach: If tables/entities have a relationship to one another they go into a file together so that they can have association links. Otherwise I break them up into separate files.
View ArticleRe: Smart Data Access can not add virtul table
How did you create the virtual table? With SQL or by right click and add virtual table?
View ArticleRe: Smart Data Access can not add virtul table
Right click! i also did create another SDA connection to HANA db (rev 73),it's OK! so i wonder whether it is because two HANA DB have different version.
View ArticleRe: Smart Data Access can not add virtul table
i have tried using SQL, but same error!"Could not execute 'CREATE VIRTUAL TABLE vt_T006 AT "CRM on HANA"."NULL"."SAP_HANA_DEMO"."T006"' in 15 ms 85 µs . SAP DBTech JDBC: [476]: invalid remote object...
View ArticleRe: Converting Store Procedure from SQL to HANA
Is there any automated tool to convert. Regards Manish
View ArticleRe: Smart Data Access can not add virtul table
From your SQL statement, does your remote source look the same as follows?
View Article