Report writer produces error E_RW0027: r_g_espace: size too large. What causes this?
There are several possible causes, but in general this error is caused by implicit or explicit declaration of variables which exceed the width allowed by Report Writer. Undeclared parameters could be defaulting to a width which exceeds Report Writer limits, in which case the solution could be simply to declare the parameters. Arithmetic operations could also exceed the limit depending on the sum of the widths of the component variables. In this case the solution may be to reduce the width of one or more variables. Log an issue with CA Support if none of these alternatives assists you in resolving your problem.