InterviewSolution
Saved Bookmarks
| 1. |
How Do You Take Care Of Performance Issues In Your Abap Programs? |
|
Answer» Performance of ABAP programs can be improved by minimizing the AMOUNT of data to be transferred. The data set must be transferred through the network to the applications, so reducing the amount of TIME and also reduces the network traffic.
Performance of ABAP programs can be improved by minimizing the amount of data to be transferred. The data set must be transferred through the network to the applications, so reducing the amount of time and also reduces the network traffic. |
|