Enhanced Search Help and weird input field length limitations behavior
Hey folks, I am experiencing some 'weird' behavior with an enhanced search help on a classic SAP dynpro field. The current setup is: ABAP 7.40 SPS11 on HANAclassic dynpro screenan input field with a...
View ArticleAssertion Dump while creating CDS View in HANA ADT
Dear Experts, In HANA ADT, I see DDL Source under Core Data Services. Earlier DDL Source used to be below Data Dictionary. Now when I am trying to create a custom CDS View, the SQL is not editable to...
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 ArticleODATA annotation for ABAP CDS views with input parameter
Hello All, I have created an ABAP CDS view with input parameters and I am using Odata.publish:true annotation to generate odata service. Now when i see the metadata of the service, I found 2 entities....
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 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 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 ArticleHow to convert a timestamp to date/time in CDS View?
Dear experts, I would like to convert a timestamp to a date and time within a CDS view.This is what I tried to do: Cast (Cast(<timestamp> as abap.dec(8,0)) as abap.dats) as <date> I also...
View Article