please any one can tell me modifytable keyword used in DDIC?
what is a basic diffrence between modify table and update key
word?
Answer Posted / nigesh
Update statement updates only the existing records if the
key matches.
Modify statement also acts like update statement, but in
addition to it if the primary key does not match then new
record will be inserted to database.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain the client concept of sap.
What are the two different ways of building a match code object?
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
Explain Catch Command in ABAP?
What is an Open Item in SAP? How will you find an Open Item in SAP?
Can a transparent table exist in the data dictionary but not in the database physically?
Can we display a list in a pop-up screen other than full-size stacked list?
Difference between /N and /BEND?
How to debug a script in abap?
What is pretty printer?
SM35 transaction, How to automate BDC ?
What is an update type with reference to a match code id? : abap data dictionary
What is the transaction for recording bdc ? : abap bdc
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
What happens if only one of the commands set screen and leave screen is used without using the other?