top of page

Search

Smart Logic Academy
Nov 11, 20241 min read
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...
1460

Smart Logic Academy
Nov 11, 20241 min read
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...
810

Smart Logic Academy
Sep 20, 20241 min read
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...
860

Smart Logic Academy
Sep 20, 20241 min read
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...
520

Smart Logic Academy
Sep 17, 20241 min read
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.
320

Smart Logic Academy
Sep 16, 20241 min read
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...
360

Smart Logic Academy
Sep 12, 20241 min read
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...
460

Smart Logic Academy
Sep 10, 20241 min read
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...
910
Smart Logic Academy
Sep 10, 20241 min read
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...
610


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

Smart Logic Academy
Sep 1, 20241 min read
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....
670

Smart Logic Academy
Sep 1, 20241 min read
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...
410

Smart Logic Academy
Sep 1, 20241 min read
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...
300

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

Smart Logic Academy
Aug 26, 20241 min read
ABAP tricks #23/100: 😀 CORRESPONDING Operator
• Expressions with the CORRESPONDING operator construct structures and internal tables based on a data type. The assignments are made...
790

Smart Logic Academy
Aug 26, 20241 min read
ABAP tricks #22/100: 😀 EXACT Operator
• The EXACT operator enforces either a lossless assignment or a lossless calculation depending on the data object specified within the...
590

Smart Logic Academy
Aug 26, 20241 min read
ABAP tricks #21/100: 😀 CONV Operator
• The CONV operator enforces conversions from one type to another and creates an appropriate result.  Conversion is carried out according...
500

Smart Logic Academy
Aug 26, 20241 min read
ABAP tricks #20/100: 😀 SWITCH Operator
• The SWITCH operator is very similar to the COND operator with some differences • The COND operator is used for creating a result...
370

Smart Logic Academy
Aug 26, 20241 min read
ABAP tricks #19/100: 😀 COND Operator
• The COND operator is used for creating a result depending on logical expressions. • There should be at least one logical expression...
380

Smart Logic Academy
Aug 23, 20241 min read
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...
730
bottom of page