Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

UPDATE

Former Member
0 Likes
494

HI ,

I MY TABLE NO DATA IS FOUND . BUT IA USING UPDATE WHAT WILL HAPPENS

THANK YOU

ASHOK KUMAR

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
474

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.

4 REPLIES 4
Read only

Former Member
0 Likes
474

hi,

Update statement will not work .

Regards,

Santosh

Read only

Former Member
0 Likes
474

Hi,

it will not do any thing.

rgds,

bharat.

Read only

Former Member
0 Likes
475

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.

Read only

Former Member
0 Likes
474

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.