‎2007 Jul 01 1:37 PM
Dear friends
i am new to sap, can you explain how to insert data into db table and should insrt clientid and autoincremental value
please help me
‎2007 Jul 01 1:43 PM
hi,
Use MANDT field to enter client specified data.
Regards,
Santosh
‎2007 Jul 01 1:48 PM
Dear santhosh
thank you ,
then how we inter incremental value in table like sql server identity.
‎2007 Jul 01 1:49 PM
Hi,
1. mandt = sy-mandt. (will give the current client).
2. count = count +1. (you would need to get the latest count from db) or you could use number range object so that it would handle the number calculation. It would add to previous number. Create Number Range Object in transction SNRO.
Regards,
Srilatha.
‎2007 Jul 01 2:01 PM
thank you srelatha
but how i count the letest number in db table.
please help me
‎2007 Jul 01 2:26 PM