How to determine if user is a  head of department in ppoma_bbp

Hello , in ppoma_bbp, in the attributes of a user,  i need to determine if the user is the head of own organizational unit.Which FM can i use?

Hi
in ppoma _bbp
click the user and go to basic data .
there u can see one check box, head of own organisation unit
if you flag it. user becomes Red cap
i am not aware FM ..
regards
muthu

Similar Messages

  • How to add a user defined HTTP header field?

    Hi, everyone!
    I want to add a user defined HTTP header field to a HTTP
    response header.
    I use the following statements in testHeader.jsp
    response.addHeader("myheader", "123");
    response.sendRedirect("middleHeader.jsp");
    in middleHeader.jsp,
    out.print(request.getHeader("myheader"));
    But the output in middleHeader.jsp is null!
    How to add a user defined HTTP header field to a HTTP
    response header? Are there some sample codes?
    Cheers,
    George

    the send redirect actually creates a new request (through the client) and thus a new response
    thus the headers you set in the response are gone for the next request/response
    You can try servletDispatcher.forward

  • How to determine the user who placed a certain concurrent request?

    Hi there,
    Is there a way (SQL query, for example) that can help me determine the user (EBS username) who placed a certain concurrent request?
    Thanks,
    Tareq

    Hi Tareq;
    Please check below notes which could be helpful for your issue:
    Concurrent Request-whcih is submmited by one of the Oracle USER *<<Posted By Hussein Sawwan*
    How to See Others Concurrent Request Oracle 11i
    Concurrent program- How to find database session *<<Posted By Hussein Sawwan*
    Re: Reg: Apps Concurrent
    Regard
    Helios

  • How to determine best User Device Affinity Settings

    We've configured User Device Affinity for our site based on the canned defaults. Initially we started with 14 days and 1440 minutes. But after a recent deployment, we discovered that our Antivirus service account is registering as a "Primary User"
    on all of our machines which has triggered a very bad situation.
    My question is how do you determine these settings? My first try was to find a report that showed how many minutes each user was registering in the given period so that I could adjust it accordingly. I assume that my regular users are using the computers
    a lot more than my service account but I have no way of verifying this.
    I've tried combing through the security logs, but I'm not sure what SCCM is picking up on to determine the time period.
    To me, it seems that 24 hours is a really low threshold and that I could bump that up to 120 hours over 14 days pretty easily without issue. My concern is that there is a reason that they are setting it so low to begin with that I'm missing. Even then, I'm
    just randomly trying things hoping to get it right as I don't have the proper information to make the right decisions.
    Any ideas? Feedback?  

    Yeah, I saw those logs but it still seems mysterious to me. I'm not sure where it's getting it's info. I assume it's the security log for each machine but I have nothing to confirm that. It's odd because our service account for our antivirus solution isn't
    actually logging onto the machines so I'm not sure how it decides that this user is a primary user. 
    Ultimately, we worked around the problem by switching antivirus solutions but that won't be an option next time. 
    My guess is that we could have fixed our problem by adjusting our security logging settings in windows. But it wasn't something I wanted to do without direct confirmation with how this all works. 
    Thank you for your help on this though. 

  • How to determine if user is logged in

    I am trying to look for a flag which tells me whether the user is logged into the application or not. I thought I could user :APP_USER but it can still contain value even if the user has logged out the application. We are using LDAP authentication. Thanks.

    I have some items on page 0 which I do not want displayed on the log in page. So I was looking for a condition which basically tells me whether the user has logged in or not. May be there is a better way of dealing with this other than figuring out if user is logged in. My understanding is that a user gets a session id regardless of whether the user is logged in or not. Upon successful login APEX creates a cookie with values that it uses to match with user session id to determine if user is logged in or not.

  • How to determine portal user in a BSP

    Hi,
    is it possible to determine the current logged in portal user in a BSP iView? If it's possible, how?
    regards

    it is possible.
    1. if spalogon ticket based SSO, then with BSP application, sy-uname will hold the user id.
    2. if the sso is based on user mapping (different logged on user in EP and different user id for logging on to ABAP system)
    check this link where i have explained on how to do this
    Re: EP user credentials as attributes of BSP
    in the bsp application iview application parameter
    pass
    you need to use
    epuser=<User.UserID>
    you can also use
    epuser=<User.LogonUid>
    then in the corresponding bsp page have page attirbute with auto check with the name epuser. now epuser will  hold the ep logged on user
    Regards
    Raja

  • How to determine the users Browser (IE or WML)

    is there a way to programatically determine what the users browser is?
    I have a webdynpro that can run on both Blackberry (WML browser) and IE via the portal.
    I need a way to identify the users browser from Webdynpro Java.

    Yes we currently are using 2 URLs to launch the apps, however, we wanted to see if we could just give 1 URL out to the end user....so they wouldn't have to remember which one to go to for Blackberry and which one to go to for IE.
    I have a solution working....I just need to find a way to detect the client without using the TaskBinder.
    Let me know if you find another way ....

  • How to determine which user uses which database-object

    Hi,
    currently we are in the process of consolidating our databases. One of the neccessary steps is to figure out which user connects to the database at all. That's easy, we implemented a logon-trigger and log the collected information into a separate table.
    If a user with objects (e.g. tables, views, procedures) exists - but this user never connects to the database - does that automatically mean that these objects are not used at all? No need to say that this is not true. But how can we figure out if a connected user has selected an object of this user?
    Our porblem is that we have alot of schemas in our database - but the developers don't know if this schema is not used by an application or not (sad but true).
    To enable auditing would be one choice to figure out if an object was ever used or not.
    Are there any other possibilities?
    Any help will be appricated
    Rgds
    Jan

    VivaLaVida wrote:
    Hi,
    currently we are in the process of consolidating our databases. One of the neccessary steps is to figure out which user connects to the database at all. That's easy, we implemented a logon-trigger and log the collected information into a separate table.It could have been even easier by turning on the built-in audit feature.
    If a user with objects (e.g. tables, views, procedures) exists - but this user never connects to the database - does that automatically mean that these objects are not used at all? No need to say that this is not true. But how can we figure out if a connected user has selected an object of this user?audit would be a good choice.
    Our porblem is that we have alot of schemas in our database - but the developers don't know if this schema is not used by an application or not (sad but true).Not sure what developer will do with used/not used application.
    To enable auditing would be one choice to figure out if an object was ever used or not. What's wrong in auditing ?
    Even though audit may have a footprint on performance, that would probably be less costly than any custom solution.
    Nicolas.

  • How to determine if user is autheticated (from non-secured resource in web)

    Is it possible to determine if a user is autheticated from a non-secured servlet in a web application?
    I have a servlet served to both public and autheticated users. This servlet performs different logic depending the user whether is autheticated or not.
    The getRemoteUser() is useless due to the servlet is not protected (for public users).
    My application is set to use declarative security and form based logon.

    Please try it out...getRemoteUser is the answer..
    For example, Lets consider the following scenario.
    S1 -- secured servlet
    S2 -- public servlet
    (assuming form-login already happened)
    Req1 -- S1 -- dispatches to -- S2 (getRemoteUser returns the user authenticated)
    Req1 -- S2 (getRemoteUser returns null)

  • How to determine which user has an Access 2013 databse open

    How can I tell which user / PC has opened a Backend Access database?

    If the file is stored on a server and you have access to it, you could check in Computer Management, then go into System Tools, Shared Folders, Open Files, and you should find the file listed there along with which user has it open currently.

  • How to determine whihc user created Sales Order Draft

    Hello,
    I am creating an add-on that performs a certain event on sales order drafts that were created by the manager user.  What field do I filter on to accomplish this?
    Thanks,
    Richard.

    Hi Owen
    Could you tell me what is the UserSign in the OCRD table,  I'm trying to map it to the Business Partner object from the DI API and I do not find any equivalent but I still don't how to set this field by the DI API Business Partner
    Since the UserSign is a field of the OCRD table there must have an equivalent property in the Business partner object ?
    Also, if it's part of a USERS object well why I do not see any USERS object in the Business Partner obect by the DI API ?
    Thank you for any help

  • How to determine whose user is using a specific transaction code?

    Hi to all!
    I have a simple problem.
    Stated at the title. For example, I want to know whose User makes OB52 locked. I am actually coding it in one of my report.
    Is there a table wherein I can check whose User uses T-code OB52?
    I have tried using BDC but the messages it gave me does not have the information that I need.
    Anybody here can help me?
    Thanks.

    Hi
    I've seen the abap code run by trx SM12 and it seems the main function module is ENQUEUE_READ: this returns the active lock.
    Try to test that fm by SM37:
    GNAME     = RSTABLE
    GARG       = T001B*
    GUNAME  = *
    Max

  • How to determine if user is a portal user

    I am running a java servlet OUTSIDE of portal. I require a username. But I must first see if that person is also a Portal user.
    Does anyone know of some way I can accomplish this? The only idea I have so far is to make a database link to the 9ias database and expose the wwsec_person view to my servlet. I am running into trouble since my wwsec_person view isn't populated for some reason.
    I also thought about trying to find an api that returned user information from the oid, but since I am running outside of portal, I don't know if this is possible either.
    I would appreciated any ideas.
    Thanks

    Hi,
    I think you have to set the context first with the plsql call wwctx_api.set_context all views are influenced by user & groups privilegs... see secure content repository views p 2-18
    Luc

  • In OLS, how to determine the list of labels a user is allowed to use?

    subject says it all; we have determined how to determine ALL labels available, but how do we filter it via existing lbac tables to show the labels the current user (either direct or via proxy) can use?
    thanks, alan

    Hi there,
    maybe these views do help:
    http://st-doc.us.oracle.com/10/102/network.102/b14267/admpriv.htm#i1012870
    Thanks, Peter

  • How to determine the contract header's valid period...

    1. How to determine the service contract header's start date, end date, when related muliple items with different start date and end date?
    i.e., what is the different between the header's valid period and item valid period?
    For example:
    Sold to A has 5 items, which has different contract line item start date and end date, e.g.,
    item 2: 2010.9-2011.9
    item 3: 2011.4-2012.4
    As for combined the all item bolonged to sold to A to one contract, so the item should have different contract start date and end date.
    However, how to determine the contract header's start date and end date?
    2. Another question is: When process service contract data migration from legance to CRM, how to design the above scenario logic?
    Thanks in advance,

    Sent again, to wait the answer....

Maybe you are looking for