Hi all.
I need to call MM03 transaction from my Fiori app. I created target mapping, semantic object, action, but i have a problem with parameters for MM03.
First parameter is ( MAT—- RMMG1-MATNR ) for material number i can set through Target mapping. But when MM03 starts , dialog with view selection opens and i can’t understand how to set second parameter for automatic view selection.
How I can select default MM03 view ?
Code in abap:
SET PARAMETER ID 'MAT' FIELD iv_matnr.
SET PARAMETER ID 'WRK' FIELD iv_werks.
SET PARAMETER ID 'MXX' FIELD 'E'. "Purchasing
CALL TRANSACTION 'MM03' WITH AUTHORITY-CHECK AND SKIP FIRST SCREEN.