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

Missing options

Former Member
0 Likes
360

Hi guys. I am a newbie to this abap.

I have this test program. When I press F4 on select-option box for CONNID01, I get options that I can choose.

Please see [image1|http://i338.photobucket.com/albums/n440/googleb0y/album1/missingoptions76.png].

When I press F4 on the select-option box for NAME, POSTCODE and CITY, I do not get options.

I checked the table of SCUSTOM and those fields (NAME, POSTCODE and CITY) have contents.

Please see [image2|http://i338.photobucket.com/albums/n440/googleb0y/album1/missingoptions76.png].

This is the code. Please see [image3|http://i338.photobucket.com/albums/n440/googleb0y/album1/missingoptions76.png].

Please tell me why I do not get options on those fields. Thank you.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
320

Hi Anwar,

Welcome to SDN.

You issue can be describe as:

1/ Field S_CUSTOMER-ID in table SCUSTOM has been attached search help SCUSTOM so that when you refer to it in selection-screen and will show value when press F4.

2/ Other fields that you mention don't have search help so that it can not be found value if you use F4 function.

3/ To attach search help to selection-screens fields: please find in forum, there are too many threads about the topic of FM 'F4IF_INT_TABLE_VALUE_REQUEST'

Regards,

1 REPLY 1
Read only

Former Member
0 Likes
321

Hi Anwar,

Welcome to SDN.

You issue can be describe as:

1/ Field S_CUSTOMER-ID in table SCUSTOM has been attached search help SCUSTOM so that when you refer to it in selection-screen and will show value when press F4.

2/ Other fields that you mention don't have search help so that it can not be found value if you use F4 function.

3/ To attach search help to selection-screens fields: please find in forum, there are too many threads about the topic of FM 'F4IF_INT_TABLE_VALUE_REQUEST'

Regards,