cancel
Showing results for 
Search instead for 
Did you mean: 

F4 search help

Former Member
0 Kudos

Hi,

I have created some custom fields for shopping cart cost assignment. The custom fields have been added to the structure INCL_EEW_PD_ACC_CSF.

Now in the web the fields are displayed under cost assignment with a search help (binocular icon) next to each custom field.

The problem is that when the user clicks on the F4 search help (binocular icon), we would like to fetch the data from R/3 and display the data. Is there any badi which is triggered on click of the F4 search help (binioculars) for custom fields so that we can retrieve the data from R/3 and display possible values?

Is there any other way/approach to achieve this requirement, then please share.

Thanks and Regards,

Jayesh

Accepted Solutions (1)

Accepted Solutions (1)

pvanhoove
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

The F4 search help for customer field comes from the data definition in INCL_EEW_PD_ACC_CSF. You could build a specific search help and define it in the customer append.

Rgds,

Pierre

Former Member
0 Kudos

Thanks Pierre.

What we need is that on click of F4 search help, we want to retrieve the data from R/3.

So in the elementary search help that we have created what should be the value in the selection method? Usually it is the name of a table from which we are going to retrieve the data. But since the table is an R/3 table, and the search help is in SRM, what table should we give in the search help?

Regards,

Jayesh

pvanhoove
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Jayesh,

In your search help, don't use table and selection method but the search help exit: set and create a FM that will retrieve data in R/3 by RFC call.

Rgds,

Pierre

Answers (0)