Skip to Content
0
Former Member
Sep 23, 2008 at 04:23 PM

SUBMIT z_progm2 WITH SELECTION-TABLE rspar_tab AND RETURN.

210 Views

Hi Experts,

I want to call a report program z_progm2 in my current program z_progm1. While calling I have to pass the selection-screen values on z_progm1 to z_progm2.

So I thought of using "WITH SELECTION-TABLE" option in SUBMIT as below

SUBMIT z_progm2 WITH SELECTION-TABLE rspar_tab AND RETURN.

But here the issue is rspar_tab-low which is of type RSPARAMS-low has only 45 characters and I have some values which are more then 60 charaters.

Is there any other way where we can pass values from z_progm1 to the called program z_progm2.

Thanks,

Shano

Edited by: Shano on Sep 23, 2008 9:55 PM