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

Vim_abbort_save

Former Member
0 Likes
890

Plz explain wht is Vim_abbort_save and when it is used?

1 ACCEPTED SOLUTION
Read only

former_member217544
Active Contributor
0 Likes
725

Hi,

Iam not sure whether it is useful, but check this thread:

Regards,

Swarna Munukoti

4 REPLIES 4
Read only

former_member217544
Active Contributor
0 Likes
726

Hi,

Iam not sure whether it is useful, but check this thread:

Regards,

Swarna Munukoti

Read only

Former Member
0 Likes
725

hi Shweta,

thankz for the quick response.will u explain it a bit.

regards,

archana

Read only

0 Likes
725

This means that if VIM_ABORT_SAVE = 'X' , save will not take place.

You can use it, when you do not want to save a record due to an error.

Hope this helps you.

Read only

0 Likes
725

Hi Archana,

vim_abort_saving is used to generate an error message if any subrc fails.

ex:

if sy-subrc NE 0.

vim_abort_saving = 'X'.

EXIT.

endif.

You may get some more idea if you search google using the word 'vim_abort_saving'

Regards,

Swarna Munukoti