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 dispatcher?
Explain the difference between Template and Table?
What are different types of data dictionary objects?
Explain the difference between dialog program and a report?
What are the different ABAP/4 editors? What are the differences?
What is the difference between Call Transaction Method and the Session method ?
How to release an object?
A system has two clients 100 and 500 on the same application server. If you make changes to a SAPSCRIPT onclient 100,will the changesbe available in client 500?
How can you format the data before write statement in the report?
Can you describe the events in ABAP?
Explain what is a foreign key relationship?
What is lock object?