Application Development 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: 

updation

Former Member
0 Kudos

how can i know the updation is sucessfull?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

when the value of sy-subrc = 0

than it means sucessful

4 REPLIES 4

Former Member
0 Kudos

Hi,

Check the SY-SUBRC after the UPDATE statement..

Thanks,

Naren

Former Member
0 Kudos

Hi

when the value of sy-subrc = 0

than it means sucessful

Former Member
0 Kudos

hi

after updating

check if sy-subrc = 0

message...

regards

ravish

<b>plz reward if helpful</b>

Former Member
0 Kudos

Check SY-SUBRC value after the Update statement , you can check for SY-SUBRC value after any statement to know whether it is success or not , if the value is 0 then it means success if the value is 4 then the statement has failed.

Hope this helps,

Regards,

Senthil N S