‎2010 Aug 08 1:39 PM
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.
‎2010 Aug 08 1:55 PM
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,
‎2010 Aug 08 1:55 PM
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,