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

UserSettings

Former Member
0 Likes
829

Hi,

I want to grab a users personal settings.

I can see that Struc= MEPOHEADER_PROP.

I traced this and figure out that the core tabel is ESDUS.

The problem here is that I can't search in the ELEMENT field (SE16).

the value inside field ELEMENT is "POHeaderProposer EKGRP"

Or is there a better way to get UserSettings? FM ?

//Martin

3 REPLIES 3
Read only

Former Member
0 Likes
690

Hi Martin,

What User-Settings are you talking about?

Regards,

Anand Mandalika.

Read only

0 Likes
690

If you goto ME21N - Personal Settings - Default values -PO header.

//Martin

Read only

0 Likes
690

Hello Martin,

I could not find any better way (FM etc.,) either. The best and the only option is to search the ESDES Table. Fortunately, the search for the ELEMENT Field does not have to be case-sensitive. Meaning, If you want to Search for <b>POHeaderProposer BSART</b>, then even if you Search for POH*, you would get this value.

So, Just give the username and specify POH* adn POI* to get the various defaults for the user.

Regards,

Anand Mandalika.