HI,
I want to do Personalization on Receipt form in Inventory Resp Navigation as follow
Transaction-->Receiving-->Receipt
With following Condition
In Inventory Resp in that
Navigation as follow
Transaction-->Receiving-->Receipt
in that form in 'Line' tab there is one field 'Item_Number' so I want check that item number with field 'Inventory_Item' which is in another form
but in the same Responsibility
Navigation as follow
Item-->Master Item
and also i want to check value of Lot_Control_Code= '2'
for that i have tried following condition
:RCV_TRANSACTION.ITEM_NUMBER=:MTL_SYSTEM_ITEMS.INVENTORY_ITEM_MIR
and :MTL_SYSTEM_ITEMS.LOT_CONTROL_CODE_MIR='2'
but condition is not evalationg and its giving me error FRM-40105: Unable to resolve reference to item :MTL_SYSTEM_ITEMS.INVENTORY_ITEM_MIR
Plz help me how to match that Item_Number and Inventory_Item form different form???