Application Development 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: 

UserSettings

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi Martin,

What User-Settings are you talking about?

Regards,

Anand Mandalika.

0 Kudos

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

//Martin

0 Kudos

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.