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

Wrapper program

Former Member
0 Likes
1,164

hi,

If i have a wrapper program that calls another report program through SUBMIT statement, how do i get the selection screen fields of the called program in the wrapper program.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
927

Hi Nidhi,

You will not get the selection screen of the called program. You need to pass the data to the selection screen using various option available unedr SUBMIT.

Regards,

Atish

5 REPLIES 5
Read only

Former Member
0 Likes
928

Hi Nidhi,

You will not get the selection screen of the called program. You need to pass the data to the selection screen using various option available unedr SUBMIT.

Regards,

Atish

Read only

Former Member
0 Likes
927

SUBMIT <REPORT> VIA SELECTION-SCREEN...

This helps you.

Regards,

Pavan P.

Read only

amit_khare
Active Contributor
0 Likes
927

You cannot Use the Selection Screen of the SUBMIT report but Can pass Value to it while calling SUBMIT statement.

Refer the link for details -

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
927

use ur submit statement like this--->

USING SELECTION-SCREEN dynnr]

[VIA SELECTION-SCREEN]

hope it helps

thnkx

bhanu

Read only

Former Member
0 Likes
927

Did'nt understand what u meant by wrapper program?

Varun