‎2010 Jan 04 6:59 AM
‎2010 Jan 04 7:04 AM
‎2010 Jan 04 7:04 AM
‎2010 Jan 04 7:08 AM
hi Shweta,
thankz for the quick response.will u explain it a bit.
regards,
archana
‎2010 Jan 04 7:43 AM
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.
‎2010 Jan 04 8:20 AM
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