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

user command in alv

Former Member
0 Likes
616

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
591

Hi,

Check this link..

Thanks,

Naren

4 REPLIES 4
Read only

Former Member
0 Likes
591

Hi karthik,

You can use CALL TRANSACTION 'MM03' AND SKIP INITIAL SCREEN, which will skip the first screen.

Regards,

Atish

Read only

Former Member
0 Likes
592

Hi,

Check this link..

Thanks,

Naren

Read only

Former Member
0 Likes
591

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.

Read only

0 Likes
591

Hi Karthik,

Use this FM MATERIAL_BTCI_SELECTION_NEW

This will solve your problem.

Regards,

Atish