cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi all,

I would like insert a Search Help on a field containing a UZEIT type, I try to set Input Help Mode "Automatic" in Dictionary search help appear "CLOCK" but it doesn't work, into the web dynpro It doesn't appear, then I try to set Input Help Mode "Dictionary Search Help" and fill relative field with elemenatary search help "SRM_F4_UZEIT", it appears but if I click on it I have a dump...

Are you able to help me???

Thanks

GN

0 Likes
View Entire Topic
Former Member
0 Likes

Hi Thomas,

I applied your solution and it works, but I have yet a little problem, If I bind my field with an attribute of CONTEXT primary node the value selected into value help returns on my dynpro when I click "select", if I make the binding with an attribute of a secondary node of the CONTEXT the value selected doesn't return in the webdynpro.

In the first case the path is CONTEXT.time

In the second case the path is CONTEXT.GOODRHS.time

Do you have any other suggest for me?

Thanks

GN

thomas_jung
Developer Advocate
Developer Advocate
0 Likes

I'm afraid that I am not able to recreate the problem that you describe. I was able to use both a subnode with a 1:1 cardinality and a subnode with a 1:n cardinality and they both worked perfectly fine.

http://www.flickr.com/photos/tjung/2929251038/

There isn't really any logic in the custom value help around this anyway. It takes whatever context element is passed in by the framework in the value_help_listener and uses that to restore the updated value. If there is a bug and you recreated my example exactly, it would then appear to be in the standard SAP code, not in the custom search help. What SP level are you on?