2009 Nov 17 8:24 AM
Hello
I use in sapscript a variable like this
DEFINE &VAR& = &SPACE(250)& which should define a variable with lenght 250
Later on,i use a PERFORM My_Form in Program .....
using...
changing &VAR&
In my abap report i fill may variable with some data and everything is ok,but when debuging the sapscript ,my variable(in sapscript) does not contain all my characters.Only 78 characters appear in my sapscript variable eventhough it should have more.
Why does it truncate my text?
Thanks
Hello
I use in sapscript a variable like this
DEFINE &VAR& = &SPACE(250)& which should define a variable with lenght 250
Later on,i use a PERFORM My_Form in Program .....
using...
changing &VAR&
In my abap report i fill may variable with some data and everything is ok,but when debuging the sapscript ,my variable(in sapscript) does not contain all my characters.Only 78 characters appear in my sapscript variable eventhough it should have more.
Why does it truncate my text?
Thanks
2009 Nov 17 8:52 AM
Wrong section.sorry
Edited by: seba seba on Nov 17, 2009 9:53 AM