CO type- find manager HR : How to enhance it?

Hi, Experts,
I'd like to know the RFC or ABAP logic behind the standard CO type find manager,
we want to enhance it to our own logic which based on other 'manager' defition.
thanks and  best regards.
Jun

Hi,
any idea which SPS this RFC is delivered with?
I can see it in our ERP 2005 (IDES) system, but not in our SAP R/3 4.7x200 (w/ HR) system. In IDES I can see that it is located in SAP > BC > BC-GP > S_EUP_GP (Function Group CAF_EU_GP)
I have been looking in the Object Lists of each individual Support Package (from the SAP Notes list in the Support Package Stack wizard in the SAP Support Portal). Unfortunately I am still coming up blank & this has taken me 6 hours so far.
Does anybody know if/when this RFC becomes available (SPS level, or Support Package for 4.7)?
Also does anybody know how to do a "global" Object List search for information like this?
Many thanks for any information,
Jim

Similar Messages

  • How to Enhance the info type in ECC 6.0,

    I  face a problem while enhanceing the infotype in EEC 6.0 ,
    but i know how to enhance in 4.7, here i face a problem is
    a error message comming like this
    "" SCREEN STRUCTURES AND CONVERSION CLASSES ARE NOT CREATED IN CORE SYSTEM"""
    what is that mean.
    actually i follow procedure in EEC 6.0 is
    initally go to T-CODE PM01 , then enter the info type num and click on edit button ,it will navigate into create the strrecture ,then iam creating the domain ,data element and save active.
    then  i click on GENERATE OBJECT button.
    finalliy i face above message like that,
    plz give me an idia ..
    Thank& Regards
    varma

    Please follow follwoing steps for PA infotypes.
    1. Execute PM01.
    2. Select 4th Tab as "SingleScrn" and enter infotype no. (eg. 0001).
    3. click Generate Objects button.
    4. Will get a screen for entering fields which u want to append to infotypes.
    5. Activate it.
    Pls mark necessary points if this helps to u.
    Regards,
    Ranjith

  • How to enhance Dynamic Query Object TerrSearch (Territory Management)?

    Hello Friends,
    In the TerrSearch dynamic query object, There are 2 fields Territory_ID and Level_ID. Now i have a requirement to Enhance the Search object using the new field called TERRITORY PATH ID. using which we can search all the entities not only for the terrritory level which we have selected (for example we have assigned the value '01' to LEVEL_ID) but also all the below territory levels of selected territory level.
    If we enhance the search object structure CRMST_TMIL_SEARCH (structure of TerrSearch object) using AET to add the Z field called TERRITORY_PATH_ID then which is the suitable BADI where we can add the necessary code to select all the entities based on all the territory levels below the selected territory level.
    Please guide me friends how to enhance the TerrSearch object.

    Hi friend,
    Try using MACRO and dynamic WHERE condition.
    Group simialr Select statements under a Macro.
    Build a dynamic where by checking conditions
    Call macro passing dynamic where condition.
    TABLES afpo.
    DATA: str TYPE string.
    *Macro definition
    DEFINE operation.
      select single *
           from afpo into afpo
           where (&1).    " Dynamic condition
    END-OF-DEFINITION.
    *Build dynamic WHERE by checking some conditions
    *If conditon 
    CONCATENATE 'AUFNR = ''000000700008''' 'AND POSNR = ''0001''' INTO str SEPARATED BY space.
    *Else
    CONCATENATE 'AUFNR = ''000000700008''' 'AND POSNR = ''0002''' INTO str SEPARATED BY space.
    *Endif.
    *Call Macro passing dynamic WHERE condition
    operation str.

  • My bookmark pull down menu doesn't offer " manage bookmarks". In all the support Ican find this is how to edit bookmarks. How do I find the manage link if it's not in teh pulldown menu?

    Question
    My bookmark pull down menu doesn't offer " manage bookmarks". In all the support I can find this is how to edit bookmarks. How do I find the manage link if it's not in the pull-down menu?

    In Firefox 4, "Organize Bookmarks" has been changed to "Show All Bookmarks" to open the Library window.

  • I can't find anything about how to properly manage the tablet's layout in horizontal or in vertical position.

    I can't find anything about how to properly manage the tablet's layout in horizontal or in vertical position.
    If I consult my website in vertical position, it's ok but, If I turn my tablet, all the hyperlinks and all general visualization are wrong.
    How I can properly handle both views?
    PS: I'm sorry for my bad english

    Could you share the site URL so we may check at our end? Also could you share some screenshots explaining the 'wrong hyperlinks and visualization'.
    Thanks,
    Vikas

  • How find manager's manager in hr report

    hi,
    i want to find manager's manager in hr report...Suppose there is organization A having organization unit B and C.
    In organization unit B there is Manager and Assit Manager and Some other employee.
    Now other employee report to Assit manager and Assit Manager report to Manager. And Manager report to director.
    Error :-- But i am getting all employee reporting to manager...and manager is enable to report to director..
    Pls help in the above

    hi raja, thanks for ur reply..still i have same problem ...i had used below code...kindly can u tell what goes  wrong below....
    SELECT SINGLE sobid INTO w_sobid FROM hrp1001 WHERE otype EQ 'P' AND objid EQ p_pernr AND plvar EQ '01'
    AND rsign EQ 'B' AND relat EQ '008' AND sclas EQ 'S'.
    IF sy-subrc EQ 0.
    w_objid = w_sobid.
    CLEAR w_sobid.
    *gets organisation 'O'for the position 'S'
    SELECT SINGLE sobid
    INTO w_sobid
    FROM hrp1001
    WHERE otype EQ 'S'
    AND objid EQ w_objid
    AND plvar EQ '01'
    AND rsign EQ 'A'
    AND relat EQ '003'
    AND sclas EQ 'O'.
    IF sy-subrc EQ 0.
    w_objid = w_sobid.
    CLEAR w_sobid.
    *gets Managerial Position 'S' for the organisation 'O'
    SELECT SINGLE sobid
    INTO w_sobid
    FROM hrp1001
    WHERE otype EQ 'O'
    AND objid EQ w_objid
    AND plvar EQ '01'
    AND rsign EQ 'B'
    AND relat EQ '003'
    AND sclas EQ 'S'.
    IF sy-subrc EQ 0.
    w_objid = w_sobid.
    CLEAR w_sobid.
    *gets the Personnel Number 'P' holding the Managerial Position 'S'
    SELECT SINGLE sobid
    INTO w_sobid
    FROM hrp1001
    WHERE otype EQ 'S'
    AND objid EQ w_objid
    AND plvar EQ '01'
    AND rsign EQ 'A'
    AND relat EQ '008'
    AND sclas EQ 'P'.

  • How to enhance table control in DMS. Need to display doknr more than 25 cha

    Hi there.
    In transaction IL03 - document tab - I need to display a doknr which is longer than 25 characters.
    I search for exit/enhancement for DMS - saplcv140/control SUB_DOC, but cant find anything.
    If it is not possible to enhance this field, i would like to add a new field (more than 25 char) and fill in the long doknr.
    The documents that are attached contains both an internal docnumber(from the external system) and an external docnumber (functional location type of number). It is very important to show external documentno in the table control.
    Actually in the table DRAW the external dok number is in the field MRK_FILEP. Can this field somehow get in the tablecontrol?
    Anybody has experience with docno longer than 25 characters? Or how to enhance tablecontrol sub_doc (screen 0204) in fuction group CV140.
    Br,
    Liselotte.

    The BAdI CRM_BADI_RF_Q1O_SEARCH is for enhancing OneOrder based searches. Not for business partners.
    The BAdI CRM_BUPA_IL_SEARCH is the way to go. I just checked in our system.
    In the method SEARCH_CRITERIA_INITIAL check if your field is supplied in IS_PARAMETERS. If yes return CV_IS_NOT_INITIAL = 'X'.
    Then in SEARCH_PARTNERS you delete the entries from table CT_PARTNER_KEYS according to your parameter.
    However this is not very performant. If you have a search with criteria only of your own for the BAdI SAP coding will first select everything and then you filter out.
    Anyway, it is much faster to implement than a new search...
    cheers Carsten
    Edited by: Carsten Kasper on Nov 18, 2008 7:44 PM

  • Are Interim Storage Types HU managed?

    Hi,  Please let me know if interim storage type can be HU managed? How can I do this?
    Any help on this will be greatly appreciated.
    Thanks.
    with regards,
    Muthu Ganapathy.

    Hello Muthu,
    In the same path as above, you will find the "Define storage type" node.
    - Execute that node
    - select the storage type for your warehouse.
    - on the bottom of screen, you will find "HU picking control"
    - Select the appropriate option.
    This will give you fair idea about HU in Warehouse.
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/LOHU/LOHU.pdf
    Hope this helps
    Regards,
    Arif Mansuri

  • Relation ship code for finding manager position..

    Hi Experts,
    How to find the relationship code for finding Manager position of France and US.
    i know that
    A012 is the relationship code for France,
    What should be the relationship code for US?
    Thanks in advance.

    Hi
    If you take tables QMEL & DRAW / DRAW & QMFE
    if u have created a document in CV01N, with the object link has notification... Then you will be able to able both these tables...
    Document will be displayed...
    Both has same relationships.... you have to maintain the notification in document management system.
    Check out the linking details in SPRO - Cross-Application Components - Document Management - Control Data - Define Document types
    - Pithan

  • Where can I find a guide / How to about how to upgrade using SM?

    Hi,
    Where can I find a guide / How to about how to upgrade a NetWeaver server using SAP Solution Manager?
    Thanks.

    >
    Doron Shai wrote:
    > Hi,
    >
    > Where can I find a guide / How to about how to upgrade a NetWeaver server using SAP Solution Manager?
    >
    > Thanks.
    Dear Doron
    Solution Manager system will never physically participate in the upgrade of a Netweaver Server. It will only help you to find the right files via the maintenance optimizer. Also if you want to develop / use a Project for your upgrade you could use the upgrade roadmap and then use Solution Manager as a Project Management tool for the upgrade.
    Besides this there will be no guide available for "upgrading" a system, since the upgrade roadmap is generic and the maintenance optimizer feature is isolated from the roadmap. You will have to follow the upgrade guides available on
    http://service.sap.com/instguides.
    Hope that this answers your query.
    Regards
    Amit

  • In which table can I find a project (CMOD)and enhancement (SMOD)??

    In which table can I find a project (CMOD)and enhancement (SMOD)??
    or else please suggest to me how I can find the project assigned to a enhancement?
    Regards,
    Shashank.

    Shashank,
    It looks like table MODACT makes the link between the project and the contained enhancements.
    Regards,
    Gary

  • Finding Manager for a pernr

    Hi Everyone,
    Can anyone plz. help me how to find manager for a given PERNR?

    Re: Finding the manager
    Re: find the manager for pirticular emp
    Re: How to get this relation of Employee ID and Manager ID

  • How to enhance the context menu in Web Applications - BW 7.0

    We have to enhance the context menu of several Web Applications and,
    initially, we based our solution on the paper "How to enhance the
    context menu of Web Applications", from June, 2002, but the solution
    described on the paper refers to the BW version 3.0 and we need the
    solution for the BW version 7.0. The technical content described on the
    paper, version 3.0, is very different from the content of the version
    7.0, used by us. Is this feature available for the version 7.0?

    Hi,
    did you find a solution already?
    Thanks,
    Frank

  • How to enhance standard javascrpit

    Hi Experts,
    I'm having a javacrpit in one of the web ui Component(UICMP_LTX -> PAGES WITH FLOWLOGIC -> LaunchTransactionAdmin.Js). I'm able to enhance views, but not able to enhance java scrpit. Could anyone please suggest me on how to enhance the standard javascrpit.
    Thanks & Regards,
    S.Gangireddy

    Hi Gangireddy,
    I am facing the same issue. Were you able to find a soultion? Can you please share.
    Regards,
    Namita

  • I am unable to find instructions on how to add a bookmark. I don't want it on the toolbar

    I am unable to find instructions on how to add a bookmark. I don't want it on the toolbar but just in the list of bookmarks. I've tried every which way to search for this information but without success.
    Thanks,
    D Lapp
    Email: <[email protected]>
    I removed the email address. It is not needed on the forum to send you replies. The forum is public and indexed by search engines. You may reinstate the email address if you wish. You may also choose to display the email address publicly in your profile use [/users/edit] ->''Make my email public: ''[] ~J99

    If you want to bookmark the current page, you can use the keyboard shortcut Ctrl+d to add the bookmark.
    If you prefer to type the address, or you need to bookmark a page that is not displayed, right-click an existing bookmark on the Bookmarks menu (or in the folder where you want to add the bookmark) and choose New Bookmark.
    Is that what you're looking for?

Maybe you are looking for