top of page

Search
ABAP Cloud - Interview Questions and Answers
I. Foundational ABAP & Cloud Concepts (Bridging the Gap) Q: What is ABAP Cloud, and how does it fundamentally differ from classic ABAP...
Smart Logic Academy
May 1614 min read
21
0
ABAP - Interview Questions and Answers
1. What is ABAP's role in the SAP ecosystem? ABAP (Advanced Business Application Programming) is the core language we use within the SAP...
Smart Logic Academy
Apr 2237 min read
62
0


AI Assisted ABAP development using GitHub Copilot - steps to add plugin in Eclipse
Big news for SAP ABAP developers !!!! Now you can do ABAP Development using the AI-powered assistant GitHub Copilot in Eclipse ADT....
Smart Logic Academy
Apr 171 min read
140
0


ABAP tricks #40/100: Reverse looping using STEP addition
The optional addition STEP n defines the step size and the direction of the loop. • The step size is defined by the absolute value of n,...
Smart Logic Academy
Mar 311 min read
45
0


ABAP tricks #39/100:Â Steps to use ChatGPT during ABAP development cycle.
#ABAP  #SAPDevelopment  #ChatGPT  #AI  Please share with your ABAP friends and follow us. To explore further, check out this course...
Smart Logic Academy
Mar 311 min read
32
0


ABAP tricks #38/100: Pseudo Comments vs Pragmas
Pragmas and pseudo comments are used to suppress warnings from both the ABAP compiler syntax check and the extended program check....
Smart Logic Academy
Mar 311 min read
26
0


ABAP tricks #37/100: AMDP (ABAP Managed Database Procedures)
AMDP(ABAP Managed Database Procedures), allowing us to leverage the power of database-specific programming languages like SAP HANA SQL...
Smart Logic Academy
Nov 11, 20241 min read
267
0


ABAP tricks #36/100: Discover the step-by-step process to create a FREE ABAP environment trial instance
Discover the step-by-step process to create a FREE ABAP environment trial instance on the SAP Cloud Platform and connect it with the...
Smart Logic Academy
Nov 11, 20241 min read
115
0


ABAP tricks #35/100:Â ABAP Dictionary View vs ABAP CDS view and ABAP CDS view vs HANA CDS view
#ABAP  #ABAPDevelopment  #SAPDevelopment  #ABAPNewSyntax Please share with your ABAP friends and follow us. If you want to dive...
Smart Logic Academy
Sep 20, 20241 min read
114
0


ABAP tricks #34/100: SAP HANA vs ABAP on HANA vs S/4 HANA
Comparison between SAP HANA, ABAP on HANA, and S/4HANA. #ABAP  #ABAPDevelopment  #SAPDevelopment  #ABAPNewSyntax Please share with...
Smart Logic Academy
Sep 20, 20241 min read
85
0


ABAP tricks #33/100: Compare SAP HANA Native SQL, Classic Open SQL and Enhanced Open SQL
#ABAP  #ABAPDevelopment  #SAPDevelopment  #ABAPNewSyntax Please share with your ABAP friends and follow us.
Smart Logic Academy
Sep 17, 20241 min read
40
0


ABAP tricks #32/100: Compare Classical Open SQL vs New Open SQL
Example: SELECT FROM sbook FIELDS carrid,  connid,  order_date,  fldate,  bookid,  customid,  loccuram,  smoker,  CASE smoker  WHEN...
Smart Logic Academy
Sep 16, 20241 min read
53
0


ABAP tricks #31/100: 😀 compare Classical Open SQL vs New Open SQL
• The first thing to notice is the comma-separated field list after the keyword SELECT. With the new syntax, lists after additions ORDER...
Smart Logic Academy
Sep 12, 20241 min read
64
0


ABAP tricks #30/100: 😀 FILTER Operator
•The FILTER operator constructs an internal table. •The lines for the new internal table are taken from an existing internal table based...
Smart Logic Academy
Sep 10, 20241 min read
129
0
ABAP tricks #29/100: 😀 COMMON TABLE EXPRESSIONS (CTE)
• CTE – Common Table Expression is one of the revolutionary concepts in ABAP SQL where it is very simple to push down multiple chained...
Smart Logic Academy
Sep 10, 20241 min read
96
0


ABAP tricks #28/100: 😀 FINAL inline declaration operator
• While DATA  declares a regular variable, FINAL  declares an immutable variable #ABAP  #ABAPDevelopment  #SAPDevelopment  ...
Smart Logic Academy
Sep 1, 20241 min read
91
0


ABAP tricks #27/100: 😀 CAST Operator
• Using the CAST operator, you can carry out upcasts , downcasts and create a reference variable of a static type as a result....
Smart Logic Academy
Sep 1, 20241 min read
107
0


ABAP tricks #26/100: 😀 REF Operator
• The REF operator creates a data reference variable pointing to a specified data object. • Sometimes it is necessary to pass a parameter...
Smart Logic Academy
Sep 1, 20241 min read
63
0


ABAP tricks #25/100: 😀 NEW instance operator
• Using the NEW instance operator, you can create a data object or instance of a class. As a result, you get a reference variable that...
Smart Logic Academy
Sep 1, 20241 min read
36
0


ABAP tricks #24/100: 😀 STRING expressions
• String expressions can help make your ABAP code more concise and straightforward. Concatenation operator && : • The concatenation...
Smart Logic Academy
Sep 1, 20241 min read
57
0
bottom of page