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

Smartform standard text?

Former Member
0 Likes
462

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.

2 REPLIES 2
Read only

Former Member
0 Likes
444

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

Read only

Former Member
0 Likes
444

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é