Hello SAP Gurus
I am into SAP ABAP and willing to explore on SAP HANA..Could anyone share some Documents related to SAP HANA..?
View ArticleHow to declare Global Internal Table Inside a perform using inline Data...
Hi Expert, I am filling one internal table inside a perform which needs to be accessed globally in the program I am using inline data declaration to declare the internal table. As i am doing it in...
View ArticleABAP for SAP HANA Reference Scenario - Video Tutorials
This page provides a collection of video tutorials about ABAP for SAP HANA developements based on SAP NetWeaver AS ABAP 7.4 (and beyond). You can find more videos in the different playlists of the ABAP...
View ArticleRewriting Native SQL to Open SQL in HANA DB Migration
1. Native SQL is connecting to other DB Servers(MDM/BW….) and fetching data from tables not in R/3. How to handle in HANA. 2.Views/table which are not present in R/3 but available in oracle DB. Would...
View ArticleHow to set oData property 'nullable' via CDS
Hi Experts. I want a field in my entity type to be set as 'nullable' . Since I am creating the entity using CDS for ABAP, I am not able to make any changes in SEGW. Is there anyway I can set this...
View ArticleAMDP Query for ANLC Table Failed
Hi All, I have written following 2 queries in AMDP class. DATA(im_where_anla) = cl_shdb_seltab=>combine_seltabs( it_named_seltabs = VALUE #( ( name = 'BUKRS' dref = REF #( im_bukrs[] ) ) "...
View ArticleIN operator in CDS view
Hi Experts. As we cannot use IN operator in S4 HANA CDS view. Can you please let me know how do we handle the scenario when we have to filter the record with respect to a range maintained seperately....
View ArticleEXCEL Issue in HANA
Dear Members, Can you please suggest if you have ever faced this problem in SAP? Currently we are using HANA DB and the functionality to send an Excel attachment is not working properly where as it's...
View ArticleGetting difference of Left outer join & inner join
Hi All, Lets say in VBRK, I have the following billing docs: 1,2,3,4,5 In custom table ZFFORM_R, I have the following billing docs: 1,2,3 Now using AMDP, I need the result set containing billing docs...
View ArticleABAP on HANA Database
Hi All,Please help me for my below query. One of our client have recently changed the SAP R/3 data base from Oracle to Hana database. There is some custom program in old system which is running...
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 ArticleAMDP: Dynamic SELECT
Hi all, I would like to know if it is possibile to use SELECT statements in an AMDP method where the table name and/or the table fields are not the actual values but variables that contain the values...
View ArticleEnhanced 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 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