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 to store user settings

Former Member
0 Likes
4,436

Hello All,

I dont know if I am posting under the correct header.

Every user has the option to specify the number of hits he wants by a search help by default which are specified by the user settings tab under HELP. My requirement is to get this information for a user programatically or using some tables. Please help.

Thanks in advance,

Anju

Hello All,

I dont know if I am posting under the correct header.

Every user has the option to specify the number of hits he wants by a search help by default which are specified by the user settings tab under HELP. My requirement is to get this information for a user programatically or using some tables. Please help.

Thanks in advance,

Anju

6 REPLIES 6
Read only

GauthamV
Active Contributor
0 Likes
1,932

Hi,

Table - RSEUMOD

Read only

Former Member
0 Likes
1,932

Hi Anju,

This table has the values stored for number of hits.

TCGHIT

and also try using SAPLSEUA program and include the functionality in your program as per your requirement.

You get more help on this by pressing F! on that max. no of hits field and go for technical information.

Hope it helps!

Much Regards,

Amuktha.

Edited by: Amuktha Naraparaju on Feb 12, 2009 6:26 AM

Read only

viquar_iqbal
Active Contributor
0 Likes
1,932

Hi

Its stored in the field TBMAXSEL table OIJ_PLAN_PRF and RSEUMOD

Hope this helps!

Viquar Iqbal

Read only

Former Member
0 Likes
1,932

Hi,

ISOPT----> SDB: Table for user settings.(User SEttings Table).

For Number of hits:RSEUMOD

Regards,

Gurpreet

Read only

Former Member
0 Likes
1,932

Hi,

Check this table RSEUMOD.

Regards,

Jyothi CH.

Read only

Former Member
0 Likes
1,932

k