Explain the benefits of modularization technique?
Answer / chaitanya
By using modularization techniques, you can avoid redundancy if the program contains the same or similar blocks of statements or it is required to process the same function several times. By modularizing the ABAP/4 programs, we make them easy to read and improve their structure. Modularized programs are also easier to maintain and update.
Is This Answer Correct ? | 2 Yes | 1 No |
What is the difference between .Include Structure and .Append structure?
Synchronous and asynchronous methods in BDC ?
How do you find Function Exit?
What is the difference between User Exit and Function Exit?
What do you mean by Inbound and Outbound interface?
How is the table sorted when you do not specify field name and Ascending or Descending? On what criteria will the table be sorted? Do internal table have keys?
What is SAP ABAP?
What is the difference between CHAIN … ENDCHAIN and FIELD commands in Module Pool?
What is lock object?
What is the difference between INSTANCE methods and STATIC methods?
Mention the difference between ABAP and OOABAP? In what situation do you use OOABAP?
What is the difference between AT SELECTION-SCREEN and AT SELECTION-SCREEN OUTPUT?