2005 Mar 29 7:40 PM
Hi,
Is it possible to call a report from a class method and pass it parameters? The report has screens.
If so, how?
Many Thanks
2005 Mar 29 7:45 PM
Hi Sims: in order to call a report you must use the SUBMIT sentence, for example
SUBMIT ZMYREPORT WITH S_VAR = MYVARIABLE AND RETURN.where "S_VAR" it's a parameter in the report ZMYREPORT.
Regards,
Carlos Lerzundy
Hi,
Is it possible to call a report from a class method and pass it parameters? The report has screens.
If so, how?
Many Thanks
2005 Mar 29 7:45 PM
Hi Sims: in order to call a report you must use the SUBMIT sentence, for example
SUBMIT ZMYREPORT WITH S_VAR = MYVARIABLE AND RETURN.where "S_VAR" it's a parameter in the report ZMYREPORT.
Regards,
Carlos Lerzundy
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |