Updating a report variant in a batch job - Toolbox for IT Groups
* Fisrt check existence of variant CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING report = varid_tab-report variant = varid_tab-variant IMPORTING r_c = rc EXCEPTIONS not_authorized = 01 no_report = 02 report_not_existent = 03 report_not_supplied = 04. * If ....