Re: planning to learn SAP HANA
Hi, Learn Native SQL and do online course of ABAP For HANA. -Amol S
View ArticleRe: Different Code Push Down techniques in SP10
This is revision. I guess there is no new things. -Amol
View ArticleRe: Using OData custom query options (URL parameters) in Gateway
Hi Tobias, you are right. In SAP Gateway we currently (OData v2) don't support custom query options and hence do not parse them. In your scenario the parameter that you want to use as a custom query...
View ArticleRe: Using OData custom query options (URL parameters) in Gateway
Hi André, thanks for the answer. I finally used another approach to pass parameters via URL instead of using custom query options (URL parameters). The following notation worked for me..:...
View ArticleRe: Substring and SubstringOf on SADL-generated Gateway-services
Quick feedback on this topic: Substring and SubstringOf are not supported as filter expressions in OData4SAP v2
View ArticleIs ABAP on Eclipse available on ECC HANA Side Car implementations???
Hello ABAP on SAP HANA Gurus: I understand that ABAP on Eclipse is not available for ECC HANA Side Car implementations. If it is, could you please, point me to me to documents describing it? Thank you....
View ArticleSidecar approach - usage of BAPI to read
HI All, As part of side car approach, we can use change the data retrieval logic in the custom programs and on custom tables using the secondary database connection. However when we use standard...
View ArticleRe: Sidecar approach - usage of BAPI to read
Hello Madhu, via coding (except by a modification) it is not possible to influence the behavior of standard function modules. But you can reach your goal by the so called SAP HANA Application...
View ArticleRe: Sidecar approach - usage of BAPI to read
Thanks Florian for the quick turnaround response. I will check this and let you know if I need more details.
View ArticleRe: Is ABAP on Eclipse available on ECC HANA Side Car implementations???
Hi Adam, ABAP in Eclipse is a development environment for ABAP. It has nothing to do with the HANA database or sidecar scenarios. You can use ABAP in Eclipse on every database. It is used to edit ABAP...
View ArticleCDS Views in Sybase db
Hi, I am working with code push down technique CDS views on SAP sybase DB. I am able to create CDS views with and without parameters but the problem is not able to see the data using option 'Open...
View ArticleRe: CDS Views in Sybase db
Hi Venkatesh, I can data-preview the cds-view "demo_cds_outer_joins" on a SYBASE, Release: 16.0.02.01 system.Does SE16 work for your views without parameter (using the sqlViewName) ? Regards, Christian
View ArticleRe: CDS Views in Sybase db
Hi Christian, Yes. SE16 is working fine for views without parameters. i tried in SYBASE, Release 16.0.01.02 system. Now i can see data preview for views without parameters but i cannot see data...
View ArticleExplicit Sorting
Hi Experts, I know that cluster/pool tables when migrated to HANA database gets converted to transparent table because of which explicit sorting is required in existing ABAP codes like adding order by...
View ArticleRe: Explicit Sorting
Hello Punit, a select statement on HANA returns the data in most cases in a different order than other database systems. The reason is the different data materialization behavior. So at every position...
View ArticleRe: Explicit Sorting
Hi Florian, Thanks for your reply!! But I referred Note 1794490 which states that only pool/cluster tables which are converted to transparent table on HANA requires explicit sorting. Are you saying...
View ArticleRe: Explicit Sorting
Please check documentation ABAP Test Cockpit and Code Inspector in Context of HANA Migration - SQL Performance Monitoring - SAP Library and the mentioned note 1912445. Regards,Florian
View ArticleRe: ABAP Managed Database Procedures(AMDP)
Hi, Normal Class : We can use existing ABAP standard functionality inside methods and can be changeable and createable through SAP GUI/ABAP Ecplise. AMDP Class : Only we have to use HANA SQL (Since we...
View ArticleRe: Is ABAP on Eclipse available on ECC HANA Side Car implementations???
Check this great blog:Developer's Journal: ABAP/HANA Connectivity via Secondary Database Connection
View ArticleRe: ABAP Managed Database Procedures(AMDP)
Hi all, Thank you very much for your reply.Could you please explain the difference between CDS Views and AMDPs. I.e' In which scenario we are going to use CDS Views and in which scenarios want to...
View Article