Hi i run a report thru a job which will update a z-table with the current time/date/pgm name/werks..
table is updated as below.
zsa0_batch_cnfg-rdate = sy-datum.
zsa0_batch_cnfg-rtime = sy-uzeit.
zsa0_batch_cnfg-repid = sy-cprog.
zsa0_batch_cnfg-werks = c_zero.
Last night we scheduled 4jobs. 3 jobs ran successfully and the last failed (dumped)with the following error arrow pointing at the modify stmt.key field of the table are REPID AND WERKS.
The program "ZBA0R_MRS_EXTRACT" was started as a background job.
Processing was terminated because the exception "CX_SY_OPEN_SQL_DB" occurred in the procedure "UPDATE_BATCH_CNGF" "(FORM)" but was not handled locally, not declared in the RAISING clause of the procedure.
now my question is when the first 3jobs are success y shud the 4th fail.and i dont understand that error given there.
any clues?
regds
kiran