2007 Aug 31 10:27 AM
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!
2007 Aug 31 3:15 PM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |