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

Table for SU01 (Personalization)

Former Member
0 Likes
2,432

Hello Gurus,

Could anyone of you please let me know how to read Personalization tab values in SU01 for a user .. table ? any function to get the values?

Points will be rewarded.

Regards,

Ahmad

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,525

u will get this data using <b>SPERS_REGT</b> table.

Reward Points.

9 REPLIES 9
Read only

Former Member
0 Likes
1,526

u will get this data using <b>SPERS_REGT</b> table.

Reward Points.

Read only

0 Likes
1,525

Hello Ramesh,

I know about this table.it doesnt tell you what is assigned to the username..This table is just a list of personalization objects.

Regards,

Ahmad

Read only

Former Member
0 Likes
1,525

Hi,

i user BAPI: BAPI_USER_GET_DETAIL

it works very good, and give a lot of informations.

Regards, Dieter

Sorry, wrong answer. i read the thread wrong.

Regards, Dieter

Read only

0 Likes
1,525

Hello Dieter,

Thanks for the function module but this function doesnt give you personalization assigned to a username.

Regards,

Ahmad

Read only

Former Member
0 Likes
1,525

check <b>SPERS_GET_DISTRIBUTION_DATA</b> function module... Specify the userid and it will list down the distribution list in table control...

Reward Points

Read only

0 Likes
1,525

Hello Ramesh,

Thanks. SPERS_GET_DISTRIBUTION_DATA function module doesn't exit in 4.6c. I can see that function in ECC 6.0..

Any idea how to solve this issue in 4.6c?

Regards,

Ahmad

Read only

Former Member
0 Likes
1,525

try checking this way... may be u will get the function module...

goto SE37 and give SPERS and do F4 so that u can find the function modules and u can use one of them...

Read only

0 Likes
1,525

Hello Ramesh,

None of the function module starting with SPERS* gives me personalization of username. All the functions starting with SPERS* is actually getting data from tables starting with SPERS* which I have already had a look.

Regards,

Ahmad Quraishi

Read only

Former Member
0 Likes
1,525

Table SPERS_OBJ stores SU01 personalization.

Regards,

Ahmad