Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

smart form

Former Member
0 Likes
642

what is the difference between text element and text module?

why do we use standard text?

is text element language independent?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
612

Hi

Text element is the place where we write the all fields to print

Text module is the one which is used to write some lines of Text and can be placed in the Smartform.

Std Texts are used to place few lines of continuous text, as SAP there is no provision to enter that much big text in any field

So in SO10 tcode we maintain Std texts and we use it in the Smartforms and scripts.

Std texts are Language Dependent

Regards

Anji

Message was edited by:

Anji Reddy Vangala

4 REPLIES 4
Read only

Former Member
0 Likes
613

Hi

Text element is the place where we write the all fields to print

Text module is the one which is used to write some lines of Text and can be placed in the Smartform.

Std Texts are used to place few lines of continuous text, as SAP there is no provision to enter that much big text in any field

So in SO10 tcode we maintain Std texts and we use it in the Smartforms and scripts.

Std texts are Language Dependent

Regards

Anji

Message was edited by:

Anji Reddy Vangala

Read only

Former Member
0 Likes
612

Hi

1. Text element : to enter new text in the PC editor

2. Text module : to include a text module

http://www.sapmaterial.com/smartform_example.html

Read only

Former Member
0 Likes
612

is text element language independent?

when we have to fetch data from table(have to show the content of work area) what should we use text element or text module?

Read only

Former Member
0 Likes
612

This message was moderated.