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: 

How to link a search help to a selection screen field

Former Member
0 Kudos

Hi All,

I am using field PKWRG from PA0017 table in selection screen. I need F4 help there as in Tcode PA30 . But this field does not have value table or check table. However, it has a search help attached 'TRV_PKWRG' .

But, I donot know how to assign a search help to a selection screen field. Please help.

Regards,

Nibha

1 ACCEPTED SOLUTION

Former Member
0 Kudos

use addition "matchcode object <search help name>" with parameter declaration.

4 REPLIES 4

Former Member
0 Kudos

Hello,

Fetch all the data which from the table which you want to show in the search help and pass the value to the FM

F4IF_INT_TABLE_VALUE_REQUEST and the selection-screen event must be

at selection-screen on value request parameter or selection option variable.

BCALV_TEST_FULLSCREEN

BCALV_TEST_FULLSCREEN_CALLS

BCALV_TEST_FULLSCREEN_PRINT

BCALV_TEST_FULLSCREEN_STATUS

BCALV_TEST_GRID

BCALV_TEST_GRID_DRAG_DROP

BCALV_TEST_GRID_EDITABLE

BCALV_TEST_GRID_EVENTS

BCALV_TEST_GRID_INDEX

BCALV_TEST_GRID_TOOLBAR

BCALV_TEST_HIERSEQ_LIST

BCALV_TEST_LIST

BCALV_TEST_LIST_PRINT

BCALV_TEST_LIST_STATUS

BCALV_VERIFY_DTYPES_D0100_F01

BCSMENUF01

BDLCOF10

BDLDVI10

BDLTREDF

Former Member
0 Kudos

use addition "matchcode object <search help name>" with parameter declaration.

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

Double click the filed in module pool programming.In properties, you can see search help. Just use the search help which is required.

Former Member
0 Kudos

Hi Niba,

U just need to a Keyword 'Matchcode object' which will automatically provides search help as in s.tcode.PFB,

parameter : v_val type PA0017-PKWRG matchcode object TRV_PKWRG.