ABAP Optimisation tips
Contributed by Rajagopalan M.
———————
ABAPer, mail: abap.community@gmail.com http://www.erpdb.info
If you like this post, you may as well like these too:
- ABAP Tips and Tricks #3: Programming Tips When one uses the MOVE statement, try keep the destination operands as the same data type as the ‘from’ operands. Use the FREE <table> command once the program has completed...
- ABAP Programming Tips This is a very vast collection of ABAP Programming Tips for download. Download ABAP Programming Tips from Rapidshare...
- ABAP Tips : Programming ABAP Language Language Dependent Formatting of Amount and Currency Dynamic Programming Assign Variable Type at Runtime Dynamic SQL Dynamic program generation Dynamic Tokens Field symbols Dynamically read fields, fieldnames and...
- ABAP Tips and Tricks : More Answers to your common ABAP questions ABAP itself is not too difficult to learn. The real challenge is learning how to integrate your programs with the rest of SAP. As...
- ABAP Tips and Tricks #2: Generic Hints Initialization Event: This event is executed before the output of the selection screen. The INITIALIZATION section is only performed when the ABAP is started directly, and is not executed if...
- ABAP Tips and Tricks #1: Generic Hints Use the CHECK command instead of an IF statement whenever possible. This reduces processing time and improves readability. Use the ON CHANGE OF command instead of developing code to compare...
- ALL ABAP Tips & Tricks http://rapidshare.com/files/59540170/ABAP.hlp...
- ABAP Tips: Reporting and Selection-screen ABAP Reporting Report Template Calling another report from your own report Calling a dialog screen from a report and passing data Call dialog screen from report – Example 2 Control...
- ABAP Tips on Data Dictionary and Internal tables Data Dictionary Maintenance Views Lock Objects Internal Tables Free text search in a field in a internal table Types of Internal Tables Working with Internal Tables...
- ABAP Tips & Tricks : Data Dictionary Maintenance Views Lock objects Change database table entry even if it is not allowed ~~~~~End of Post~~~~~ ——————— ABAPer, mail: abap.community@gmail.com http://www.erpdb.info...



















Wow…. great post. Keep up the good work man.