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: 

Multiselect options for a textbox field in screen painter

Former Member
0 Kudos

Hi All,

Can anyone tell how to create multiselect option for a textbox field in screen painter???

Helpful answers will be awarded.

Thanks,

Jayshree.

Edited by: Jayshree Kamlapure on Jan 7, 2008 10:29 AM

6 REPLIES 6

Former Member
0 Kudos

hi jayshree,

if u are searching for 'dropdown box' in screen painter then use function module

F4IF_INT_TABLE_VALUE_REQUEST and code accordingly in flow logic.

if any doubt persists , let me know.

Regards,

Subodh

0 Kudos

Hi Subodh,

No i dont want drop down box...actually i want multi selct option like in report but in screen painter....when we code or set some parameter the arrow symol should appear in front of that textbox field...whn v click on that arrow we should able to enter multiple entries...

If u have an idea...plz help me out.

Thanks,

Jayshree

0 Kudos

Hi Jayshree,

i got your exact requirement. You need to use type-pool VRM,

first u design ur screen according to ur req.

make one z table in SE11.

add possible entries in that perticular field (these entries will appear in the listbox)

then use the Function module F4IF_INT_TABLE_VALUE_REQUEST.

and in flow logic use PROCESS ON VALUE REQUEST.

i had come across the such type of req.

let me know , if u have further problems.

Regards;

Subodh

Former Member
0 Kudos

Hi,

Do you mean that you want to specify ranges in the menu painter like select-options? If so there is no option as such I think. But you can design the low and high, sign etc options like table selopt there.

Regards,

Renjith Michael.

0 Kudos

Hi Renjith,

ya what i need exactly is this....

for this wht should i do????

i couldn't get ur ans.

Plz explain it in detail...

Thanks a lot!

Edited by: Jayshree Kamlapure on Jan 8, 2008 1:58 PM

0 Kudos

Hi,

I mean you have to design all the input field in the screen painter. Like, you have to give both input fields for low value and high value. Then put push button with function code to show ranges.

Also I have seen a fuction module SELECT_OPTION_OPTIONSto give select-optios. Just ry that also.

Regards,

Renjith Michael.