Re: ABAP Basic Tutorials for sap HANA
Dear Ujjwal, In the context of ABAP for SAP HANA, it is recommended to use ABAP CDS views instead of HANA views (exposed as external views in the ABAP server).You can read following document to...
View ArticleRe: How to convert Customized HANA view to CDS View?
Hi, You required development access key.. ask to basis people... -Amol S
View ArticleRe: How to convert Customized HANA view to CDS View?
Hi Amol, I have created External View by following all the steps but while data previewing from se11 it throws column store error saying Input Parameters are not set because the calculation view which...
View ArticleRe: How to convert Customized HANA view to CDS View?
Hi,You can not create external view of based on HANA view which has parameter. Regards-Amol S If you wanted to convert existing HANA Cal view into CDS, then best practice is. 1. Convert complete...
View ArticleSelecting multiple columns and summing based on two columns in SQL Script...
Hi All, I hava a scenario i need to sum based on 2 columns and need to select few more columns further processing in SQL Script using hana. But unfortunately i need to specify all the columns in group...
View ArticleOpen SQL join using cast function
Hi All, I have to join CDHDR and CDPOS using cast function OBJECTID and kostl field which has different length.Is it possible to cast using join function in New abap open SQL.Please help.Thanks.
View ArticleRe: How to convert Customized HANA view to CDS View?
Hi, I am not much aware of this conversion from HANA to CDS. can you please elaborate the procedure how to convert logic of HANA cal view into CDS without External view? Thanks,Nagarjuna
View ArticleRe: Other then ABAP, can CDS consumed by others reporting tools? e.g Bobj,...
As far as we tested, we can consume CDS view with Fiori Smart Templates, Web Intelligence and Analytic for Excel. There is a chance that it also work with Lumira but we dont know how to yet, do you...
View ArticleRe: Consumption of ABAP CDS view.
Dear Gaurav, Idk if there is anyway to consume CDS in lumira but so far it works for analysis for office. In order to do so, go to analysis tab --> insert data source Then you will see a pop up...
View ArticleRe: Open SQL join using cast function
ABAP has a specific feature which also can be used to make joins on table without similar key data types: "For all entries"http://help.sap.com/abapdocu_70/en/ABENWHERE_LOGEXP_ITAB.htm Regards, Andreas
View ArticleRe: Consumption of ABAP CDS view.
Hi Lihn, Thanks for the reply, but i am not able to see the ABAP CDS view. I have checked with SAP ALL access also.System reconfiguration - ECC 7.4 SP10 Can you please guide, how to do that. ThanksGaurav
View ArticleABAP CDS View: OData service CRUD enabled?
Hello All, Is it possible to make an odata service generated by the abap cds view CRUD enabled?So can I do an UPDATE, DELETE, CREATE on the odata service? I am reading stuff about BOPF ? Is this the...
View Articleupgrade Hana Project and Custom Abap program
Hello Gurus, In the next future I'll probably work in a project where it will been installed the DB Hana .I shall have to test all custom FI transactions , do you know what could be the error...
View ArticleRe: ABAP CDS View: OData service CRUD enabled?
Hi Bert, CDS view is not database entity, that means we are not allowed to perform the update, delete, create operations. But you can perform get operation on CDS. You can refer below blog... Complete...
View ArticleRe: Consumption of ABAP CDS view.
Hi Gaurav, You can generate on odata service for a CDS view and according to this video from SAP you can use an odata service as a datasource. SAP HANA Academy - Lumira: Using ODATA as a Data Source -...
View ArticleRe: upgrade Hana Project and Custom Abap program
Hello Ryo, While migrating from a legacy DB to HANA DB there are many thing which needs to be considered. Eg EHP Upgrade, Custome code adaptation - Functional correctness (mandatory) & Performance...
View ArticleCDS view currency conversion performance
Hi All, Currency_conversion function in CDS view terribly decrease performance of the cds view, view running in few seconds run for minutes after adding currency_conversion function. I am working on...
View ArticleRe: CDS CURRENCY CONVERSION (ABAP on HANA)
Hi Bart, I have same problem on currency_conversion function, Did you find any solution for this, I've just posted my issue in below discussion.CDS view currency conversion performance Regards, Gungor
View ArticleRe: Consumption of ABAP CDS view.
Dear Bert, I created an odata service: https://xxxxxx.mo.sap.corp:xxxxx/sap/opu/odata/sap/ZTM_C_TRANSPORDERBYMODEQ_CDS/ and received an error message: Do you know how to fix it? Many thanksBestLinh
View ArticleRe: Consumption of ABAP CDS view.
Hi Gaurav,Could you connect to your back end system?Do you receive any error message?Analytics for office only consumes CDS query view I think.Please check your annotation and try again.BestLinh
View Article