Will the views get effected when updating the database?
Answer Posted / hari
Views are logical. They donot exists physical in DB. When
query data from a view it internally fetches data from the
corresponding tables at that moment.
So, views are always sync with database tables.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
Explain what is sequence of event triggered in report?
what is sap scriptview ?
What is the difference between the function module and a normal abap/4 subroutine?
Explain the difference between domain and data element? What are aggregate object?
What is the difference between a substructure and an append structure?
how can you display data say "your name"in sap script without print program or driver program??
what is mean be On Change of in Control Break statement
Module Pool Programming: Events and Table Control handling.
WHAT ARE THE MANDATORY FIELDS TO BE FILLED FROM TABLES BAPIITEMIN, BAPIPARTNR, BAPIITEMEX, BAPICUCFG, BAPICUINS, BAPICUPRT, AND BAPICUVAL IN BAPI 'BAPI_QUOTATION_CREATEFROMDATA
What is step-loop?
What is an evaluation path? : sap abap hr
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
What are two methods of modifying sap standard tables?
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary