‎2007 Oct 29 5:04 PM
There is a unique problem that I am facing: A workarea is declared in print program.Data is passed from the program to script via text element in main window.Write_form function module is called in a loop.But no values are there in work area the moment write_form is called.even though it's available in the program.Can anyone tell me why this is so?
Thanks & Regards,
Savitha.
‎2007 Oct 29 5:43 PM
Savitha,
The moment you call the FM Write_form it will goes to another program and you can't see the work area values during that time. Once you came out to same program from Write_form, you could be able to see.
Pls. clear if my understanding is wrong.
<b>Reward points for helpful answers</b>
Satish
‎2007 Oct 29 5:49 PM
We print fields like vbeln etc ---values from LIKP,LIPS tables etc.even when harcoded it does not print.
The problem is it doenst print on the form even if it disappears in between.