cancel
Showing results for 
Search instead for 
Did you mean: 

Raise in Standard Report causing background Dumps

arpita_churi3
Active Participant
0 Kudos

Hi All,

  We have an issue in standard program. It is raising exception and causing dumps in backend.

If X = condition .

Else. 

Raise exception_name.

endif.

whenever this exception has raised , it is causing dump in backend and dumps are visible in ST22. but in foreground user is not facing any dump.

Please help how to avoid this background dumps.

Thanks,

Arpita Save

 

 

Sandra_Rossi
Active Contributor
0 Kudos
You're wrong, RAISE does a runtime error if it's not handled by ABAP, whatever it's in dialog or background. It's due to another cause.

Accepted Solutions (0)

Answers (1)

Answers (1)

raymond_giuseppi
Active Contributor
0 Kudos

Provide more information (which report)

I can only guess this program isn't allowed in background (requires a GUI session ?)

arpita_churi3
Active Participant
0 Kudos
yes GUI Session .