Question in getting Superior agent using FM 'SWX_GET_MANAGER'

Hi Guy ,
   I have problem in get the initiator's superior . can someone help me ,thanks in advance .
   my scenairo is as follow :
   when assigned the user to position ,I use the standard rule 168 (FM:swx_get_manager) , I can get the correct result .but when assigned the Business Partner to postion , it is show me no found data . I have already the user id to the business partner in bp's profile'BUP003 employee' , and also I can see the user located below the position in the OM .
   whether I miss certain operation  ? how can I get the correct superior ?
Jialiang.Qiu

Hi,
Well,The output of SWX_GET_MANAGER can only be User or Position.
As per the assignment where the Business Partner is assigned to the Position, this FM gets the BP as an agent and in the final stage of this FM, this BP Agent entry gets deleted due to the following statement.
  DELETE actor_tab WHERE otype <> 'P' AND
                         otype <> 'US'.
So, by this we can infer that you cannot determine the Person attached to that BP(that was attached to the Position) using 168 rule. You may have to create a custom Rule in these regards if you insist to go with Position-BP-Employee strategy.
Hope this clears your doubt.
Regards,
<i><b>Raja Sekhar</b></i>

Similar Messages

  • My wife and I have a family account at Verizon and are thinking of getting the IPhone 4S.  My question is can we both use the functions of Icloud on the same account at Verizon or do we have to have separate accounts to be able to use all the features

    My wife and I have a family account at Verizon and are thinking of both getting the IPhone 4S.  My question is can we both use all of the features of Icloud with one account at Verizon or do we need to have separate accounts?

    If Mail in Mavericks is the same as earlier versions you can select accounts in the sidebar, so that you can either display the inboxes for individual accounts, or the contents of all the account inboxes. (If the accounts don't show click the disclosure triangle next to 'INBOX'). The layout may have changed since the version I have - Snow Leopard - but you should be able to do the same thing.

  • Can not get the agent from rule determination

    Dear expert,
      We have a PR workflow,for one step, the agent is determined by one rule,In our Q system,everythink is ok to get the agent correctly,and the workflow also can works.but in our P system,can not get the agent from the rule,when we simulate the rule,the agent can be get smoothly,but in workflow,realy can't get the agent(after trace the workflow), so would you like to give me sone suggestion, whant had happen in our workflow?
    Many thanks!
    Best Regards,
    Kerry

    Tks!
    I have one question,how to check the agent assignment is active?
    and also want to say,the rule that determin the responsible agent is used at one step of the workflow,not for possible agent of task ,and the rule's type is RESPONSIBILITIES.
    Best Regards
    Edited by: Kerry Wang on Jun 25, 2010 3:14 AM

  • Get User Agent (Browser) in Webdynpro 7.01

    Hello Community,
    Some time ago, I already asked this question. Then, we were on NW04. That was the Thread: [Old Thread|Get User Agent (Browser) in Webdynpro; 
    The solution to retrieve the User-Agent was:
    HttpServletRequest request =((IWebContextAdapter) WDWebContextAdapter.getWebContextAdapter()).getHttpServletRequest();
    Now, "IWebContextAdapter" does not work anymore. So I'm in need of another solution. The suggestion of
    HttpServletRequest request = (HttpServletRequest)WDProtocolAdapter.getProtocolAdapter().getRequestObject();
    String value = request.getHeader("<Param Name>");
    in the old thread still throws a "ClassCastException".
    I have also found this Thread: [Other Thread|Get User Agent;
    But here the suggestion is
    HttpServletRequest request = WDProtocolAdapter.getProtocolAdapter().getRequestObject().getProtocolRequest();      
    String userAgent = request.getHeader("User-Agent");
    what doesn't work, because it seems, there is no method "getProtocolRequest()".
    I'd be glad, if anyone would suggest a working way of how to retrieve the User Agent in webdynpro NW 7.0 EHP 1 SPS 04.
    Thank you very much,
    Best regards,
    Christian

    Hi Christian,
    Can you try using this line of code. You can directly get the value of the request object using this.
    WDProtocolAdapter.getProtocolAdapter().getRequestObject().getParameter("parameter_name");
    // There is getParameterMap() method in which you can know what all parameters are available to be captured.
    Map parameterMap =   WDProtocolAdapter.getProtocolAdapter().getRequestObject().getParameterMap();
    I hope this helps.
    Thanks and Regards,
    Pravesh

  • Policy agent using https redirect to AM for authentication

    We are using Access Manager 6 2005Q1.
    Access Manager is running on box A & box B using the Sun Web Server as its front end web server. Box A & B both have a complete install of Sun Web Server, Access Manager, and Directory Server. The Directory servers are set up to replicate changes between each other. Our Policy Agents are running on box C & box D under the Apache web servers.
    Users will access applications on box C/D via https. The policy agents on box C/D should redirect the user to box A/B (via a load balancer VIP)for authentication. The redirect will be https. Once authenticated the user should be redirected back to box C/D.
    All subsequent communications between the Agents on box C/D to AM on box A/B (via load balancer VIP) are http.
    Our load balancer is currently setup as active/failover because it does not support ssl with cookies.
    In our AMAgent.properties file if I set 'com.sun.am.policy.am.loginURL = http://<lb-vip>:80/amserver/UI/Login' and access box C/D as https://<webserver>/<url> I am redirected to AM on box A/B for authentication. Once authenticated I am redirected back to box C/D and allowed access to <url>.
    However, if I set 'com.sun.am.policy.am.loginURL = https://<lb-vip>:443/amserver/UI/Login' and access box C/D as https://<webserver>/<url> I am NOT redirected to AM and receive 'Forbidden You don't have permission to access /<url> on this server. Also in the agent log file I see:
         2006-01-30 12:42:30.792 Debug 28126:203470 PolicyAgent: in_not_enforced_list():enforcing access control for https://<webserver>:443/<url>
         2006-01-30 12:42:30.792 Debug 28126:203470 PolicyAgent: am_web_is_access_allowed https://<webserver>:443/<url>S, GET) no sso token, setting status to invalid session.
         2006-01-30 12:42:30.792 Debug 28126:203470 PolicyAgent: Policy Agent: am_web_is_access_allowed returned status=invalid session
         2006-01-30 12:42:32.800 Warning 28126:203470 PolicyAgent: am_web_get_redirect_url() unable to find active Identity Server Auth server.
         2006-01-30 12:42:32.800 Info 28126:203470 PolicyAgent: do_redirect(): Status Code= invalid session.
    Interestingly if I set 'com.sun.am.policy.am.loginURL = https://<am-server>:443/amserver/UI/Login' and access box C/D as https://<webserver>/<url> I am redirected to AM on box A/B for authentication. Once authenticated I am redirected back to box C/D and allowed access to <url>. In this scenario the only difference is I am bypassing the load balancer.
    Our networking people have monitored the load balancer in front of our AM boxes A/B and see the traffic going to AM in all cases.
    From my standpoint it appears the agent is not able to successfully connect to AM via https when going through the load balancer.
    Any help with this configuration issue is appreciated.

    Bernhard,
    From our AMAgent.properties... com.sun.am.policy.agents.version=2.1. Is there a way for me to tell if this is truely only 2.1 or 2.1-xx?
    Because our LB does not support SSL with cookies we are currently configured as active/failover so all requests are going to the same AM server until it goes down, at which time I know users have to re-authenticate. Also we have set "com.sun.am.loadBalancer_enable = true" in AMAgent.properties.
    We understand your point about loginURL. Infact there are two properties dealing with loginURL, com.sun.am.policy.am.loginURL and com.sun.am.policy.am.library.loginURL. Based on the comments in AMAgent.properties my understanding is that com.sun.am.policy.am.loginURL is where the user is redirected for login when no valid SSO token is found and com.sun.am.policy.am.library.loginURL is what the agent uses to authenticate itself "If the previously specified login URL must be exclusively used for redirecting users..." The interesting part is that if we set com.sun.am.policy.am.loginURL to use http everything works just fine, however if we set it to use https the user never gets redirected. Its almost like the agent is trying to connect there first before doing the redirect and can not.
    Craig

  • Getting awful speed using HH 3.0 but double the sp...

    Hi, using the bt HH3 i getr arounf 500KBS ( yes that is a K ). Its stable and wireless range is good. But if i use a netgear DG834G ( after being told by BT engineer it is far better than HH3, my speed doubles to just over 1mbs.  Iv had speed issues for a few years now, and each call goes the same way ( reset router, open socket faceplate etc etc, usually in broken english ) and each time they send a engineer round who tells me the same thing ( too far from cabinet etc etc ). Scuse the little rant there..., does any1 know if the perfomance of my router (bt) is normal?, especially as i can get over 1mbs using the netgear one. ( wireless range is not great though on the netgear ).
    any advise would be great,  thanks in advance.

    Hi Welcome to the community forums
    Here is a basic guide to getting help from the community members done by CL Keith Please read through the link posted http://forumhelp.dyndns.info/speed/first_steps.htm​l
    once you have posted the information asked for then the community members can help you more
    Thank You
    This is a customer to customer self help forum the only BT presence here are the forum moderators
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

  • Folder with question mark on startup after using boot camp!!!

    im getting a folder with a question mark on startup after using boot camp. it shows up for a second, then the apple logo pops up and OSX boots normally. i wouldnt be concerned except this folder with the question mark usually shows up when the computer cant find the startup disk or OS. so in fact what is happening is that my macbook cant find the startup disk for a second and then seems to find it. is anybody else having this problem. i dont like it and want to get rid of it. help!!

    This is correct.
    I wonder how it can be that in the System Preferences - Startup Disk - OS X volume can become "deselected" like it was... I had to re-highlight the OS X volume and all is well.
    b
    MBP & Mac Mini   Mac OS X (10.4.6)   http://www.therottenapple.net/phpbb

  • Can't get authorized to use CS5; PS 6.0; PS 7.0 on new computer

    Can't get authorized to use CS5; PS 6.0; PS 7.0 on new computer.

    Sorry, failure to authorize was an earlier problem (I think.)
    PS 7 is now uploaded.
    Current question is to determine and download the latest version of
    Bridge/Raw converter that will work with my PS 7.0 software. What
    version(s)?  Also, not clear on my CS version: It's dated 9/3003.
    All this for Win 8  64bit
    Thanks

  • How to get lync Status using VBScript

    Hello,
    I have some application that uses VBScrit, and Microsoft Lync running in my PC. I'm trying to get Lync Status of any contact. Could someone help me?

    For get Lync status using VBScript, you can check below link
    http://social.msdn.microsoft.com/Forums/lync/en-US/0d4a11ec-9a4d-4cb1-b292-f9831af16b3d/how-to-use-the-communicatorapi-in-vbscript?forum=communicatorsdk
    I recommended to ask this question in Lync Development forum
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical | Twitter:
    Mai Ali

  • Facing severe problem in IE10 of automatically getting clicked on "use a proxy server" every 5 minutes in LAN Settings whereas it is not required to use any proxy server at all when directly connected through ISP broadband.

    Using Window 8 Pro with IE 10 but facing tremendous problem in LAN settings. Every 5 minutes, it automatically gets clicked on "Use a Proxy Server for the LAN" and am unable to open any page unless the said setting is unclicked. The same applies
    while using Chrome or Firefox browsers.... none of the browsers behave properly and have to repeatedly unclick on proxy server settings (in IE or Chrome) and change settings on Firefox.
    Any suggestions to get rid of this problem...??? Thanks

    Hi,
    It seemed that some malware changed your registry which make proxy server enabled.
    Did you install any proxy agent software recently? If you did, please try uninstalling it now. And then make a full scan
    with malware removal tool.
    http://www.microsoft.com/security/pc-security/malware-removal.aspx
    Or locate to registry,
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings, set "ProxyEnable" = dword:00000000.
    For more information, you can refer to
    http://support.microsoft.com/kb/819961
    Andy Altmann
    TechNet Community Support

  • How dynamically get an agent f a level-by-level workflow after PO changed

    Hi  all:
         I'm trying to create a level-by-level workflow after PO  changed, but how dynamically get an agent and how assign it to
    task dynamically?
        Thank you very much!!!

    Hi Sony,
    There are diffrent ways to get agent level by level....it depends from where you are getting the agents.
    1>Suppose you have 2 level PO worklfow and my agents are stored in some custom table:-
        level1 -- agent1
        level2 --agent2
    2> You can create two attributes in your BO i;e zgent1& zagent2.
    3> Inside the attributes zagent1 u will get the actual agents from custom table by putting code
       i.e select agent1 into zagent1 from zcus_tab where level = 1.
    4> Inside the attributes zagent1 u will get the actual agents from custom table by putting code
       i.e select agent1 into zagent1 from zcus_tab where level = 2.        
    5> Now generate the BO...and test it ..u will se the user id of agents in the attributes populated.
    6> Now bind these both attributes to workflow container.
    7> Use attribute ZAGENT1 for level 1 approval task in worlfow.
    8> Use attribute ZAGENT2 for level 2 approval task in worlfow.        
    The values will comes dynamically from custom table...which u will maintain.

  • Perform multiplication, division n get remainder without using arithmetic o

    hello,
    perform multiplication, division n get remainder without using arithmetic operators
    thanks in advance
    manasi

    ram.manasi wrote:
    i can program myself however i am new to programming and have no clue how to perform arithmmetic operations without using arithmetic operators n would like to know how to go about itwell, we're not your private code-monkeys nor are we tutors. We are usually best at answering specific questions but many of us get our hackles up when someone simply demands an answer. I suggest that you find out what your teacher is expecting of you here. I would guess that this involves some recursion, but it is up to you to find out. Do some work. Then if you have a specific question, please feel free to come back and ask for help. nicely.

  • HT5312 My stops because of the wrong answer to the secret question, and I want to use it for evil application from Apple Store?

    My stops because of the wrong answer to the secret question, and I want to use it for evil application from Apple Store?

    Hello mr sami,
    Thank you for the details of the issue you are experiencing with your security questions.  I found an article with some useful information if you cannot remember the answers to your security questions:
    What should I do if I don't remember the answers to my Apple ID security questions?
    Try answering them at least once to see if you can get them right, even if you are not sure you remember the answers to your security questions.
    If you are confident you can't remember them, try one of the following:
    If you have three security questions and a rescue email address
    sign in to My Apple ID and select the Password and Security tab to send an email to your rescue email address to reset your security questions and answers.
    If you have one security question and you know your Apple ID passwordsign in to My Apple ID and select the Password and Security tab to reset your security question.
    If you have one security question, but don't remember your Apple ID password
    contact Apple Support for assistance. Learn more about creating a temporary support PIN to help Apple confirm your identity when you contact Apple Support.
    Note: If you have forgotten your password and answer your security questions incorrectly too many times in a row, you will be unable to try to answer your security questions for a period of time. During that time you will not be able to reset your password and will not have access to your account.
    You can find the full article here:
    Apple ID: All about Apple ID security questions
    http://support.apple.com/kb/HT5665
    If you continue to have issues, please contact our Account Security Team as outlined in this article:
    Apple ID: Contacting Apple for help with Apple ID account security
    http://support.apple.com/kb/HT5699
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • To deinstall Grid Agent using response file

    HI.
    I have installed Agent on Oracle 10g using response file but now need to uninstall.
    I need to uninstall since after deleting old Agent home the response installer is complaining that I need to remove everything from old Agent home
    I have searched the same Oracle doc that I used to do the install, but can see no info on how to remove.
    ANy ideas much appreciated thanks.
    I should add that the original Agent Home has now been completely removed. yet when I run this
    ./runInstaller -silent -responseFile /u01/app/oracle/solaris_x86/response/additional_agent.rsp
    The following response is returned:
    Initializing Java Virtual Machine from /tmp/OraInstall2010-06-25_10-21-17AM/jre/1.4.2/bin/java. Please wait...
    $ Please specify a Unique Oracle Base directory, or remove previously installed products and their directories. Directory name should contain only valid alphanumeric characters, including '_', or '.' characters.
    SunOS
    DO I need to update the OraInventory ?
    Edited by: user11981168 on 25-Jun-2010 02:22
    Edited by: user11981168 on 25-Jun-2010 02:27
    I have already removed everything from the Agent home (at OS level) but get error:
    Starting deinstall
    No products selected for deinstall
    Yet still cant start the install....
    Edited by: user11981168 on 25-Jun-2010 08:01

    Depending on the agent version you can use the /runinstaller (without response file) as described here
    http://download-uk.oracle.com/docs/cd/B16240_01/doc/install.102/e10953/deinstalling_agent.htm#DAFEEBEG
    If you want to install the agent using:
    a- the same oracle home name and/or
    b- the same directory
    you have to delete the "old agent" home from the inventory. This can be done by "detaching" the home you want to remove.
    See http://samiora.blogspot.com/2009/01/fixing-registering-oraclehomes-in.html
    Eric

  • Can anyone tell me how to get groove agent 2 installed in Logic Pro 7?

    I've only just started using Logic Pro but I can't seem to get Groove Agent working. It works in stand alone mode but I can't get it to work as an instrument. If anyone can help it would be muchh appreciated.
    Thanks
    Macbook   Mac OS X (10.4.7)  

    Well according to your signature you have the Macbook and as fas as I know none of the Steinberg stuff is yet Universal so it appears you can't have it working just yet. Otherwise I would check that you have installed also the AU version which is what Logic looks for but in your case it doesn't help.

Maybe you are looking for

  • How to print out time as hr:min:sec without AM/PM?

    how to print out time as hr:min:sec without AM/PM since hr specifies AM/PM. Thank you. My first thought is that there exists a formatter to do this. My second thought is that if not I can convert the AM/PM in the DateFormat.MEDIUM to the right hour.

  • How to AirPlay from MacBook Air iPhoto?

    Anybody know how to reproduce a video that has been downloded from iPhone into iPhoto (MacBook Air) to Apple TV? I recently downloded all videos from my iPhone into my MacBook Air´s iPhoto to free space. When I played the videos on my iPhone, I was a

  • Component referencing libraries from other component

    Hi, Is it possible to have a component which uses the libraries defined in another component? I would like to have one component with libraries only and any other component to be able to reference those libraries hence removing the need to put the li

  • Can't compare PDF's?

    Adobe XI Pro crashes every time I try to compare two PDF's.  What gives?

  • Neospeech in captivate 7

    I am trying to download neospeech voices for captivate 7, using the 'click here to download neospeech voices' available under the Speech Management tab. It downloads the zip file but when I click on setup.exe, it gives an error saying that the instal