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

Text in smartforms

Former Member
0 Likes
820

Hi everybody.

I'am facing a problem with smartforms

I want to display a string in a smartform but this text is cutted off.

The smartform shows only 255 caraters of this string.

Could anybody help me on this please.

Karim

6 REPLIES 6
Read only

Former Member
0 Likes
788

If it is a standard text, you can create it in s010 transaction, which doesn't have any restriction. Later you can include the standard text in the smartform.

Regards,

Ravi

Read only

Former Member
0 Likes
788

No it's not a standard text.

This text comes from a table recieved in parameter by the smartform

Karim

Read only

0 Likes
788

What is the length of the parameter that is being used to hold the text? Is it 255 chracter long?

Regards,

Ravi

Read only

Former Member
0 Likes
788

No it's a string too...

Read only

Former Member
0 Likes
788

hi,

Split the text which you are getting from table by making use of OFFSET into different variables and display them in smartform.

Regards

sailaja.

Read only

Former Member
0 Likes
788

Is it impossible to display all caratcters of a string in a smartform?