cancel
Showing results for 
Search instead for 
Did you mean: 

custom text and include text on the same line

0 Kudos

Hi,

I have a question as how to add custom text and include text on the same line.

for eq: my custom text is 'output'

and include text is 'test'.

i want the output to be as

output test

Thanks,

Ahasan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

We can not print the Custom text and the Standard text in the same line because we use /: for the standard text, when we use te /: then it will take the new line and it prints in the new line,

try this one,

/: use this for the standard text, then for the Custom text use = symbol, then they may come in the same line

Regards

Sudheer

Former Member
0 Kudos

I suppose ur using a smartform

Print 'output' then

use the option

'Append Directly' for the include node (In General Attributes Tab).

or.. u can use the function module 'READ_TEXT' for the include

Here u pass the same parameters u pass to the inlcude node.

The output comes in a string.

append this string to ur custom text "output"