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
809

Plz explain wht is Vim_abbort_save and when it is used?

1 ACCEPTED SOLUTION
Read only

former_member217544
Active Contributor
0 Likes
644

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
645

Hi,

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

Regards,

Swarna Munukoti

Read only

Former Member
0 Likes
644

hi Shweta,

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

regards,

archana

Read only

0 Likes
644

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
644

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