‎2007 Apr 30 7:48 AM
hi friends,
please tell me the diffrence between text elements and text modules...
regards,
ram
‎2007 Apr 30 8:08 AM
hi
good
TEXT ELEMENT->
A text symbol is a named data object that is generated when you start the program from the texts in the text pool of the ABAP program. It always has the data type c. Its field length is that of the text in the text pool.
Text symbols, along with the program title, list headings, and selection texts, belong to the text elements of a program. Text elements allow you to create language-independent programs. Any text that the program sends to the screen can be stored as a text element in a text pool. Different text pools can be created for different languages. When a text element is changed or translated, there is no need to change the actual program code. Text elements in an ABAP program are stored in the ABAP Editor
TEXT SYMBOLS->
A text symbol is a named data object that is generated when you start the program from the texts in the text pool of the ABAP program. It always has the data type C. Its field length is that of the text in the text pool.
Text symbols, along with the program title, list headings, and selection texts, belong to the text elements of a program. Text elements allow you to create language-independent programs. Any text that the program sends to the screen can be stored as a text element in a text pool. Different text pools can be created for different languages. When a text element is changed or translated, there is no need to change the actual program code. Text elements in an ABAP program are stored in the ABAP Editor
http://help.sap.com/saphelp_nw04/helpdata/en/1e/401ad6ee3c11d1951d0000e8353423/content.htm
THANKS
MRUTYUN^
‎2007 Apr 30 7:51 AM
Hi
Text elements are the one which we create in a program for Language spcific related transports.
Text modules are the one which we create using SMARTFORMS tcode.
they are nothing but some lines of TEXT that can be included in Smartforms.
Reward if useful
Regards
Anji
‎2007 Apr 30 7:55 AM
hi,
Text elements are text literals displayed in a text node. These text elements are available for only that text node.
You can use text modules to store these texts centrally in the system. This detaches text maintenance from form maintenance, with the result that you do not need to call the Form Builder to edit individual texts.
text modules have the following attributes:
They can be used across clients
They are connected to the transport system
They are connected to the translation tools in the system
‎2007 Apr 30 8:11 AM
I THINK TEXT ELEMENTS AND TEXT MODULES WE CAN CREATE IN SO10
SO HOW WE WILL ASSUME THIS IS TEXT ELEMENT AND THIS IS TEXT MODULE..
PLZ TELL ME..
REGARDS,
RAM
‎2007 Apr 30 8:08 AM
hi
good
TEXT ELEMENT->
A text symbol is a named data object that is generated when you start the program from the texts in the text pool of the ABAP program. It always has the data type c. Its field length is that of the text in the text pool.
Text symbols, along with the program title, list headings, and selection texts, belong to the text elements of a program. Text elements allow you to create language-independent programs. Any text that the program sends to the screen can be stored as a text element in a text pool. Different text pools can be created for different languages. When a text element is changed or translated, there is no need to change the actual program code. Text elements in an ABAP program are stored in the ABAP Editor
TEXT SYMBOLS->
A text symbol is a named data object that is generated when you start the program from the texts in the text pool of the ABAP program. It always has the data type C. Its field length is that of the text in the text pool.
Text symbols, along with the program title, list headings, and selection texts, belong to the text elements of a program. Text elements allow you to create language-independent programs. Any text that the program sends to the screen can be stored as a text element in a text pool. Different text pools can be created for different languages. When a text element is changed or translated, there is no need to change the actual program code. Text elements in an ABAP program are stored in the ABAP Editor
http://help.sap.com/saphelp_nw04/helpdata/en/1e/401ad6ee3c11d1951d0000e8353423/content.htm
THANKS
MRUTYUN^