2007 Jul 06 7:57 AM
hi,
If i have a wrapper program that calls another report program through SUBMIT statement, how do i get the selection screen fields of the called program in the wrapper program.
2007 Jul 06 8:00 AM
Hi Nidhi,
You will not get the selection screen of the called program. You need to pass the data to the selection screen using various option available unedr SUBMIT.
Regards,
Atish
2007 Jul 06 8:00 AM
Hi Nidhi,
You will not get the selection screen of the called program. You need to pass the data to the selection screen using various option available unedr SUBMIT.
Regards,
Atish
2007 Jul 06 8:02 AM
SUBMIT <REPORT> VIA SELECTION-SCREEN...
This helps you.
Regards,
Pavan P.
2007 Jul 06 8:03 AM
2007 Jul 06 8:04 AM
use ur submit statement like this--->
USING SELECTION-SCREEN dynnr]
[VIA SELECTION-SCREEN]
hope it helps
thnkx
bhanu
2008 Aug 21 9:26 AM
Did'nt understand what u meant by wrapper program?
Varun