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-option limitation

Former Member
0 Kudos

Hi all,

i have created F4 help for my screen. screen contains two field.

one is document number

another is Description.

in Z table two field are, one for Document Number(Num 10) second for Description(Char 50).

i have created F4 for both.

one record is stored in Z table

Document Number = 5

Description cover all the 50 space.

when i m going to run the program through document number program excuted successfully with all 50 char description.

but when i enter description through F4 help then last 5 character truncted, only first 45 char is comming in selection box.......for this reason.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Because in SELECT-OPTIONS maximum length of the input fields is 45...

2 REPLIES 2

Former Member
0 Kudos

Because in SELECT-OPTIONS maximum length of the input fields is 45...

Former Member
0 Kudos

Hi,

SELECT-OPTIONS can occustum maximum 45 characters.

thanks & regards

Kishore M

try the below code..

tables : ALM_ME_SIG_LINKS.

select-options : s_txt for ALM_ME_SIG_LINKS-text.