cancel
Showing results for 
Search instead for 
Did you mean: 

GET_V methods are not taken into account in Search views, any idea why ?

Former Member
0 Kudos

Hi,

I wanted to implement a custom GET_V method to call a search help for one of the search attributes of the contact search view, but the system checks in the corresponding Context Node class if GET_V methods are supported or not, and in my case, the attribute V_GETTERS_SUPPORTED is set to ABAP_FALSE !

Any idea why this is set to false ? The component i'm talking about is BP_CONT_SEARCH - view Search - Context Node SEARCH.

Thanks in advance for your ideas/suggestions,

Xavier

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In BSP BP_CONT_SEARCH - view Search - Context Node SEARCH is structure. I am not sure for what field you are trying to create F4.

However if the V_GETTERS_SUPPORTED is set as ABAP_FALSE then you can probably set to ABAP_TRUE and try again.

-ASB

xavier_dehairs2
Active Participant
0 Kudos

Sorry, but what you say is not a good idea, since it would mean changing a standard object. But what I posted is ok, using a redefinition of the method GET_DQUERY_VALUEHELPS works perfectly well for the need.

Regards,

Xavier

xavier_dehairs2
Active Participant
0 Kudos

I think that for my case, i need to code the search help in method GET_DQUERY_VALUEHELPS !