Application Development and Automation 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: 
Read only

Save User Setting

Former Member
0 Likes
609

Hi All,

In custom report, we have a requirement to save the settings (Text size, Color, Text) depending upon the user profile.

Anyone having any idea/ pointer as how to replicate the standard functionality of how SAP saves the settings depending upon User profile.

Regards,

Debarya

2 REPLIES 2
Read only

Clemenss
Active Contributor
0 Likes
444

Hi Debarya,

Text size, Color, Text

can not be saved in the user profile.

If you are able to change any of that dynamically, create your own database table to store the settings for the user.

If you want to learn something new, than don't use database table but go for persistent objects.

Regards,

Clemens

Read only

Former Member
0 Likes
444

Hi Clemens,

Even me using database tables to save the settngs, however, while reading the values and populating them is a bit of concern. The standard functionality converts the setting into internal format and stores them in buffer, which we have been able to replicate successfully. However, while reading back these values is a concern for us. Has anyone saved such properties per user profile?

Regards

Debs