cancel
Showing results for 
Search instead for 
Did you mean: 

How to print the texts retrived by using READ_TEXT fun module in Smartform

Former Member
0 Kudos

Please tell me how to print the text which is rertrived by using the READ_TEXT function module in smartform.

I have coded all things in the program lines and in that i am retriveing the long texts.

I am getting the text lines in my internal table clearly, the thing is that I am not able to pass these lines to the text module.

its urgent. Points will be rewarded for any type of clue. whether it will work or not.

Accepted Solutions (0)

Answers (2)

Answers (2)

valter_oliveira
Active Contributor
0 Kudos

Hello.

You don't need to pass internal table with texts to the smartform.

In smartforms, you have the option to write texts. For that insert a text elememt, than change it's type to a text, and then just fill the object, language, etc, like you do in FM READ_TEXT. (remember to watch the flag error when text not found).

Best regards.

Valter Oliveira.

Former Member
0 Kudos

Hi,

The texts for the smart forms are maintained in the table STXFTXT . The smart form in turn calls these texts using the function module SSFRT_READ_TEXT.

Hope this is helpful.

Regards,

Divya