Re: How do I access APO live cache or Planning area data in HANA.
Hi Santanu,Could you please send it to me as well.rorie_paul@hotmail.comThanks.
View ArticleRe: CE_CONVERSION in ABAP AMDP method
Hi Sagar, Thanks so much for your help, i'm have gotten it to work, however i would like to use this method a bit more strategically. I have an input table with the...
View ArticleRe: CE_CONVERSION in ABAP AMDP method
Ok so i managed to get the wanted output with the following source code *Start creating the input table for the procedure CE_CONVERSION PRICES = select id as id, in_amount as in_amount, source_unit...
View ArticleRe: HANA DB Patching
It's true that the actual patching typically is done pretty quickly.However, especially the import of the delivered content can take some time... so, this really is a downtime - not just a short...
View ArticleRe: Time selection Partitioning
Hey Vijayan please check Data Aging - SAP Library about that.For the time being this functionality is only available for SAP Netweaver developments and not for pure SAP HANA applications.Since the...
View ArticleRe: Time selection Partitioning
Thanks Lars for directing me to the mentioned link. I will check this out and see whether i get what i want.
View ArticleRe: BI 4.0 user connection to SAP HANA
You can use a generic system user (e.g. BOBJUSER) but all actual BOBJ users will "inherit" the roles/privileges of this BOBJUSER created in the HANA database. You can do this when you create the JDBC...
View ArticleRe: call database procedure authorizations
Hi Josef,Thanks, I already implemented this note but still getting the dump. Thanks,Amir
View ArticleDoes the delta merge include any sort of compression.
Hello Gurus, I have a table with the (total_memory consumption(kb)= 40: (main storage(kb): 8 + delta storage(kb):32)) when i go ahead and perform a delta merge on the table i see a behavior where the...
View ArticleRe: Does the delta merge include any sort of compression.
Hi Krishna, Have a look on this discussionWhile defining a columnar table, what is the purpose of column store type Regards,Krishna Tangudu
View ArticleRe: Does the delta merge include any sort of compression.
Thank you Krishna the document is really helpful , It was indeed a very Clear explanation by lars. Thanks,Krishna
View ArticleRe: Error while executing Query on Virtual Provider based on HANA Model
Hi Sagar, we faced a similiar issue. You need to execute report RSDDB_LOGINDEX_CREATE with Infoobject specified in the error mesage. Though you run a query on Virtual provider it may be a masterdata...
View ArticleRe: Upgrade SAP HANA from Revision 28 to Revision 74
Hi, just want to share, we managed to upgrade SAP HANA from Revision 28 (SPS 04) to Revision 74 (SPS 07) by just applying the SPS 07 successfully. Thank you
View ArticleRe: SAP HANA Error when deploying
Hi Sudhakara, When I faced this issue, I solved importing the packages on Hana Studio rather than using HLM but I couldn't install the language packages. Regards, Felipe Antonio
View ArticleRe: Data Provisioning in SAP HANA for STL and Data service step by step guide ?
Hi Pavneet, Please see below: http://scn.sap.com/docs/DOC-54392 Thanks
View Article'Concat' function in Graphical View
Hi,I have a fiscal period field in my view which contains data in the format YYYYMMM, but I need to union this data with a table which has period in the format YYYYMM. Is there a way to convert yyyymmm...
View ArticleRe: doubt regarding undo data
Krishna, Its worth enough to respond to your post.If you would have worked on SAP then you would have known what i meant by SAP on hana.Let me explain for the benefit of other users, i meant was...
View ArticleRe: 'Concat' function in Graphical View
Hello Felix, Did you try achieving it this way,rightstr("FISCAL_YEAR_PER",4) + leftstr("FISCAL_YEAR_PER",2)Setting the datatype to "VARCHAR"Regards,Krishna
View ArticleRe: 'Concat' function in Graphical View
You are welcome Felix, Always happy to help Regards,Krishna
View Article