Hi ,
I am facing a situation where when i concatenate variables into X, the value X will have values of length 255. Rest all are not appearing.
But when i see in the debugger in tabular form, i can see values of 333. How to get 333 values in a same line.?
data :z TYPE string,
concatenate x and y into z.
Values x(200) any y(130) but in z(its 255) remaining are not appearing.
Please help me in solving this issue.
Thanks
Vijay