‎2007 Jun 26 11:36 AM
HI ,
I MY TABLE NO DATA IS FOUND . BUT IA USING UPDATE WHAT WILL HAPPENS
THANK YOU
ASHOK KUMAR
‎2007 Jun 26 11:39 AM
Hi,
<b>Update</b>
It will update the table records only if there is entry in the table.
But as u donot have entries in DB table it will returns sy-subrc <> 0.
Regards,
Ranjit Thakur.
Please Mark The Helpful Answer.
‎2007 Jun 26 11:37 AM
‎2007 Jun 26 11:38 AM
‎2007 Jun 26 11:39 AM
Hi,
<b>Update</b>
It will update the table records only if there is entry in the table.
But as u donot have entries in DB table it will returns sy-subrc <> 0.
Regards,
Ranjit Thakur.
Please Mark The Helpful Answer.
‎2007 Jun 26 11:42 AM
Hi,
It will do Nothing.
Because Update is to Update the Table Entries.
It will work if there is some entries in the Table.
Regards,
Padmam.