‎2009 Jan 23 8:28 AM
Hi,
I have a requirement in which i have to get some text from the driver program to the script.
i am doing this by using PERFORM, but when i pass this text to the variable in script, i am getting only some part of the text not total, i.e, the text is getting truncated.
i think the variable in script is not holding that many characters, can we define a variable in script with the length.
or can some one tell the various extensions of DEFINE statement in SCRIPT.
‎2009 Jan 23 8:37 AM
From Saphelp: "The value assigned can have a maximal length of 60 characters."
This means, if you need longer text, than you have to define several text variables in the Script and fill accordingly with data in the PERFORM.
‎2009 Jan 23 8:34 AM
Hello,
Try to increase your window size.
I think whole text is coming , but there will be no enough space to display.
Regards,
anuja Dhondge
‎2009 Jan 23 8:39 AM
Thanx Anuja
But i chked in debugging mode , there i found that the variable is not holding complete text.
‎2009 Jan 23 8:57 AM
Hi,
It can hold Max 60 CHAR.....if its more than that then it will get truncated.
Regards,
Neha
‎2009 Jan 23 8:37 AM
From Saphelp: "The value assigned can have a maximal length of 60 characters."
This means, if you need longer text, than you have to define several text variables in the Script and fill accordingly with data in the PERFORM.