ECC tables missing in HANA Developer Edition on AWS
Hi, I installed SAP HANA developer edition 1.0 Rev 80 on the AWS and all looks good. But when I try to find the ECC tables like MARA or KNA1 to do some exercises as mentioned online and in SAP study...
View ArticleRe: ECC tables missing in HANA Developer Edition on AWS
Hi, If you are connected with ECC go to data provisioning and replicate the same. Please refer below link. SAP HANA - Data Replication through SLT BRSumeet
View ArticleHow to take Information model views back up ?
Hi, Kindly help me to understand this, My requirement is, we want to take information model views backup automatically( scheduled backup).Is this is possible with Delivery Units ? if it is,...
View ArticleRe: Use a function to update a column
Hello Jay, unfortunately you can use a scalar UDF only in the SELECT or WHERE clause of a SELECT statement, but not directly in an UPDATE statement. You can transform your UPDATE statement to use a...
View ArticleDatatype change from NVARCHAR to decimal
Hello Gurus, Small help required. I have replicated table from ECC VBUP and it is having datatype NVARCHAR but I want to change it to DECIMAL 6. Is that possible? Or is there any alternate solution so...
View ArticleError installing B1
Hello Experts, during the PL_9 upgrade to SAP Business One 9.1 Version for HANA I'm facing the following problem: everything goes ok except form the XApp component which fails.Now KPI in SAP Business...
View ArticleSAP HANA HLM Upgrade
We are upgrading our HANA Lifecycle Manager, while running ./hdbinst we are getting below error. ERR : Cannot installERR : error installingERR : Installation failedINFO: Summary of critical...
View ArticleRe: Not authorized error using sequence in procedure
Hi Krishna, I'm not clear what object you are referring to. When I go into any user and click Object Privileges and search for word SEQUENCE all I get are these;...
View ArticleRe: Not authorized error using sequence in procedure
PS: Haven't setup trace yet. I'm about to experiment with that now.
View ArticleRe: Not authorized error using sequence in procedure
Ok setup the trace for my user only and Audit Actions = ALL and not seeing any errors or possible explanations in the trace. Now I'm wondering if it's not my user that's the issue. When debugging...
View ArticleRe: Error installing B1
Hi Pierre, Have you copied SBO_APP.tgz to another directory and tried to decompress it? You could try tar -zxvf SBO_APP.tgz or gzip -dc SBO_APP.tgz | tar xf -. If the file is corrupt the install will...
View ArticleHANA Recommended Filesystem
Hello, I would appreciate, if you can answer to the following queries.1- To install Hana on SUSE Linux, which filesystem is recommended. Is it Ext3 or Ext4?2- After creating a filesystem Ext3 or Ext4,...
View ArticleLost licence on SAP Hana
Hi, I have a case at a customer. The server lost the licence installed and I can not logged on SAP or assign a license to the user. The list of the available licence is empty. How can I solve...
View ArticleRe: how to create and deploy custom Alerts in HANA
Thanks Lars. Is the HANA alerting framework going to be opened to non-SAP developers? That would be so much better than trying to cobble together a solution using HANA and non-HANA parts. Or, hacking...
View ArticleRe: Datatype change from NVARCHAR to decimal
Hello Sumeet, I assume, you have replicated your ECC table using SLT. You can add a calculated column to your table via an ALTER TABLE statement (e.g. ALTER TABLE "<your table>" ADD...
View ArticleRe: Transpose Column wise data into Row wise
Hi Monissha, Thanks..I removed year_code from union mapping. I am getting correct output in the required format.. but one more query is....if new year code (2015, 2016 ......) comes then manually i...
View ArticleRe: Hana SPS07 and spatial data
Hi Roman ST_Transform is a function to transform a geometry value from one spatial reference system (SRS) into another one. This feature is planned for SPS10, but will not really help in your case....
View ArticleRe: Hana SPS07 and spatial data
One example how you can do it (tested with Rev92) drop schema TST cascade; create schema TST; create column table TST.SHAPES ( id integer, shape ST_Geometry ); INSERT INTO TST.SHAPES VALUES (1,...
View ArticleRe: Problem of HANA modeling - constraint is already existing
Can you please share some more details what you want to achieve? And also can you please remove MNDT and try activating again?
View ArticleRe: Error installing B1
Dear Pierre, Just to clarify any miss-understanding here; I informed you that your current installation is based on 1.00.91, which is not yet supported by the B1H 9.1 PL05. B1H 9.1 PL05 actually...
View Article