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 two levels in defining a match code ?
1/ what r the parameter used in alv report ?
hi i have one requirement on smart forms.i have to print customer details and order details(Based on customer number) in two windows.I want to write total code in report it self.can any one please help me? Thanks in an advance Vijay
What data is contained? : abap data dictionary
what is the difference bet ween the appened and insert statment.plz tell me the answer.
what is the various print modes available with SAP scripts?
how to upload open purchase order through BDC
How you will send mail from one SAP system to other SAP system?
Is logo in script 1st stored as tiff format before uploading or in jpeg format?and where is that stored after uploading?
What is the difference between open_form and close_form?
how to send the form to mail?
4 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
what is difference between (internal table types)standard table and sorted table in sap abap....