Re: Regarding Delivery unit
Hello Sumeet. Regarding point b)With the native SAP HANA Content Transport system you are able to transport delivery units/products or changes. It is not necessary to download them from the source...
View ArticleRe: HANA calculation view performance tips
Hi Ravindra, I have 2 models whose output is same but differed by design. In model 1 Projection_1 acts as the input for Projection_2 and Join_12. In Projection_2 half of the columns are used and...
View ArticleRe: Doubts in HANA Modeling
Hi Sumeet, Thanks for your reply. Input field values in the UI are Company code (BUKRS), Material (MATNR) and Plant (WERKS). 1. Pick current Year (LFGJA) and Period (LFMON) from MARV based on Company...
View ArticleRe: Sap Hana and R Configuration
Hi Blag, I've got a question, could be a blunt one. How do i transfer the data from hana to rserver, becauseat my work place a rserver for 1tb is installed. now i want to run a simple program on hana...
View ArticleCan an Oracle database developer start a career in HANA
Hi I am an Oracle PL/SQL developer for the past 5 years, I would like to start a career in SAP HANA. Is that possible? May I know the prerequisites to enter the HANA space. Regards,Sajith Vijayanmail -...
View ArticleRe: HCP DB Instance login issue for NEO account
Thanks, I am able to proceed one step with login account in studio but stuck at DB login. Provided credentials: Landscape host: neo.ondemand.comaccount: xde5837abuserid: I041468 pass: SCN password....
View ArticleAdd remote data source privileges in design time
Hi All, In my project, I have three remote data sources which are "Autodoc", "CRIS" and "Inspections_db", I want to create a design time hdbrole to grant "CREATE VIRTUAL TABLE, DROP" privileges. I...
View ArticleGlobal HANA Views Architecture
Hi Experts As my status is telling it, I am looking for the best way to document our 1000+ views and procedures so that we can maintain "easily" our architecture. I had a try at Powerdesigner, but was...
View ArticleQuery on joins
Hi, I am going through joins in information views and have small doubts. Sorry for asking such basic questions once again but I am not still satisfied with the results searched on SCN. Consider below...
View ArticleRe: Query on joins
Hi Sumeet, referential joins are meant to provide an additional option for run time shortening under very specific conditions. If you think about when it could be possible to not touch the second table...
View ArticleRe: SAP HANA Live for SFIN 2.0
i can't find a link to sap help on 1505. all i can see is 1503: SAP Simple Finance, On-Premise Edition – SAP Help Portal Pagewhen was 1505 released and do you have a link to SAP's official...
View ArticleRe: Query on joins
Hi lars, Thanks for your reply. Just for clarification below I did in my models. --> I haven't given any cardinality means left it as blank. --> I have joined MATNR of test1 with MATNR of test10...
View ArticleRe: Query on joins
If I am not completely off (and I easily might be, given that I haven't touched a referential join for the last 2 years before your question), the actual ref. join optimization (leaving out the access...
View ArticleReal time data replication by using HANA EIM (Smart Data Integration)
I am trying to set up real-time replication task to replicate VBRK table from SAP ECC using ECC adaptor. I followed the steps outlined by HANA Academy in this video....
View ArticleRe: SAP HANA Calculation View - CE_PROJECTION checking for single and double...
Hi Victoria, first of all: don't use the CE_PROJECTION for this. CE functions are dead (Calculation Engine (CE) Functions - Rest in Peace) Use SQL instead! Something like select * from quotes...
View ArticleRe: Query on joins
I'd say this is because the join itself is defined in the attribute view (internal name for that is column view type "join").Look, the main purpose of attribute views is it to be used in conjunction...
View Articleerror 321 at data preview on projection
Hi all,I'm trying to do a data preview on a projection node in a calculation view.But when trying this I always get the following error message: It is a very simple calculation view, just to test some...
View ArticleRe: How to expose an analytic View using OData?
Hi All , " keys generate local "ID" "This code actually generating another ID and filling some dummy data.So we can't access particular rows based upon primary keys which we specifying in our...
View ArticleRe: error 321 at data preview on projection
Hm, apparently I do not have SELECT permission on my own schema, only CREATE ANY.I suppose that is the issue?(_SYS_REPO has select permission on my schema).
View Article