Hi friends,
Im working on Field exit object for MIGO.B4 activating this i've faced some parameter issue and that also has been solved by my Basis consultant.(They set the parameter to "Yes" and restarted the server too.)
Now, i've activated the Field exit data element and inside the FM, i've declared some coding part....the problem is, its not working out fine as what i required exactly.
I want to know either the issue is on still basis consultat side or my program coding part.
FYI
they set the User-defined default status is Yes and still the system default status is "No".(is it the problem???)
*****coding
data: matnr type matnr.
get PARAMETER ID 'MAT' field matnr.
****The logic is read the PO data from the memory ID concept and compare
with the current MIGO quantity.
Pls advise.