top of page

Search

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
7 views
0 comments

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
5 views
0 comments

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
110 views
0 comments

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
78 views
0 comments

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
39 views
0 comments

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
48 views
0 comments

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
57 views
0 comments

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
108 views
0 comments
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
75 views
0 comments


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
89 views
0 comments

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
87 views
0 comments

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
46 views
0 comments

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
35 views
0 comments

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
52 views
0 comments

ABAP tricks #18/100: 😀 Reduce Operator
• The REDUCE operator is a constructor expression in ABAP that creates a result of a specified data type from one or more iteration...
Smart Logic Academy
Aug 23, 20241 min read
104 views
0 comments

ABAP tricks #17/100: 😀 FOR - Iteration Expressions
The language element FOR introduces an iteration expression as a subexpression in constructor expressions Such expressions are possible...
Smart Logic Academy
Aug 23, 20241 min read
44 views
0 comments

ABAP tricks #14/100: 😀 Inline Declarations
Recommendations for Using Inline Declarations: •The primary rule for inline declarations is, to use them only locally •Do not use inline...
Smart Logic Academy
Aug 19, 20241 min read
73 views
0 comments

ABAP tricks #13/100: 😀 Unleash the magic of CDS UI Annotations! 🪄
Find the complete list of CDS UI annotations here https://lnkd.in/dATthvi7 #ABAP  #ABAPDevelopment  #SAPDevelopment  #ABAPCDS  ...
Smart Logic Academy
Aug 16, 20241 min read
80 views
0 comments

ABAP tricks #12/100: 🤔 Is ABAP Cloud different from traditional ABAP?
Let's understand ABAP cloud. #ABAP  #ABAPDevelopment  #SAPDevelopment  #ABAPCloud Please share with your ABAP friends and follow us....
Smart Logic Academy
Aug 14, 20241 min read
59 views
0 comments

ABAP tricks #11/100: 🤔 What is an association in CDS views?
let's understand associations in CDS views. #ABAP  #ABAPDevelopment  #SAPDevelopment  #CDSview  #Associations Please share with your...
Smart Logic Academy
Aug 13, 20241 min read
57 views
0 comments
bottom of page