Material Long Text - via HANA to BO Report
Hi , We have SAP BW 7.4 ( HDB ) HANA SP08 and BO 4X & ECC. I want material long text in Bo report using HANA. Please suggest the possibility ,ABAP team enhanced in MM03 -> Basic data...
View ArticleRe: XS/ODATA access to analytic view field lables
Hi Thomas,luckily i have acccess to SP9, but i got the following error on using OData4SAP: error on line 1 at column 963: Namespace prefix sap for display-format on Property is not definedI am trying...
View ArticleRe: XS/ODATA access to analytic view field lables
Where is this error being produced from? What are you expecting with the OData4SAP on the HDBDD table? You won't get column descriptions since there aren't any in the table itself. Column...
View ArticleRe: XS/ODATA access to analytic view field lables
Hi Thomas,the Error comes from service namespace "uniorg.bonvendo.uis.ume.usermgmt" { // HDB tables "uniorg.bonvendo.data::Bonvendo.Ume.User" as "UmeUsers" without ("AvatarImage")...
View ArticleRe: XS/ODATA access to analytic view field lables
>I thought i would be able to passthru metainformation by usingannotationsinside my DataDefinition No. Sorry that's not supported yet. You have to use modelded views for the extra metadata information.
View ArticleRe: Date issue while uploading form excel to HANA
Nope, the import wizard is not that flexible.But in Excel you can easily build a function that turns this text into a proper date and apply it to all values.That's Excel 101.. - Lars
View ArticleRe: Call Stored Procedure in SQL Script Calculation View
Why doesn't it work? Show us your code and the error message - don't describe your code as you likely miss out important details. Most likely all you have to do is to define the two variables correctly...
View ArticleConnecting to HANA (Design Studio 1.4 Dashboard) with User / Password in URL
Hi,I need to connect to a (Demo-) Dashboard with InternetExplorer 10 without User / Password Popup.URL user:pass@hana:port/... is not Possible in IE. Firefox / Chrome this works fine. What are the...
View ArticleRe: How to alter column's default value
Lars,Thanks a lot.Seems we need to modify our scripts tosolve it. Kelvin
View ArticleRe: Where can I download the Sap Hana Client?
Thank you Sanjog, sadly I don't have access to the Market Place, I understand that I need to be a current customer or partner of SAP and I'm neither. Guess I'll have to wait for them to fix that web...
View ArticleError while loading tables using import from backups
Hi, I am trying to load a selection of tables from a previous installation of HANA 8 to 9. Majority of the tables have loaded with no problems but the larger tables keep failing with this error SAP...
View ArticleRe: Call Stored Procedure in SQL Script Calculation View
Hi Lars, My Procedure code starts like this in my .procedure file. In the Local Table Types tab, i have created the table type. //ProcedureCREATE PROCEDURE <NAME>(IN _I_KEY_DATE DATE, OUT...
View ArticleRe: Call Stored Procedure in SQL Script Calculation View
My Bad, I was doing it wrong!!//tried this and it workedCALL <Procedure Name> (:_I_KEY_DATE, VAR_ORG_HIER); //Instead ofVAR_ORG_HIER = CALL <Procedure Name> (:_I_KEY_DATE, null); Thanks...
View ArticleRe: Setup Monitoring Alert Notifications in SAP HANA Studio
Hi Pavan,I already did. Are there any other configs I need to set up for the SMTP in HANA Studio?Thanks! - Cha
View ArticleHANA- Basic for FICO
Hello expert, Please add some document/information on HANA, including :- * How it is effective for Functional Module (eg. FI or CO) ?* How the mitigation/connection can be done between currently...
View ArticleRe: Error while loading tables using import from backups
Hi Chris, the export directory for your failing table should contain a .sql file with the CREATE TABLE command. Please check if it is present. Besides, this is not a backup, but a export of tables.What...
View ArticleError in opening HLM for SAP HANA
Hi,We are not able to open our HANA Lifecycle manager from SAP HANA StudioI have attached screen shot for same.Few last lines from hlm.logERROR 2015-02-16 22:44:57...
View ArticleRe: SPS6 Core Data Services - Maintained DDL entity not updating catalog object
Hi Thomas,We have 100's of tables created under catalog using sql statements. Now we are planning to use HDB to create tables and procedures. Is there any way to generate HDB scripts for existing...
View ArticleRe: SPS6 Core Data Services - Maintained DDL entity not updating catalog object
>Is there any way to generate HDB scripts for existing tables ?There is no SAP supported tool to do this. I wrote a little app for my personal use that does this. What release are you on? I can...
View ArticleRe: SPS6 Core Data Services - Maintained DDL entity not updating catalog object
Thank you so much Thomas. Really appreciate your quick response. We are on SPS08 Rivison 85. I also have couple of more questions. Appreciate your help on this. 1. What is the benefit of HDB tables...
View Article