cancel
Showing results for 
Search instead for 
Did you mean: 

how to format the standard text

Former Member
0 Kudos

Hi friends,

I have a requirement to include the standard text(Created in SO10) in my smartform and some of the text in the smartform needs to be hyperlinked. But the issue is how to edit the uploaded text as the text is only shown in the output internally we can't see that since we paas only text id object and it automatically gets uploaded at runtime.

Can anybody suggest a way out.

Thanks,

Albert.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Since you know the id and name of the text to read, use READ_TEXT in your program lines of the smartforms.

Declare a local internal table in the global definitions to store the text lines.

write a loop..endloop for this internal table and manipulate the text.

Hope this helps.

Regards

Subramanian

Former Member
0 Kudos

Make the hyperlink text as a variable instead: &var& and fill that value in your smartform. I've done similar in the past. So your text should be text...text....&var&....text....text. Since you created the text in SO10 shouldn't you know the value of it beforehand? Maybe it's not custom text.. I'm not sure..