cancel
Showing results for 
Search instead for 
Did you mean: 

how to display 3000 char length string which stored in ztable in smartforms

Former Member
0 Kudos

Hi Experts,

I have created one module pool program , In that I created one text editor and store that text editor data in ztable in field u2018Detailu2019 having 3000 length and type string , But when I am passing that data to smart forms in text element *&Detail&* in window it is not displaying the full data .

I also check in debugger the data of field DETAIL which is showing in fast entry (When I double click on field in debugger) field in debugger, that data is only display in smart form.

Means only fast entry data field length is display in smart forms

pl guide how to display the full data of char 3000 in smartforms ?

Thanks in advance

vishal

Accepted Solutions (0)

Answers (2)

Answers (2)

madhu_vadlamani
Active Contributor
0 Kudos

Hi Vishal,

Is it possible to keep that as a text.If possible then split and then concatenate and display.

Regards,

Madhu.

Former Member
0 Kudos

Hi Madhu,

Thanks For Reply

But i want to know why it is not displaying full data in smartforms ,

Is their any option without splitting that text or any Function module to Pass all string data to smartforms?

Thanks in advance

Vishal

madhu_vadlamani
Active Contributor
0 Kudos

Hi Vishal,

I think it is not possible with out splitting.

Regards,

Madhu.

Harsh_Bansal
Contributor
0 Kudos

Hi,

You can break that field into smaller fields(small length) and then display.

Regards,

Harsh Bansal