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

call function

Former Member
0 Likes
457

can we call a report program in an module pool program.

If so explain it.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
441

Hi suganya,

<b>Simple

(I suppose u want to call the report/program

on the click of a button/something

ie. in PAI)</b>

1. Use SUBMIT Program.

2. U can use extensions of this syntax.

3. If u use just

submit program,

it will not display the selection-screen,

instead it will directly execute it.

4. Hence, use like this.

<b>submit zam_temp00 via selection-screen..</b>

regards,

amit m.

3 REPLIES 3
Read only

Former Member
0 Likes
442

Hi suganya,

<b>Simple

(I suppose u want to call the report/program

on the click of a button/something

ie. in PAI)</b>

1. Use SUBMIT Program.

2. U can use extensions of this syntax.

3. If u use just

submit program,

it will not display the selection-screen,

instead it will directly execute it.

4. Hence, use like this.

<b>submit zam_temp00 via selection-screen..</b>

regards,

amit m.

Read only

hymavathi_oruganti
Active Contributor
0 Likes
441

u can use <b>SUBMIT</b> statement as suggested by amit

OR U CAN USE

<b>LEAVE TO LIST PROCESSING</b>

Read only

Former Member
0 Likes
441

hi

yes u can using SUBMIT stmt.

thanks

priya