Connecting to Azure Instance
Hi, I am totally new to SAP HANA Cloud. I installed a cloud instance using Microsoft Azure Cloud. Now I am trying to connect Hana Studio to the instance. But I keep receiving the error that the...
View ArticleSample logging table in SLT
Can some one please share a logging table or it's contents here which gets generated during SLT replication .
View ArticleProblem with SAPUI5 Custom Theme in XS Project
I made a custom theme with designer.hanatrial.ondemand.com, which gave a zip file. I then created a local standalone SAPUI5 application. After unzipping and copying into "WebContent/resources/sap"...
View ArticleSAPB1H - After installing AFL package _SYS_AFL is not being showed on HStudio
Hello evreryone!! On a new installation we are performingafter installing clients a HANA data base,we installed AFL, the installation went ok, at least that is what I have on the log. Just for...
View ArticleHow to call HANA store procedure with table variables in xsjs?
Hi, I am developing a web application using HANA XS.I have create stored procedure to insert and update data into DB and send back to front end. My requirement is, i have to insert/update multiple...
View ArticleHow to call HANA store procedure with input table variable in a SQL console?
Please provide syntax for calling a HANA stored procedure with input table variable in a SQL console ?
View ArticleCreating table types for procedures at design time: Where is the "Local Table...
Hello, I want to write a stored procedure (development perspective, repository object) and need to create a table type for the result table.I am working on HANA Studio 1.80.1 and the documentation...
View ArticleError while executing the the SQL on top of Analytical view
Hi all, below is the generic pattern of the query I am using on my Analytic view, Select a. col1, a.col2, a. sum(col3) from _SYS_BIC.SIMPLE_AN_VW awhere a. col3_date_field > a. col4_date_field...
View Articlehow to apply filter based on another Column in Analytic view
hi all, I need to filter a column based on another column for eg,Need to find order_type, total order amount when the order_date is greater than the day_date. The Order_date comes from Fact table...
View ArticleSimple image scaling service on hana
Hi, I'm using ECM to store user uploaded large images and I need a xsjs service to get scaled versions of the stored images to show on different client devices to be able to load images faster since it...
View ArticleHANA Artifacts Part3.1 (SQLScript Debugger SP7)
Please refer http://scn.sap.com/docs/DOC-48851 for debugging procedure in HANA SP6. Before SPS 07, anyone with SYS.DEBUG role was authorized to debug everything, this authorization is no longer...
View ArticleHANA Artifacts Part3
In my previous document I explained how to create Schema, Tables and Sequences in SP HANA, if someone has missed please refer: HANA Artifacts Part2 Now we will see how we can create procedures in SAP...
View ArticleWhat 'exaclty' is a Column_View
Ok, so may seem like a dumb question, but ... New to HANA and working in HANA Studio, I can see that when I 'Activate' an Attribute View (for example), I am actually creating a Column View in the...
View ArticleIntroduction to HANA XS application development (Part 3): BlogProject data...
In this third part of the BlogProject, we will see how to create the data model so that we can manage and analyze our data in a more robust manner and add our application logic on top of the data. If...
View ArticleXS/ODATA access to analytic view field lables
Hi all, we are consuming analytic views in a SAP UI5 frontend using odata services. The odata services provides us with the technical field names of the analytic views. Is there a way to show the field...
View ArticleBINTOHEX causing error "attribute type is invalid"
Hi Colleagues, Just noticed one interesting thing. Calling bintohex in sql query ends up with error "attribute type is invalid". CREATE COLUMN TABLE A_COLUMN(PK INTEGER PRIMARY KEY,F9 BLOB DEFAULT...
View ArticleSAP HANA Studio and Client for Mac OS?
Hello ExpertsI am trying to figure out my way through SAP HANA. Already installed HANA instance in AWS. Next step is to download SAP HANA Studi and SAP HANA Client. Versions available are Win and...
View ArticleBINTOHEX causing error "attribute type is invalid
Hi Colleagues, Just noticed one interestingCREATE COLUMN TABLE A_COLUMN(PK INTEGER PRIMARY KEY,F9 BLOB DEFAULT NULL); SELECT BINTOHEX("F9") FROM A_COLUMN; CREATE ROW TABLE A_ROW(PK INTEGER PRIMARY...
View ArticleComplex Joins (like)
So in the old days of SQL server, I could do this : Select * from Table_A inner join Table_B on left(Table_A.Field,2) = Table_B.field I cannot see a way to do this in HANA...
View ArticleCareer Path in SAP HANA!!!!!
Hello HANAites, Nowadays, the talk of SAP HANA is huge among the developers. Can you pls let me know the prerequisite knowledge's, experiences and technical skill-sets required to migrate to HANA. I...
View Article