Skip to Content
0
Former Member
Dec 11, 2006 at 12:46 PM

Syntax for skip screen by using submit keyword

148 Views

Hi experts,

To populate two mandatory fields on selection screen of a transaction LT25A

and skip first screen Instead of below code

SET PARAMETER ID 'REFNR' FIELD '0123456789'.

SET PARAMETER ID 'LGN' FIELD '001'.

CALL TRANSACTION 'LT25A' AND SKIP FIRST SCREEN.

I am using

submit RLLT2501 using

selection-screen 1000

with T5_REFNR = '208510093'

with T5_LGNUM = '001'.

where RLLT2501 is program for transaction LT25A.

This is because parameter id for RERNR field on selection screen of transaction LT25A is not working.

My question is that for submit program do I need to code as "skip first screen"?

Is there any syntax to skip first screen for submit keyword?

Or there is no need to give such syntax as the code

submit RLLT2501 using

selection-screen 1000

with T5_REFNR = '208510093'

with T5_LGNUM = '001'.

populates two mandatory fields and executes the transaction.

Please give me confirmation.As there is no data for transaction LT25A.

This code won't take us to the next screen.