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

Re: selection-screen

Former Member
0 Likes
514

hi to all,

how we will increase the length of selection screen texts.

please help me in this regard

Thanks

sun

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
480

Hi Sun deep,

The only option available is using <b>Text-Elements</b> or you need to work on selection-screen 1000( Call screen 1000).

Regards:-

Santosh

4 REPLIES 4
Read only

Former Member
0 Likes
481

Hi Sun deep,

The only option available is using <b>Text-Elements</b> or you need to work on selection-screen 1000( Call screen 1000).

Regards:-

Santosh

Read only

Former Member
0 Likes
480

Hello Sun Deep

Refer to the following useful SDN link.

Award points if found useful.

Regards

Inder.

Read only

Former Member
0 Likes
480

Try using Selection-screen comment

EG: SELECTION-SCREEN COMMENT 10(15) TEXT-001

FOR FIELD PARM.

reward if useful.

Read only

Former Member
0 Likes
480

SELECTION-SCREEN BEGIN OF LINE.

SELECTION-SCREEN COMMENT (83) text-002 FOR FIELD p_matnr.

PARAMETERS : p_matnr TYPE mara-matnr.

SELECTION-SCREEN END OF LINE.

The maximum length of the comment can be up to 83 characters.

Specify the selection screen text you would like in text element TEXT-002.