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

SELECTION-SCREEN COMMENT

Former Member
0 Likes
634

HI ,

I am using SELECTION-SCREEN COMMENT 4(75) text-066 FOR FIELD p_all

MODIF ID idc.

for displaying check box.

can any one tell me how to increase the output lenght for text

thnx

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
592

Here's one way to do it:

Activate your program.

from SE38, click on Display object list in app tool bar or 'CtrlShiftF5'.

In the left pane, expand screen and navigate to your selection screen.

click on change and ignore warning message.

change the field length/attributes as desired.

activate screen and this should work for you.

Note that everytime you activate your program, selection screen will regenrate and you have to repeat the above steps. I have a couple of programs modified and moved to production and they all work fine.

4 REPLIES 4
Read only

Former Member
0 Likes
592

friend check this one

http://www.abapwizard.com/

Read only

Former Member
0 Likes
592

Hi,

You can increase the length of the text max to 83.

SELECTION-SCREEN COMMENT 4(83) dummy FOR FIELD p_all .

Please let me know if you need any help.

Regards,

Naveen

Read only

Former Member
0 Likes
593

Here's one way to do it:

Activate your program.

from SE38, click on Display object list in app tool bar or 'CtrlShiftF5'.

In the left pane, expand screen and navigate to your selection screen.

click on change and ignore warning message.

change the field length/attributes as desired.

activate screen and this should work for you.

Note that everytime you activate your program, selection screen will regenrate and you have to repeat the above steps. I have a couple of programs modified and moved to production and they all work fine.

Read only

former_member214857
Contributor
0 Likes
592

Hi Darpana

You can enlarge text length following steps below:

- SE38

- Goto -> text Elements

- Choose text-066

- Increase text length.

After that it will allow you to type more information on this field.

Kind regards