Skip to Content
0
Former Member
Dec 07, 2006 at 07:56 PM

call transaction SCAt

34 Views

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