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 do you mean by Inbound and Outbound interface?
What is the difference between Master data and Transaction data?
What is the difference between AT SELECTION-SCREEN and AT SELECTION-SCREEN OUTPUT?
How can you debug a script form?
How to create ‘table cluster’?
How do you find BAPI?
Can you describe the events in ABAP?
There are 1000’s of IDOCs in your system and say you no longer need some of them? How will you get rid of those IDOCs?
How to release an object?
How can you create callable modules of program code within one ABAP/4 program?
How system does if I don’t want w/tax for some of vendors for some period & again I wnt to use it?
In ABAP what are the differences between table and structure in data dictionary?