2007 Oct 10 8:45 AM
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.
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.
2007 Oct 10 8:53 AM
Hi,
case sy-ucomm.
when NEXT.
u take a loop .
In that loop wherever u want
call transaction MM02 .
Assign points if useful.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |