Suresh P is an SAP Consultant and has authored several tips and tutorials on various SAP Technical topics. Some of his articles are available at http://www.SAPTechnical.com and SAP SDN.
Sap - Performance Tuning Using Parallel Cursor Nested Loops - This is one of the fear factors for all the ABAP developers as this consumes lot of program execution time. If the number of entries in the internal tables is huge, then the situation would be too worse. The solution for this is to use parallel cursor method whenever there is a need for Nested Loop.Program using Normal Nested Loop:REPORT ZNORMAL_NESTEDLOOP.TABLES: likp, lips...... Source : C# Controls
Sap - If 1=2. What Is This Code About? This article is SAP related.We all might have seen the code "IF 1=2. ....do this...EndIF" and we also know that this code never turns true. The main purpose of such code is for "Maintainability" of the program. Confused?? Read the following:Depending upon the scenario, we would either issue the messages in the program using MESSAGE statement or sometimes might have to call the standard function...... Source : Future Technology