Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Calling a Report

Former Member
0 Likes
310

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
289

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

1 REPLY 1
Read only

Former Member
0 Likes
290

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