2007 Jul 02 12:09 PM
Hi All,
Please tell me how to call MM03 Tcode skipping 'Select view' screen from the program.
I also tried using ,
call transaction 'MM03' and skip initial screen
but still it shows the select view screen.
Please tell me a solution ASAP.
Thanks in Advance.
Hi All,
Please tell me how to call MM03 Tcode skipping 'Select view' screen from the program.
I also tried using ,
call transaction 'MM03' and skip initial screen
but still it shows the select view screen.
Please tell me a solution ASAP.
Thanks in Advance.
2007 Jul 02 12:15 PM
Hi
How can you call the Views without selecting them in Second screen?
This MM03 different from other application transactions like SO and PO where you call second skipping first screen.
But for Material mastwer View, this view selection you can't skip and see
Reward points for useful Answers
Regards
Anji
2007 Jul 02 12:16 PM
Hi Naga,
I thing its impossible. for MM03 Transaction you must select at least one view.
So you can't do that.
Thanks.
2007 Jul 27 7:48 AM
CONSTANTS:lc_view(15) TYPE c VALUE 'BDEKLPQSVXZA'.
SET PARAMETER ID 'MAT' FIELD pr_matnr. " Matnr
SET PARAMETER ID 'MXX' FIELD lc_view. " to skip the select views popup
CALL TRANSACTION 'MM03' AND SKIP FIRST SCREEN.
2007 Jul 27 7:58 AM
2011 Dec 01 11:59 AM
yes you can do it try this code
SET PARAMETER ID 'MAT' FIELD wa_out-matnr.
SET PARAMETER ID 'WRK' FIELD wa_marc-werks.
SET PARAMETER ID 'MXX' FIELD 'E'.
CALL TRANSACTION 'MM03' AND SKIP FIRST SCREEN.
2012 Feb 07 9:43 AM
EXCELLENT solution by abhi and Abdul .
This solved my issue .
Edited by: Rocky on Feb 7, 2012 3:13 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |