SapScript WRITE_FORM
Hi all,
I had to modify a standard program. I inserted my code including a WRITE_FORM. I want to display serial numbers, so I'm looping on the internal table of the serial numbers and calling a WRITE_FORM in every cycle.
The internal table is defined as a local internal table. Maybe this is because I cannot see the content of it on the form. Should I declare it as a global variable to make the write_form to see it. I did not want to declare as a global variable, because I want to minimize the modification and I don't want to ask for another object key.
Thanks in advance