cancel
Showing results for 
Search instead for 
Did you mean: 

SapScript WRITE_FORM

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

check if the enhancement spot it available so that you can define internal table globally.

Former Member
0 Kudos

Hi,

could you please be clear on as to what actually you need to display?is it only the serial numbers with the existing internal table or you are creating a new internal table to display new data?

thanks and regards,

Aastha Mehrotra

Former Member
0 Kudos

It's a new internal table for displaying totally new data.

Shital,

unfortunatelly there is no enhancement spot.