Organisationla Unit Structure Search

As used in transaction PPOSE. I would like to add this org structure tree search to a screen field. Can anyone tell me how this can be done? Alternately is there another suitable user friendly search help I could use?

You could try using function module RH_OBJID_REQUEST.  The org unit option gives you a really useful and easy to use (in my opinion) tree structure of org units.....in fact looking at it again I think it is the same one that is used by PPOSE.....

Similar Messages

  • Organisational Unit Structure Search

    Hello,
    As used in transaction PPOSE and PPO1. I would like to add this structure tree search to an ABAP WD View fields. The transaction used the function module RH_OBJID_REQUEST.
    Can anyone tell me how this can be done?
    Alternately is there another suitable user friendly structure search help I could use in ABAP WD view?
    How can I create a search help structure in ABAP WebDynpro? Have you got a example?
    Thanks for your help.
    Regards,
    Mathieu

    hi,
    For Freely Programmed Search Help Check this out.
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/wdabap/freely%252bprogrammed%252binput%252bhelp
    http://help.sap.com/saphelp_nw04s/helpdata/en/47/9ef8cc9b5e3c5ce10000000a421937/frameset.htm
    I hope it helps.
    Thanx.
    Saurav.

  • Organizational Structure Search Help in Webdynpro ABAP

    Hi,
    I need an organizational structure search help in webdynpro abap.
    It should list the organizational structure in tree view like RH_OBJID_REQUEST lists.
    I tried to use RH_OBJID_REQUEST function in webdynpro but I got " A RAISE statement in the program
    "CL_GUI_CUSTOM_CONTAINER=======CP" raised theexception condition "CNTL_ERROR" short dump.
    Is there such a function for webdynpro abap and  how can I achive this with select options?
    Thanks in advance..
    MERAL

    Great article.  I also had this probelm a year ago. My problems questions are:
    Is it possible to select more then one entry in the tree?
    What about selecting all childrens with one click?
    In my solution I inserted this tree, into a table and the table had a checkbox, row, so the user can check the required org units, (more then one) and there was a separate button, for "select all children"

  • Logical Database - PNPCE - Hide 'Org Structure' 'Search Help' etc buttons

    Hi,
    We have created a report by making a z copy of RCATS_APPROVE_ACTIVITIES. In the Z version we need to hide the buttons on the titlebar of the selection screen.
    Buttons are
    - Org Structure
    - Search Help
    - Dynamic Selection
    - Selection Fields.
    Can you please suggest if I can do something from the code ?
    Regards,
    Chiranjeevi.

    Hi,
    Thanks for your suggestion. However, there is no title bar method that we can modify to remove the buttons. I have created a Z report Category by copying the existing one and made the modifications.
    In that we can hide/display UI elements which are displayed by Logical Database.
    Regards,
    Chiranjeevi.

  • To hide /deactivate Structural search in E recruitment ?

    Hi all,
    Could anybody tell me how to hide deactivate the structural search on the organization subtab of organization data in the requisition.
    But we don't want it to be deactivated in SAP R/3.
    thanks and best regards
    Rajeev

    Dear Madhusudhan,
    Can you please tell me how you solved the Http error . I am facing the same problem.
    thanks.
    Rgds,
    Sofia

  • ABOUT STRUCTURE SEARCH

    HOW TO INCORPORATE STRUCTURE SEARCH FOR THE FIELD POSITION IN ONE OF MY REPORT SELECTION SCREEN.CAN ANY ONE GIVE SAMPLE CODE FOR THIS.
    THANKS.

    Vadivel,
    Do you mean Search Help?
    If so, then this is an example:
    PARAMETERS: p_vbeln LIKE vbak-vbeln MATCHCODE OBJECT vmva.
    vmva is a search help (have a look at it using se11).
    You can easily create your own search helps...
    Thanks,
    Wojtek
    Message was edited by: Wojtek Haase

  • "Structure search" and "free search" in input help

    I need to have an input help for my PERNR field, right now i am using search help PREMN and calling FM F4IF_FIELD_VALUE_REQUEST inorder to display the input help. But, in addition to this, i wnat the tabs "Structure search " , "Free search" to be displayed in teh input help pop up screen.
    How can i achieve this?
    Thanks,
    Vasuki

    Hi Vasuki,
    Just write it this way
    parameters:p_pernr type pa0001-pernr matchcode object PREM.
    Now once you hit f4 help. The search help will be displayed with all tabs, once you choose the free search tab the respective screen will be displayed.Now if you want to return to other tabs you must choose the button in bottom of the free search screen which is in between "Green tick mark" and "Close button".

  • Structure Search-PPOME

    Hi,
    I assigned a new object type A (Work Center) in Find By area (left hand side of PPOME) of PPOME.
    I configured Structure Search using table T77FSEAT. When I click on Structure Search( in PPOME) I am getting a message u201CNo Structure Existsu201D.
    Please Help in making the Structure Search functional.
    Regards,
    Ghanapriya

    I used the following:-
    Obj. Manager Scenario: - OMEOO0
    Search Node Key: - A
    Search tool:- CL_HR_OM_SEAT_STRUCTUAL_SEARCH
    Interaction tool: - CL_HR_OM_IAT_ORGP_GOS_CD
    Please Help as I am not able to see any data when I click on structure search for object type A in PPOME
    Regards,
    Ghanapriya

  • Org structure Search help

    In my WDA I would like to display an Org structure and allow to select Postion or Unit.
    In standard ABAP I would use a Search help for this - something like H_RMPS_DEPARTMENT.
    Could I do this in WDA?
    Thanks a lot.
    Tatyana

    Hi,
    You can use the dictionary search help in WDA too. For the context attribute for which you need the search help select the Input Help mode as "Dictionary Search help" and then provide the search help name.
    You can also develop a freely programmable search help too. Refer to the below link for more details-
    http://www.divulgesap.com/blog.php?p=NjQ=
    Also you can develop a search help using Object Value selector concept (OVS). Refer to the below link for more details.
    http://www.divulgesap.com/blog.php?p=NzA=
    Cheers,
    Ravikiran

  • 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á

  • Restricting structure search

    Hello!
    I would like to arrange a search help where a user could select from a list of persons(P) limited by some given role (AG) they hold.
    As of now, I succeeded to list persons by roles using FM
    RH_TYPE_STRUC_HELP with wegid US_ACTGR .
    Is there any way now I could limit this search to one particular role?
    I see there is a RESTRICT_CALLBACK parameter, but I failed to find sample usage of it.
    Have you possibly tried this sort of 'prefiltering' f4 lists?
    Thank you very much in advance!

    Thank you for your advice. I do use structural authorization and it works fine. users can see only parts of organization structure which they are authrised to see. what I want now is some finer tuning - of all users' colleages I want to list , for example, all approvers in one case and all
    'signers' in other case.
    Looks like it should be done with regular search helps..

  • CAT2 Org Unit Structural Authorizations - Employees moving to different Org

    Hello, everyone -
    We currently use structural authorizations to restrict time keepers to only maintain time entries for employees in their org units. If an employee moves to an org unit maintained by a different timekeeper, we want to continue to allow the previous time keeper to maintain entries for the time the employee was in their org.
    Example: pernr 1 starts out in org unit X. Org Unit X time entries are maintained by time keeper A. Effective 5/1/2014, pernr 1 moves to org unit Y, whose time entries are maintained by timekeeper B. The standard maintenance data entry profile allows the user to go back 6 weeks. On 5/2/2014, time keeper A tries to enter overtime worked by pernr 1 for his org unit on 4/30/2014. He receives the error "Not authorized to maintain data for personnel number &2 using profile &1".
    How do we allow a timekeeper to make entries for any employee who was in any of their org units, even if they're no longer there?
    Thanks in advance, and I'll definitely reward points for any helpful answers.
    - Steve

    Hi, Rohit -
    The actual scenario is that we are set up to move all withdrawn personnel numbers to a pooled "separated" position in a separate org unit. This frees their previous position to be filled by a new hire. It also means that a LOT of personnel numbers are in this org unit, which the time keeper should not have access to.
    D.  -
    We're using a custom function module entered in T77PR to retrieve the organization units that the time keepers should access.  Here are the entries in T77PR:
    (The "Maint."/Processing Type column is checked for all 3 rows.)
    Z_HRLY_TMKPR 1 01 O          O_S_P 12 3   ZBC_GET_TKEEPER_ORGS_BY_USER
    Z_HRLY_TMKPR 2 01 S          O_S_P 12 3   ZBC_GET_TKEEPER_ORGS_BY_USER
    Z_HRLY_TMKPR 3 01 P          O_S_P 12 3   ZBC_GET_TKEEPER_ORGS_BY_USER
    The function module uses a custom evaluation path ZHT that looks like this:
    15 * B 008 Holder * S
    20 S B ZHT Hourly Timekeeper * O
    30 US A 208 Is identical to * P
    I'm not sure what you'd like to see related to the profile... Is there a way to configure the CAT2 logic to allow a user to maintain a personnel number who is in the org for at least part of the time that the employee was in an organization that the user is authorized to maintain?
    Thanks again,
    - Steve

  • Structured Search/Replace

    Greetings:
    I have been given an xml file that originated in a low cost xml editor. When I open the document in Frame 9, the document has extraneous spaces before and after various tags.
    The most bothersome are those that appear after start tags. For example:
    <para> Now is the time ....
    Other editors I've worked with allow you to search for a "<para> " and replace it with "<para>", the text representation of the tag.
    I see Frame supports regular expressions in Find/Replace but I can't find any documentation to describe how to use it.
    Anyone have any idea how I can elminate rogue spaces before and after various start/end tags in Frame?
    thanks in advance.
    Baejc

    Hi Baejc...
    In FM, you can't search on tags .. you can search for a tag, but not the actual tag markup. I actually don't know of a way to fix the problem you're seeing once the file has been opened in FM (aside from developing a custom plugin or script that would clean it up). This problem is caused because the XML file you're opening has been pretty-printed (I'm guessing). FM treats all space within a tag as "content" .. this includes whitespace in parent tags as well .. this ends up typically being NOT what you want.
    One solution is to open the XML file in a plain text editor or an tag-based XML editor and "un-pretty-print" the file by removing the leading tabs or spaces on all lines. If this isn't a viable solution, you will need to introduce an import XSLT script to your structured application. This will cleanse your file of the unwanted whitespace before it's opened in FM. For an excellent discussion of this subject, visit the following URL ..
         http://www.scriptorium.com/whitepapers/whitespace/
    Good luck!
    ...scott

  • Position Level in Org Unit Structure

    Hi,
    Is there any FM or way to find out the position level in Org UNit for example, Chief Position level will be 1 and Chief subordinates level will be 2 and so on.
    Br,
    Piyush

    Hi,
       Use FM : RH_STRUC_GET
    Regards,
    Srini.

  • Org unit structure

    Hi,
    Is it possible for a person (engineer in this case) to have direct reports but at the same time that person is not a Chief (and not part of a separate org unit)?
    If that is possible, are there potential implications with something like head-count reports, or other potential issues?
    Thanks for any help,
    Alli

    Hi,
      The requirement can be done.But i dont understand the need of this reuirement.
    For having direct access to reports ,you can give the necessary Authorisation.
    But for the approval part,if the same guy is approving his/hers,it not required at all.
    Regards,
    Manoj.

Maybe you are looking for

  • Af:navigationPane is not rendering buttons

    Dear All, I am using Jdeveloper 11g R2 11.1.2.1.0. I set the Hint property of af:navigationPane to Button, but at runtime it is rendering the navigation items as bars. Is it the correct behaviour or I am missing some setting. Any help will be highly

  • Logical measure column

    I created new flag in informatica to identify a service request which fall for certain conditions. If the service request fall under conditions and then i will mark as 1. If not then 0. I defined this as INT in physical layer. and my new logical colu

  • Should I get 2.3 or 2.6 ghz mac mini

    What is each one better for.

  • Change organizational model

    Hello, at the beginning of CRM in our company we created an organizational model. There we have a hierarchy with sales organisation --> sales buro --> sales group. Now we have a new office in another country. For the new office we have to create a ne

  • Help with circle applet

    I don't know why my compiler keeps saying: cannot resolve symbol - method addActionListener (java.awt.event.ActionListener) Here is the code. There could be other errors too. import java.applet.Applet; import java.awt.Graphics; import java.awt.Graphi