Scenario: Defaulting the SOLD-TO-PARTY value while creating the sales order in VA01 transaction by using FUNCTION MODULE EXIT. Step1. Go to Tx- SE93 and provide
Menu Exit
Menu Exit Provides an option to the customer/user to enhance the menu option on the standard screen. The below post describes how to find out
Field Exit
Step1. Go to Tx- SE11 and open the table SCARR. For the data element – S_CARRNAME the description is ‘Airline name’. Let’s use the field
IF Construct Vs Switch Case
Step1. CASE Statement are little clearer and faster than IF Constructs. Step2. O/P of five consecutive runs:
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