‎2014 Jan 06 11:03 PM
Hi Team,
I am very new to ABAP and i have a doubt in table update.
I have one table and for that table we getting entries from multiple screen. My doubt is whether 2 entries can be insereted with same TIMESTAMP or one by oneonly the entries will get insereted into that table?
For this table i could not find any lock object (Enque and dequeue).
TIA
‎2014 Jan 07 2:56 AM
‎2014 Jan 07 3:15 AM
Hello.
Too less information to analyse. Anyways, check the primary key of that table in SE11.
If TIMESTAMP is not the primary key (generally TIMESTAMP will not be), two or more records can be inserted with the same TIMESTAMP.
Regards.
‎2014 Jan 07 4:32 AM
Hi,
You can update table entry with internal table using UPDATE or MODIFY statement. Use click F1 on these statements and find you will get document about these statement how to use.
You can create lock object for your table in SE11 using "Lock Object"
Regards,
Deepika.
‎2014 Jan 07 4:38 AM
hi Acer ,
your table accepting values from screen so as per it should be one after another bcose
suppose first entry editing 2 user simultaneously one of them is lock for editing so entry enter in table should be one after another.
Thanking You ,
Shrikant Padwale.
‎2014 Jan 07 4:52 AM
Hi ,
1) Which table
2) You create two entries and see .
Regards,
Madhu.
‎2014 Jan 07 11:40 AM
Hi,,
Please be specific.. which table you want to update..
there are many ways to update the table.. using INSERT , MODIFY commands.
thanks
Ketan