cancel
Showing results for 
Search instead for 
Did you mean: 

Concatenate in Smartforms?

Former Member
0 Kudos

Hi all,

I have a hard coded text like "order rejected'.

I am getting some header text for the order by using READ_TEXT FM.

after getting the text from READ_TEXT....how can i concatenate and display it in TEXT node?

Sachin.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sachin,

After getting the TEXT by using READ_TEXT. store it in a variable and use CONCATENATE keyword.

CONCATENATE  LF_TEXT  'order rejected'  INTO LF_FINALTEXT.

Do this in source code and then use the Variable in the TEXT node ( LF_FINALTEXT).

Best regards,

raam

Edited by: Kodandarami Reddy.S on Jun 3, 2008 11:11 AM

Answers (0)