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 |
without debugging key how can i debug function module?
Can you use if then else, perform ..etc statements in sap script?
how is data transported from module to program?
what is the process of dialog program from first to last?
What you did in BDC?
6 Answers Accenture, FutureSoft,
What is the table, which contain the details of all the name of the programs and forms?
How is time management and payroll is integrated? : sap abap hr
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
What are the commands for BDC to pass specified values directly to a Batch Input Session..?
What is a modification assistant?
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
how we can take a file from Presentation server to Application server?