top of page

Search


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 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
85 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
40 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
53 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
64 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
129 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
96 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
91 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
107 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
63 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
36 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
57 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
133 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
50 views
0 comments
bottom of page