‎2010 Sep 03 9:12 AM
Hi ,
IN my first program i captured two matnr values in a int. table .requirement is to use this two values in the second z program selection screen (without display the second program selection screen) and display the output of the second program .
I know to call other program ''SUBMIT CALL TRANSACTION 'YMASBOM' AND SKIP FIRST SCREEN.''
statement required . but how to insert the two matnr values to the selection screen of the 2nd program.
please help me...
Moderator message: please search for available information and consult ABAP documentation before asking.
locked by: Thomas Zloch on Sep 3, 2010 10:53 AM
‎2010 Sep 03 9:39 AM
>
''SUBMIT CALL TRANSACTION 'YMASBOM' AND SKIP FIRST SCREEN.''
> quote}
I've never seen or used that combination. It's either SUBMIT report or CALL TRANSACTION transaction.
And to continue... there's a button on your keyboard labelled F1. Set your cursor on statement SUBMIT and press that button.