Nakisa Org unit's boss in the org chart

Hi everyone,
In the Nakisa Org Chart I'd like to place teh portrait of the leader of an org unit into the Org unit view box. I'm not talking about the positions I'm talking about the org units.
My question is: Is this possible? I know that this is possible in the positions. But what about the org units?  The problem is when I add a image I can't see possible fileds becasue there is no Photo Url field:
The only available field int he Picture section is: SAP OrgUnitHierarchyViewDetail2
But when I choose this,  there is no Picture Url field in the selectabe fileds.
As I see this issue need some hacking. I have to modify the Function module, which retrieves the data, and change some non-used field to the picture Url
thanks
N.

Hi there,
You need to do it in the AppResources.xml file. You need to locate the detail configuration used by the view configuration that you want to add it to and add a linked detail to the SAPEmployeeDetailsConfiguration. The linked detail will look something like this:
       <linkeddetails>
        <linkeddetail name="SAPEmployeeDetailsConfiguration">
          <linkto>SAPEmployeeDetailsConfiguration</linkto>
          <links>
            <link>
              <passvalue>Object_ID</passvalue>
              <passfieldname>OrgUnitID</passfieldname>
              <passvaluesource>Data</passvaluesource>
            </link>
          </links>
          <mode>Data</mode>
          <recordlimit>0</recordlimit>
        </linkeddetail>
      </linkeddetails>
Change the two values to the correct ones for those details (they must be matching fields for each detail). If you then go back to the View designer you should be able to add fields from SAPEmployeeDetailsConfiguration.
Good luck!
Luke

Similar Messages

  • Excluding a org unit from showing in the hierarchy

    (Nakisa OrgChart 4.1, Live)
    Hello again,
    I'm trying to exclude an org unit from showing in the org hierarchy. I was thinking that the 'Data filter' option in the org chart set up would serve this purpose.
    I tried several ways (id below is the actual ID of the org unit I'm trying to hide):
    ORGUNIT_ID <> 'id'
    ORGUNIT_ID != 'id'
    ORGUNIT_ID IS NOT  'id'
    I did the above with and without quotes, single or double.
    None of them seem to work. The data filter seems to be ambiguous at best. Will I have to hardcode this in the data element xml (or worse, in the function module) for this to work?
    Thanks,
    M.E.

    Hi Stephen,
    Yes this is what the org unit I want to exclude is called. I'm actually wondering when the filtering is supposed to happen. Is it at the extraction of the data in the FM? I took a look at the FM  /NAKISA/OC_OU_STRUCTURE and I could not see a filtering logic anywhere in the code. I saw some authority checks though, and I'm wondering if the following method would work:
    - in the SAP side, exclude the org unit from the area of responsibility of the RFC user (an RFC user is used in all the data connections)
    - modify the parameters of the /NAKISA/OC_OU_STRUCTURE FM so that an area of responsibility check is performed (parameter AOR_CHECK set to 'X') on the RFC user (parameter IM_UNAME set to the RFC User's uname).
    What do you think?
    Thanks
    M.E.

  • Unassign users from a Org unit and reassign to another org unit

    Hello Friends,
    There are users in my org who are already assinged to a org unit through USERS_GEN transaction (from SU01 users) and are creating shopping carts for the past four months without any issue.
    Now there is a requirement to assign few of the users to another org unit.
    I have created that org unit but not sure how to reassign it to a new org unit.
    I am new to SRM. Any help will be appreciated.

    Hi Dihsa,
    Thanks for the fast reply.
    In that link it has been mentioned that users can be unassigned from a org unit through USERS_GEN txn or drag and drop.
    I already unassigned a user by clicking on delete assignment in PPOSA_BBP. While I am trying to reassign the user through USERS_GEN to new org unit, I am getting the error: Central Person for this user already exists with E BBPU_MESSAGES 042 &.
    After going through some of the threads I realized that I should not do like that for deleting a assignment.
    Also I found one thread which is telling that ....new org unit has to be selected and then by clicking on the Assign button --> Incorporates..Postion.. a user can be reassigned.
    Is it a right way to do that.... I don know how to unassign using USERS_GEN txn.
    Also it would be great if you could help me to resolve the above error.
    Please guide me.

  • To get lower level org units of any particular main org unit

    Hi All,
    I need to get all the lower level org units of any particular main org unit (the one maintained in ppoma_crm).
    Is there any FM/method to get this information?
    Cheers,
    Sharad

    Hi Sharad,
    The following code ought to work:
    CALL FUNCTION 'RH_STRUC_GET'
        EXPORTING
          act_otype              = 'O'
          act_objid              = <your main orgunit>
          act_wegid              = 'ORGEH'
        ACT_INT_FLAG           =
          act_plvar              = '01'
        ACT_BEGDA              = SY-DATUM
        ACT_ENDDA              = SY-DATUM
        ACT_TDEPTH             = 0
        ACT_TFLAG              = 'X'
        ACT_VFLAG              = 'X'
        AUTHORITY_CHECK        = 'X'
          text_buffer_fill       = 'X'
          buffer_mode            = 'X'
      IMPORTING
        ACT_PLVAR              =
        TABLES
        result_tab             =
          result_objec           = lt_result_objec
        RESULT_STRUC           =
        EXCEPTIONS
          no_plvar_found         = 1
          no_entry_found         = 2
          OTHERS                 = 3.
      IF sy-subrc = 2.
        RETURN.
      ENDIF.
      IF sy-subrc <> 0.
        RAISE error.
      ENDIF.
    I found this example in the below method,you can have a look as well.
    Class: CL_CRM_PPM_UM_TOOLKIT
    Method: GET_SUB_ORGUNITS
    Thanks,
    Sarat

  • Org unit not visible in the search

    Hi All,
    In the master data maintenance of the organization management , we have created an sales organization unit (O 50000XXX).
    Function and attribute values for sales scenario has been maintained.
    Object permitted in determination check box also checked.
    while assigning the pricing procedure determination for the sales org (O 50000XXX) we are not able to find the sales org in the F4 search help.
    When we are trying to key in it manually it is giving an error msg 'Sales Office O 50000XXX not available'.
    Please suggest any inputs.
    Thanks
    Syam

    Hi Krish,
    Thanks for the update.
    Org Data determination is working fine in the business transaction, we have maintained the Org data profile and respective determination rules.
    Now we have created a new sales org unit in PPOMA_CRM.
    we are trying to assign the pricing procedure to Sales area in GUI.
    SPRO--Customer Relationship Management -- Basic Functions -- Pricing -- Pricing In Business Transaction.
    In New entries , while searching the sales org. by F4 help.....the newly created sales org unit is not getting visible.
    I tried of giving the object ID directly but the value is not getting accepted.
    Thanks
    Syam

  • Mass user movement from one org. unit to another in SRM org. structure

    Hi,
    Is there any way by which i can move mass users from one organisational unit to another in SRM org. structure..
    there is a thread available in SDN but it is not conclusive. it talks abt using a FM: BBP_USER_CHANGE_ORG
    BR
    Bharat M

    Bharat-
    I am assuming that your requirement is to move mass users from One Org node to another. Ex One Plant Org node to Another plant Org node.
    If my assumption is correct then, please follow the below steps.
    1) Go in to the change mode of Org Plan using T-code PPOMA_BBP
    2) Using shift key, select all the users that you need to move.
    3) Drag and Drop the selected users to the desired Org node.
    If the user IDs are not in sequence then you can use Ctrl key to select the relevant user ID.
    Let me know if you have any questions.
    If the answer is helpful, please reward points.
    Regards,
    Upendra.

  • Shift One sub org unit to different higher level Org unit

    Dear All,
    I have requirement of shifting few Org units to different higher Org units, is it possible through PPOME, PPOSE (By drag and drop)or by any other transaction.
    the Org unit which we want to shift is having position and attched holders also...
    Reply awaited..
    Regards,
    Kumar

    Hi,
    Thanks for the reply, but one more Query if position(obviously some person must be attached with this position) is moved to another Org unit,
    somewhere we have to make changes like IT0001 for that Employee.
    Regards,
    Kumar

  • Evaluation path to get personnel number all the org unit and subordinates

    Dear all,
    I have OM issue to ask.This is the scenario:
    Staff A  belong to  org 1. Under Org  1, I  have org unit 1-A, 1-B and org unit 1-C.
    Issue 1 :
    I want to run report(RHSTRU00) to  to generate all the staff number in org 1 (Include 1-A, 1-B, and 1-C).
    Issue 2 :
    I  want to run report for 1-A, only staff belongs in org 1-A appear.The others not appear.
    I was understanding I have to play around with evaluation path. Until now I can't find the suitable evaluation_path. I need your help.tq

    Hi,
    Not sure why you want to reinvent the wheel.  The standard report RHXSTRU02 will give you people by Org Unit.  Just enter the Org Unit ID number and you will get the employees as output.
    If you still want to use RHSTRU00, you can use O-P or O-S-P to get the employees and the positions.
    Paul

  • Hierarchy org unit to wad report from MSS

    Hello to all.
    I have a WAD Report that the parameters for it are: Org unit - as the root, and a year/month.
    The report receive an org unit and display data for it and for all org units under it in the Org. structure.
    I start the report from the MSS on portal.
    In R/3 in table T77MWBBWS I created an entry for that report with Reference char. = "ORG_STRU" instead of "0orgunit".
    The report ignores the Org unit that I choose from the MSS selection screen, and starts with the Root Org unit of my Org structure.
    What to do in order to start the report with the Org unit that i select and to get results for all the org. units under it ?
    Thanks, Pazit Atar

    I am also facing same problem.
    I want to know how the org unit which is selected on MSS screen is passed to backend R/3 report (which is using PNP logical db)
    PLEASE HELP.

  • Org unit not displaying in Payslip

    Hai all
    In production, we have maintained Org Structure and assigned persons. Payroll live run is completed. But in the customized payslip, the org unit is not displaying. That org unit is there in the Org structure, in WPBP table also its displaying, but in the table T527x the same Org Unit is not there.
    What could be the reason for not included in the table t527x, probably thatu2019s the reason why its not displaying in the payslip. ( the program picks the Org unit from T527x table)
    But other Org units which are there in T527x table, are displaying fine in the payslip
    Please suggest what to do
    Thank you

    If you are using OM module, then you dont have to maintain values in T527X table.
    Instead, i guess some customisation is missing in the payslip to fetch the data. are you using HR forms or is it through PE51 you are creating customised form?
    If through PE51, then from then, click on the Window and choose change. In the top of the window screen, where you can maintain the screen header information, you store
    *Department : BTRTL_______________ *
    This will help you fetch the department details i.e. org unit
    Regards,
    Pranitha

  • Moving Employee Org Unit to Another Org Unit

    Hello,
    +What is the best way and steps to properly move an employee from one Org Unit to Another Org Unit without messing up prior configuration. I need to move this employee from Manager (Org Unit A) to another Manager (Org Unit B).  Would editing the Org Unit number or changing the Org Unit number work. I have a exact new validity date as well.+
    Thanks

    Hello Remi,
    Thanks for your indepth reply. I guess there is some steps involved based on your ans.
    Per your answer: in PA, you create the Action for reassignment and take into consideration the possible changes to Quotas, Benefits, etc... is there anyway to keep prior info/configured data and bypass these steps - copy/paste/dragg feature to the new org structure- so data stays the same and no other possible changes occur.  I understand that position is linked to Org Unit. I can copy the position to the new Org/and then assign the position to the new Org Unit. Does the record automatically get delimited(prior record). Are there any additional steps to verify the data validity and that this employee got reassigned properly.
    Also how would I test the change before transf. it to production.
    Thanks

  • Table for Org unit information

    Hi All,
    Is there a table or FM, through which we can get the Org unit name by giving the org unit ID?
    It is there in table HRP1000 with the fields SHORT and STEXT. But it is taking hell lot of time to give the output. Is there any other table or FM for this?
    Please advise.
    Thanks,
    SS

    hi SS
    many FM are available for your requireemnt
    1.BBP_OUTPUT_GET_COMPANY_ADDRESS  - i/p bp of your company code o/p you will get address of company
    2.BP_CENTRALPERSON_GET - input your user name and you may get central person name.
    br
    muthu

  • Nakisa Org Chart 2.1 - excluding org units from extract and saving chart

    Hi,
    Is it possible to exclude specific org units from the org chart that is extracted to Nakisa? These (and all subordinate) org units should not be included in the chart which is to be published on the intranet.
    Also, what is the easiest way to create a file (e.g. PDF, PowerPoint) of all org units and positions in the structure? I've looked into using the ChartBook functionality but this did not seem to work too well, and there was no option to Save or Print the chart.
    We have Nakisa OrgChart 2.1 SP1 running on SAP CE. This is with a staged extract out of SAP ERP which is hosted on Windows and SQL.
    Thanks.

    Thanks Stephen and Luke.
    I will look into your comments re: excluding org units from the directory searches etc when next at the customer site.
    As for the Chartbook issue - the customer is looking to create a file (e.g. HTML, PDF) of the entire org structure which they can then make available on the intranet. (They currently only have license for a couple of HR users so ESS access is not an option right now). We have looked at using the standard Print/Export options as well as the Chartbook and neither seems to work particularly well....the customer keeps referring back to how easy it is to create a HTML file using OrgPublisher....
    What is the recommended and best approach for creating a file which can be published on a company's intranet? (There are about 1000 positions/employees in total so not a huge file).
    Hopefully v3.0 is a whole lot easier to use
    Thanks, Ron

  • For an Org Unit, how do we get all Reporting Org units (Also employees reporting to the sub org unit) & Employees ?

    Hi Experts,
    I have a very common requirement in SAP HCM ABAP development.
    For an Org Unit, how do we get all Reporting Org units(Also employees reporting to the sub org unit) & Employees ?
    I have tried using RH_STRUC_GET_MULTIPLE_ROOTS and RHPH_STRUCTURE_READ, but the evaluation path is insufficient to get all objects under it. I tried with both O-S-P and O-O-S-P evaluation paths and as per some constraints, I can’t create a customized evaluation path for a reason.
    I am using PNPCE database for user selection screen and user would be advising the Org unit. I even referred the standard transaction ‘S_AHR_61016495’ which is using PCH logical database.
    I would really appreciate if anyone could provide a solution for this. (Rewards guranteed )
    Kindly help.
    Thank you.
    Regards,
    Mahesh Konade

    Hi Alexandre,
    Although I could not respond in time, thank you so much for your prompt reply.
    I had used the same RHPH_STRUCTURE_READ and passed the appropriate values to it, but it did not populate the required results. I cross checked the results manually, may be some relations issue. But later I tried using RH_STRUC_GET_MULTIPLE_ROOTS and it worked fine.
    Meanwhile I had done a workaround with PCH and RH_STRUC_GET and it served the purpose of getting all the Org units, it’s reporting sub-org-units, positions and persons (The deepest structure from the root org unit advised on selection screen).
    The solution I used is, I captured the org-units advised on selection screen by user using PCH logical database and then by looping on sub-org units reporting to the main org-unit I populated related positions and persons holding them and assigned it to the PNPCE logical database.
    Thank you so much for the help.
    Regards,
    Mahesh Konade

  • How to find the all the org units of chief org unit

    Hi All,
    i have one cheif org unit which belongs to IT. i Just need to take all the org units into one internal table upto last org unit.
    ex: 500000 is the chief org unit then we check that belongs to taht
    550000 and 560000
    and agian 550000 is having or units
    556000 and 557000 ....
    now requirement is now i input on 500000 on selection--screen and i need to get
    550000
    556000
    557000
    560000
    I used evaluation path as o-o and used call function 'HRCM_ORGSTRUC_INFO_TABLE_GET'.
    but able to get only the just next level org units.ie. 550000 and 560000 Not others ..So is there any way where we can find all the org units that comes under the MAIN ORG UNIT 5000000.
    waiting for your valuable inputs...
    Regards
    sas

    Hi
    Use the FM: RH_STRUC_GET with the evaluation path : ORGEH.
    If you are still not able to get the required results,then go to Tcode: OOAW and find the suitable evalution path for your requirement.
    Hope definetely u will get the results.
    Regards,
    Sreeram
    Edited by: Sreeram Kumar Madisetty on Apr 22, 2009 8:25 AM

Maybe you are looking for

  • I am getting error code 0x8002006E when trying to burn a DVD

    Hi, I am running the latest Lion update, on my MB Pro, and keep getting the error code 0x8002006E when trying to burn a DVD. Could this be a dirty lens issue in the drive. I see that many others have had the same problem, but relly cant seem to find

  • Scrabble and wifi problem

    Hi guys, Me and my gf have just bought scrabble for our iphones and were hoping to play against eachother on multiplayer. We have wireless internet at home. When we click on multiplayer it starts "searching for opponents" but cannot find eachother. I

  • Receiving sms from Ovi

    I try to manage my n97 device to sync with Ovi and after I select my device on Ovi sync service it show that I should receive a text message to save it in order to create the sync profile in my device but nothing come and I just wait more than two da

  • Please help in converting double value to date..

    Hi Friends, I have a double value which I am getting from reading the excel file using Apache POI Classes. For example: The date in the excel cell is 12/18/2008 and when reading the cell using the POI class it is returning 39800.0 instead of returnin

  • Critical security error found in Sendmail

    Please upgrade to the latest version 8.12.8 http://www.sendmail.org/8.12.8.html QUOTE "It contains a fix for a critical security problem in header parsing discovered by Mark Dowd of ISS X-Force; we thank ISS X-Force for bringing this problem to our a