Re: Regarding an upgrade to SAP HANA SP07 from Oracle DB
I dont think it should be a mandate to switch to the higher version however the latest ones for your reference areSAP Enhancement Package 3 for SAP SRM 7.0SAP Enhancement package 7 for ERP You coudl...
View ArticleRe: Regarding an upgrade to SAP HANA SP07 from Oracle DB
Hello, Minimum version required to run ERP system on HANA is ERP 6.0 EHP6. So, you need to upgrade your system before migrating to HANA. Same is true for SAP SRM as well. You need to upgrade it to EHP3...
View ArticleMap Numeric Input Parameter of HANA View to BW Virtual Provider
Hi, I am trying to create a BW Virtual Provider to comsume a HANA view with numeric input parameters (Integer and Double). According to the guide, the input parameters should be mapped to...
View ArticleRe: HANA DB 1.00 SP7 Issue... HANA_ADMIN.tgz DU
hello irick, there is wrong in Revision 70(SPS7) . I was also installing revision 70 in HANA box but it unable to import delivery unit .Better load revision 69 and then upgrade it to 70. . The...
View ArticleRe: HANA Certification - Latest Course Materials
DXC - https://websmp206.sap-ag.de/~sapidb/011000358700000421852012EIN DXC link its asking about username and password how to access that link anjan ?
View ArticleRe: SAP HANA: Select * From Analytic View works sometimes and otherwise...
You can always do a COUNT(*) on a view, as this is an aggregation. You shouldn't though because COUNT(COLUMN) will always give the same number. John
View ArticleRe: SAP HANA: Select * From Analytic View works sometimes and otherwise...
Hello Appleby, In the above screenshot i meant to show: SELECT * FROM ANALYTIC VIEW (subquery) which worked. I kept the count only because i cannot show the output of SELECT * as it has customer...
View ArticleRe: Map Numeric Input Parameter of HANA View to BW Virtual Provider
Hi Jewel, What are you filtering with ? Is it something like material number? If so try with CHAR it may work. Integer we can only have for Keyfigures in BW right? Regards,Krishna Tangudu
View ArticleRe: How to run HANA Stored procedure in parallel
Hi Appleby, I am loading data from Stage Table to Final Table. Since stage table has some extra columns which are not present in the Final (Target) table am using cursor to dynamically populate the...
View ArticleHANA certification - Changes
Hi, I recently heard that HANA certification material is changing from HA100 ,HA 300 . Is this true, if yes please provide the updates on the latest HANA certification ThanksHoa
View ArticleRe: How can I use Attribute, Analytic and/or Calc Views? And where?
The view name would be: "_SYS_BIC"."workshop.ve.models/PART_SPHERES" You can't do SELECT * on an analytic view. You need to provide an aggregation level. John
View ArticleRe: HANA certification - Changes
The SAP Education page for HANA Training is available here: http://training.sap.com/v2/certification/c_hanaimp131-sap-certified-application-associate-edition-2013---sap-hana-g/ John
View ArticleRe: Map Numeric Input Parameter of HANA View to BW Virtual Provider
Thanks for your reply. Unfortunately, in my case the numeric input parameter is used for calculation rather than filtering. I have tried to assign the input parameters to infoObject of char data type...
View ArticleRe: How can I use Attribute, Analytic and/or Calc Views? And where?
Very good. So these views cannot be used like traditional views?Where then are they useful?
View ArticleRe: How can I use Attribute, Analytic and/or Calc Views? And where?
Analytic Views are like multidimensional OLAP cubes.They are not meant for regular queries, but queries with several dimensions (attributes) and key figures (measures) aggregated by these different...
View ArticleRe: Map Numeric Input Parameter of HANA View to BW Virtual Provider
Hi Jewel, So i see you are using input parameters for calculated measures or is it for Dimension? If measure, you must be assigning it to Key figure info object in BW right? And on the HANA model...
View ArticleRe: Map Numeric Input Parameter of HANA View to BW Virtual Provider
Hi Krishna, Yes, I am using the input parameters for calculated measures. On hana side, the input parameters can be input at a prompted dialog in "Data Preview". The type of input parameters are...
View ArticleRe: Map Numeric Input Parameter of HANA View to BW Virtual Provider
Did you try using NUMC? i understand it is a data type something like VARCHAR. It is worth a try to do with NUMC. Can you check once? Regards,Krishna Tangudu
View ArticleRe: How to run HANA Stored procedure in parallel
Hi John, If possible, could you please help in detail or example on how to achieve the below logic in stored procedure to run in parallel. I could not able to get the view which you have described...
View ArticleIntegrating Python and River - CSRF problems
Hi, So I'm trying to integrate Python into River to do some testing. The only thing that makes it a bit tricky is that we have to handle XSRF/CSRF within Python and so I use the requests framework to...
View Article