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

updation

Former Member
0 Likes
878

how can i know the updation is sucessfull?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
858

Hi

when the value of sy-subrc = 0

than it means sucessful

how can i know the updation is sucessfull?

4 REPLIES 4
Read only

Former Member
0 Likes
858

Hi,

Check the SY-SUBRC after the UPDATE statement..

Thanks,

Naren

Read only

Former Member
0 Likes
859

Hi

when the value of sy-subrc = 0

than it means sucessful

Read only

Former Member
0 Likes
858

hi

after updating

check if sy-subrc = 0

message...

regards

ravish

<b>plz reward if helpful</b>

Read only

Former Member
0 Likes
858

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