Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

FUNCTION MODULE

Former Member
0 Kudos

Hi,

Can anyone tell me the use of FM 'SUSR_GET_USER_DEFAULTS'?

6 REPLIES 6

Former Member
0 Kudos

Hi Hema,

It hives the Default user list Based on the System-language.

Check the Structure <b>USDEF.</b>

This FM retrieves the Data's as like as this structure.

Thanks.

Former Member
0 Kudos

Hi,

when u import the language in Import parameter and list of User Id in USERS table , then the FM will return the default settings for that users.

Like

date format ,

Spool: Output device

Print parameter 1

Print parameter 2

Print parameter 3

Date format (10-digit)

Decimal notation

Revrt back if any issues,

rewrad if helpful,

Regards,,

Naveen

0 Kudos

Hi,

What is the use of these default settings?

Regards,

Hema

0 Kudos

Hi,

In some cases there will be certain situations where u need to change the decimal notation for example.

I got a situation where , the user in Ireland needs comma (,) for decimal sepaerator and dot (.) as Thousand seperator.

so to hanlde this, we need to check Deciaml sepaertor and thousand sepaertor for the Current user by passing the userid to this FM which will return the sepaerrtors.

Based on this, we can interchange the seperators if required or if the system settings are such that decimal seperator is comma and thousand seperator is dot(.), then it will be displayed asusal as per the rquiremnet.

Regards,

Naveen

Former Member
0 Kudos

Hi,

This Fm will give the values related to the all the users avaialbe in the system

like username, startmenu, printparameters.decimal notation,date format.

Assign points if useful.

Former Member
0 Kudos

Hi,

It returns defaults for the users in table parameter.

All the default setting of the users.

hope this will help.

Reward points if useful.

-Umesh