HANA stored procedure with IN param as table
Hello HANA experts , We have the following scenario ... We would get the result from Analytic view using ADBC from HANA database . Now we need to push query to HANA database to get the data based on...
View ArticleAnalytical View with Input Parameters and/or Variables
Hi All, Do you know if we can call analytical view with input parameters and/or variables defined using SAP HANA studio from ABAP? I know we can pass parameter to call stored procedure when calling the...
View ArticleHow to Insert Data in Ztable Using table Control
Hi All, Please give some ideas of how to store the data from table control into the ztable database.There is a table control in which the end user enters the data manually and clicks the save button....
View ArticleRecommended development approach for ABAP on HANA..
Hi all,A couple of questions we're debating internally about the future direction/role of SAP HANA Studio for use with SAP apps on HANA. With all the new features in SP5 for ABAP on HANA development,...
View Articlehow to practice with ABAP Development Tools on Eclipse
Hello All, I was checking all through SCN if I could get some way out to practice with ADT - the tool and the new features of programming with ABAP. But could only see the CAL and AWS way where I need...
View ArticleConsuming HANA Stored Procedures from ABAP in One Step
Hello, I recently learned about calling HANA stored procedures from ABAP. As per the instructions, we are supposed to use the WITH OVERVIEW addition while calling the stored procedure. This would...
View ArticleError while accessing HANA-Database
Hi all, I try to access the HANA-database (installed as secondary database).The table is replicated in HANA and I have created a program in ERP with the following procedure: SELECT * FROM [table]...
View ArticleProcedure OUT param as Table
Hi all, How to call a procedure with out parameter type table using ADBC? I tried with scalar out paramenter and it's works. l_stmt_ref->set_param( data_ref = l_dref inout =...
View ArticleHow to Call HANA Procedure in ABAP
Hi Everyone, I am new to ABAPI have created a procedure in HANA that accepts two input parameters and outputs a tableI am using HANA as a Secondary DatabaseHow can I call this procedure in my ABAP...
View ArticleConsuming HANA Stored Procedures from ABAP in One Step
Hello, I recently learned about calling HANA stored procedures from ABAP. As per the instructions, we are supposed to use the WITH OVERVIEW addition while calling the stored procedure. This would...
View ArticleHANA Geospatial data types
Hi pundits,I am working on case where I need to show an example to store information in HANA Geospatial data types, can fetch it and put it into an local file. I awas going through the internet though...
View ArticleAdding ABAP plugins in HANA Studio
Hi Experts, I already have a HANA studio installed in my system (Version 58), now I want to add the ABAP development and UI5 plugins. I tried to do that by going to Help->Add new software and...
View Articlemodule pool screen validation
Hi all..this is fiels MATNR, MAKTX. ZVFROM ,DATE. ZVTO_DATE . ZVCREATED_ON. ZVCREATED_BY. ZVCHANGED_ON. ZVCHANGED_BY .using table control in...
View ArticleSWLT tool static check finding is showing unexpected results
I am using SWLT transaction to find some static checks in code to optimize db queries. After getting static check it shows some loops and some method calls but when on double clicking that loop its not...
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 ArticleTransfer of ABAP Coding to SAP HANA - ATC check variants
Hi experts, I have a question concerning the availability of the check variants for ATC that support the migration of custom code to SAP HANA:The two variants available in the NW 7.40 are...
View ArticleAuthority Check on DatabaseConnection for HANA
Hi,we are setting up our configuration for HANA.We want to make a Package within HANA for each functional domain. We also want to make separate connections to HANA (as secondary database) for each...
View ArticleUsing ABAP FM in hana enviroment
Hi Experts,I am quite beginner to HANA,while reading about the process of creating procedures(ABAP) in HANA,this comes in my mind that can we call FM of abap in hana procedures?If we can, then BAPI's...
View ArticleError creating ABAP Project in SAP HANA Studio: Logon to system A4H failed.
Hi Experts, I have created instances from the SAP Application Server ABAP 7.4 SP5 incl. Business Warehouse on SAP HANA 1.0 SP7 [Developer Edition] free trial solution, as it is described in...
View ArticleChanges to existing Reports,Dictionary objects when we migrate DataBase to...
Hi Experts, Can you please let me know the changes that effect to existing ABAP Dictionary objects, Reports, MPP etc... that we build by using ABAP if we migrate our underlying database to...
View Article