BW on HANA: SE11 views in HANA database
Hi All, I work on a BW on HANA database system. When I create a SE11 view in BW, what corresponding object gets created in the underlying HANA database? Regards,Jagan
View ArticleBLANK FROM FLAT FILE IS TAKEN AS ? IN SAP HANA
Hello Experts, I have been assigned a task where i have to upload a flat file into the hana system which will be later converted to a universe and then developed into a dashboard.Now, the problem that...
View ArticleJava error in SAP Hana Studio installation
Hello I am running Windows 8.1 on 64 bit system. I installed the SAP HANA client successfully. When I install the SAP HANA studio, I get the following error in a pop up box "Cannot access java...
View Articlemax runtime for xsjob
Hi experts, Has anybody written any code that will prevent an XS job from running past a certain time limit threshold? I'd like to kill my job if it has been running for more than one hour for...
View ArticleSQL Script Calculation View: in CE_PROJECTION use CE_CALC function to...
Hello, I have the following code in a SQL script calculation view: p_r1_errors = CE_PROJECTION...
View ArticleCall ABAP function modules from HANA
Hello SCN folks, We have a requirement where we have to call ABAP functions in ERP from HANA. Requirement : I want to call an ABAP function module from HANA and get back the results back to HANA.We...
View ArticleXS FormLogin stopped working, login.xscfunc returns 502
Hi SCN, my form HANA XS form login accidently stopped working: 1. request to token.xsjs works fine2. then login.xscfunc always returns 502 Bad Gateway Had to set Basic authentication instead....
View Articlehana hdbsql
I want to know what's interface does hdbsql use?As far as I know, SAP HANA supports JDBC, ODBC, ODBO(MDX), SQLDBC, ADO data access interface.Could someone give me some material on how to use sqldbc and...
View Articlehana hdbsql
I want to know what's interface does hdbsql use?As far as I know, SAP HANA supports JDBC, ODBC, ODBO(MDX), SQLDBC, ADO data access interface.Could someone give me some material on how to use sqldbc and...
View ArticleViews for Sales Reporting
Dear All, We want to develop views for Sales Reporting (the same as we have 0SD_C03-Sales Overview in BW) We have considered the following tables: KNA1VBAKVBAPVBUKVBUPLIKPLIPSVBRKVBRPVBEPVBKDKONV We...
View ArticleSend data to SAP using Hana WEB IDE
Hi,I create fiori app in hana web ide and consume web service.I can read data collection (BSEG table) from SAP but i would like to filter itin SAP (send some filter parameters into SAP and use WHERE...
View ArticleSPS 08 Documentation
Hi all,where can I find SPS 08 documentation? All usual links now point to SPS 09 which is not yet available (at least on AWS). Cheers, -- Micha
View ArticleHow to call SOAP web service from server side java script(XSJS) ?
Hi All, I am struggling to call SOAP web service(RFC published as web service) from HANA.I have created one "XXXX.xshttpdest" and one "XX.xsjs" as below. XXXX.xshttpdest :- host = "host name";port =...
View ArticleInefficient SELECT
Hi all, I've got a problem with a SELECT that takes way too much time and I can't figure out a workaround. The SELECT is SELECT * FROM (SELECT a, COUNT(*) FROM (...) GROUP BY a) s1, (SELECT a, b,...
View Articlexsodata service for a HANA View - Severe limitations?
Hi, I am just starting out creating xsodata services on top of HANA views. The intention is for a generic client to consume one or more oData services exposed on HANA. However, I find the generated...
View ArticleDynamic Filter SAP HANA - For more than one field
Hi Guys, Is their any way we can apply filter for more than one field. Lets take below example i want to apply filter both on PERNR & DOJ. I am able to apply filter on PERNR but when i try to...
View ArticleSQL Script Calculation View: in CE_PROJECTION use locally declared variable...
Hello,I have the following code that is currently working:BEGINDECLARE LV_TABLE NVARCHAR(4) := 'MAKT';....p_r1_rules = CE_PROJECTION (:t_rules,["RULE_ID","TABLE_NAME","FIELD_TECH_NAME","MATERIAL_TYPE",...
View ArticleEnd Users to be connected through only HTTP/HTTPS
Hi Experts , I have a requirement where the End user can only be connected to SAP HANA from HTTP/HTTPS. I don't want user to get connected from HANA STUDIO. I can't create the restricted user as...
View ArticleMax Date from Calculated view in HANA Studio
I am trying to create some calculated key figures in an calculated view in Hana Studio using this type of logic:Need to aggregate the key figure based on the last 12 months of data.For example if the...
View ArticleUse XSJS-service parameter for SELECT ... WHERE... IN(...) clause
Hello, I need to create XSJS-service which will make search using a next clause SELECT C1, C2 FROM T1 WHERE C2 IN ('01', '02') , where search string '01', '02' will be a url parameter: service call...
View Article