2009 May 26 3:01 PM
hi all abapers,
i was doing a program where i submitting a report to the in another report program by submit statement .
but i want the pernrs which user has selected on that other programs selection screen how can i get those se
lection in my main program.
its like following.
report zyx.
submit /zyyyyy and return.
here i want the pernrs which user has entered in the selection screen of /zyyyyy.
how to get those .
please help in this.
thanks.
hi all abapers,
i was doing a program where i submitting a report to the in another report program by submit statement .
but i want the pernrs which user has selected on that other programs selection screen how can i get those se
lection in my main program.
its like following.
report zyx.
submit /zyyyyy and return.
here i want the pernrs which user has entered in the selection screen of /zyyyyy.
how to get those .
please help in this.
thanks.
2009 May 26 3:12 PM
Declare parameter ID .
set parameter ID statement in the called program..
Use Get parmater ID in the Main program..
You can also set memory ID if necessary. I feel parameter ID would be enough.
2009 May 26 3:14 PM
submit report2 with p_test eq 's_text '
and return
-> p_test is a selection scr parameter in report2 passing the selection screen parameter of report 1 to this.
2009 Jun 15 11:53 AM
thx friends.i used use selection set of program addition of submit statement.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |