Re: Update Procedure of DD02T & DD02L
Dear Yoh, As per SAP Note 1768805 Tables DD002L, DD002T include the metadata of the tables in the non-SAP system - however these tables are just initially loaded and not automatically updated...
View ArticleRe: Export data from HANA to other systems
Dear Sagar,If you want to export/import data between HANA systems then you may use the SQL statememts available in HANA to achieve the same. More information is available in the SQL HANA reference...
View ArticleSAP HANA SQL scripting
Hi, I have few doubts on HANA SQL Scripting. What is the main use of HANA SQL scripting ,stored procedure in HANA. If want to do any data calculation, we can do them while data loading it self using...
View ArticleRe: PAL - SAP DBTech JDBC: [423]: liveCache error: [423]...
Thanks a lot. The info helped to resolve the problem: The schema of the parameter tables needed to be corrected. Now it works
View ArticleRe: SAP HANA SQL scripting
Dear Santhosh, SQLScript is a set of SQL extensions for SAP HANA database which allow developers to push data intensive logic into the database. It should be used in cases where other modeling...
View ArticleRe: Export data from HANA to other systems
Raj, The purpose is to setup a data extract from an HANA analytical view to create a flat file with millions of on a daily basis with date selection / filter. The export tool within HANA studio has...
View ArticleRe: Export data from HANA to other systems
Mathan, Thanks. I should be able to use the EXPORT when I get my calculation view with dynamic filter. Rama
View ArticleRe: Using BODS for Loads to Hana
Dear Mike, Usually in the Datastore under datasource name we will be choosing ODBC driver. You can do quick check by clicking on 'ODBC admin', choose tab 'System DSN', select your 'System Data source...
View ArticleRe: What is the starting point to learn SAP BWBIBO and SAP HANA?
Saikrishna, In India there are few bootcamp courses offered for SAP BI (BW -BO tools) and HANA that will also train you keeping in mind the certification exam. Checkout popular IT training centers...
View ArticleRe: Using BODS for Loads to Hana
OK thanks ... I'm surprised that ODBC is preferred ....
View ArticleRe: Using BODS for Loads to Hana
I created a connection to Hana (HDBODBC32) and when I open that connection I can see tables ... so that is good. I created a simple job to delete rows from my Hana ... so I have a job, work flow, data...
View ArticleRe: Using BODS for Loads to Hana
Hi Mike, When it comes to delete records in HANA, HANA modeler is the right place to do so and can do in SQl editor DELETE FROM "my_schema"."mytable"; This is very easy to do rather than doing the...
View ArticlePERCENT_RANK function in SAP HANA
Hi All, We have analytical function PERCENT_RANK function in ORACLE. We got requirement to implement same in SAP HANA, however i don't see persent rank function in SAP HANA. Can anyone tell me how to...
View ArticlePercentage field in SAP HANA
Hi Everyone, We have amount field in SAP HANA and we want percentage of amount in Analytic View. When I try to create Calculate measure we don't have SUM function available. We need this in Analytic...
View ArticleIntellipaat provides SAP HANA online Training.
Intellipaat providesSAP HANAonline Training.Hi,We will start a newSAP HANAbatch from 11th May’13. Course Content Link:http://intellipaat.com/courses/SAP/#SAPHANA-0Interested candidates please drop an...
View ArticleRe: Percentage field in SAP HANA
Why do you need a sum() function? Can you not just created the calculated measure, and if required, select 'calculate before aggregation'? Otherwise it'll calculate afterwards - i.e. SUM() will be...
View ArticleRe: PERCENT_RANK function in SAP HANA
I haven't used PERCENT_RANK in Oracle before, but the following - in combination with your percent calculation from your other post - might help. http://help.sap.com/hana/html/_esql_functions_window.html
View ArticleRe: HANA db case sensitivity with SQL text searches
Lars, I'm just re-reading this forum and specifically stuck on your comment about the generated columns. It seems your example is creating a new column with the new entries inserted as lower case (ie:...
View ArticleRe: HANA db case sensitivity with SQL text searches
PS: Lars, if I was indeed to create a new index column wouldn't I actually need to make it all lower case and store the new column like 'my01'. Of course that still would not be good because the user...
View ArticleIssue importing .CSV file from HANA DB folder path
Hi All, I have created .csv file 'testdata1' and table "XXX"."testdata1".Uploaded the 'testdata1.csv' file and "testdata1.ctl" file to the HANA DB work folder.I am trying to run the import command as...
View Article