Implement and consume your first ABAP Managed Database Procedure on HANA
This tutorial demonstrates how to use the new the "Top-Down"-approach for consuming HANA procedures provided by means of ABAP Managed Database Procedures delivered with SAP NetWeaver AS ABAP 7.4,...
View ArticleHandling Internal-table inside AMDP.
Hi All, While developing AMDP class there must be a situation like how to handle internal table inside AMDP. Well below is the example for that in short and sweet manner. Before moving forward let's...
View ArticleEmbedded BW is the New Reality
When I said goodbye to life as a tenured employee and launched my own business 18 months ago, my driving force was a strong sense that the nature of application development in the enterprise was...
View ArticleTrigger BW Process chain from HANA
Hi, I would like to know is there a way to trigger BW Process chain from HANA. BW system will be on the same HANA instance. Version: BW 7.4 SP 7 Appreciate any help on this! Thanks and Regards,Shravan...
View ArticleALV on HANA - Feature Matrix
The videos (ALV and FPM on SAP HANA, ALV transformation) and document concerning ALV on HANA are using features which we delivered in NW7.40. But as we are continuously developing the tool, it is not...
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 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 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 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 ArticleTRILUX Faster and More Flexible Sales Planning and Forecasting with ABAP for...
Explore how TRILUX stays among the leaders in the highly competitive lighting market with improved sales planning and forecasting, thanks to unmatched speed and analytical capabilities delivered by SAP...
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 ArticleIs there a (supported) way of migrating regular ERP IDES system to HANA for...
We have installed a SAP ERP IDES system but we'd like to try out Simple Finance. We could do a fresh install of ERP but we like the demo data included in IDES system. Is there a simple SAP supported...
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 Article