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

Supressing the selection Screen

Former Member
0 Likes
363

Has anyone been successful in suppressing the selection screen that is automatically displayed when using logical database.

I want to run a job in the background using a logical database and I do not want the user prompted for the parameters. I want to pass the parameters in the program....

How to create that?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
333

You can populate the selection screen values in the internal table and call the transation using that internal table.

CALL TRANSACTION tcod [AND SKIP FIRST SCREEN] [USING itab].

Hope it may help you.

Mullai

1 REPLY 1
Read only

Former Member
0 Likes
334

You can populate the selection screen values in the internal table and call the transation using that internal table.

CALL TRANSACTION tcod [AND SKIP FIRST SCREEN] [USING itab].

Hope it may help you.

Mullai