Hello,
At a CRM 7 project we are facing the following 2 problems with a 'customer'-searchhelp
I have created the searchhelp in SE11, the data is fetched via a search-help exit, and I call the search-help via the GET_V method of my attribute
This is working fine ...
But one of the input-parameters of my search-help should be displayed as a checkbox iso a 1 char field.
How can I influence this ?
Normally I would use the GET_I method but this time I do not have the component-name/view ... and even when I did, I assume this is a generic component/view attribute used for every searchhelp
Second problem is that one input parameter should be defaulted. Normally I can use the INPUT-MAPPING table.
However this time this is not possible since the value I need to pass is not available as an attribute in my component.
I tried to use the 'PRESEL' step in my search-help exit, this is working fine when I test in SAP-gui but in the Web-UI the system apparently does not go thru this step.
Why ?
Does anyone have an alternative ?
Best regards,
Erwin