Re: How to enable and test the virus scannning feature for file upload to an...
Hi, next time use the HANA Cloud Platform forum at SAP HANA Cloud Platform Developer Center1. Yes. Repositories created with this configuration will have virus scanning enabled.At any time you can...
View ArticleRe: Executing xsjob in sap hana
Hello Patrick, Thanks for your reply. I will sure follow your suggestion.
View ArticleRe: Executing xsjob in sap hana
Hi Thomas, I'm very much thankful to you. I got the expected output. I'm able to schedule a job in background successfully. Thanks for all your replies and help.
View ArticleBW 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 ArticleRe: Call ABAP function modules from HANA
Hi Sangamesh,Your understanding is correct . Requirement : I want to call an ABAP function module from HANA and get back the results back to HANA. This is not possible, as the function module executes...
View ArticleRe: Issue while creating Procedure in HANA
What release of HANA studio you are using ? May be you can have a look into the below link and try something. performance - How can you speed up Eclipse? - Stack Overflow Sreehari
View ArticleDefault Client(Mandt) in SqlScript Calculation views
Hi Experts, I need a little help. I'm doing some calculations views here and I faced a problem: Calculations views are bringing data from all clients(mandt) of SAP. To solve this I set default client...
View ArticleRe: Call ABAP function modules from HANA
Hello Sreehari V Pillai, Thanks for your response. Why don't we reverse the thought process ? Here, you are trying to drive the business logic from HANA DB . Instead, you drive it from ABAP. You can...
View ArticleRe: Issue while creating Procedure in HANA
Mine is even lower version , but not facing this issue . Could you run an update ? if this is a known issue , you shall get a fix for this problem .
View ArticleRe: Issue while creating Procedure in HANA
Hi SreehariI ran an update but no changes. RegardsShashank K
View ArticleRe: Call ABAP function modules from HANA
Having a side car HANA database doesn't stop you to consume its services from the abap layer . Please have a look into the beautiful log by Thomas below....
View ArticleRe: Hana Table Variable as output of procedure over JDBC
I have written up a blog detailing my DBFit solution for anyone else who is interested in the particulars of it. It provides some information about what is necessary to implement the solution yourself....
View ArticleRe: Default Client(Mandt) in SqlScript Calculation views
Hi Fulvio, you can read the session client with following statements. DECLARE lv_client varchar(3) := '';SELECT SESSION_CONTEXT ('CLIENT') AS lv_client INTO lv_client FROM DUMMY; Regards,Florian
View ArticleRe: Dynamic Filter SAP HANA - For more than one field
Hi Lakshmi, I'm struggling with same problem what you had...Did you solve your problem..? If then could you please let me know how you could revole it..? BR,Hyukjoo
View ArticleRe: SQL Script Calculation View: in CE_PROJECTION use locally declared...
Hi Victoria, you can define your filter like following:' "TABLE_NAME" = '':LV_TABLE'' AND "FIELD_TECH_NAME" = "MAKTG" AND "RULE_SHORT_TEXT" = "Mandatory" ' This is ok as long as the content of LV_TABLE...
View ArticleRe: End Users to be connected through only HTTP/HTTPS
Hi Pratik, I don't know from where you heard that restricted user can make changes in the database. When you create Restricted User, it does not get any predefined roles not even PUBLIC role and can...
View ArticleRe: Max Date from Calculated view in HANA Studio
Hi Jeff, To find max date, use below query:SELECT MAX(Date Field) FROM TABLE and you will get the max dateIn Calculation View, you can create a Calculated Column say "MAX" as MAX(Date Field) to get max...
View ArticleAnalysis for Office (32Bit), Windows 7 (64 Bit), HDBODBC32 connectivity
Hi Experts, as title mentioned, we use Windows 7 (64 Bit) and MS Office 2010 (32 Bit). I want to connect with Analysis for MS Office (we use the latest Patch 10 from decemder 2014) and Hana directly -...
View ArticleIntraquery parallelization of HANA queries
Through the great book SAP HANA Administration from Richard Bremer and Lars Breddemann I learned that there are two types of parallelism(Interquery and Intraquery parallelization) . For interquery...
View Article