cancel
Showing results for 
Search instead for 
Did you mean: 

Accumulator fields not initialized between runs of script.

Former Member
0 Kudos

I am running va23 and printing a custom form. If several quotes are issued to output, some fields are not being initialized from run to run. Is there a control or other function call I need to make other than Open_form, Close_form necessary?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

Nop, but try if the field output is longer than the one you have on the form

bye

Gabriel P.

Answers (1)

Answers (1)

Former Member
0 Kudos

Update: All variables, int tables, accumulators, need to be refreshed because ABAP memory will retain values between runs in print preview, etc., this was the solution.