Hi Experts,
I am getting a dump in the program SAPLQISR9:
207 * set key
208 IF NOT id_notif_no IS INITIAL.
209 ls_bds_object_key = id_notif_no.
210 ELSE.
211 CLEAR ld_no_object.
212 IF NOT id_object_name IS INITIAL.
213 SELECT SINGLE * FROM qisrobject INTO l
214 WHERE object_name = id_object_nam
215 IF sy-subrc IS INITIAL AND
216 NOT ls_qisrobject-object_id IS INIT
217 ls_bds_object_key = ls_qisrobject-ob
218 ELSE.
219 IF id_mode = 'D'.
220 ld_no_object = 'X'.
221 * MESSAGE w801(qisr) RAISING bds_er
222 ELSE.
>>>> MESSAGE x801(qisr).
224 ENDIF.
225 ENDIF.
226 ELSE.
227 IF id_mode = 'D'.
228 ld_no_object = 'X'.
Could you please advise how to avoid the dump? Is there a configuration missing?
Thanks,
Vitish.