Re: SAP hana Visualize Plan show Create Temp Index and it shows Unsupported...
Wait a minute - BINTONHEX(A.PARTNER_GUID) = B.PARTNER_NO - in your earlier post you wrote that the PARTNER_GUID and PARTNER_NO are of the same data type anyhow. Upon re-reading I realized that this is...
View ArticleHow to handle the huge data(>crores) in sapui5 oTable?
Hi, I am using sap ui5 oTable for showing the huge data from hana db.While loading the huge data, the browser is going to crash.I am fetching 100 records from db and showing the 20 records per page.so...
View ArticleIn SAP HANA, How to store more than 5000 characters in a cell ?
Hi, I am currently using varchar(5000) for one field. I need to increase it to varchar(20000). Is there any way to extend by size? Please help. Thanks,Niyati
View ArticleRe: In SAP HANA, How to store more than 5000 characters in a cell ?
You may want to consider a character lob data type (CLOB/NCLOB) for your "cell". - Lars
View ArticleRe: SAP hana Visualize Plan show Create Temp Index and it shows Unsupported...
Yes, it was my original assumption that they were the same types. However, when I saw this specific error I made the discovery. Since then I am working through a different set of tables to achieve a...
View ArticleRe: Calling external webservice call from XS App
Hi Sree, xshttpdest file fine. For some reason the debugger is not showing the values. Now i am getting "Mandatory SOAPAction header field is missing". As i tested the same xml from SOAPUI, i put the...
View ArticleRe: Calling external webservice call from XS App
Hi Sree, After setting the soapAction seperately, it worked. request.headers.set("soapAction","service=RTJob_TestWS"); Thanks for your help. Regards, Naresh
View ArticleRe: Calling external webservice call from XS App
Naresh,Happy to hear that. Close the thread .. Sree
View ArticleRe: PAK : TREX Planning Engine error
hi this note fix the first error 1979401 - Read Only SQLScript Exit is not working
View ArticleRe: XS Jobs: scheduled jobs not executing.
Hi Monis, I am currently facing the same problem. I have added all the xs.admin roles to my user and still the same erroer. Did you manage to solve it? If yes, please advise. Thanks, Vincent
View ArticleOOPS in HANA
Hi Experts, i am currently planning to use native HANA application to build our new application. When i was thinking of the design of the back end API, i got the following questions. 1. is...
View ArticleRe: OOPS in HANA
Dear Karthik,If you would like to do the development in the ABAP layer and want to make use of the HANA features directly you may want to consider AMDP(ABAP Managed Database Procedures) available since...
View ArticleRe: OOPS in HANA
SAP HANA is a database technology. If you want to code natively in SAP HANA you have to follow SQL Script or modelling perspectives. You can consume the same artefacts from XSJS context also, Which is...
View ArticleRe: OOPS in HANA
Hi sree and sundar, thank you for your response, i understand that HANA is a DB and we have to go with sql script, ..... but when SAP encourages the use of HANA as a platform, i am wondering whether...
View ArticleIBM-HANA 18TB scale out appliance - Master Node Detection
IBM-HANA 18TB scale out appliance - Master Node Detection Would like to know which vip/interface is the master node when the master node failover to the standby node of the IBM HANA 3 nodes...
View ArticleRe: Failed to create a "hello world" ANA XS Application
Not really. My issue is more with the permissions. I have updated the plugins, but nothing seems to work
View ArticleConvert GUID_X16 to GUID_C22
Hi, There is a function module in SAP, GUID_CONVERT which converts the GUIDs from x16 to c22 and vice-versa. Is there a possibility to put the logic in HANA procedure? We are trying to get MATNR from...
View ArticleSetting to keep a table from loading into memory?
Anyone know if there a table setting in SP6 to keep a table from being loaded into memory? As far as we know nothing is querying this table yet we've had to unload it several times recently. We have...
View ArticleODP in SAP HANA
Hi, We are trying to implement ODP to bring data from SAP ECC to Native hana. My guess is we still need SLT to bring data from SAP ECC to SAP HANA. But I am not getting proper documentation on what I...
View ArticleRe: Setting to keep a table from loading into memory?
There's no way to prevent tables from being loaded into memory, except dropping them.With SP6 you don't have access to the LOAD statistics, so it can be a little bit difficult to find out what causes...
View Article