cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP CRM WebUI get method is not called but we need Value for Search Help

former_member695917
Discoverer
0 Likes
844

Hello experts,

currently, I have the task to add a new field into a search help (from SE11). I created a new field (Language). This field I always want to give to the search help without the User has to enter it (use the Users Language). I have implemented the Logic for the language in the GET Method of the field. As long as I show the field at the WebUi it works fine. As soon as I remove the field from WebUI (that is the requirement to not see this field) the get Method is not called again.

Does anybody know how to call the get Method initially / solve this problem?

Thanks a lot for your help!

Accepted Solutions (0)

Answers (1)

Answers (1)

cris_hansen
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Nico,

Can you clarify whether this happens inside WebUI (CRM framework, built on BSP language) or inside WEBGUI (SAP GUI for HTML, i.e. Dynpro screens converted into HTML to be exhibited in web browsers)?

A screenshot would be helpful as well.

Regards,

Cris

former_member695917
Discoverer
0 Likes

Hi,

thanks for your help so far!

The problem occurs when I am working with the WebUI. In WebUI, I have an existing component 'Y_GOODWILL'. In this Component, I should add two new fields with a smart value help entry. Therefore I created two fields and a smart value help with SE11. The Importparameter to my smart value help should be the Campaign ID, the Importer, and the Language (to only show the correct entries). This works fine as long as I have added the extra fields Language and Importer to the WebUI but as soon as I remove those fields from the WebUI (they are no longer visible) it is not working anymore. The search help then brings me all values from the table (doesn't matter if the language is English, Chinese or German).