Re: WBS Hierarchy structure in HANA possible?
slightly OT: if anything RPSCO should be the table to go after, but i'm not sure what the best selection of fields is and what other reference tables should come along with it to HANA. thx, gm
View ArticleRe: Starting with BW today or not
Hi Beat, There are several blogs, discussions about BW (on HANA) vs. native HANA. It is true that SAP HANA should be viewed as a platform (RTDP) and such supports different deployment options.If you...
View ArticleRe: C_HANAIMP_1 retired by SAP?(PearsonVue)
Just checked today and unless I'm missing something...SAP education no longer displays information for C_HANAIMP_1 and its not even possible to book an exam date when only yesterday dates were...
View ArticleInvalid Credentials error in SAP HANA
Hi to all, I am trying to add system in SAP HANA studio. (Note this is 30 day trial system by SAP via CloundShare).by using below details. Host: hanacloudInstance: 00 The User Name which i use is :...
View ArticleRe: Invalid Credentials error in SAP HANA
Hi Pavneet, The screenshot shows the error that system cannot be reached. Please try again later.Meanwhile could you please go through this video SAP HANA Developer Access Getting Started.mp4 - YouTube...
View ArticleRe: Structural Privilege with Analytical Views
Hi Raj, I had gone through you document, which is very nice. However, My requirement is more generic. I will define only 2 columns : User,Restriction.In restriction I will define, Country=India and...
View ArticleRe: Error occurred while trying to start SAP HANA lifecycle manager.
Hi Abdul, What is the user with which you are trying to invoke HLM in studio?Also is your saphostagent configured correctly? Regards,Vasanth
View ArticleRe: dynamic sql for select statement in procedure
Hi Krishna, Great ! Works fine ! Thanks for you support RegardsMike
View ArticleDeploy a procedure inside a package
Hello,When we deploy a procedure inside a package HANA tries to redeploy all the other inactive procedures and if they have an error the deploy fails.Is it possible to prevent it?Thanks,Amir
View ArticleRe: Identifying foreign key constraint violation errors
For your case you must use the EXIT HANDLER statement, you can find more information in http://help.sap.com/hana/SAP_HANA_SQL_Script_Reference_en.pdf To find the listing of SQL_ERROR_CODE, see the...
View ArticleRe: Error occurred while trying to start SAP HANA lifecycle manager.
Hi Vasanth, We are using <sid>adm user while invoking the HLM from studio. We have tried from the browser as well.We are running host agent 169
View ArticleRe: Identifying foreign key constraint violation errors
Thanks Adria,But the EXIT_HANDLER does not seem to be working out what exactly the violation is. The :SQL_ERROR and :SQL_ERROR_MESSAGE are not very informative. If the procedure contained many...
View ArticleMultilanguage Support for Objects
Hi Guys, Anyone known how to translate fields to muti-language in Analytic View/Calculation View ( like Bex Query Designer ) I did like this : SAP HANA: Enabling Multilanguage Support for Objects...
View ArticleRe: HANA Live - Attribute Views??
My guess (Just a guess because I can't read their mind) is the following:Because the Information Views are built directly on normalized ECC tables, the developers found that most of the denormalization...
View ArticleRe: Error occurred while trying to start SAP HANA lifecycle manager.
Hi Vasanth, Can we access HANA DB server also from Amazon trail access? to execute the above command you mentioned? I am unable to connect to HANA DB server. Can you guide me please? Regards,Krishna...
View ArticleRe: Error occurred while trying to start SAP HANA lifecycle manager.
Hi, Check if all the services are running of HANA DB you are trying to connect. Regards,Satya
View ArticleRe: Issue in SAP HANA
Hi Hityshi, Are you looking for an output like this: Please find the select statement i have used below: select DISTINCT "Customer ID" AS "Customer_ID","Customer Name" AS "Customer_Name",...
View ArticleRe: Join Condition
I would second that approach, all you need to do is alias one of the columns to make the join. A projection will certainly do that for you. Regards,Justin
View Article