2008 Jun 10 1:11 PM
HI all,
How can we print more than 255 charecters of stanndard text in a secondary window of smartform?
Sachin.
HI all,
How can we print more than 255 charecters of stanndard text in a secondary window of smartform?
Sachin.
2008 Jun 10 4:25 PM
Hello !
why don't you can do it ?
If you have any problem, always you can use de function READ_TEXT in your smartform code and load de text into a variable of 255 char, and print this variable
2008 Jun 20 1:01 PM
Hi,
you can print more than 255 characters. For that you have to use text of type "Include Text". Included Sap-Script texts can contain more than 255 characters.
If you need to display such a large text at runtime (from a variable), you should use "Program Lines"-Node before and after the "Include Text"-Node. Within that "Program Lines"-Node you can save a temporary SAPScript Text, which is deleted after processing of "Include Text"-Node.
Hope this Helps!
Regards
Mark-André
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |