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: 

selection text's max length 30 but its not going beyond 28

Former Member
0 Kudos

selection text's max length 30 but its not going beyond 28 while its 30 in other fields.

9 REPLIES 9

Former Member
0 Kudos

Hi Yogesh,

Welcome to SDN.

For which field selection text are you looking for?

OK i got it.

If you have a PARAMETER then you will have 30 as max lenght,if you have select option it is 28.

Message was edited by: Phani Kiran Nudurupati

Message was edited by: Phani Kiran Nudurupati

0 Kudos

Selection Texts is working fine for me with 30 characters.

My text is "123456789012345678901234567890" and it is showing all 30 characters.

You are talking about the selection text for parameters and selection options, right?

Field RS38M-STEXTT ?

Regards,

Rich Heilman

0 Kudos

Hi Kiran ,

its BSIK-SAKNR ,

i m putting "reconciliation account number" for it but its comins as "reconciliation account numbe" , "r" got truncated

0 Kudos

yes its length is 30 but for BSIK-SAKNR its taking only

28 , while in same program for others its taking upto 30

0 Kudos

Hi Yogesh,

Yes Selection texts have limitations . You can use text elements for your selection paramater and it can acomadate up to 132CH:

SELECTION-SCREEN BEGIN OF LINE.

SELECTION-SCREEN COMMENT 1(48) TEXT-005.

SELECTION-SCREEN POSITION 49.

SELECT-OPTIONS : S_SAKNR FOR BSIK-SAKNR .

SELECTION-SCREEN END OF LINE.

Lanka

0 Kudos

OK i got it.

If you have a PARAMETER then you will have 30 as max lenght,if you have select option it is 28.

Former Member
0 Kudos

Hi Yogesh,

First change the max length value to any greater value.

The it will allow to enter more.

Hope it'll help

Thanks & Regards,

Ankur

Former Member
0 Kudos

Hi Yogesh,

I have tried with your text and it is working for me.

selection texts is appearing fully in the selection screen.

Goto- Text elements-selection texts and your text.

Hope this helps.

Regards,

Sudheer

0 Kudos

Hi sudheer,

Please try the solution I have showed and let me know if you have any further issues.

Lanka