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
Request clarification before answering.
Hi Thomas,
is any update availabe on http://code.google.com/p/abap-sdn-examples-tpj/downloads/list ?
It seems that the nugget "NUGG_WD_TIMESTAMP_VALUE_HELP.nugg" has the old version.
Best regards
Andreas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In the component controller method WDDOINIT of Z_TIME_VALUE_HELP I have the following logic:
stru_internal_node-hour_mode_24 = abap_true.
stru_internal_node-am_pm_visible = cl_wdl_core=>if_wdl_core~visibility_none.This sets the mode to 24 hour mode.
If you change the default to 12 hours (by reversing these values), then you will also need to fire the logic from the method INITIALIZE_AM_PM. This is currently a method in the View, but you will need to move it to the Component Controller to change modes on initialization.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.