‎2010 Sep 06 7:39 AM
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?
‎2010 Sep 06 7:45 AM
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
‎2010 Sep 06 7:45 AM
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