Re: Import CSV data into HANA Table from Current Client
Hello Wenjun The first option is not possible as I have 200+ files to be loaded. Second option is also difficult in my case, as the files are huge in size and will take up HANA Server Memory.....
View ArticleRe: Looking for advanced query in SAP HANA
Through the lack of information I thought you want a sql. Hopefully it is what you need ... Have fun CREATE COLUMN TABLE "XXX"."KNOBELN" ("ID" INTEGER CS_INT, "VALUE" VARCHAR(1)) UNLOAD PRIORITY 5...
View ArticleRe: Controlling Access on SYSTEM window in HANA Studio.
Thanks Wenjun/Lars. If I give only SELECT priv then how will they activate or deploy the objects from their local repository ? Is there anyway to control that ? Also I have another question regarding...
View ArticleRe: Alternatives to Modelling Call to AFL-BFL Functionalities
Can you provide a generic example of what you're trying to do? Which AFL-BFL functions are you using?
View ArticleRe: Attempt of using $link operation in XSOData leads to error. Why?
PUT is the correct operation. From the error it would seem the content-id isn't getting replaced in the URL. Have you traced to see what is in the log for that operation? What release of HANA are you...
View ArticleRe: Attempt of using $link operation in XSOData leads to error. Why?
Hello Thomas! I'm running on HANA SPS8 Rev 83.I've checked user-exits by debug: the first user-exit firing correctly and generates ID (for example '54D1DBB0CE2060E5E10000007F000002'), but the second...
View ArticleRe: Alternatives to Modelling Call to AFL-BFL Functionalities
As I wrote in my answer to Henrique (pls see below) the data is submitted to the function on combination of company, profit center and account (CO_CO, PR_CTR and ACCT) and the result (output table)...
View ArticleDesign Studio or HANA Studio: Connection to database server lost
Hello everyone! - After 5-10 minutes not working with Design Studio(connected to HANA) I return back and try to do something like Add a new Data Source or activate the Content assistance in scripts,...
View ArticleSAP HANA Procedure, IF statement with IN syntax
SAP HANA Procedure, IF statement with IN syntaxHello, I have the following code in my procedure: DECLARE lv_package_type varchar(255); If lv_package_type = 'Bundle Standard' Or...
View ArticleRe: Alternatives to Modelling Call to AFL-BFL Functionalities
I'm not asking how the BFL function works, I'm just asking what is the structure (columns) and what is the data you need in those input tables, based on that sample input table you mentioned above....
View ArticleRe: .NET to SAP HANA
SAP Hana is not a database. In fact it is an application (or application server). You can create your data layer on it, and using SQL (not native) create your business logic in the database layer (in...
View ArticleHow to use HANA XS Outbound API w/ SSL for non-EU location?
Hi all, I am trying to write an XS application that calls a webservice that is only available via https. I have found an article (I'd paste the link if paste worked) that seems to explain exactly how...
View ArticleRe: .NET to SAP HANA
HANA is a database. It isn't only a database, but it is a database.
View ArticleRe: Not able to look at the database on HANA from Microsoft EXCEL
Hi Lars, Are you sure about that? I ran across the note 1577128 and it still says the following: SAP HANA additionally provides open interfaces#* HANA provides the following standard interfaces for...
View ArticleRe: HANA AMDP vs Regular ABAP runtime?
You have to keep in mind that with these examples the runtimes of both approaches are basically already really fast. Probably a good portion of the time is returning the result set from the database...
View ArticleRe: Not able to look at the database on HANA from Microsoft EXCEL
Lars, this may not be your decision, but it's quite possible that a version 15+ will not have ODBO on the list. it hasn't happened yet, but the trend is worrisome. btw, even if it's the opposite of...
View ArticleRe: Not able to look at the database on HANA from Microsoft EXCEL
Honestly, I don't know about any trend here. I didn't hear any rumors that ODBO would not be supported further. I also hadn't been aware of that the Pivot-Data-Dialog would show you tables... or did...
View ArticleRe: SAP Web IDE
Hello Ankit, SAP Web IDE is available as part of the HANA Cloud Platform offering. It is also available as a Local Installation for test and evaluation purposes via SCN.The current Local Installation...
View ArticleNot authorized error using sequence in procedure
Hi folks, When I run this SQL via SQL editor it works fine; INSERT INTO "MySchema"."CATEGORY" (CategoryID, Category) VALUES ("MySchema"."SEQ_CATEGORY".NEXTVAL, 'TEST5'); When I place this into a...
View ArticleRe: Not authorized error using sequence in procedure
Hello Patrick, this work perfect on my system. I just tried following code, and it is no problem at all with it. CREATE SEQUENCE test; DROP PROCEDURE "MySchema"."MySchema::test_SEQ";CREATE PROCEDURE...
View Article