‎2007 May 30 5:50 AM
hi friends.
i have a field matnr in alv report if i click that field it has to go to trancsaction mm03 i have done upto that. i have to skip the second screen. how can i do it.
please help me to know that ..
thanks in advance,
karthik
‎2007 May 30 5:54 AM
‎2007 May 30 5:53 AM
Hi karthik,
You can use CALL TRANSACTION 'MM03' AND SKIP INITIAL SCREEN, which will skip the first screen.
Regards,
Atish
‎2007 May 30 5:54 AM
‎2007 May 30 6:05 AM
hi,
i have skipped the initial screen.when i click the field it has to select the view defaultly and go to the next screen. what can i do for that.
‎2007 May 30 6:07 AM
Hi Karthik,
Use this FM MATERIAL_BTCI_SELECTION_NEW
This will solve your problem.
Regards,
Atish