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

Form User_command

Former Member
0 Likes
345

I need to call Material in change mode (i.e. MM02). I have check boxes in first column and Material numbers in second column of ALV Grid output. I set pf_status 'Change Material' (&NEXT) in application tool bar. the user has to check what ever the Materials required and call MM02 that many times. please provide logic for same.

Thanks in advance.

Zakir.

1 REPLY 1
Read only

Former Member
0 Likes
319

Hi,

case sy-ucomm.

when NEXT.

u take a loop .

In that loop wherever u want

call transaction MM02 .

Assign points if useful.