Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Sapscript not all characters are displayed

Former Member
0 Likes
368

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

1 REPLY 1
Read only

Former Member
0 Likes
336

Wrong section.sorry

Edited by: seba seba on Nov 17, 2009 9:53 AM