Application Development 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: 

Standard Text

Former Member
0 Kudos

Hi friends,

How to add a standard text within a box not within a window?..

Thanks in advance.

3 REPLIES 3

Former Member
0 Kudos

HI Hismath,

I didnu2019t understand the relation between box and standard text. As per my knowledge box statement and standard text are placed independently in the window area. You need to adjust the dimensions of the box based on the standard text output @ window place.

First you need to write the box statement with some dimensions, later you include the standard text.

Please let me know, if you have any concerns!!!

Many Thanks,

Raghu.

Former Member
0 Kudos

make a standrad text from t-code 'so01'.

now go to your text editor and add the standarad text just one line below the statement where you used

BOX.

like this->

include 'stand text object name' text 'name' langauage en

just press f1 on include you will get the correct syntax..

hope it helps

regards

Former Member
0 Kudos

Hi,

Can I know ur requirement?

Do u want to display the text in a protected format in a box,

Then u can use protect...endprotect commands.

if that is not the case then u can go for box command first

and then standard text attachement using include statement.

In SO10 u can create text.

Regards

ABhilash.