Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Running report in background getting runtime error.

Former Member
0 Likes
1,107

Hi,

I am getting run time error , when I execute the report in background .
When I debug it I am getting error - when it is executing

CALL METHOD cl_ppegihdr_cntl=>exppe_read .

In ST22 I get error on "

SET HANDLER event_rec_tool_at1->on_function_selected FOR

  mr_toolbar_at1."

ABAP Runtime error is

SET_HANDLER_FOR_NULL

Thanks and regards ,

Rohit.

5 REPLIES 5
Read only

Former Member
0 Likes
904

most probably you are trying to access enjoy controls, that are not accesible when run at background. If this is your case, search for "enjoy controls offline"

Read only

former_member201275
Active Contributor
0 Likes
904

Hi,

Are you getting this error in foreground? What is the subrc?

Please can you post a screenshot, or more detail on the runtime error.

In the meanwhile here is the help docu for this which may help you, http://help.sap.com/abapdocu_70/en/ABAPSET_HANDLER.htm

Read only

0 Likes
904

you may see from the topic, that it happens in background

Read only

0 Likes
904

true... i should read more thoroughly before replying

Read only

former_member198032
Active Contributor
0 Likes
904