cancel
Showing results for 
Search instead for 
Did you mean: 

Smartform HEADER TEXT?

Former Member
0 Kudos

Hi all,

In a billing document having standard text in the following format.

TEXT1.

TEXT2.

TEXT3.

How can i display these three text messages ONE-BY-ONE in smrtform window?

LIKE

TEXT1.

TEXT2.

TEXT3.

Sachin.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I am not clear with your question , If you are looking out for a horizontal allignment then go for a table split the line into cella and in each of the cell you can give your text message in a text node.

If you want it in a verticle then split your table->line into lines and there you can mention your text messages.

Hope this helps

Swetha.

Former Member
0 Kudos

HI Shwetha,

In Billing document header text they written text like

TEXT1.

THXT2.

TEXT3.

By using read_text i got these three or N number of lines into my IT_lines table.

Now i need to display these all in my window as it is.

like

TEXT1.

THXT2.

TEXT3.

in one of my standard window.

Sachin.

Former Member
0 Kudos

Hi Sachin,

do not use the read text fm..istead directly use the include text as mentioned above...

supply the red text parameters in include text as it is..

Former Member
0 Kudos

Well , In your standard window you can create a template or a table its not necessary that you shade(borders) your table/template. Create 3 rows. Now you simply include text in each of your row which gives you the output as you are looking for.

Thanks

Swetha.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

In a Window You create one template with 3 rows.

In Each row you create one Text Element and there you make use of Include Text.

This will sort out your problem.

Thanks.

Swati.

Former Member
0 Kudos

Use include text to display the texts.

Method of creating include text:

create a text element and change it to include text and input parameters as required.

Text name, text object,text id etc.....

Create the others as required.

reward points if helpful

Former Member
0 Kudos

In a billing document you are having standard text in the following format.

TEXT1.

TEXT2.

TEXT3.

you want to display these three text messages ONE-BY-ONE in smrtform window?

LIKE

TEXT1.

TEXT2.

TEXT3.

k do this

create table

create 3 text all text like include text.

pass the required input like text-ID text - language .

check "no error if no text exist"

you can use read text in program line .