1.

What Are The Advantages And Disadvantages Of Using Views In Abap Programming ?

Answer»

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.

advantages:

disadvantages:



Discussion

No Comment Found