‎2007 Aug 01 2:55 PM
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
‎2007 Aug 01 2:57 PM
u will get this data using <b>SPERS_REGT</b> table.
Reward Points.
‎2007 Aug 01 2:57 PM
u will get this data using <b>SPERS_REGT</b> table.
Reward Points.
‎2007 Aug 01 2:59 PM
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
‎2007 Aug 01 3:02 PM
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
‎2007 Aug 01 3:06 PM
Hello Dieter,
Thanks for the function module but this function doesnt give you personalization assigned to a username.
Regards,
Ahmad
‎2007 Aug 01 3:08 PM
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
‎2007 Aug 01 3:14 PM
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
‎2007 Aug 01 3:17 PM
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...
‎2007 Aug 01 3:24 PM
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
‎2007 Aug 17 3:45 PM