TO_INT SQL HANA
Hi, I have this kind of query : SELECT *FROM "@Table"WHERE TO_INT("Field") <= TO_INT('1') OR ifnull("Field",'') = '' the Field is a CHAR(2) , when run query on HANA STUDIO it's returned an error, if...
View ArticleExport entire schema contents programmatically
Hi all, Using HANA studio we can export the entire db contents of all tables under one schema, is there a way to do this programmatically?Kindly let me know. Regards,Mohan
View ArticleMAX funtionality in HANA
HI All I get below output from my HANA model. For the billing item 001710 I get 2 lines. I only want to display the line where the NEW_DEL_DATE is MAX How can I achieve this? I have written a SQL...
View ArticleAccessing a hana instance from other systems?
Hi Al I am learning sap hana cloud platform from past few days. i have a query regarding accessing the same instance in other systems which is already deployed from other system. also how to work on...
View ArticleImport with replace command into existing schema
Hello Colleagues, I am trying to do the following.1. I have 2 schemas A and B in a system.2. I need to copy all the contents of A into B.3. I have exported both A and B. B as a backup.4. Can i import A...
View ArticleSchema Mapping for XSJS, XSOData, & XSOData Exits
Hi,Before reading my question you may find it helpful to reference this other topic, though it does not provide the answer I'm searching for - Schema Mapping for XS Components. I'm trying to reference...
View ArticleCreate a Script-Based Calculation View in HANA Development Perspective
Hi Friends, I am trying to create script based calculation view in HANA development perspective using project explorer. When I create the file with extension like CV_TEST_SQL.calculationview , I am...
View ArticleInstallation stuck at "Starting SAP HANA Database system"
Trying to install HANA SP8 on SUSE Linux using hdblcmgui -- hdbinst_server_ignore=check_min_mem, it stuck at "Starting SAP HANA Database system.."Checked the install log at /var/tmp/, nothing...
View ArticleHANA Amount Conversion to Decimal Data Type
Hello All I would like to get your thoughts on converting a column of Amount values to Decimal of scale 2. Eg: 80 to 80.0080.5 to 80.50 Thanks.
View ArticleDefining a recursive view in SAP HANA
Hi All, I have a problem defining a recursive view in HANA, in MS SQL for example I use the WITH statement to recursively iterate over the bill_of_materials view (see below), any idea how to do it in...
View ArticleSAP DBTech JDBC: [259] (at 26): invalid table name: Could not find table/view...
Hi Gurus, I am trying to load a HANA column table using the import function and get the following error even though the mappings from the file to the table are 1:1.I get the following errors: Error 1:...
View ArticleRecursive procedure calls?
Hi experts I have the following problem:I try to implement a requirement where I need recursive procedure calls. I have a procedure that calls another procedure that, in certain cases, calls the first...
View ArticleSLT Configuration Error Occured when selecting from database
LTR configuration creates the user SLT in hana but doesn't seem to create schema-specific rolesSLT_DATA_PROV;SLT_POWER_USER;SLT_USER_ADMIN,SLT_DATASELECT Also getting this error in LTR...
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 ArticlePerformance difference between Database view and Information model
Dear All, I know HANA Model views has lot of advantage in terms of performance improvement comparing to SQL Views ( Database views ) , but can someone share your experience on how big the technical...
View ArticleSAPUI5 Data can not be read (500 error) xsjs is working
Hi all, hope you can help me. I'm very new to ne hana topic but I am trying to connect a sapui5 application to a xsjs file that I wrote.The xsjs is working properly in the browser. I defined it as a...
View ArticleXS Engine alert log - invalid state to close remote stmt
Hello all. Have you experienced this message in xsengine_alert log?Statement.cc(03729) : invalid state to close remote stmt: conn_id=358746, stmt_id=1540802688692532, stmt_hash=, dest=, is_xs_call=0,...
View ArticleXSJS Access to TextBundle
Hi, is it possible to access a text bundle (.hdbtextbundle) from a XSJS Service? I want to return an error message from a XSJS service language dependent. Or do I have to return a key and then read...
View ArticleOptimal large column structure
We have a very large set that we are planning to migrate into HANA. In traditional columnar stores, I think it is possible that querying very large columns could be less optimal. It is possible that...
View ArticleRev 83 Upgrade error
Hello all I get the following error while upgrading fromRev 70 to Rev 83 ./bash-upgrade-hana.sh: line 24: 32376 Segmentation fault $1./hdbupd --sid=$2 --system_user_password="$3"...
View Article