‎2007 Jul 26 2:50 AM
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,
‎2007 Jul 26 2:56 AM
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
‎2007 Jul 26 2:56 AM
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
‎2007 Jul 26 3:07 AM
If you add the via selection screen option you will see the selection screen of the program that you have called..
‎2007 Jul 26 3:07 AM