please any one can tell me modifytable keyword used in DDIC?
what is a basic diffrence between modify table and update key
word?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sap
Modify statement acts like both modify and update, becos
modify statment changes the existing record and also
inserts the new records to the table.Where as the Update
statment only inserts the new records into the table.
Hope this is help full!
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / anju
Modify statement insert one or more records in database
table.whereas update statement modify existing records of
data base.
Is This Answer Correct ? | 4 Yes | 5 No |
Answer / apoorv sharma
Both modifies DDIC table but the Difference btwn modify
table and update table is :
Suppose u write modify <DDIC Table > from <work area>
then it will modify the row with same primary key value as
that of work area. But if it donot find any row then it will
NOT insert the work area row in DDIC table,
whereas,
update statement will insert a new row at last in DDIC Table.
Is This Answer Correct ? | 2 Yes | 7 No |
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
how do you send the BDCDATA table in a Call Transaction statement
CAN WE DEBUG A IDOC? IF YES HOW TO DEBUG IN INBOUND SIDE AND OUTPUT SIDE.
how to prepare technical specs? what are the steps used to prepare it?
What is protect & endprotect?
Can we get unique records with secondary key also
how do put the data in the application server in BDC
what are the various types of parameters and how are they distinguished from one another?
11) Purpose of PROTECT and ENDPROTECT in script?
What is a transaction variant and why are they used?
How to use messages in lists?
How many types of size categories and data classes are there?