How to read employee user's Org unit name,Org unit add and user position

Hi ,
Is there any Function module or a class-method to read a user assinged Orgunit name ,Org unit address and the user position at that org unit.
i have a given out a search on sdn but could not get the answer.
Thanks for your time
Seema

Eswar,
Thanks for your fast reply.
I found this table before.But i do not have idea of passing what paramters to get my specific org and position of an employee data from this table.
Let say i know my BP number for employee and Username of him.
i could find out his Obj id using EMP user name.
When i look into table HRP1001 using above Obj id, i could see there are 3 entries exist in table , among one of them is talking about position  as
Sclas = S  and SOBID = 50020832.
So how would i know by having this number , is it dealing with position and what kind of position it is,,,whether a manager or something else?
Hope you got me.
Basically am aslo looking for a FM where in i cold porvide aBP number or EMP username, where inturn i ll get a Emp position his org details.
Seema
Edited by: seema rajjot on Apr 9, 2010 8:40 PM

Similar Messages

  • HT204389 How do I teach Siri to spell my name correctly in texts and emails?  She spells it Jerry instead of Jeri.

    How do I teach Siri to SPELL my name correctly in texts and emails?  She knows who I am from My a Info.  She insists on spelling my name as he male version instead of female (or my info spellng). 

    Say:
    "No space on. No caps on. s h e r i
    No space off. No caps off."
    That would start her name with a lower case a.
    But you can play around starting there to get it the way you like.

  • If I get a user to enter their name as a variable and I am linking one movie to another using a button, is there a way to carry the user name forward into the second movie?

    If I get a user to enter their name as a variable and I am linking one movie to another using a button, is there a way to carry the user name forward into the second movie?

    Hi there
    See if the link below helps
    Click here
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • How to get employee no(pernr) based on the organizational unit

    HI,
    I am using LDB PNP in my program nd have used my own report category with Organizational unit,begin date and end date in the selection screen.
    Now I have to get all the active employee of that organizational unit.so tell me how to get this
    Explain about GET and PROVIDE statement
    Regards,
    Kiruthi

    Hi !
    To get active employees reject separated employees ( action )
    i.g
    ******Data fetch*****
    start-of-selection.
    get pernr.
    if pernr-massn eq '14'.
    reject.
    else.
    it_active-sapid = pernr-pernr.
    endif.
    ORGEH : Organizational Unit
    ORGTX: Organization unit text
    ********Organization*************
    *data text type char30.
    SELECT SINGLE ORGEH  from pa0001 into IT_ACTIVE-ORGEH where PERNR = IT_ACTIVE-SAPID.
    SELECT SINGLE ORGTX from t527x into IT_ACTIVE-ORGTX where ORGEH = IT_ACTIVE-ORGEH and  SPRSL = 'EN' .
    if sy-subrc eq 0.
    write: 160 sy-vline, IT_ACTIVE-ORGTX.
    else.
    clear: IT_ACTIVE-ORGTX.
    write: 160 sy-vline, IT_ACTIVE-ORGTX.
    endif.
    **************Organizational ID ******************
    select single ORGEH from pa0001 into it_active-Org where pernr = it_active-sapid and begda le pn-endda and endda eq '99991231' .
    if sy-subrc eq 0.
    write: 180 sy-vline, it_active-org .
    else.
    clear: it_active-org .
    select single ORGEH from pa0001 into it_active-org where pernr = it_active-sapid and endda EQ '99991231' .
    write: 180 sy-vline, it_active-org.
    endif.
    Regards
    Sheetal

  • How to maintain Employee photo in ESS who's who without sap_all and sap_new

    Hi ALL,
    Displaying Employee photo in ESS Who's who. it is working but with SAP_ALL and SAP_NEW user profiles.
    My requirment is without SAP_ALL and SAP_NEW user profiles. how it is working where can i maintain authorizations for this issue.
    The parameter i used are as follows:
    Business obj: PREL
    Doc type: HRICOLFOTO
    Personal num: 00000094
    Infotype: 0002
    Photo type: .JPG
    please help me.
    Regaards
    Satya.

    Dear satya .
    Please check the following
    1. Trace with the t.code ST01 and check that object require.
    2. The portal require the following obect:
    S_SERVICE
    S_RFC
    P_PERNR
    PLOG
    P_ORGIN/ P_ORGINCON
    P_HAP_DOC, if you work with Appraisal Document.
    3. Check the table T77S0
    P_PERNR, P_ORGIN, y P_ORGINGCON
    4. Check that you have the roles need for ESS.
    SAP_ESSUSER
    SAP_ESSUSER_ERP05
    SAP_EMPLOYEE_ERP05
    SAP_EMPLOYEE_ERP_13
    SAP_EMPLOYEE_ERP05_xx
    SAP_EMPLOYEE_ERP_13_xx
    5. Check the following notes:
    SAP Note 857431 - ESS: Authorizations and roles for WD services in ERP 2005
    SAP Note 844639 - MSS: Authorizations and roles for WD services in ERP 2005
    SAP Note 1373177 - Back end authorization roles missing in EHP4
    SAP Note 824757.
    [ESS Quick Start|http://www.cogentibs.com/pdf/cogsap08/ESS.pdf]
    Hope is help you.
    Regards
    consultor_ess_mss

  • How to read out a RPM signal in labview using UMI 7764 and PCI 7330

    Hi
    I have a problem getting a encoder signal into a labview program. The encoder is connected to a UMI 7764 motion device. This device is connected to a PC trough a PCI 7330. I heard rumors that I can't have more than two axis on a PCI 7330. But can I have more than 2 encoders on it?
    The big problem is that I am new to the motion system and I don't know where to begin.
    I'm going to finish a uncompleted system, but when I look at the VI, I get nervous. So you are my last hope.
    I have taken screen captures of the VI and uploaded it.
    My task is to implement a new encoder signal to the already-made VI.
    Question is:
    How do I add and read out a RPM signal from a new encoder?
    VI download:
    http://www.mediafire.com/?k1ckbozeppffv1z
    Best regards
    Henrik Myhre

    From your post it seems like you wants to read back the RPM value of a particular move based on your encoder. There actually is a specific VI that you can use that does exactly this. The Read Velocity in RPM.VI should output the RPM of the current move that you are doing.
    In the code that you posted, it looks like you are performing a two axis move. Therefore you will need two instances of this VI, one for each axis. You should utilize these VIs within the while loop and after the move has been started that way the RPM values are continuously updated.
    It also seems like you have inherited some code that looks very complicated. We would highly recommend that the you begins experimenting with basic motion to get familiar with it.

  • Why do I see multiple users with the same name as an output of "users"

    Recently, I found a peculiar thing when I typed "users" in the terminal. There were three users with the same name. After restart(power went down) I now see only one user there. Is this normal and why it can be happening? Why are there duplicate users sometimes?

    alphaniner wrote:
    Well now I'm confused. My xterm (xfce4-terminal) has that option disabled but I still get a user entry for each tab.
    OT: you can run who to get a better idea of what each user is associated with. Eg. with Xorg on tty1 and terminal open with two tabs:
    $ who
    testing tty1 2013-12-11 08:55
    testing pts/0 2013-12-11 08:55 (:0.0)
    testing pts/1 2013-12-11 15:51 (:0.0)
    Oh there is another option on mine besides "Run command as a login shell" called "Update login records when command is launched" I have them both disabled. Check for a second option maybe.

  • How to group employees together belonging to a particular org. unit togethe

    Hi,
    I am developing a report. In that report after retrieving the relevant data(Employees belonging to a particular org. unit together irrespective of position say employee, chief etc.) it is required to display the output in a such a manner that all employees belonging to a particular org. unit will be grouped together.
    Which one would be a better grouping criteria?
    1. Grouping by personnel area(P0001-WERKS)
    2. Grouping by org. unit(P0001-ORGEH)
    What is the impact of both of them?
    In case if there is a grouping criteria other than both mentioned above, then please guide me for the same.
    The objective of the report is to show the result in the form of employees belonging to a particular department together irrespective of their position in the department.
    Thanks,

    Cost Center Can be inherited Via
    OU - Current or Any OU above inthe Hierarchy
    Position Hierarchy
    IT - Account Assignment for OU or Position
    Or IT-27 directly..
    Ensure Cost center ref is removed from all these sources if you dont want a Cost Center.

  • REG : How to read the value of Head of own org unit

    Hi SRM gurus,
    I have a requirement where I am populating the default purchaser, for that I am defaulting the purchaser as the head of Organizational unit.
    Now my issue is I need to read this detail and populate in a custom field.
    Do we have any BADI or FM which stores this (head of the purchasing org) data ?
    Regards,
    Aakash Awasthi

    Hi,
    you can try function module BBP_OM_STRUC_GET_MGR_FROM_ORG
    Regards
    Konstantin

  • How to read employee's workschedule without substitution?

    hi guru,
    could you pls tell me there is any funciton or forms avaiable that can read the work schedule of a given pernr, without reading substitution information 2003?
    we use CALL FUNCTION 'HR_PERSONAL_WORK_SCHEDULE' , but it can only return the schedule with substitution, we want to get the original planned workschedule
    br
    zj

    Hi Jun,
    Try function module HR_PERSON_READ_WORK_SCHEDULE once.
    Regards,
    Dilek

  • How to read any file image file or doc. or any kind and put it in abap

    Hi All,
    I want to write RFC to read any kind of file ,image or doc or any type and put it in ABAP .
    Also read that file from ABAP .
    Can anyone suggest me how to do this functionality?
    Thanks.

    The internal table can be of of string.
    Types : begin of typ_line,
                 line type string,
                end   of typ_line,
                typ_doc type table of typ_line.
    data : t_file type typ_doc.
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          filename                = l_file
          filetype                = 'bin'
        TABLES
          data_tab                = t_file
        EXCEPTIONS
          file_open_error         = 1
          file_read_error         = 2
          no_batch                = 3
          gui_refuse_filetransfer = 4
          invalid_type            = 5
          no_authority            = 6
          unknown_error           = 7
          bad_data_format         = 8
          header_not_allowed      = 9
          separator_not_allowed   = 10
          header_too_long         = 11
          unknown_dp_error        = 12
          access_denied           = 13
          dp_out_of_memory        = 14
          disk_full               = 15
          dp_timeout              = 16
          OTHERS                  = 17.
    You will have the contents into this internal table T_FILE. You can loop on this table and store it as a application server file using WRITE DATASET.

  • How can I use the same Game Center name on my iPad and my iPhone?

    Is there any way to use the same Game Center name on two devices?

    If you signed into Game Center in Settings > Game Center on both devices with the same Apple ID, you should have the same name in both centers.

  • How to add/invite users to your admin console

    I have read the FAQ regarding this but there is no option to invite users under the 'Admin Users' section as it states in the FAQ. I have WebBasics plan but it states I am allowed to have up to 3 users yet there is no way for me to invite these users. Also if I can not add any users is it possible to change my email for this account as I actually made the website for a client.

    Hi,
    The option should be located within the admin panel via Site settings -> admin users -> invite. 
    If you are not seeing this please provide the site so we can investigate. 
    Kind regards,
    -Sidney

  • How to read tkprof

    Hi,
    Please tell me how to read the tkprof out put.
    what is difference between execute and fetch.
    Nilesh

    See http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96533/sqltrace.htm#1317

  • How to read from UDP ??

    Hello,
       I have a device which sends MPEG2 multicast udp live stream, I can read it from udp://@236.1.1.14:34000 for instance. Next it is transcoded with vlc :
    cvlc -vvv udp://@236.1.1.14:34000 --sout \
            "#transcode{venc=x264{keyint=60,profile=baseline,level=3.0,nocabac},vcodec=x264,vb=250,sc ale=0.6,acodec=mp4a,ab=96,channels=2,samplerate=48000}:rtp{dst=127.0.0.1,port=10013,mux=ts }" 2>1 > /dev/null &
    My question is how to read from udp://@127.0.0.1:10013 using FMS and send it to flash clients ?
    Thank you

    Hi Nikhil,
        Thank you for the response. But what kind of streams can I feed into FMS input ? VLC supports other types of output, HTTP for example

Maybe you are looking for