Application Development 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: 

run a grapic report in background

0 Kudos
280

Hi there,

I need to run an graphic report (GFW reports) in background , "catch" the spool and send it over email.

Is it possible . All the "gfw_demo*" reports seems to run only in online mode...

Thank you ,

koby

3 REPLIES 3

DominikTylczyn
Active Contributor
204

Hello kobi.hershkovitz

You are right - graphs are only rendered in the online mode. I don't think it's possible to run a report with graphs in background, catch the graphs and distribute them by email.

Best regards

Dominik Tylczynski

raymond_giuseppi
Active Contributor
0 Kudos
204

Did you try the same trick used for ALV grid in background

  • Attach the created object to an initial cl_gui_docking_container and not a container defined in a dynpro (look for sample using CL_GUI_ALV_GRID=OFFLINE)

0 Kudos
204

Hi Raymond,

Thanks for your answer.

I tried to use your hint by exclude setting of container on backgroud , but i got no spool to continue with... (-:

My base program was "GFW_DEMO_PRES1" .

Can you help me on this issue?

Thanks,

Koby.