Interview Questions

What are the advantages and disadvantages of using views in ABAP porgramming ?

SAP ABAP questions and answers


(Continued from previous question...)

What are the advantages and disadvantages of using views in ABAP porgramming ?

dvantages: view is used to retrieve the data very fastly from the database tables
*memory wastage is reduced
*faster than joins to retrieve the data from database tables
disadvantages:
view is not a container,it will not hold the data
*view memory is not permanent memory

(Continued on next question...)

Other Interview Questions