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

How to insert first program data to second program selection screen

Former Member
0 Likes
335

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

1 REPLY 1
Read only

Former Member
0 Likes
306

>

''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.