cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding READ_TEXT to display in smartform forall items as continuous line

Former Member
0 Kudos

Hi All,

I am able to get the texts of all items of Quotations into smartform print preview like below EXAMPLE1.

But i want to display in smartform like EXAMPLE2:can any one suggest me how to do that..

Example1:

this is my first name

iam from xyz state

this is third line item

fouth line

and last line

EXAMPLE2: (Want to print like this in smartform)

This is my first name iam from xyz state this is third line item

fouth line and last line.

Regards,

Sudhakar Reddy.A.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Use TCODE smartstyles and changes the paragraph formats and then try.

Hope this helps.

Cheers,

Dep

Sandra_Rossi
Active Contributor
0 Kudos

By default, smart forms print "long texts" (those you get using READ_TEXT) the same way as in your Example 2. You need to setup your text node using one of these 2 options:

1) either choose Include text type. You must indicate the keys (statically or dynamically) of an existing long text.

2) or choose Dynamic text type. You must indicate an internal table variable of type TSFTEXT which contains the long text (obtained by READ_TEXT or built from scratch).

Former Member
0 Kudos

hi,

Before displaying the text, take a string and concatenate the text and display.