Re: HANA Studio - Check out and import projects gives error "No projects are...
Hi Jason, Create a dummy project and copy the .project file from it to the project folder that is having issue. Then edit the .project file and rename the <name> XML tag to your new project name....
View ArticleRe: SAP B1 CLOUD ON HANA QUESTIONS
Hello Parvesh, I didn't get you. I have registered License Server, HANA Database Instance in CCC with name. And I am using hostname while doing installation of xApps. There is no problem in package. It...
View ArticleRe: SAP HANA - Inner Join Performance Optimization
Hi Lars, basically we get a lot of external data into the system. We load these data every 5 min and in peak periods we need to be able to handle 25.000 received records within the 5 min slot.The...
View ArticleRe: How to Prepare for HANA Certification (C_HANAIMP151) ?
Thanks for your response. The Course material i have borrowed from my peers, ( HANA SP05 ) I will be taking an online E-academy. As i will be preparing in the evening after work . I have 3+ years of...
View ArticleNot able to activate the odata service
Hi, I have SAP Hana studio installed in my machine and navigated to SAP HANA Development perspective. Created a local repository under 'Repositories' tab. Created a new project and mapped to the...
View ArticleRe: Not able to activate the odata service
Hello, did you do any changes on the service definition? If you didn't do any changes the Activate option would be disabled. Regards, Florian
View ArticleRe: Selecting data from an Attribute View using ADBC
Hello Tanmoy, what error message do you get? Is the error that column "ROUTE" does not exist? Maybe in your table definition the column name uses upper/lower case style. Because Route in your select...
View ArticleRe: Analytical view
Hello Sree, the simple answer ist that a query on an OLAP (e.g. Analytic View) does not consider the default aggregation defined in the view. The Calc. Engine Plan Operator CE_OLAP_VIEW does consider...
View ArticleRe: Not able to activate the odata service
Hey Florian, One more question I have is regarding the creation of odata service by right clicking on the package (or) copying the existing odata service to create a new one. I am not seeing these...
View ArticleRe: Not able to activate the odata service
That is right. If you wanna copy your service definition you have to create a new xsodata service file, copy the content of the origin service and adjust the copied data to match the new file.
View ArticleRe: SAP HANA - Inner Join Performance Optimization
I'm not familiar with your data model, but what I understand is that you have a list of material numbers and for each one of those you want to retrieve the most current billing item.From your statement...
View ArticleRe: Max open outbound sockets per request error during product transport
Thanks Deepika, I've set those parameters and we'll try it out on the next migration this week. Jamie
View ArticleRe: Before insert Triggers in SAP HANA
Hi Micha you're right and I was wrong on this. It's even in the SQL standard that before triggers have half the transition variables (the NEW values). Running with SPS 11 even SAP HANA understands this...
View ArticleRe: How to use the SQL Procedure to realize the HIERARCHY table spreading?
Have a look into SAP internal JAM link by Markus Fath.As an SAP employee you have access to that. Basically, the solution presented there, splits the NODENAME string based on the delimiter using REGEX...
View ArticleCan we pass a columns dynamically in the select statement of Calculation view.
I am looking for an approach where I need to pass the table columns dynamically.I have a table with below structure. Table name: TABLE_COLUMNSUSERID | COLUMNA | COLUMNB |...
View ArticleRe: How to use the SQL Procedure to realize the HIERARCHY table spreading?
Hi Lars, Thanks for your reply. I remember it's you that the first person who reply my question in SCN when i'm in my internship. So thank you very much again and glad to see your kindness and passion...
View ArticleRe: Can we pass a columns dynamically in the select statement of Calculation...
Hello Venkat, are you using a graphical calculation view? In case you do and in case the type of your "dynamic" columns is the same, you can create a calculated column which uses the "case" function...
View ArticleRe: Can we pass a columns dynamically in the select statement of Calculation...
If the input parameter recieves 'COLUMNA' as input, then I need to display the values from COLUMNA.why you dont use dynamic sql ? You can send column names dynamically EXEC'SELECT'||:colname||'from...
View ArticleRe: SAP HANA - Inner Join Performance Optimization
yea it is hard to write also i get some "column store error" during selection. better not to use but in some of my cases i am using (expecially cost and profit allocation) is very fast i am happy with...
View Article