cancel
Showing results for 
Search instead for 
Did you mean: 

F4 Search Help on a screen painter

ramoruamodisha
Explorer
0 Kudos

Hi gurus,

I am new to ABAP programming but i am getting there, thanks to all of you guys, i need help on this issue:

1. How to enable or program search help on a certain field in a screen painter?

Your help is much appreciated.

Ramorua

Edited by: Ramorua Modisha on Apr 29, 2008 1:36 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

write a module under the

process on value-request

inside that moduel use the function moduel

F4IF_INT_TABLE_VALUE_REQUEST..

Thanks,

NN.

Answers (2)

Answers (2)

Former Member
0 Kudos

if u r using proper data element it will automatically takes search help.

it not.declare as follows in screen 900.

CHAIN.

FIELD : vbak-vbeln.

MODULE module_1 ON CHAIN-REQUEST.

ENDCHAIN.

Double click on Module_1.

in that module.

call function module

F4IF_INT_TABLE_VALUE_REQUEST..

with Regards,

Kiran.G

Former Member
0 Kudos

Hi,

There are couple of ways in which you can get a search help.

1) To have a DD reference to the field

for this create a search help in SE11 assign the same to the data element and have a reference.

2) To write a Process on Value Request. in the Flow logic in SE51.

In this even create a module and call the FM

F4IF_INT_TABLE_VALUE_REQUEST to get the search help.

Hope this helps

Santhosh

ramoruamodisha
Explorer
0 Kudos

thanks

Santhosh, it worked so well thank you, thanks all of you guys, you are really doing a great job.

keep well