2007 May 21 12:53 PM
Hi,
I need to export the field XBLNR from de program of trx YVF04 which is a copy of trx VF04. I need to import that field into the program that lift messages generated in costumizing. I´ve been debugging for a while but I cant find XBLNR in the program, and I need to, so that I can put the Export under it.
Please help, I don´t know if I´m being clear.
Regards,
Lucila
Message was edited by:
Lucila Seri
2007 Jul 30 2:02 PM
Hi,
Check this
data: this_field(20) type c.
export your_field to memory id 'YOUR_MEM_ID'.
Program two.
data: this_field(20) type c.
import your_field from memory id 'YOUR_MEM_ID
aRs
2007 Jul 30 2:05 PM
within VF04 there doesnot exist a field called XBLNR. so, ur unable to find the field within YVF04 transaction which u copied using VF04.