cancel
Showing results for 
Search instead for 
Did you mean: 

Append directly in smartform text element

Former Member
0 Kudos

Hi,

i have used append directly option for text element in smartform.

This text element is used in loop to display text in internal table.

so lets say 'aaaaaaaaaaaa' and 'bbbbbbbbbbbbbbb' are the contents of rows in internal table.

so loop will put 'aaaaaaaaaaaa' into work area and and text element under loop will display this.

n then 'bbbbbbbbbbbbbbb' will be put in work area and text element will display this.

so output is.

aaaaaaaaaaaabbbbbbbbbbbbbbb.

since i have used append directly bbbbbbbbbbbbbbb will be displayed in same line after aaaaaaaaaaaa.

However i would like aaaaaaaaaaaa to get appended to last text element.

but first element is always getting displayed in new line.

How to force first text element to get appended to previous text element.

Please advice.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

as far as i know when u use append directly options for text elements.

they are appended directly to the previous element.

Your output must be aaaaaaaaaabbbbbbbbbb, just like that.

what exactly u have done in smartform.

Former Member
0 Kudos

Thanks for quick reply abhishek bansal .

yes output is aaaaaaaaabbbbbbbb but this string is being displayed from next line,

i mean 'aaaaaaaaabbbbb' is not getting appended to previos line.

to put it in another way, all the rows in internal table are getting appended but the first row starts from new line but i want it to get appended to previous text element.

Hope I am clear.