Quantcast
Channel: SCN : All Content - SAP HANA Developer Center
Browsing all 6745 articles
Browse latest View live

Search for * (star) character using CONTAINS()

Consider the following example: create column table test_text (some_text text); insert into test_text values ('ABC'); insert into test_text values ('*');  What I would like to get is only the second...

View Article


DATE displayed as 00000000

Hi, I am starting into HANA SQL these days.....I am trying following SQL - select BNAME,BCODE,GLTGV,PASSCODE,UFLAG from "SAPQ12"."USR02"; This sql displays the date as 00000000. I tried TO_DATS(GLTGV)...

View Article


Distributed Hana on AWS

Hi,the title says it all - is it possible to use distributed Hana on AWS? The Admin Guide says "go to the directory where you mounted the SAP HANA DVD" but there is no such directory on AWS. -- Micha

View Article

Problem on initial config step of hana studio

Hello, I was watching the great video "Native HANA Dev Workshop: Getting Started" from Thoman Jung on Youtube.To the point where I have to open      SAP HANA Studio --> Menu --> Window -->...

View Article

BPC on HANA

we are looking at implementing bpc 10 on hana. we need to understand if this is any different from BW on hana (our current understanding is this is BW on HANA and since BPC sits on top of BW we'll be...

View Article


Can HANA joins not be trusted

First problem: I have attribute views on M_TIME_DIMENSION and linked them e.g. to VBAP-ERDAT via SAP_DATE  the SQL date however is off by one day in my report (e.g. SAP date is 20130225, SQL date shows...

View Article

HANA POC - Generating big data

Hi All,  We are in the process of developing POC in SAP HANA space. We need big data(volumes of data). We are planning to generate this data ourselves.  Do we have any SAP standard programs for...

View Article

Connect to HANA with unixODBC fails

Dear community I like to connect with PHP to the HANA server, using all information from the treads...

View Article


30 days HANA trial: can I recreate VM for "SAP HANA Studio" in cloudshare?

Dear experts, got the VM's for the 30 days trial both up and running. Is it possible to recreate the VM's  mentioned below to start from scratch again ? a. SAP HANA SPS5 serverInstalled: SAP HANA SPS5...

View Article


Adding AD authentication to HANA instance

Guys, I am trying to add windows AD authentication to my AWS HANA instance for learning purpose. I have done following so far: Created virtual private cloud (VPC) in AWSCreated Windows Server 2008...

View Article

HANA odata service issue

Hi, I've created at basic odata service on my AWS HANA Instance but I'm having issues when testing in the browser. Whenever I add the parameter "inlinecount=allpages" as a parameter to the service call...

View Article

Image may be NSFW.
Clik here to view.

issues in SAP HANA's .xsjs file at server level

hi,i have created an .xsjs file in the SAP HANA Extended services project. when accessed via the browser, the output is generated in JSON format.  following is the code:...

View Article

Sample data SFLIGHT not visible in the trial version of HANA studio

Hi Experts, I have just started using the 30 day trial of SAP HANA Studio thru Cloudshare pro. I have done what the document : http://scn.sap.com/docs/DOC-28191  says. After this I was able to get into...

View Article


Column store error when updating with a sequence nextval

I would like to UPDATE a column value in a COLUMN TABLE with the NEXTVAL of a sequence.So far, so good, this works: hdbsql HDB=> CREATE COLUMN TABLE mytable (id NUMBER PRIMARY KEY, value NUMBER)0...

View Article

Image may be NSFW.
Clik here to view.

Error Debugging SQLScript

Hi all! After set up workspace and project at Sap Hana Development, I'm try debug procedure in Hana Studio SP5 - rev 52 and get this error: "procedure_XX  Input parameters in stating procedure are not...

View Article


Error while activating attribute view :

An internal error occurred during: "Activation".java.lang.NullPointerException How to resolve this error!!!

View Article

Update fail because of foreign key on unrelated field

I have a foreign key problem that I can't understand.  I can work around this bug, but the price is high. Either we have to change every update that check data from other data, we drop all foreign...

View Article


Exit command in SQL script

Hello Experts, Is there an 'Exit' like command in SQL script (for script based calculation view)? Thanks and Regards,Arpita

View Article

Export / Import package - problem validating view

Hi there, I've just exported a package on our source system (via File->Export->Developer Mode) and imported it on the target system.That worked fine, but when I try to validate the view on the...

View Article

SAP HANA - need help in finding max date

Dear Experts, I have a base table which contains a date field. I want to find the MAX date from the table using either Attribute view or Analytical view or Graphical calculation view. I dont want to...

View Article
Browsing all 6745 articles
Browse latest View live