cancel
Showing results for 
Search instead for 
Did you mean: 

standard text in smartform

Former Member
0 Kudos

hi,

I want to include one standard text in smartform how cani do it

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

For long text

method1

Create TEXT node- general attributes change text type to include text

then you can input text name/text object/text id/language

method2

create PROGRAM LINE node - use FM READ_TEXT to read it to a internal table

then use LOOP or TABLE node to display it

For TEXT module(For foreign language)

Tr-code:smartforms -- choose Text module(not choose form)--create a text module object

then enter smartform Create TEXT node- general attributes change text type to text module

input the text module name which created by above

Former Member
0 Kudos

Hi,

Use SO10 Tcode to write standard text in Smartform.

Regards,

KK

aidan_mulcahy
Active Participant
0 Kudos

create a 'text element' as usual but change the general attributes tab to 'Include Text'

Former Member
0 Kudos

Create a text in smartform, then select the text type Include Text.

In the text name put the standard text name with text object as TEXT. the text id of the standard text and language in which it is maintained.

Please check the box No error if no text exists.

Regards

Nilesh