Re: Enhanced Search Help and weird input field length limitations behavior
Hi Steven, By design, the enhanced search functionality limits searches to 60 characters. For data types that allow fewer than 60 characters, then enhanced search expands the field to allow for 60...
View ArticleRe: Enhanced Search Help and weird input field length limitations behavior
Hi Jonathan, Thanks for taking the time to reply :-) I kinda suspected that 60 characters were the limit ... which is quite a shame to be honest .. The field I am referring to is a kind of long, unique...
View ArticleRe: Enhanced Search Help and weird input field length limitations behavior
Hi Steven, The limit of 60 characters is not arbitrary. According to research done by Nielson on Internet searches, 60 characters is supposed to be more than enough for any search. In addition, we had...
View ArticleRe: Assertion Dump while creating CDS View in HANA ADT
Thanks Virinchy. Yes, I followed all steps. Let me show it here in detail. The SQL editor is not editable and it give error when you hit Finish. Now, there is a separate folder for Core Data Services....
View ArticleError while creating Abap perspective
Hi, I am trying to install abap perspective in my hana Studio which is basically Kepler but I am facing the following error regarding workspace. Thanks
View ArticleRe: Error while creating Abap perspective
Hello Yedulla, according to the error message you are using a wrong repository URL. URLs are:Kepler: https://tools.hana.ondemand.com/kepler/Luna: https://tools.hana.ondemand.com/luna/Mars:...
View ArticleRe: ODATA annotation for ABAP CDS views with input parameter
Hi Govind, I am going through the same scenario of creating an OData service using Odata.publish:true annotation which should have navigation.I know the creation of cds view but not aware of the...
View ArticleRe: ODATA annotation for ABAP CDS views with input parameter
Hello Rahul, I am not sure what you mean by "OData service using Odata.publis:true annotation which should have navigation". But i will try to explain my scenario. There are no extra steps involved...
View ArticleUsing Hierarchies in CDS views
Hello experts. I understand CDS views allow the use of hierarchies.I did find the following annotation but I don't know how it works and if it suits my need. @ObjectModel.dataCategory: #HIERARCHY Can...
View ArticleHow to access a table created on HANA in ABAP
Hello, I have created a schema table on HANA and it works well. I can see the data inside.Now I want to create a cds view (ABAP project), which can select from the schema table. The schema table is not...
View ArticleRe: How to access a table created on HANA in ABAP
Well, I will give you quick answer.1.Cross schema dose not support to ABAP CDS.2.For archiving your query, create HANA view based on different schema table next create external view on HANA view next...
View ArticleIn HANA studio, Error in DATA PREVIEW
Hi Peers, I am trying to preview a CDS view in HANA studio but whenever I click 'Open Data Preview'. There occurs an error shown in attachment.I re-installed HANA studio twice but could't resolve it....
View ArticleSAP HANA Implementation
Dear HANA Expert Team, Currently we are using SAP ECC 6.0 with Oracle 11g on HP Unix 11.31.Now we are planning to migrate in SAP HANA Now SAP HANA is new for us.How we can migrate HP Unix and oracle...
View ArticleRe: In HANA studio, Error in DATA PREVIEW
Hi Raghav, Could you please created a ticket in SAP under BC-DWB-AIE-DP component with the the client log (Hana studio) and back-end details so that we can find the root cause. Thanks and Best...
View ArticleRe: How to convert a timestamp to date/time in CDS View?
Thanks Jim! Have you found this in documentation anywhere? I've been unable and was hoping to track down which release we'd need.
View ArticleHow can we use general standard tables of sap like mara and marc for creating...
How can we use general standard tables of sap like mara and marc for creating views in hana.I am having a trial access to AWS CAL system of hana for abap.When I create views how can I Insert common...
View ArticleRe: How can we use general standard tables of sap like mara and marc for...
Hi Suraj, You will not have standard MARA and MARC table in trial system ( HANA developer edition in AWS). Instead you will have EPM tables, where you will have Sales and purchase details in it. You...
View ArticleRe: How to access a table created on HANA in ABAP
Hi Sylvan, in case you're working on AS ABAP 7.50, then you may have a look at CDS Table Functions (implemented by AMDP functions). Kind regards,Carine
View ArticleRe: hana as secondary database execute query limit
Okay - This must be pretty obvious if you don't come from SAP SQL but apparently updates also hold a cursor open for results and it's actually simply to do with closing the result set in your call to...
View ArticleRe: hana as secondary database execute query limit
As Matt mentioned the problem occurs because of the max. size of open cursors is reached using the query method (several "dummy" result sets/cursors were opened but not closed). In a "normal" way the...
View Article