2007 Apr 24 7:14 AM
Hi all.,
The problem is i call a transaction from my program ,And the output of the tansaction should not be displayed.. but should be saved in spool and return to the
called report..(i have acheived this ) but i get a warning message.. how to correct it..
code used:
SUBMIT ppio_entry TO SAP-SPOOL LAYOUT 'zlayout'
VIA SELECTION-SCREEN
KEEP IN SPOOL 'X'
WITHOUT SPOOL DYNPRO
AND RETURN.
warning:
The "SUBMIT ... TO SAP-SPOOL WITHOUT SPOOL DYNPRO" statement produces
unexpected results without the essential ("DESTINATION", "IMMEDIATELY",
"KEEP IN SPOOL") print parameters.
thanx in advance.
2007 Apr 24 7:32 AM
Hi ,
When you add "WITHOUT SPOOL DYNPRO" , the standard pop up which tells the details like
DESTINATION of the print spool
and when to print ( IMMEDIATELY ) is suppressed
Kindly pass these too
SUBMIT ppio_entry TO SAP-SPOOL LAYOUT 'zlayout'
VIA SELECTION-SCREEN
DESTINATION 'locl'
KEEP IN SPOOL 'X'
IMMEDIATELY 'X'
WITHOUT SPOOL DYNPRO
AND RETURN.
Thanks
Soumyadip
Hai hedule the Report in the Back Groung Mode,
And make sure that no manual inputs are needed.
Hope this helps you.
Regds,
Rama chary.Pammi
2007 Apr 24 7:32 AM
Hi ,
When you add "WITHOUT SPOOL DYNPRO" , the standard pop up which tells the details like
DESTINATION of the print spool
and when to print ( IMMEDIATELY ) is suppressed
Kindly pass these too
SUBMIT ppio_entry TO SAP-SPOOL LAYOUT 'zlayout'
VIA SELECTION-SCREEN
DESTINATION 'locl'
KEEP IN SPOOL 'X'
IMMEDIATELY 'X'
WITHOUT SPOOL DYNPRO
AND RETURN.
Thanks
Soumyadip
2007 Apr 24 7:41 AM
2007 Apr 24 7:34 AM
Hai hedule the Report in the Back Groung Mode,
And make sure that no manual inputs are needed.
Hope this helps you.
Regds,
Rama chary.Pammi
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |