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

regarding SUBMIT and Return command

0 Likes
554

i have called a program using SUBMIT and Return. while returning back from program, it goes to selection screen, but not to the calling program.

how can i skip the selection screen in submit and return.

3 REPLIES 3
Read only

Former Member
0 Likes
505

Insted of Return statement use statement "leave to screeen 0."

Read only

Former Member
0 Likes
505

Hi,

SUBMIT.... AND RETURN

will always call the selection screen of called program. If you want to skip the selection screen and you will have to omit the RETURN statement while writing SUBMIT statement.

Thanks

Nitesh

Read only

Former Member
0 Likes
505

HI

USE


 SUBMIT <PROGRAM NAME> AND RETURN WITH 
<FIELD NAME2>
<FIELD NAME2>....