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

submit report issue

Former Member
0 Likes
409

Hi there,

I have a strange issue that in one program I am submitting various reports. All of the report simply run and result is shown in the list, but for one of the report, first it is going to the selection screen of that report and then it can be executed from there. Can you please suggest that how can I get rid of going to that selection screen.

I am using the submit command as follows. Thanks.

SUBMIT Report1

WITH p_dir = p_dir

WITH p_ryear = s_gjahr-low

WITh s_bukrs in sp_bukrs

EXPORTING LIST TO MEMORY

AND RETURN

via selection-screen

.

Regards,

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
389

Hi,

comment via selection-screen line.


SUBMIT Report1
WITH p_dir = p_dir
WITH p_ryear = s_gjahr-low
WITh s_bukrs in sp_bukrs
EXPORTING LIST TO MEMORY
AND RETURN.

aRs

3 REPLIES 3
Read only

former_member194669
Active Contributor
0 Likes
390

Hi,

comment via selection-screen line.


SUBMIT Report1
WITH p_dir = p_dir
WITH p_ryear = s_gjahr-low
WITh s_bukrs in sp_bukrs
EXPORTING LIST TO MEMORY
AND RETURN.

aRs

Read only

Former Member
0 Likes
389

If you add the via selection screen option you will see the selection screen of the program that you have called..

Read only

Former Member
0 Likes
389

My fault. Full points given. Thanks.