Skip to Content
0
Former Member
Dec 28, 2007 at 11:52 AM

Parameter - id with get stmt

237 Views

Hi all,

i'm doing Field exit object for MIGO and i want to give a check in the material or quantity field area (go_item-matnr or go_item-erfmg) for Mtype:261

The logic is read the PO data from the memory ID concept and compare with the current MIGO quantity.

Hence i've given a coding part whether to check it stops or not.

But nothing its happening as i expected.Your advise needed on this.

*****coding

data: matnr type matnr.

get PARAMETER ID 'MAT' field matnr.

Pls post ur comments,what needs to change.

Thanks & regards

sankar