Re: Insufficient previlege in data preview of database view
Hi Chandu, One question, can you please try running the query defined in the view definition and see if you can see the output. Regards, Ravi
View ArticleRe: Insufficient previlege in data preview of database view
Hi Chandu, I just created a user called 'MYUSER' and just granted privileges as shown below: Execute on REPOSITORY_RESTSELECT on schema which has view. That's all and nothing else. Then I ran the...
View ArticleRe: CE syntax with Placeholders and parameters
Hi Ravi,What i meant is suppose, you have Vendor Prompt in your BO tool where user select multiple vendors. What we need to do in Script based Calculation View is read the value of any of the selected...
View ArticleRe: Insufficient previlege in data preview of database view
Chandra, Your issue is really strange! Are you in the AWS cloud or is this your client instance? Which version of HANA revision are you running in the backend and frontend on? Both rev.#'s should...
View Articlewants to replicate CE1IDEA and Ce2IDEA tables from SAP ECC
Hello Team I am a learner in HANA and now i want to replicate the tables CE1IDEA and CE2IDEA tables with data from SAP ECC to HANA system. Before posting i had gone through few demos on this and i did...
View ArticleRe: wants to replicate CE1IDEA and Ce2IDEA tables from SAP ECC
Hi Jen, All the methods mentioned by you are used for replicating dataTo replicate data from ECC you can either use SLt, DXC or SAP Data ServicesFor SLT you require LT Server to replicate dataFor DXC,...
View ArticleRe: Connecting to HANA DB on AWS using local HANA Studio
i dont think this is a possibility until unless amazon allows your local machine in there cloud network. everybody would prefer this option and then there would be no need to login to amazon cloud...
View ArticleRe: SAP BODS OR HANA?
Hi Murali, As you know BO, its good to learn HANA.BODS can be used to load data into HANA while BO can be used for reporting with HANA.So if you know all three - BO, BODS and HANA - it will be very...
View ArticleRe: Join optimization
Hi All, Trying to put forward a completely different point of view: I am still not convinced that the UCV is the right approach. Here we are forcefully trying to fit a union by creating the single...
View ArticleRe: Simulate common table expression in HANA SQL Script
... alternatively, just press [F1] in the SAP HANA Studio. All the documentation books have meanwhile been included into onboard online help system.Searchable, clickable and just where you need it -...
View ArticleRe: Simulate common table expression in HANA SQL Script
Hi Hyun, since CTEs can easily be expressed via subqueries that would be an approach you could follow. The only thing you cannot easily do this way is recursive referencing of the the CTE by itself....
View ArticleRe: Join optimization
Hi Ravi I wholeheartedly agree with that bugs should be raised with SAP support to get them fixed and that product limitations that restrict the usability of the platform to the business scenarios...
View ArticleRe: Join optimization
Rajarshi Muhuri wrote: I had long since had looked at John Appleby's blog , and took two ideas 1. partitioning the table 2. turn off delta merge and manually merging the data while exiting the SP....
View ArticleRe: Basic HANA tuning parameters?
Hi Martin, nope - no special settings for different use cases.SAP HANA does use dynamic resource allocation. All the time. Automatically.If your system currently has 160 threads available to work on...
View ArticleRe: SAP BODS OR HANA?
Hi vivek, thanks for ur early reply. gained a lot after going through the blog.will start learning BODS and will go for HANA for modelling.is that a good decision or going directly for HANA will be...
View ArticleRe: SAP BODS OR HANA?
Hi Murali, Its a good decision.I would say get basic knowledge of HANA and then go for BODS.Later on learn HANA thoroughly. Regards,Vivek
View ArticleRe: Activation issue with a calculated column
Something like, SELECT log(10,10) as "LOG_VALUE" from "_SYS_BIC".<your view path and name >; Regards, Ravi
View ArticleRe: Viewing Visualize Plan for variables vs. WHERE clause
Hi Justin, I have a couple of observations: Can you please confirm if the output for both the executions is same. The planviz output is not complete, but in one case (Input parameter) it shows...
View ArticleRe: 2 HANA Modeling Questions (urgent - appreciate it)
Thanks for your reply Durgamadhab. But two joins coming in from two different tables caused an error before in the calculation view. Hence I'm concerned. The rule was that a table can be joined to...
View ArticleRe: Activation issue with a calculated column
Thanks Jody! This is great, I am going to give it a try.
View Article