SAP S/4HANA from a Developers Point of View - Part One
In this series of blogs I try to have a look on SAP S/4HANA from an different angle. The point of view of somebody who needs either to adjust existing code for S/4 or enhance functionality of S/4 to...
View ArticleABAP CDS View with input parameters
ABAP CDS Views:A CDS is defined for existing database tables and any other views or CDS Views in ABAP Dictionary using the statement DEFINE VIEW in the DDL in ABAP Core Data Services(CDS) . This is...
View ArticleFrequently used SQLScript Functions in AMDPs
Based on SAP HANA SPS 10IntroductionWhile you may have a requirement to use any number of SQLScript functions within your AMDP code, there are a specific number highlighted below that may frequently...
View ArticleHANA SQL TIME FUNCTIONS
In ABAP, all TIME related processing such as converting date/time from one time zone to another time zone requires usage of FM such asIB_CONVERT_INTO_TIMESTAMPIB_CONVERT_FROM_TIMESTAMP As well as usage...
View ArticleADBC Procedure Calls From Side Car HDB
Hi Folks, I came across a situation like to trigger DB procedures with having importing and exporting parameters from ABAP layer via ADBC API.Hence I am presenting below blog which might be useful ....
View ArticleThe Semantically Rich Data Model – An ABAP based CDS Views example
Co-Authored: Ritesh K Kumaria, Shekhar RazdanIf you have ever looked for CDS views tutorials, guides etc. online, chances are, you would have come across the words “CDS View can be used to define and...
View ArticleMy experience with E_HANAAW151 (SAP Certified Development Specialist - ABAP...
Last week, I appeared for ABAP HANA 2015 version specialist examination and cleared successfully with excellent score. I am writing this to to share my experience and may be helpful to my peers who...
View ArticleThe Semantically Rich Data Model – An ABAP based CDS Views example Part 2
Co-Authored: Ritesh K Kumaria, Shekhar Razdan In continuation to the previous Post (The Semantically Rich Data Model – An ABAP based CDS Views example) Annexure 3: How to Extend CDS viewsCDS Extensions...
View ArticleThe Semantically Rich Data Model – An ABAP based CDS Views example Part 3
Co-Authored: Ritesh K Kumaria, Shekhar Razdan In continuation to the previous Posts (The Semantically Rich Data Model – An ABAP based CDS Views example) & (The Semantically Rich Data Model...
View ArticleABAP new Open SQL and CDS runtime
With the introduction of NW AS ABAP 740 SPS5, the New enhanced extended Open SQL was introduced. The new enhanced open sql has some good features such introduction of aggregate functions, right...
View Article