‎2008 Mar 24 3:05 AM
Hi
I need to chech the Text element in SAP Script. But it is not enable. How can i access text element?
Pls help me out
‎2008 Mar 24 5:21 AM
Hi,
Use this transaction code to view text elements : SO10
If it is useful reward points.
‎2008 Mar 24 3:11 AM
You can define text elements (window texts) for each window. On the Form: Request screen, choose Edit ® Text elements.
‎2008 Mar 24 3:14 AM
‎2008 Mar 24 5:21 AM
Hi,
Use this transaction code to view text elements : SO10
If it is useful reward points.
‎2008 Mar 24 5:46 AM
Hi,
First goto Script in Debuggin mode and view the details of the text element like name, id and language....
then, goto Tx SO10, and give the name, id and language of the text element and there you can change it or view it...
Please let me know if you have any issues on this..
Thanks,
Vishnu.
‎2008 Mar 24 6:25 AM
you can define text elements for each window.
Text elements are used to control the flow of program.
The diver program should access the text elements by its name,formats and prints them in the corresponding window.
Text elements are two types Named text element and
(ii) Un-Named text element.
To define the named text element in the script form,
eg: /E TEXT1
then,specify formats and write the data u want to print.
To enable the text element, u must call it from the driver program , in write_form function module by specifying the element = TEXT1.
For unnamed text element,there is no need to mention any element names anywhere . They are automatically fired on
when the driver program runs.
rewards points if useful.
by
g.v.k.prasad
Edited by: PRASAD GVK on Mar 25, 2008 6:47 AM