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

Text Element

Former Member
0 Likes
720

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
693

Hi,

Use this transaction code to view text elements : SO10

If it is useful reward points.

5 REPLIES 5
Read only

Former Member
0 Likes
693

You can define text elements (window texts) for each window. On the Form: Request screen, choose Edit ® Text elements.

Read only

0 Likes
693

But in menu text element is not Active

Read only

Former Member
0 Likes
694

Hi,

Use this transaction code to view text elements : SO10

If it is useful reward points.

Read only

Former Member
0 Likes
693

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.

Read only

Former Member
0 Likes
693

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