2008 Jul 09 7:01 AM
Hi all,
I am coding an Zprogram in that i have to call an Standard Report Program ( ex:- RFFOUS_T ) and execute.
and in that standard program i need to execute upto the first two screeens only after the first two screens i need to come back to my Zprogram
How can i do this.
Regards
Ajay
Hi all,
I am coding an Zprogram in that i have to call an Standard Report Program ( ex:- RFFOUS_T ) and execute.
and in that standard program i need to execute upto the first two screeens only after the first two screens i need to come back to my Zprogram
How can i do this.
Regards
Ajay
2008 Jul 09 7:05 AM
As you can not code in standard program..its better to copy standard program and code for return when u will be in second screen..
regards..
2008 Jul 09 7:08 AM
create TCODE for RFFOUS_T...
and you develop a BDC to execute only 2 screens of this report...
*Try if it works
2008 Jul 09 7:16 AM
Hi Ajay,
SUBMIT RFFOUS_T WITH SELECTION-TABLE i_rspar AND RETURN.
where i_rspar contains the value u want to pass to next report programs output screen
with structure as i_rspar TYPE STANDARD TABLE OF rsparams.
Try with it
it may help you.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |