Re: Problem in loading data from csv file
Can you explain where you deleted your .CSV ? Did you delete/Truncate the table before loading the new CSV? Also you did not mentioned that you uploaded the new .CSV file in your post , so did you...
View ArticleRe: SAP Hana AWS Rev 68 availability
i choose to blame $MSFT and $ORCL for not letting my ver 68 studio installation to continue as i do have java runtime on my machine somewhere.
View ArticleHow to Upgrade ERP/SCM to SAP HANA
Hello, I need your Help. Can you help me on how to Upgrade SAP ERP/SCM to HANA ERP/SCM. I look forward to hearing from you Best regards, Philippe
View ArticleRe: SYSTEM password not correct B1A 1.0.6.379
After search and discussion I found that it is not supported to install B1A and B1H on same server
View ArticleHow to Upgrade ERP/SCM to SAP HANA
Please go through ERP on HANA cookbook ... This should be able to help you with most of the general question.. If you have any specific questions then let us...
View ArticleRe: Delete workspace and projects from repository in HANA
it is possible with the HANA editor or IDE e.g. http://[hana system]:80[instance number]/sap/hana/xs/ide/ see: http://scn.sap.com/thread/3426722 Had this problem too, but now it works.
View ArticleRe: How to Upgrade ERP/SCM to SAP HANA
Thank you for your prompt reply. This is the same for SCM ?
View ArticleRe: How to Upgrade ERP/SCM to SAP HANA
Please go through the below link for SCM on HANA. Its not as user friendly as the cookbook for ERP but you will find answer to most of your questions here if you go through...
View ArticleAnalytical, Attribute and Calculation Views
Hello, I have completed the tutorial on HANA development on OpenSAP, which is certainly the best way to learn specially for starters. But, even though I completed the course I was not able to exactly...
View ArticleRe: Analytical, Attribute and Calculation Views
Request you to search the forum before posting as this has been discussed in numerous blogs in SCN.here is a standard difinition of the HANA information views 1) Attribute Views : In the language...
View ArticleRe: Analytical, Attribute and Calculation Views
I did find only the definitions which all meant the same. I wanted a sample example and I have it in the link you provided me. Thank you so much.
View ArticleRe: Default Schema in Scripted Calculation View
Hello Vivek, Thanks for your reply! I figured out this yesterday. Regards,Venu
View ArticleRe: How to do a WHILE DO loop on data from a SQL Calculation View
Hi John, As implied by Shreepad, please provide a simplified version of your code. I suspect there are more issues than the (useful) one Shree mentioned. Then folks can help address the errors, and...
View ArticleUpgrade of HANA AWS developer edition to rev 68 failed...
Dear all, I recently tried to upgrade our HANA instance at AWS (developer edition) to rev 68. Unfortunatly the upgrade failed, during the upgrade procedure (while 'Installing binaries...') I got a...
View ArticleRe: Which privileges are needed for Calculation Views
Hi Shreepad, I also can't create Attribute or Analytic Views.I checked that I have root package privilege and the CREATE privilege for _SYS_BIC. The error occurs when activating the view, see the...
View ArticleRe: Which privileges are needed for Calculation Views
Hi Nidhi, yes, the error occurs while activating the view.The CATALOG READ and DATA ADMIN privileges were already assigned. Johannes
View ArticleRe: Which privileges are needed for Calculation Views
I noticed you have your default schema in your calc view listed as _SYS_BIC. I'm wondering if that's really what you intended? If so I think you may need to look inside user _SYS_REPO and see if they...
View ArticleRe: Which privileges are needed for Calculation Views
Hi, the default schema somehow can't be changed and the schema where the view is created in is a different one, but _SYS_REPO indeed didn't have the privileges for that schema. After granting these (I...
View ArticleRe: How to do a WHILE DO loop on data from a SQL Calculation View
Hi John, Couple of points from my side. You may wish to use SELECT ... INTO ... statement to populate the declared variables. I am not sure if the direct value assignment to the variable in the SELECT...
View Article