2023 Apr 20 12:10 PM
Hi.
I'm looking to retrieve the default date format (that is being displayed in SU01 on the Defaults tab) by using an RFC or BAPI. But it must be RFC enabled.
I found SUSR_GET_USER_DEFAULTS, but this is not RFC enabled. Anything else that I can use?
Preferably an FM that does not take the country as a parameter (as the default on SU01 is populated without specifying a country).
2023 Apr 20 12:16 PM
BAPI_USER_GET_DETAIL
Return parameter DEFAULTS (structure)
Component DATFM. Documentation says (as you can see by yourself):
Values:
1 DD.MM.YYYY
2 MM/DD/YYYY
3 MM-DD-YYYY
4 YYYY.MM.DD
5 YYYY/MM/DD
6 YYYY-MM-DD
2023 Apr 20 12:16 PM
BAPI_USER_GET_DETAIL
Return parameter DEFAULTS (structure)
Component DATFM. Documentation says (as you can see by yourself):
Values:
1 DD.MM.YYYY
2 MM/DD/YYYY
3 MM-DD-YYYY
4 YYYY.MM.DD
5 YYYY/MM/DD
6 YYYY-MM-DD