The goal is to call Transaction with parameters and skip first screen.
Simple way
Example to call the Prod Order display transaction :
SET PARAMETER ID 'ANR' FIELD w_of_number.
CALL TRANSACTION 'CO03' AND SKIP FIRST SCREEN.
Advanced way
The example below show how to call a transaction and skip first screen when it in not possible to SET parameters ID.
Read More