Application Development 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: 

Wrapper program

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

SUBMIT <REPORT> VIA SELECTION-SCREEN...

This helps you.

Regards,

Pavan P.

amit_khare
Active Contributor
0 Kudos

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.

Former Member
0 Kudos

use ur submit statement like this--->

USING SELECTION-SCREEN dynnr]

[VIA SELECTION-SCREEN]

hope it helps

thnkx

bhanu

Former Member
0 Kudos

Did'nt understand what u meant by wrapper program?

Varun