Re: How to limit XSODATA query results on server side?
Dear Wenjun, do you have any good pointer for AP? What kind of view do I need to use AP? Can I use that views with XSODATA? Best regardsGregor
View ArticleUsage of NE operator in WHERE Clause in SAP HANA SQL Script?
Hi, Can i use NE operator in WHERE Clause of a SELECT statement or any performance issue will come if the number records in the DATABASE Table is huge. Can anyone suggest me whether to use NE operator...
View ArticleRe: Usage of NE operator in WHERE Clause in SAP HANA SQL Script?
Hi Ramana, If you could tell us on which table you're actually querying and also the where conditions you've specified. It also depends on the number of table entries but we can't say that NE operator...
View ArticleRe: Usage of NE operator in WHERE Clause in SAP HANA SQL Script?
Hi Lakshman, Thanks for your reply.I'm using CDHDR, CDPOS, MSEG and BSEG tables and i'm not using Primary Key fields in WHERE clause. Number of records will be huge i.e. 2 billion per month. Please...
View ArticleRe: Usage of NE operator in WHERE Clause in SAP HANA SQL Script?
Hi,If your business force you to use not equal to ( != ) operator in select, you don't have a choice . As by standard, BSEG is transparent and columnar, you can think of applying filter on non primary...
View ArticleRe: Usage of NE operator in WHERE Clause in SAP HANA SQL Script?
Hi Ramana, You can make use of following SE37 function modules to read CDHDR and CDPOS CHANGEDOCUMENT_READCHANGEDOCUMENT_READ_ONLYCHANGEDOCUMENT_READ_RANGES Please check the below link for Performance...
View ArticleRe: Usage of NE operator in WHERE Clause in SAP HANA SQL Script?
Hi Sree, Thanks for your reply.Actually i'm doing SAP HANA Modeling in SAP HANA Studio directly on top of HANA DB.Push Down is not rerquired in my case because i'm working directly on HANA DB using...
View ArticleRe: Usage of NE operator in WHERE Clause in SAP HANA SQL Script?
Hi Ramana, If the purpose of the code you want to write is to exclude rows of data from your result set, then Im not sure how NE(<>, !=) will work. NOT IN is bad for a fact. Instead consider...
View ArticleRe: SSCC label function - SAP HANA
I resolved this by doing a procedure from scratch based on GS1 SSCC spec doc. Prob not the most elegant, but it works .. create procedure full_sscclanguage sqlscript as sscc nvarchar(17);iSum int;...
View ArticleRe: Sending Automatic Emails from sap hana
Hi Anjali Thank you for the response. Yes, I did change the Mail server host and the port number. As I am concentrating mainly on sending/receiving mails on outlook, I configured outlook smtp relay....
View ArticleRe: Building PAL Models using odata calls
Hi Colm,You have to use xsjs here as your procedure is not read only . If it was a read only procedure, you could have embedded the same in a scripted calculation view . Sree
View ArticleRe: Connecting DotNet to SAP HANA: Not using ODBC
Update: even after installing the Client Edition, using the command "hdbinst", we are still getting the following error: "Cannot find libSQLDBCHDB.dll" We even included the path of installation...
View ArticleRe: Connecting DotNet to SAP HANA: Not using ODBC
The SAP HANA Studio installation is completely isolated from any other SAP HANA software on your computer.You can safely install the client software to get the ADO.NET driver. Don't try to fiddle with...
View ArticleRestricting HANA Schema/ folder
Hi, Could any one explain step by step on how to restrict a Schema of Catalog to a particular user ? Also please explain how to do the same on Security folder .Thanks & Regards,Manjush Jose.
View ArticleUsage of System DB in HANA SP09 MDC
Dear Experts , We are in the plan of implementing SAP HANA SP09 in our landscape by using MDC concept since our solution is to use one HANA appliance for both ECC and BO . I have go through some...
View ArticleRe: Restricting HANA Schema/ folder
Hi Manjush, I don't think there is a way to restrict access to Security folder.And the same goes for Catalog folder, people can see all the schemas available but they can't see the data or make changes...
View ArticleRe: HANA connection failures - Help
Hi Joseph, So the disk space on /hana/shared directory is not causing the startup issueCould you please zip the trace files and check if they are less than 1 MB so you can attach them here?I can check...
View Article