‎2007 Apr 04 9:41 AM
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
‎2007 Apr 04 9:50 AM
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
‎2007 Apr 04 9:57 AM
No it's not a standard text.
This text comes from a table recieved in parameter by the smartform
Karim
‎2007 Apr 04 9:59 AM
What is the length of the parameter that is being used to hold the text? Is it 255 chracter long?
Regards,
Ravi
‎2007 Apr 04 10:02 AM
‎2007 Apr 04 10:06 AM
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.
‎2007 Apr 04 10:13 AM
Is it impossible to display all caratcters of a string in a smartform?