Hi All,
I am using export statement in field exit for domain EAN11 to store values of deleted ean in internal table.
assign input to <wa_delean>.
append <wa_delean> to delean.
export delean to memory id 'EANDEL'.
but when i am importing the same in badi BADI_EAN_SYSTEMATIC i am not getting the values.
import delean = delean from MEMORY id 'EANDEL'.
The same is working in ECC6 but not in ECC5.
Propmt answer would be appreciated.
With Regards
Tausif Shaikh