Step1. CASE Statement are little clearer and faster than IF Constructs. Step2. O/P of five consecutive runs:
Category: Uncategorized
Work Area Vs Field Symbol
Step1. Uses of field symbols provides better performance improvement as compared to work area. Step2. O/P of five consecutive runs:
Sorted Table Vs Hashed Table
Step1. A comparison between Sorted Table and Hashed Table. Reading record from Sorted table uses Binary Search but the searching on a Hashed table performed
Linear Search Vs Binary Search
Step1. Searching/Reading internal table mostly required in development. Though we have the key field to read, Binary search always performs better than the Linear search.
Single Line Vs Column Update
Step1. Program with comparison between Single line update in the database & column update in the database. Step2. O/P of five consecutive runs:
Debugging a Smartform
Step1. Go to Tx- SMARTFORMS Step2. Open the standard Smartform LB_BIL_INVOICE and display. Step3. Double click on the Form Interface.Here we have import parameters.