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

Include Text in smartforms

former_member612655
Participant
1,700

Hi Experts,

In the above fig i need to assign the corresponding include text at side by side .For that I goto texttype->include text and provide corresponding id, name, language and object after that i executed the smartform but i get only text in new line and the dispatch condition is disappears. My requirement is i need the dispatch condition and its corresponding text side by side like as shown in below

Can you please help me to solve this problem.

Regards,

Bhavani.

6 REPLIES 6
Read only

FredericGirod
Active Contributor
1,606

Could you please post what you setup in the smartform ?

Read only

former_member1716
Active Contributor
1,606

bhavani123,

Check if there is any space maintained in the text Element also check in SMARTSTYLE whether you have maintained proper alignments. In your Case it must be left aligned in smart style.

Also let us know complete details on how you set this up.

Regards!

Read only

gayathri_jayajeevan2
Participant
1,606

Hi,

In smartforms, Add a "Flow Logic" node before your text node (Alternatively you can have your code in Initialization as well). Use "Read_text" FM to read the text and by looping at the table, concatenate the text content to a string variable. Then use the string variable side by side to your label.

e.g.

Dispatch Conditions: &text_string&

Read only

0 Likes
1,606

Can you please provide the code for the above figure using string variable "&text_string&" with "read_text" function module

Read only

1,606

Hi,

Please refrain from asking very basic questions. Forum rules:

Please read "The Forum Rules of Engagement" before posting! HOT NEWS!!

You could have searched with word READ_TEXT in the forum before posting this. You can see the where used list of this FM in your system it self to see how to use this FM

Read only

Sandra_Rossi
Active Contributor
1,606

When you say "side by side", do you mean concatenating the lines of the long text? If so, use READ_TEXT to read the long text into an internal table and concatenate the lines...