Re: Stored procedures in sap hana
Also if you want visual hands on tutorial; if you google Thomas Jung HANA procedures you will find a bunch of good videos he posted on youtube. -Patrick
View ArticleRe: How do I expand my HANA Persistence Data disk/volume?
Thank You Lars for the clarification, appreciate your quick response. Yes we are looking to do both i.e. to 'grow' the existing nodes as well as adding some additional nodes. Regards,Santosh
View ArticleRe: Information Steward access to SLT schema for temp tables
Hi Patrick, Maybe someone from IS space can help to answer your question SAP Information Steward Best regards, Fernando Da Rós
View ArticleRe: Information Steward access to SLT schema for temp tables
Ahhh thanks Fernando I didn't even know there was this topic area in SCN. Let me post it there, thanks!
View ArticleRe: Role missing after conversion to MDC
Hello, Open the repository from the WebIDE editor (or HANA Studio Repository View) and you should be able to navigate to the package where the role should be. If the role is there and for any reason it...
View Articlewhat is the role of "Any" in configure external SAML Identities
Hi can any one explain me the role of "Any" when we configure external SAML Identities. Thanks
View ArticleRe: Data Type Conversion not working - Join failing
Hi Ros, Thanks. VARBINARY - All SAP TM Tables are related via DB keys , Parent Keys etc.GUID i think is in SAP CRM. We are on Revision 85. I am not getting any error but the join is not working. Regards
View ArticleRe: Comparing 2 columns in a table using Fuzzy Search
Hi Fernando, Thanks for your reply. I understand we can do with the wild card search but as it hits ROW engine , so was I checking around Fuzzy search options and wanted to know whether it supports or...
View ArticleRe: Data Type Conversion not working - Join failing
Hi Kamal, I took a look on this topic, and look on help Data Types - SAP HANA SQL and System Views Reference - SAP Library (table 9) which points that you can convert to varbinary, but not from.Here I...
View ArticleActivate-Commit Folder SAP HANA STUDIO
Hello, I´m trying to activate a folder but the option is not available I tried also to update HANA STUDIO in case it was a problem that needed a new version but I was unable to do it This is my...
View ArticleRe: Transpose a table without measures
Hi Shyam, Glad you solved it. just a small question, Are the columns fixed or dynamic? BRSumeet
View ArticleRe: How to rename a Package, Attribute view...
Renaming Hana Information views functionality is available in Hana SPS10. RegardsAnees
View ArticleRe: SQL handling exception
Hi, Colleagues: I would like to catch the names of tables with exception thrown, for example the tables do not have COLUMN_NAME='A'. The purpose of this exercise is to test if the exception handling...
View ArticleRe: Fiscal Week Begining and Week ending date
Hello, I don't see information about the fiscal week on HANA generated table _SYS_BI.M_FISCAL_DIMENSION. However, that's in the main gregorian calendar table _SYS_BI.M_TIME_DIMENSION. Not sure if helps...
View ArticleAnalyzing designs using PlanViz and understanding Dominant Operators
Greetings HANA experts, Some preliminary info: I created some designs using calculation views. I need to merge the data sets using a Union node in a newly created calculation nodes.From an SAP...
View ArticleRe: Analyzing designs using PlanViz and understanding Dominant Operators
The POP (plan operator level) is as deep down as it gets for the non-core HANA developer. What any POP is supposed to be doing can typically be found out by hovering over the box and checking the...
View ArticleRe: Analyzing designs using PlanViz and understanding Dominant Operators
Hi Luis, I would guess you're using the "Raw Data" option from Data Preview, right? If so, avoid that as much as you can, specially in models that will have lots of output attributes/measures. "Raw...
View ArticleRe: Analyzing designs using PlanViz and understanding Dominant Operators
Greetings, Thank you for your response, Indeed I am using the Raw data option to view the information flow. Is there another way to view the information results? As for the planviz, I have attached it...
View ArticleRe: Analyzing designs using PlanViz and understanding Dominant Operators
Hello, Yep, you can either type in the SQL query by hand or use tab 'Analysis' and drag and drop what you need (into attributes - Labels and measures - Values) . Check the genereated SQL using the...
View ArticleRe: Analyzing designs using PlanViz and understanding Dominant Operators
Greetings, Thank you for your response. You are correct we are dealing with a high number of records for each of the tables. BSAK in particular is the slowest one as it contains the most number of...
View Article