‎2007 Nov 23 6:15 AM
what is the difference between text element and text module?
why do we use standard text?
is text element language independent?
‎2007 Nov 23 6:19 AM
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
‎2007 Nov 23 6:19 AM
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
‎2007 Nov 23 6:20 AM
Hi
1. Text element : to enter new text in the PC editor
2. Text module : to include a text module
‎2007 Nov 23 6:40 AM
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?
‎2011 Aug 09 4:18 PM