Hi!!
I have a webdynpro aplication which uses time fields... but for some users it works with 24hrs format and sometimes with AM/PM format. How can I control that? Does it have something to do with an R/3 SAP user parameter?
Thanks a lot in advance!
Hi,
is your application running in portal???
Then some of the users might have changed their personaliztion???
Regards
Ayyapparaj
The application is running in both the portal and stand alone. But the situation happens indistinctly of that and also, it occurs in the development, qa and production enviroments.
If they did changed their personalization, how is it possible doing it?
Do they have the same OS time settings?
They do... I'm pretty sure because it happens to me with different test users in the same machine (my machine).
Check the UME settings for these users.
I've checked the parameters in SAP R3 since there's where the users' management is done, but I haven't been able to find an option for it.
Solved.
What i did was creating a simple type, and in the external format i set the format i wanted, in my case it was HH:mm.
thanks a lot!!