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: 

Strange behavior in submit

Former Member
0 Kudos

Hi all:

I have a series of reports that is called from a program that sends them through submit:

submit (LV_REPORT)

and RETURN.

Then, if these reports are sent everything individually it works correctly, but if they are sent through submit, when Intro is pressed twice the report is executed.

Some idea?

Thanks in advance for your help, Joan

2 REPLIES 2

Former Member
0 Kudos

hi,

try like this.

SUBMIT report1 USING SELECTION-SCREEN dynpro

WITH selcrit2 IN range_tab

AND RETURN.

<b>Reward points if useful</b>

0 Kudos

Hi,

Using:

SUBMIT report1 USING SELECTION-SCREEN dynpro

WITH selcrit2 IN range_tab

AND RETURN.

the problem persists

In any case, thanks very much for your help.

Joan