Can we modify data in data base table using view?
Answer Posted / m damodar sai
DataBase View : this view can be built over many tables
Data can be modified if the view is built over a single table.
Projection View : this view must be built over a single table
Data can be modified through this view.
Maintenance view : Data can be modified using this view , but generally these prefered when data distributed to several tables forms a logical unit for the user.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the differences between interactive and drill down reports?
How to select valid lines for secondary list?
What is singleton pattern in OOPS?
What are the function modules used in f4 help?
What are interface/conversion programs in SAP?
Give few names of pooled tables in sap ?
What are the different functions used in sap script? What are the parameters used in each function?
Can a domain, assigned to a data element be changed?
Can you show multiple alvs on a single screen?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
Normally how many and what files get created when a transaction program is written?
What are the screen elements.
What are the types of subroutines?
What are the different types of sapscript symbols?
Describe data classes? : abap hr