Register Login

Advantages and Disadvantages of using views in ABAP Programming

Updated May 18, 2018

Advantages: 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
     


Comments

  • 31 Mar 2011 6:00 am Sateesh
    VIEW is a virtuval table it eill not contain the data it will just retrive the data from the database tables&Display it.
    It will not maintain the data.

×