Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all 9165 articles
Browse latest View live

Re: SAP hana Visualize Plan show Create Temp Index and it shows Unsupported Operator Order.  Why the hana build temp index and how to get rid of it ?

$
0
0

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 not the case.


The conversion has to happen as PARTNER_NO in CRMD_PARTNER is a character data type.

For the database layer there is no way to "know" that both columns essentially store the same information.

 

Would be interesting to hear what the application colleagues can say about this choice of data types.

 

- Lars


 


How to handle the huge data(>crores) in sapui5 oTable?

$
0
0

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 we can have 5 pagination(5*20=100)  with one manual next button.If i click next manual button , i should get next 100 records and pagination should be 6,7,8,9,10.but i could not change the pagination no.

1. how to change the default pagination number in oTable?

2.How to achieve lazy loading concept in oTable?

3.Normally how to achieve the huge data handling in oTable?

 

Thanks for your support.

Regards,

Chandra sekaran

In SAP HANA, How to store more than 5000 characters in a cell ?

$
0
0

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

Re: In SAP HANA, How to store more than 5000 characters in a cell ?

$
0
0

You may want to consider a character lob data type (CLOB/NCLOB) for your "cell".

 

- Lars

Re: SAP hana Visualize Plan show Create Temp Index and it shows Unsupported Operator Order.  Why the hana build temp index and how to get rid of it ?

$
0
0

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 similar result. Interestingly enough, I am not seeing a huge change in performance either!

 

Regards,

Justin

Re: Calling external webservice call from XS App

$
0
0

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 same xml data in request.body. But its throwing this error.

Re: Calling external webservice call from XS App

$
0
0

Hi Sree, After setting the soapAction seperately, it worked. request.headers.set("soapAction","service=RTJob_TestWS"); Thanks for your help. Regards, Naresh

Re: Calling external webservice call from XS App

$
0
0

Naresh,

Happy to hear that. Close the thread ..

 

Sree


Re: PAK : TREX Planning Engine error

Re: XS Jobs: scheduled jobs not executing.

$
0
0

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

OOPS in HANA

$
0
0

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 there a way to use Object oriented development in hana, using either  SQLscript or via C++ or R or any other naively supported languages supported by HANA.

 

   2. if the answer for the first question is yes, then is there a way to achieve it without affecting performance or any other cons.

 

 

Thanks,

Karthik.

Re: OOPS in HANA

$
0
0

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 release AS ABAP 7.4 SP5 onwards(only for HANA DB).

The basic idea of AMDPs is to make use of ABAPclasses as the containers for HANA stored procedures. You can find a nice intoruction to AMDP here in this document.

Best regards

Sundar

Re: OOPS in HANA

$
0
0

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 basically for web enabled applications. Otherwise, you may need to establish the connectivity with HANA DB from external languages (like java, C++, VB etc) and access it.

 

---SQL Script is procedural language. XSJS supports JavaScript coding standards

Sree

Re: OOPS in HANA

$
0
0

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 there is a provision in HANA for a complete object oriented development , that would enable something like complete frameworks developed naively  in HANA.

 

i understand that we can use object oriented programming in XSJS using objecting oriented Java Script, but i am so curious to know whether the is any support for OOPS in DB layer as well.....

IBM-HANA 18TB scale out appliance - Master Node Detection

$
0
0

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 configurations?


Re: Failed to create a "hello world" ANA XS Application

$
0
0

Not really. My issue is more with the permissions. I have updated the plugins, but nothing seems to work

 

2014-10-10 14_52_45-Share Project.png

Convert GUID_X16 to GUID_C22

$
0
0

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 MATID / MATKEY in EWM. We are using EWM on HANA. There is a function module in SAP, CONVERSION_EXIT_MDLPD_OUTPUT which takes the GUID and returns Material Number. We would like to have the similar logic in HANA model / procedure.

 

Is there any way to achieve this?

 

Thanks,

Aamod

Setting to keep a table from loading into memory?

$
0
0

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 stopped replication but we're not ready to remove the table yet, we need to keep the historic data.  Any ideas? 

Thanks!

Amy

ODP in SAP HANA

$
0
0

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 should be doing regarding configuration and settings to use ODP with SLT to bring SAP ECC data to SAP HANA.

 

I looked through scn but didnot find any relevant suggestions or answers.

 

Did anyone tried this option?

 

Any suggestion/ideas will be helpful.

 

thanks in advance.

Re: Setting to keep a table from loading into memory?

$
0
0

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 the table to be loaded to memory.

However, why do you feel you need to manually unload it?

If the table is not actually accessed at all (btw: what does make you so sure it's not accessed?) then SAP HANA will remove it from memory, as soon as more free memory is actually required.

 

- Lars

Viewing all 9165 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>