CDS CURRENCY CONVERSION (ABAP on HANA)
Hi All, I'v tested CDS with currency conversion versus the classical approach with the function module for currency converion on application layer (CONVERT_AMOUNT_TO_CURRENCY). The classical approach...
View ArticleABAP on HANA Use Cases in Day to Day Project Development.
Hi Expert, I am searching such a use cases where i can showcase Code Push down Technique. Do you have such use cases? I have already read about EPM and OIA use cases, but i am looking for real time...
View ArticleAnalytic privileges when calling HANA Procedure in ABAP
Hi, in this post How to Call HANA Procedure in ABAP, Jasmin Gruschke gave some guide in order to call an HANA procedure from ABAP. We are in the scenario with HANA as a secondary database so we are...
View ArticleExecute ABAP Reports on HANA
Hello Experts, Can we execute Existing ABAP reports directly on HANA.Any method that can execute SQL Queries in ABAP reports on HANA without creating Secondary DB connection. We are using HANA as...
View ArticleATC not catching customizing table error
Hello Gurus, I created a program with code containing "Select * from T001" and ran ATC check. But ATC doesnt error for "Select *". Is it that ATC doesnt give "select *" error for customizing...
View ArticleQuestions on CDS Views with input parameters
Dear Experts, 1. Can we call a CDS View (or generated database view) with input parameters inside an AMDP? I am looking for something similar to the feature in HANA where we can consume calculation...
View Articleraising cx_amdp_error
Hi I am defining a method like this METHODS retv_proj_rep IMPORTING value(iv_com) TYPE bsik-bukrs value(iv_lifnr) TYPE mseg-lifnr EXPORTING VALUE(et_proj_rep) TYPE...
View ArticleCDS View
Hi experts, I have a problem, I'm trying to consume "DDL Source" which is a view of a table, the view contains parameters, but when attempting to activate from BW generates an error, but does not...
View ArticleALV with IDA and background job
Hello, However new ALV surpass old solutions in almost every aspect, I have noticed a small limitation.When I run the report in background (either manually or via job), I get the short dump and job is...
View ArticleScripting Language with AMDP
Is SQL script the only language that can be used for AMDP with SAP HANA Database?Is SAP trying to accomodate other scripting langauges with AMDP going ahead?
View ArticleABAP : HANA : Connectivity
Dear All,Am new to HANA. I’m a abaper. I’m trying to create abap program to access hana. All I did till now is ,Installed HANA and ABAP in Ecclipse.Create account for trial version on SAP HANA CLOUD...
View ArticleSecondary database connections in AMDP
Hi all, I'm trying to write a simple method which will use a secondary database connection (new functionality available for AMDP - New in AS ABAP 7.4 SP8 - Use of Secondary Database Connection when...
View ArticleConcatenate in CDS
Hi, I am creating CDS view and i have requirement like below. I have one field suppose 1200 and other field is TEXTThe output should be 1200-TEXTI am using concat(1200, '-', TEXT) but its not...
View ArticleFPM application of CDS View with Input Parameters
Hi, is it possible to create an FPM application via the wizard of a CDS View with Input Parameters? Regards,Bram
View ArticleError Message - Identifier must be declared
Hello all, We are trying to create an AMDP joining a few tables, applying some where clauses and returning a list of records. In this we are trying to dynamically pass the LIMIT and OFFSET parameters...
View ArticleATC Online Check Variants Missing
Hello Experts, We are not able to locate ATC Online Check Variants in our system. System is only showing default variant. We are at following BASIS level, do we need to install some note to get those...
View Articlecommit work taking more time in hana system
Hello All, One of my client move to Hana system from ecc. but in some objects we found performance degradation . As we analyse its happen due to database commits. we are using some finance BAPI and...
View ArticleSelect From Calculation View With PLACEHOLDER.
Dear All,We are trying to select data from a calculation view with placeholder.We tried the following:1. Create a class that performs the selection.2. We are trying to use the input parameter in the...
View ArticleSAP Object DDLS cannot be assigned to package
I've just got my hands on a HANA system for the first time this morning. I'm trying to create a CDS view but I keep getting the following message: "SAP object DDLS .... cannot be assigned to package...
View ArticleHANA View Access Error from OpenSQL
Hello All, We are using a HANA Sidecar setup. In HANA Studio I created a view joining FAGLFLEXA and BSEG with around 10 columns. I am able to preview data in the view.Within ECC I created a view with...
View Article