top of page

Search


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
Â
Â
Â


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...
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...
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...
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...
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...
Smart Logic Academy
Aug 26, 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...
Smart Logic Academy
Aug 23, 20241 min read
Â
Â
Â


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
Â
Â
Â


ABAP tricks #16/100: 😀 Value Operator
• A constructor expression with the value operator VALUE creates a result of a data type specified using type. • The operator can create...
Smart Logic Academy
Aug 21, 20241 min read
Â
Â
Â


ABAP tricks #15/100: 😀 Table Expressions
•A table expression is a single row read. •In table expressions, empty square brackets [] cannot be specified behind itab. •Table...
Smart Logic Academy
Aug 21, 20241 min read
Â
Â
Â


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
Â
Â
Â


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
Â
Â
Â


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
Â
Â
Â


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
Â
Â
Â


ABAP tricks #10/100: SAP ABAP Development Tools (ADT) in Eclipse - keyboard Shortcuts
#ABAP  #ABAPDevelopment  #SAPDevelopment  #shortcuts  #ADT  #Eclipse  #ADTTool Please share with your ABAP friends and follow us....
Smart Logic Academy
Aug 12, 20241 min read
Â
Â
Â


ABAP tricks #9/100: 🤔 Is it possible to use Select-Options with CDS View?
SELECT-OPTIONS is not an SQL feature, it's an ABAP ( or OPEN SQL ) feature that the SQLScript does not understand. So, thinking of...
Smart Logic Academy
Aug 12, 20241 min read
Â
Â
Â


ABAP tricks #8/100: 🤔 What are the best practices for CDS development?
Understand the best practices to be followed when developing CDS. #ABAP #CDSViews #SAPDevelopment #CDSViewsEntity #ABAPonHANA
Smart Logic Academy
Aug 8, 20241 min read
Â
Â
Â


ABAP tricks #7/100: 😀 Simplify CDS view development using new operator INTERSECT and EXCEPT in CDS view Entities.
The EXCEPT and INTERSECT set operators became available starting from ABAP release 7.85. CDS DDIC-based views are limited to the UNION...
Smart Logic Academy
Aug 7, 20241 min read
Â
Â
Â


ABAP tricks #6/100: 😀 ABAP CDS built-in special functions cheat sheet.
#ABAP #CDSViews #SAPDevelopment #CDSViewsEntity #ABAPonHANA Please share with your ABAP friends and follow us. If you want to dive...
Smart Logic Academy
Aug 6, 20241 min read
Â
Â
Â


ABAP tricks #5/100: 🤔 What is SAP's recommended way to use System Fields in CDS views?
The ABAP runtime maintains various system fields that hold information of general interest, the system date and time, the logon client...
Smart Logic Academy
Aug 5, 20241 min read
Â
Â
Â
bottom of page