Org unit tree

hallow did some have a exemple of report like tree of org unit that when you open u see org unit and under org unit and employee regards

U can have a look at some demo reports by SAP for tree structure development.
SAPSIMPLE_TREE_CONTROL_DEMO
SAPCOLUMN_TREE_CONTROL_DEMO
SAPTLIST_TREE_CONTROL_DEMO
Hope these reports will be helpful for U.
Award points if helpful info.
~BiSu

Similar Messages

  • Old netscape org unit tree doc url?

    I am looking for an old netscape article that explained how to create an org unit tree and then use the dn's of those entries in the people entries to represent their org unit., and it mentioned some code to read the relationship. Anyone have this or have the url or something comparable? It was an old tech article but things have changed so much I cant find it :)

    Hi Frank,
    I tried including -tr-inhibit:all;
    but it didn't work.
    Here's my skin registration tag in trinidaad-skins.xml
    <skin>
    <id>customSkin.desktop</id>
    <family>CustomSkin</family>
    <extends>fusion.desktop</extends>
    <render-kit-id>org.apache.myfaces.trinidad.desktop</render-kit-id>
    <style-sheet-name>org/calwin/ui/superweb/skin/css/customFusion.css</style-sheet-name>
    </skin>
    Can there be any other reason for not being applied properly.
    The images mentioned in the css are properly rendered but in the background
    default images are still coming.
    Please suggest..

  • Tree of org unit

    hallow did some have a exemple of report like tree of org unit that when you open u see org unit and under org unit and employee regards

    Hi antonio,
    We can also show tree like functionality using list (and not tree control).
    1. Its quite simple.
    2. Basically there are TWO FMs,
    which do the job.
    3. just copy paste in new program
    and u will know the whole logic.
    4.
    REPORT abc.
    DATA : tr LIKE TABLE OF snodetext WITH HEADER LINE.
    data
    tr-id = '1'.
    tr-tlevel = 1.
    tr-name = 'amit'.
    APPEND tr.
    tr-id = '2'.
    tr-tlevel = 2.
    tr-name = 'mittal'.
    APPEND tr.
    tr-id = '3'.
    tr-tlevel = 2.
    tr-name = 'Hello'.
    APPEND tr.
    tr-id = '4'.
    tr-tlevel = 2.
    tr-name = 'Brother'.
    APPEND tr.
    tr-id = '5'.
    tr-tlevel = 4.
    tr-name = 'Brother'.
    APPEND tr.
    display
    CALL FUNCTION 'RS_TREE_CONSTRUCT'
    TABLES
    nodetab = tr
    EXCEPTIONS
    tree_failure = 1
    OTHERS = 4.
    CALL FUNCTION 'RS_TREE_LIST_DISPLAY'
    regards,
    amit m.

  • FM for getting org units

    Hi,
    Is there a FM by which we can get the list of all the lower level depts assigned to a main dept. I mean all the org unit IDs below a specific org unit ID.
    I am searching for something similar to FM: BBP_OM_STRUC_GET_USER_FROM_ORG, which will give the list of users assigned to that dept and also to its lower level depts.
    Thanks,
    Arun

    SAP fulfills most of the business requirement on organisational structure reporting in different ways to extract the
    Organisation structure data by effective transction codes,  reports and graphical diagrams to understand the organisational overview with in short span of time.
    In SAP SRM organisation structure is a backbone of SRM so it help us to understand the organisation structure quickly.one picture explains thousand words.
    It could be a trivial information those  who wanted to download of purchasing organisational structure in to a flat file from SAP
    SRM and display the purchasing organisations into the graphical overview.
    *SAP SRM many Transaction codes/reports  help us to download organisational structure in to the  flat file. This file helps us to
    do quick analysis of the departments and users but this feature is not available in ppoma_bbp. for eg transaction code RE_RHXSTR00  and OOOE*.
    Step 1:-
    Enter a transaction code RE_RHXSTR00 and supply a Organisational Unit 5XXXXXXX (purchase organisation) which you want
    to download a structure and you need to select reporting period as you wish and execute this report.
    Step 2:-
    As we expected we may get purchasing organisation structure display .
    Step 3:-
    Here you can down load in to the desired file via system->list->save
    or you can execute the following reports to display the organisational structure and download the organisation structure into
    the file for analysis and quick understanding of organisation structure.
    Transaction Codes
    RE_RHXSTR00 -Organisation plan only
    RE_RHXSTR01 -Org Structure with position only
    RE_RHXSTR02-Org Structure with person
    RE_RHXSTR03 -Org Structure with workcenters
    RE_RHXSTR04 -reporting structure with persons
    RE_RHXSTR05 -reporting structure without persons
    RE_RHXSTR06 -work centers per org.unit
    RE_RHXSTR07-Activity profile without Persons
    RE_RHXSTR08 -Activity profile with persons
    OOOE-organisation structure. here also you can download the desired organisational structure.
    Step 1: Enter OOOE and supply your purchasing organisation 5XXXXXXX.
    PPCO- organisation management :maintain Org plan and (SAP Structural Graphical view) .This PPCO can be used for graphical overview of Purchasing organisation structure.
    Step 1:- Enter PPCO and supply your purchasing org. code 5XXXXXXX and click top down tree diagram.
    T code PSOG :- OrgManagement General Reporting .
    In SE38 you can execute the following reports to display the organisation structure.
    RHXSTR00 Organizational Structure
    RHXSTR01 Organizational Structure with Positions .
    RHXSTR02 Organizational Structure with Persons.
    RHXSTR03 Organizational Structure with Work Centers
    RHXSTR04 Report Structure with Persons
    RHXSTR05 Report Structure Without Persons
    RHXSTR06 Work Centers per Organizational Unit
    RHXSTR07 Activity Profile for Positions Along Organizational Structure
    RHXSTR08 Activity Profile of Positions with Persons Along Org structure 
    The above transaction code/ reports applicable only for  purchasing Organisation structure (PPOMA_BBP) not for vendor organisation structure (PPOMV_BBP).
    br
    muthu

  • Restricting no of positions in org unit : SAP OM

    Hi,
    1) My Client wants the no of positions to be restricted at a specific Org unit level in Tree Hierarachy.
    2) Also that no of positions describing a job should not be greater than a specific number.
    Request you to guide me how to achieve this in OM.
    Thanks in advance!

    Hi,
    Regarding your first question I dont think it is possible.  Regarding your second question, I could think about a workaround, that is once they have created all their positions in the Production system.  Then you can remove authorizations, so that no one is able to create positions.
    Shrikant

  • Org.units structure/hierarchy

    Hi all,
    I need org.units hierarchy/structure. I think of a table with fields like org.unit id, parent org.unit id. The data should be suitable for building a tree later which will display the org.units hierarchy.
    I read much in the forum, but I didn't find smth helpful.
    Is there a function module which exports such a data?
    Thanks,
    Ogniana

    Hi!
    Well I don't know any function modules about it. I'm reading them directly from the table HRP1000, HRP1001. It is a bit complicated and requires a few hours till figures out the keys and the hierarchy (OBJID is the upper and SOBID is the lower level) in this table.
    If no one will post a useful function module, you might try these tables.
    I'll check back later maybe I can use a function module, if someone posts one...
    Best regards
    Tamá

  • MSS ECM new column in Organization unit Tree structure

    Hi All
    Requirement is to add aditional column in in Selection Screen of ECM, when user selects dropdown value "Employee Selection by Organization Unit".
    Currently i get only Tree Structure of org unit.  Need to add Custom (or columns if provided by SAP ) in Org unit level.
    Thanks in advance.
    Regards,
    Chinmaya

    Employee search this is possible but not in Team  calendar
    In MSS 1.0 under employee information we have three pages:General
    Information, Compensation Information and Personnel Development .
    All these pages have different employee search iview.
    Basically employee search iview(properties) is responsible for display
    of Organization Hierarchy as table or tree.
    In employee search iview we have iview property "Organizational struct-
    ure with list display in navigation area" Sap.xss.tmv.navlistorgviews.
    This property enables you to define the navigation objects for an
    organizational structure view are to be displayed in a
    table as opposed to a tree hierarchy. In the standard system, navigation
    objects are displayed in a tree structure.
    You can enter the following organizational structure views:
    - Organizational structure views with a navigation area that belong to
    the organizational structure view group you defined with the property
    sap.xss.tmv.orgviewgroup. (Group of Organizational structure views)
    - Organizational structure view you define with the property sap.xss.tmv
    .orgview(Individual organizational structure view) provided it has
    navigation area.
    For e.g.,
    Let say, you would like to display maintain position requirements,
    navigation objects as table.
    Let say in backend you had defined following Organization structure
    views:
    MSS_TMV_EE_ORG1#Employees from Organizational Units
    MSS_TMV_EE_ORG2#Employees from Organizational Structure
    From Content administration ->Portal content ->#. Choose
    Employee Search iview (for compensation information).
    Now in the iview property "Organizational structure views with list
    display in navigation area"  maintain MSS_TMV_EE_ORG1,MSS_TMV_EE_ORG2
    Now for all cases you will get navigation objects as table display.

  • Search help for org units

    Hi,
    I'm looking for a tree search help for org units without organisational controls.
    Actually I'm using the search help 'RH_TYPE_STRUC_HELP' but the units are only the units directed by the user. For one of the specific infotype, I need to let the user select an unit that is not in his own structure... to save an information like "I don't want to work here".
    Have you got some function that can help me ??
    Thanks,
    Christophe.

    Hi
      I want to know only the parent org units existed at company code level or Personnel area level for the position search hlep and not the org units and positions relationship

  • Org unit date in adhoc query

    Hi
    I have created a TEM query in SQ02, based on infoset \SAPQUERY\HR_TEM_E (logical database PCH),  in which I am outputting object name and date (P1000), and org unit (P8004).
    The output on the org unit name corresponds to the most current version of the org unit, but my requirement is for it to match to the date that the course object exists, i.e. historical.
    Would anyone know a way to code this field, or whether there is a functional solution to this?
    Please do let me know.
    Anyone?
    Edited by: minttea on Aug 10, 2010 3:52 PM

    Hi..
    Pls check below code to fetch the tesxt of historical org unit. hope it will help.
    *//Internal table declaration.
    DATA : lt_00  TYPE STANDARD TABLE OF pa0000,
           lt_psn TYPE STANDARD TABLE OF zhrpositions,
           lt_ret TYPE STANDARD TABLE OF bapiret2,
           lt_01  TYPE STANDARD TABLE OF pa0001,
           lw_01  TYPE pa0001,
           lw_psn TYPE zhrpositions,
           lt_comps  LIKE zstr_hr_comps,
           lt_return LIKE bapiret2.
    Thanks,
    kl
    Edited by: Narayana on Aug 10, 2010 10:50 AM

  • Report to check org units without any position display

    Dear All,
    I want a report which i can see only the org units in a graphical way. When i am checking through Simple maintainence mode I am getting org units along with positions also with in the graphical mode i have selected the view option under options menu there can able to see individual departments along with positions.
    My request is i want to see the organization structure along with sub org units under sub org units with departments without positions. please let me know is there any standard reports available.
    Regards,
    HR user

    Yes, the Report is
    S_AHR_61016493-Organizational Structure-Organizational Structure
    Select the first line and press F8

  • How to Restrict Creation of Infotype Record for Certain Org Units?

    Dear All,
    Requirement:
    Org Unit 1 does not have overtime. Even the employee works overtime, they will not get overtime compensation.
    One of the option is to disallow the creation of IT2005's record for all the employees in Org Unit 1.
    Is it possible to do this through standard SAP?
    Thanks a lot.

    Hi,
    The best way to control this will be with Authorizations so that people belonging to one Org.unit should not have IT2005 mantainence.
    Let me know if u have any concerns on this.
    Thanks
    Swati

  • Org Chart 3.0 - Print button on Org Unit's Profile not working

    Hi,
    In Org Chart, after we click on the Org Unit, then the details will be displayed on the right panel.
    We clicked on the Action button on the right panel, and click on the Org Unit Profile, a new window will be opened.
    Now, clicked on the small printer button on the top right corner.
    It will opened a new window with print preview to print that profile page.
    However, the print preview is empty, and when we printed this out, we get a blank page.
    CDS.log
    ERROR com.nakisa.Logger  - PrintPreview.ascx : createPrintPages : Could not load preview. No HTML pages were found
    INFO  com.nakisa.Logger  - Invoking action:setCss [<link rel="stylesheet" type="text/css" href="../_Themes/Buttons.css"/><link rel="stylesheet" type="text/css" href="../_Themes/orgChartTheme.css"/><link rel="stylesheet" type="text/css" href="../_Themes/OrgChartLines.css"/><style>.showPrintSectionBox{display:block;}.hidePrintSectionBox{display:none;}</style><link rel="stylesheet" type="text/css" href="../_Themes/NOMS_Style1.css" />]. For processor Printing. Against controller Printing
    INFO  com.nakisa.Logger  - setCss on Printing took: 0ms
    INFO  com.nakisa.Logger  - Invoking action:updatezoomlevels [undefined]. For processor UpdateSettings. Against controller UpdateSettings
    ERROR com.nakisa.Logger  - java.lang.NumberFormatException: For input string: "undefined"
    INFO  com.nakisa.Logger  - updatezoomlevels on UpdateSettings took: 1ms
    ERROR com.nakisa.Logger  - PrintPreview.ascx : createPrintPages : Could not load preview. No HTML pages were found
    INFO  com.nakisa.Logger  - Invoking action:setCss [<link rel="stylesheet" type="text/css" href="../_Themes/Buttons.css"/><link rel="stylesheet" type="text/css" href="../_Themes/orgChartTheme.css"/><link rel="stylesheet" type="text/css" href="../_Themes/OrgChartLines.css"/><style>.showPrintSectionBox{display:block;}.hidePrintSectionBox{display:none;}</style><link rel="stylesheet" type="text/css" href="../_Themes/NOMS_Style1.css" />]. For processor Printing. Against controller Printing
    INFO  com.nakisa.Logger  - setCss on Printing took: 0ms
    INFO  com.nakisa.Logger  - Invoking action:updatezoomlevels [undefined]. For processor UpdateSettings. Against controller UpdateSettings
    ERROR com.nakisa.Logger  - java.lang.NumberFormatException: For input string: "undefined"
    INFO  com.nakisa.Logger  - updatezoomlevels on UpdateSettings took: 0ms
    This same problem happens on Position's Profile.
    How do we fix this print problem?

    Hi Luke,
    In General Settings, I have defined Company Title, URL, and Logo.
    Together with Allow Switching Between Modes, Set Standard Mode as Default, and Enable Effective Dating are enabled.
    In Print preferences, Size is set to A4, Landscape, CM. The rest are all unchecked and Export settings are all enabled.
    Am I missing some setting to cause the error?
    Regarding the file SettingsResources.xml, it's encrypted in our .delta folder but it's decrypted in Admin_Config\SAP_DB2

  • Function Module to show all jobs in that Org Unit.

    Does any one know is there any Function Module which gives all the jobs that comes under that Org Unit. for example if org unit 10 has 2 Sub Org Units(11 and 12) and 3 jobs(20, 21 and 22) under it. and the Sub Org Unit 11 and 12 has 1 job each( 30 and 40). When you run for org unit 10 it should give all 5 jobs (20, 21, 22, 30 and 40).

    Hi Fayyaz
    Well you use a FM RH_READ_INFTY_1001 to discover the relationships between an ORG Unit and Jobs.
    Alternative, you can write a simple query to extract data from HRP1001 to find the jobs under an Org Unit. Because Jobs are related to an Org Unit and this relationship is stored in Infotype 1001/HRP1001.
    Reward Points, If helpful.
    Regards
    Waz

  • BADI or Enhancement Spot while assigning BP to a Org Unit

    Hi,
    I have a requirement of changing the BP address while assigning the BP to a Org Unit in PPOMA_CRM. Is there any BADI or Enhancement Spot which can be used for this purpose.
    Thanks,
    Ravi G

    Hi Ravi
    Regarding this thread I want a help from your side if you can help me please.
    I have to put some validation for the assigned employee and the position under which the employee is beeing assigned.
    Is there any badi or Enhancement spot that can resolve my problem.
    the validation will be done as soon as we select the employee that will be assigned to the position and press the ENTER.
    It is done before SAVE.
    Best Regards
    Saurabh

  • Error : Sales Org.Unit does not have these attributes -- Urgent

    Hi, Team,
    I am unable to create a service order with serivce material ( Only installation visit charges ) for w/o warranty product .
    I am getting error : " Sales Org.Unit does not have these attributes "
    I had checked the related Org data of respective sales org , already the sales area combination is also maintained from R/3 with required attributes "
    Pls revert with possible solution .
    Regards,
    VCS

    PePe :
    Thanks for reversion !!
    Basically it is a product Service Material (Servicing Charges), where in I had checked in the transaction ,   Though the required sales area  is well maintained in the R/3 System and is being replicated to the CRM . 
    When I checked the product Service material , the required comination is missing and could find other sales area combinations .
    Pls guide , how to go to get this resolved .
    Regards,
    VCS

Maybe you are looking for