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

so10

Former Member
0 Likes
762

after creating text elements in so10...how to assign it to the form in script?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
728

Insert -.> Text - > standard.

6 REPLIES 6
Read only

Former Member
0 Likes
728

Hi,

Open text created in any window.

Go to Menu bar

Insert - > Text - > standard. Enter your text name here.

Your text that you have created in transaction SO10 will be inserted in the window.

Regards,

Mukesh Kumar

Read only

Former Member
0 Likes
729

Insert -.> Text - > standard.

Read only

Former Member
0 Likes
728

Click on the page-window you want to enter the text i, Click the text elements button on the application tool bar.

Place the cursor in one of the lines.

Go to the menu and Insert->Text->Standard.

Regards,

Ravvi

Read only

Former Member
0 Likes
728

in the script once the standard text is activated

in the window where you want to reflec this text .

/: INCLUDE ZXXXXXXXXXX  OBJECT TEXT ID ST LANGUAGE EN


ZXXXXXXXXXX --> is ur std text

regards,

vijay.

Read only

Former Member
0 Likes
728

hi,

goto se71 text editor

menu insert -text -standard

and double click on whatever the text name u have given in SO10

regards,

pankaj singh

<b>*** reward if helpful</b>

Read only

Former Member
0 Likes
728

hi

You can use the Following Syntax .

/: INCLUDE name [OBJECT o] [ID i] [LANGUAGE l] [PARAGRAPH p]

[NEW-PARAGRAPH np]

*Please mark Useful Answers