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-increaseing variable name length

Former Member
0 Likes
1,601

how do i inrease the number of characters in variable name of selection screen.... default is 8..

8 REPLIES 8
Read only

Former Member
0 Likes
1,134

Hi Kumar,

You can't increase the number of characters.

8 is the maximum number not a default number.

Best Regards,

Victor.

Read only

Former Member
0 Likes
1,134

Hi,

U can't increase the length of the variable more than 8.

Read only

0 Likes
1,134

srry...actually its the label... can the lenght of the label be changed?

Read only

0 Likes
1,134

hi,

use the below statements..

SELECTION-SCREEN BEGIN OF LINE.

SELECTION-SCREEN COMMENT 1(33) text-s06.

PARAMETERS: p_ifile TYPE rlgrap-filename OBLIGATORY. "Input file name

SELECTION-SCREEN END OF LINE.

Read only

0 Likes
1,134

Yup, you can change it.

Read only

0 Likes
1,134

Hi,

Selction-screen element's label you can have max "30 Char" .

so goto>selection texts> <give the max 30 char label>

Regards,

Neha

Read only

Former Member
0 Likes
1,134

hi,

u can use comment in selectio screen

PARAMETERS : px_freml AS CHECKBOX.

SELECTION-SCREEN: COMMENT 5(27) text-100 FOR FIELD px_freml.

Read only

Former Member
0 Likes
1,134

Neha is right