Transpose rows to columns
Hello, I have temporary table with one column like this. Data a b c My Problem is to convert the temporary table to like this. Col1 Col2 Col3 a b c Please help me.
View ArticleRe: How to set CSRF token to make a POST call via Destinations in HANA XS
Hi Aparna,There is no way that your UI can get the CSRF token corresponding to the Gateway OData service . Remember that you have deployed your application in XS Engine. So, inside your XSJS context...
View ArticleRe: Error while : Unit of Measure Conversion in Analytical View / Cal view-...
Hi Luis, My issue is not yet resolved , as a temporary solution , I used some calculated columns and manually put in some conversion factors when I had one or two UoMs to be converted .On other hand if...
View ArticleRe: How to Concatenate Column Value from Multiple Rows into a Single Column?
And we use cloudshare.com SAP HANA SPS6 server.When will they have revision 70? do you have any news?
View ArticleRe: How to set CSRF token to make a POST call via Destinations in HANA XS
Thanks Thomas and Sreehari, I would FETCH the CSRF token via GET and retreive the CSRF token in Response header and then use the same value and set in the request header from the UI screen for the...
View ArticleRe: How to set CSRF token to make a POST call via Destinations in HANA XS
>but I'm trying to figure out if I can pass this fetched CSRF from the UI and do a POST callThe CSRF token should be tied to and only work with a unique session. Therefore by its very definition...
View ArticleRe: Questions about HASH Partitions
Hi All I've found my answers: 1 - To do this am I going to have to drop the table first, then configure the Partition Criteria and then Provision the table into HANA again?No you don't need to, just...
View ArticleProblems importing HCO_INA_UITOOLKIT
I'm having some problems when I try to import the HCO_INA_UITOOLKIT. The error says: "Repository: Encountered an internal error in the repository code, this is most likely a bug in the...
View ArticleRe: Difference between SLT and BODS
As of BODS 4.1 sp1 BODS can read SLT tables and move the data into HANA and other systems. This gives us the best of both worlds- Real-Time data replication with SLT- Powerful Data Quality, Natural...
View ArticleHANA SQLScript Hanging
HANA Gurus, We have been calling a SQLScript Procedure from an EndRoutine of a BW transformation. The End Routine triggers about 10 HANA SQLScript processes in paralel, each processing about 5,000...
View ArticleRe: HANA SQLScript Hanging
Hi Renato This needs to be investigated further than what we can sensibly do here in the forums.Please open a support incident with SAP support for that. - Lars
View ArticleWhat is difference between Binary string constant and hexadecimal number...
Hi, After reading Development guide document for Binary string constant and Hexadecimal number constant, I feel both looks same. So, What is difference between Binary string constant and hexadecimal...
View Articleremove regular expression from a string
Hello, I have a string like this @1test;'"{input+ Please help me to remove special characters from the string.
View ArticleRe: remove regular expression from a string
Hi Krishna, DATA : str TYPE STRING VALUE '@1test;"{}]input+', char, length TYPE i, index TYPE i.length = STRLEN( str ).WHILE length > index. char = str+index(1)....
View ArticleRe: How to set CSRF token to make a POST call via Destinations in HANA XS
Hi All, Just to elaborate/extend the topic of CSRF in this context, you could also do a HTTP HEAD request using Fetch for the X-CSRF-Token without having to do a GET. If your primary purpose is to get...
View ArticleGrant permission to Schema
Hi, One of my team member has created a schema "CUSTOMER". I have access to SYSTEM user and unable to see that schema "CUSTOMER" under catalog objects. I am unable to grant access to other schema...
View ArticleRe: remove regular expression from a string
Hello, I cannot put this in hana procedure. Please suggest me in the form on hana sql. Please help to to solve this using a regular expression.
View ArticleDisplays Lumira Storyboard as HANA UIS widget
Hi there, I am trying to display a Lumira Storyboard in HANA Appsite as widget. I created a xml file with url pointing to the Lumira storyboard, a corresponding .xswidget file for the xml and added the...
View ArticleHi all,
Hi all,i am recently passed out candidate of Bachelor of Technology from Computer Science background. As i heard a lot about SAP HANA technology. Can some one please explain me how to start my career...
View Articlecloudshare internal error 500
I try SAP Hana for the first time. I create a SAP HANA Enviroment on Cloudshare and write my first program: /** * Hello World */ $.response.contentType = "text/html"; var output = "Hello...
View Article