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

MIGO

Former Member
0 Likes
516

Hi experts,

i have to display material documents in MIGO, when i call the migo, i set the param id MBN for material document in this way:

SET PARAMETER ID 'MBN' FIELD ndoc.

CALL TRANSACTION 'MIGO' AND SKIP FIRST SCREEN.

this code works ok only when the migo field 'ACTION' is sets in 'Display'. If this field is set with another value the code doesn't work. How can i set the value for this field, it doesn't have param id...

regards

Hi experts,

i have to display material documents in MIGO, when i call the migo, i set the param id MBN for material document in this way:

SET PARAMETER ID 'MBN' FIELD ndoc.

CALL TRANSACTION 'MIGO' AND SKIP FIRST SCREEN.

this code works ok only when the migo field 'ACTION' is sets in 'Display'. If this field is set with another value the code doesn't work. How can i set the value for this field, it doesn't have param id...

regards

2 REPLIES 2
Read only

Former Member
0 Likes
471

Hi,

instead of MIGO ..use MB03..

Thanks,

Naren

Read only

Former Member
0 Likes
471

This is an enjoy transaction and according to note 304122 not well suited to batch input.

rob