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

Questions by Beena   answers by Beena

Showing Answers 1 - 8 of 8 Answers

sivanagalakshmi

  • Oct 3rd, 2006
 

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

prashanth

  • Oct 27th, 2006
 

hi shivanagalakshmi garu my name is prashanth iam complited my mca in 2005 june 15.i learned testing but testing have more compition and but in testing they want 3+ years exp.can give one advise 2 me i wanted to shift ABAP OR BW.lakshmigaru plz guide me.which is the better course now plz tel to me.

my mailid is:mpk_prashanth@rediffmail.com 

thanking u

  Was this answer useful?  Yes

Advantages:


View is used to retrieve the data very fast 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


  Was this answer useful?  Yes

Advantages: view is used to retrieve the data very fast 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

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions