Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Syntax for skip screen by using submit keyword

Former Member
0 Likes
475

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.

1 REPLY 1
Read only

Former Member
0 Likes
327

Hi,

The submit program it self will execute the program 'RLLT2501' and show the results...

There is not need for the 'skip first screeen' statement.

Regards,

Satya