Need help to figure out simple date filter in calculation view
Guys and Gals, I have a simple issue that I can't wrap my little brain around. I need a simple date filter where I get data for only yesterday. For example ERDAT = yesterday. This has to be done in...
View ArticleHow to retrieve row ID after insert?
Hi all! I have a table that has 3 columns: ID, Name, LastVisit, wich are int, string, timestamp. I'm inserting data in this table and I need to retrieve the ID I just inserted. Problem is that the...
View ArticleHandling exception in a for loop
Hi, I want to write exception block inside a for loop like oracle as below. for i in c1 loop begin insert into table values (i.id, i...); commit; exception when others then insert...
View ArticleXSDS - Different join conditions
Hi! I have two legacy tables (created via script and not using hdbtable or hdbdd files). I defined them using $defineEntity of XSDS and I want to create an association between them. After lots erros I...
View ArticleHow to automatically transport the secure store content?
Hello, With our app (IBP) so far, we were storing some security sensitive data in the DB. Now we are trying to make this work with the secure store API. Question: If we have automatic transport of the...
View ArticleIssue with debugging of catalog schemas procedure
Hi all,we’ve encountered an issue with debugging of catalog schemas procedure. We create a sample procedure in Development system:PROCEDURE"SAPEMP"."D00_DS_GENERAL.TEST::DEBUG_TEST" ( outoutputINTEGER...
View ArticleHANA Performance measuring - cloud environment
Team we recently implemented POC on HANA. The process is a below BODS --> is used to extract data from sources systems into HANA.HANA --> modelling is done here. (i.e HANA is in Cloud)IDT -->...
View Articlestored procedure in HANA
Can anybody solve this stored procedure ? I AM GETTING ERROR :( CREATE PROCEDURE SP_TABLE_NAMES_BOFC_TO_CCR_BW_AC_USD_CF(OUT RETURNVAL NVARCHAR(50), Category NVARCHAR(255), DataEntryPeriod...
View ArticleHow to fix "FAIL: process hdbdaemon HDB Daemon not running" ?
I got an error: "FAIL: process hdbdaemon HDB Daemon not running" when run command "HDB start" in my Hana db instance as shown in the attached file, any idea how to fix this? I also tried to find and...
View ArticleDoes anyone have the hole source code of the openSAP demo
Dear, I started to learn some course in open SAP, I was learning the course: Introduction to Software Development on SAP HANA (Repeat) offer by Thomas Jung. I wonder anyone had the code of the...
View ArticleError when trying to activate HDBDD Types File - $TA table not found
Hi Experts. We are having an error saying that a "$TA_" table was not found when we try to modify and activate a "TYPES.hdbdd" file. This "TYPES" file is included in "ENTITY.hdbdd" file and in this...
View ArticleHANA data storage
Hi, We have a situation where we can't use SLT to load data from non sap DB into HANA. We are looking into SDA option which is real time reading the data. I heard in SP9, we have SDI which can be used...
View ArticleNot able to schedule HANA XS based batch job for HANA EIM Flow?
Hello Community Members, I have created a simple hdbflowgraph (task) to replicate data from a HANA table using new Smart Data Integration Capabilities of HANA EIM. The data flow works well and I am...
View ArticleSAP HANA - front end/screens for users to update HANA tables directly
Hello, I have some custom configuration tables in HANA and I need a user interface to allow the users to update the data in these tables directly without requiring any assistance from IT. The ideal...
View ArticleWhat will be the syntax in SQL Script and in CE functions while using tables...
Hi, I am trying to implement some basic aggregation using AMDP. My table starts with '/' and I also have fields starting with '/'. I am using HANA Studio to implement this. I am getting t error message...
View ArticlePublic synonym for a column views
By statement: CREATE COLUMN VIEW "_SYS_BIC"."test.sap.bc.hwf.integration.api.api_tn.v1.api/Scalar" WITH PARAMETERS (indexType=11, 'PROCEDURE_SCHEMA'='_SYS_BIC',...
View ArticleHow to Concatenate Column Value from Multiple Rows into a Single Column?
Hi, I want to concatenate values from multiple rows into a single column in SAP HANA. Can someone please help me how this can be achieved? I don’t want to use Cursor. Input Table:Product No.Customer...
View Articleadding second primary key in hana
Can Anybody help me in altering table having primary key want to add another primary key(writing sql script in hana for adding second primary key )? raghav
View ArticleCreating a SCROLL_INSENSITIVE ResultSet using SAP Hana JDBC Driver
public static void main(String[] args) throws ClassNotFoundException { // TODO code application logic here Class.forName("com.sap.db.jdbc.Driver"); String myname =...
View ArticleCannot create test instance
Hi, I'm stuck right from the start. I created a HANA trial account and try to follow the guidance in "Creating an SAP HANA XS application". The first step is to create a HANA test instance. Doesn't...
View Article