‎2008 May 24 9:43 AM
‎2008 May 24 10:05 AM
hi,
this may help u ...
Text module of the text node is used to refer to an existing text module in the system. The text modules can be
used in two ways:
· To create a text node, call the context menu for that node in the tree structure that shall contain the text
and choose create->text under the window TERMSCONDITION.
· Enter a unique name for the node (TERMSCONDITION) and a description (Terms and Condition)
· On the general attributes tab select the text type text module
· Enter the name of the text module in the text name field (&G_TERMS_TEXT&). &G_TERMS_TEXT& is
used to determine the Text name dynamically in the program lines preceding the text module node.
· Program Lines: GETTERMSCONDITION
Concatenate 'ZTMM_PO_TERMS_' ZXEKKO-BUKRS
INTO G_TERMS_TEXT.
regards,
praveena.
‎2008 May 24 10:05 AM
hi,
this may help u ...
Text module of the text node is used to refer to an existing text module in the system. The text modules can be
used in two ways:
· To create a text node, call the context menu for that node in the tree structure that shall contain the text
and choose create->text under the window TERMSCONDITION.
· Enter a unique name for the node (TERMSCONDITION) and a description (Terms and Condition)
· On the general attributes tab select the text type text module
· Enter the name of the text module in the text name field (&G_TERMS_TEXT&). &G_TERMS_TEXT& is
used to determine the Text name dynamically in the program lines preceding the text module node.
· Program Lines: GETTERMSCONDITION
Concatenate 'ZTMM_PO_TERMS_' ZXEKKO-BUKRS
INTO G_TERMS_TEXT.
regards,
praveena.
‎2008 May 24 10:15 AM
In the t-code Smartforms itself you get 3 option 1 for form builder, 2nd for Style and, 3rd for Text module just check the text module button and give a unique name and create write your text then activate it.
Inside the formbuilder in text choose text module/standard text from the list and the text window will change then assign the name of your text module and activate,
It is very simple just do once you will understand.
Regards
Bikas
‎2008 May 24 10:44 AM
‎2008 May 26 11:17 AM
hi,
Text module of the text node is used to refer to an existing text module in the system. The text modules can be used in two ways:
Refer to the text module. The text then appears read-only in the PC editor and is included when the form is printed.
Copy the text module. The system then copies the text of the module and automatically converts the text node into an editable text element.
To create a text node , call the context menu for that node in the tree structure that shall contain the text and choose create->text
Enter a unique name for the node and a description
On the general attributes tab select the text type text module
Enter the name of the text module in the text name field .