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

Call to the same report automatic

Former Member
0 Likes
316

Hi.

I need call to me report recursive with a ALV Grid.

I use a function that go to this form in a time:

FORM when_finished USING taskname.

RECEIVE RESULTS FROM FUNCTION '/VWK/FPM_AUTOREFRESH'.

g_ref_from_timer = 'X'.

  • This not works! -> Dump!

LEAVE TO current transaction AND SKIP FIRST SCREEN.

  • Or this not works! -> Dump!

SUBMIT fpmalv_df02.

ENDFORM. " WHEN_FINISHED

How can I call to my report recursirve?

Thanks!

Hi.

I need call to me report recursive with a ALV Grid.

I use a function that go to this form in a time:

FORM when_finished USING taskname.

RECEIVE RESULTS FROM FUNCTION '/VWK/FPM_AUTOREFRESH'.

g_ref_from_timer = 'X'.

  • This not works! -> Dump!

LEAVE TO current transaction AND SKIP FIRST SCREEN.

  • Or this not works! -> Dump!

SUBMIT fpmalv_df02.

ENDFORM. " WHEN_FINISHED

How can I call to my report recursirve?

Thanks!

1 REPLY 1
Read only

franois_henrotte
Active Contributor
0 Likes
298

this is not possible

what you can do is put your whole process into a form routine and call this routine first time then several times according to your needs