Create view for a SAP HANA System Table
Hi everyone, I would like create a view for SYS.M_TABLES (System Table) or create an oData Service that access directly the M_Tables, I have tried to consume the M_Tables view using this code: service...
View ArticleRe: Create view for a SAP HANA System Table
Dear System Tables and Monitoring Views The following public system tables and monitoring views are available:AUDIT_POLICIES - Defined audit policies AUTHORIZATION_GRAPH - Represents authorization...
View ArticleRe: Create view for a SAP HANA System Table
Dear Rajendra, Many thanks for your help. Yes, I am trying to use M_TABLES view, however if you open its definition, you will find that it is a row table not a view, and when I try to access it using...
View ArticleRe: Create view for a SAP HANA System Table
Hi Shady, Without dig into your service the key is wrong.It can't be only schema_name. Regards, Fernando Da Rós
View ArticleRe: Create view for a SAP HANA System Table
Hi Fernando Da Rós,That is the structure of the table, I have thought the same and I have tried to add "Table_Name" as a key but it did not work. So far SCHEMA_NAME is the only key I know of in this...
View ArticleRe: ERROR: Request execution failed due to missing privileges
Hello Wenjun, good morning, I cannot see the activated roles under the security/ roles section in the system. but when i run the select * from "HCP"."HCP_ACTIVATED_ROLES" i can see the roles ROLE_NAME...
View ArticleRe: Error while import schema in HANA DB
Folks, I am running into the same issue. What I figure out was the following:1) I turn off the autocommit2) I run the import for the first time import "<SCHEMA_NAME>"."*" as binary from...
View ArticleRe: Error while import schema in HANA DB
Hi Raval, Before Importing U have to clear sys_repo system In content using SQL command Regards,V@li
View ArticleHANA Instr function to check for numbers?
Hi, I am trying to create a calculated column to check the validity of another field for the presence of numbers in the string. For example Partner Tel_number Valid 1 1flowers...
View ArticleImplementing HCM PA and OM on HANA
I am working on technical team implementing SAP HCM using HANA for PA and OM modules.We have been challenged to utilized HANA on HR ABAP. Looking for some pointers on ways we can utilized HANA while...
View ArticleRe: MAX funtionality in HANA
Thanks for all the valuable inputs and guidance lars. I am trying the same in SQL and I wrote SQL as below- (select...
View ArticleHow to check retention period of the application log
Hello I want to know how to check retention period of the application log and Initial setting of the retention period of application log.
View ArticleR and Hana integration
Hi all, in the R integration guide you can see that SAP had tested the installation with the R version 2.15. Now it is possible to download R version 3.1.0.Have you any experience (problems, versions...
View ArticleSAP HANA scripted view vs stored procedure
All, I have an expensive scripted view which runs but it takes a very long time to execute (about 30 mins) the same script was placed in a stored procedure and it ran in 3 minutes. I am not sure what...
View ArticleHDBSQL connection failed when the password have special characters
Hello Experts I have an error with HDBSQL connection. I need to connect an user that has a password with special character (customer policies) but it shows an error: the username or password is...
View ArticleRe: HANA equivalent of oracle's sql%rowcount to get affected rows.
This should be documented somewhere. I did not find it. By the way, I am not sure since which version, but the much simpler syntax L_C := ::ROWCOUNT; is also possible. I see select from dummy used...
View ArticleRe: HDBSQL connection failed when the password have special characters
what special character you are using ?
View ArticleSAP Business One on HANA migration
Im a trying to migrate a 120 GB SAP Business One SQL database to HANA, However, after 48 hours of process using the SAP migration tool it was stuck in migration check. Is this normal?
View ArticleHow to hide sidebar from VizContainer?
Hi all, I'm working on VizContainer and I didnt find how to hide the sidebar from that. Could you please help me? I'm not sure if its name is sidebar or not but i mean these things The codes are as...
View ArticleRe: How to hide sidebar from VizContainer?
instead of VizContainer, you could have used corresponding VizCharts . I think that will serve purpose here
View Article