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

module pool programming

Former Member
0 Likes
1,041

hi all

please give me a solution.My scenario is as follows: i have included a report program in my module pool program.when back is pressed in my report program it should go back to a screen in my module pool program.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,021

hi,

Use SUBMIT and RETURN option while calling the repor tprogram from the PAI.

9 REPLIES 9
Read only

Former Member
0 Likes
1,022

hi,

Use SUBMIT and RETURN option while calling the repor tprogram from the PAI.

Read only

0 Likes
1,021

thanks..where should i place return..in mpp or in report program.???

Read only

0 Likes
1,021

Write the following

SUBMIT 'ZREP_TEST' AND RETURN.

in PAI

Read only

0 Likes
1,021

Hi,

When u r submitting the program then use this syntax.

submit ' ur program name' and return.

Plzz reward points if it helps.

Read only

Former Member
0 Likes
1,021

Hi,

Use submit 'zcl_name'. and return then the it will come back to the next statement of the submit.

Plzz reward points if it helps.

Read only

Former Member
0 Likes
1,021

Hi ma

U can use submit and return.

Read only

Former Member
0 Likes
1,021

thanks a lot. i got the output.

Read only

Former Member
0 Likes
1,021

hi ma

Have u solved that issue?

Read only

0 Likes
1,021

ya i have solved the problem ,,thanks a lot