i in a program i call the transaction SCAT
DATA : repid LIKE catf-ablnr VALUE 'ZMM02_SAFETY'.
SET PARAMETER ID 'CAT' FIELD repid.
CALL TRANSACTION 'SCAT' AND SKIP FIRST SCREEN .
but skip the first screen doesn't work because i have to execute with F8.
is where a solution to go to the second screen ?
thanks
serge