how 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 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 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 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 ArticleEnforce Authorizations for SADL-Based Applications
SADL (Service Adaptation Definition Language) enables fast read access to data for scenarios on mobile and desktop applications based on HANA by means of a query push-down. As part of the query...
View ArticleFine-Tune the Execution of SADL-Based Gateway Services
SADL (Service Adaptation Definition Language) enables fast read access to data for scenarios on mobile and desktop applications based on HANA, by means of a query push-down. As part of the query...
View ArticleTutorial: How to Configure Fuzzy Search in Search Help using CDS View
What's in this documentThis document describes how to configure Fuzzy Search in Search Help using CDS Views for ABAP. This feature is available in SAP NetWeaver 7.4 SP5 and higher. Scenario The...
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 ArticleVideo Tutorials about ABAP for SAP HANA
This page provides a collection of video tutorials about ABAP for SAP HANA developement based on SAP NetWeaver AS ABAP 7.4 (and higher). More information, guides and tutorials can be found here:...
View ArticleImplement 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 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 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 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 ArticleUnder the HANA hood of an ABAP Managed Database Procedure
Hi All, I've been looking into ABAP managed database procedures for HANA recently and decided to take a look at what's actually created under the hood in the HANA database when an AMDP is created. I...
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 ArticleVideo Tutorials: How to model FPM applications and Gateway Services based on...
What's in this document This document explains how, using the tools available since SAP NetWeaver 7.40 SP5, you can quickly with ease model end-to-end FPM application and Gateway Service based on...
View ArticleTables in HANA / ABAP
Hi, I have a question about the synchronization of tables between ABAP and HANA. When I create an se11 table in my ABAP on HANA trial system, the table is visible in the HANA studio schema SAPHANAABAP....
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 ArticleGenerate DB Procedure Proxies
Hello colleagues, is it possible to generate/create DB procedure proxies dynamically within ABAP?So we know the DB procedure name and want to create a DB procedure proxy dynamically in ABAP. RegardsAndré
View Article