Hi all,
I am running an ABAP wich has the statement:
* Submit SCL creation report
SUBMIT /idexge/eqs_sup_clear_list_crt
VIA JOB lv_jobname NUMBER lv_jobcount
WITH SELECTION-TABLE lt_rspar
AND RETURN.
IF sy-subrc <> 0.
MESSAGE e093(/idexge/eqs_datex) WITH lv_jobname lv_jobcount RAISING job_open_failed.
ENDIF.
I just weanted to know, how o debug the job?
Thanks
Regards
Mario