HR DB table to find out PERNER using first or last name of the person

Hi all,
just wanted to know from which HR DB table we can find the Personal number by passing First name or last name of the person.
Thanks in advance,
Vithal

Hiiii,
Go to Se12
Table name :- pa0002
fields:-
Last Name :- NACHN
First Name :- Vorna
Just enter values for these two fields to get Personal Number.
Regards
Sachin Dhingra

Similar Messages

  • How can i find out who used my iTunes last?

    Someone reset my password and i want to know who. How can i find this out?

    No one used my computer. I got an email that says my password was changed and i want to know who. noone on my computer did it because i checked the history.

  • How to find out when a program was last executed

    Hello,
    I have a assignment to find out when some programs where last executed in the past 2 years or so. My question to the profs here is as follows? What are the possibilities in ABAP to out when a Program (report) was last executed? Is there a function Modul that can give you when a program was last executed? OR is there a table to show you when a program was last executed?
    Thank you for your help.
    Sabina

    Hi,
    use the t.code STAT,STAD.
    Check in this link for a sample code..
    https://forums.sdn.sap.com/click.jspa?searchID=421554&messageID=1488089.
    From Table TRDIR also you get the information about Last change.
    TRDIR-UDAT ---> Changed On
    TRDIR-UNAM ---> User Name
    Regards
    Kiran Sure

  • Table where the last name and the first anme are stored

    Hi ALL,
    I would like to know the table in which the last name and the first name of the employee gets stored?

    Hi,
    You can use the table PA0002 for first and last name of the employee.
    Please refer the below fields in table PA0002
    First name- PA0002<VORNA>
    Last Name-PA0002<NACHN>
    Second Name-PA0002<NACH2>
    Regards
    Raviiiiiiiiiii

  • Table to find out the function modules used in a particular program

    Hi,
    Is there any standard table to find out the function modules used in a particular program?
    Such as there is a table D010TAB to find out the tables used in a program .

    Hello
    There is no exist such table.
    But try this snippet:
    REPORT ZSEARCH.
    PARAMETERS: P_NAME LIKE D010SINF-PROG.
    DATA: PROGTXT(72) TYPE C OCCURS 0 WITH HEADER LINE.
    DATA: TMP(72) TYPE C OCCURS 0 WITH HEADER LINE.
    DATA: FUNCT TYPE RS38L_FNAM OCCURS 0 WITH HEADER LINE.
    DATA: INCL TYPE RSEUINC OCCURS 0 WITH HEADER LINE.
    CALL FUNCTION 'RS_GET_ALL_INCLUDES'
         EXPORTING PROGRAM    = P_NAME
         TABLES    INCLUDETAB = INCL.
    LOOP AT INCL.
      READ REPORT INCL-MASTER INTO TMP.
      APPEND LINES OF TMP TO PROGTXT.
      REFRESH TMP.
    ENDLOOP.
    READ REPORT P_NAME INTO TMP.
    APPEND LINES OF TMP TO PROGTXT.
    LOOP AT PROGTXT.
      IF PROGTXT CS 'CALL FUNCTION'.
        SEARCH PROGTXT FOR ''''.
        IF SY-SUBRC = 0.
          DO.
            SHIFT PROGTXT LEFT BY 1 PLACES.
            IF PROGTXT(1) = ''''.
              SHIFT PROGTXT LEFT BY 1 PLACES.
              DO.
                SHIFT PROGTXT RIGHT BY 1 PLACES.
                IF PROGTXT+71(1) = ''''.
                  SHIFT PROGTXT RIGHT BY 1 PLACES.
                  CONDENSE PROGTXT.
                  FUNCT = PROGTXT. COLLECT FUNCT. EXIT.
                ENDIF.
              ENDDO.
              EXIT.
            ENDIF.
          ENDDO.
        ENDIF.
      ENDIF.
    ENDLOOP.
    SORT FUNCT.
    LOOP AT FUNCT.
      WRITE: FUNCT. NEW-LINE.
    ENDLOOP.

  • Table for finding out all the G/L accounts of a financial statement version

    Hi all,
      is there any table to find out the G/L accounts which will come under the tree of financial statement version(OB58). Please help.

    With FM FI_IMPORT_BALANCE_SHEET_POS, you will get the account list in the internal table I011Z.
    You will get a list of intervals  I011Z-VONKT -  I011Z-BILKT.

  • I am making a graduation video for my cousin using Final Cut Pro. I have photos layered over videos, and I was wanted to find out how you can add a border around the photos so they stand off of the video. Anyone know what I could do?

    I am making a graduation video for my cousin using Final Cut Pro. I have photos layered over videos, and I was wanted to find out how you can add a border around the photos so they stand off of the video. Anyone know what I could do?

    You would need an image editor to edit the images and add a border to the image first before importing them into Final Cut.
    Cheapest and very good image editor?
    PIxelmator.
    Located in the Mac App Store. $14.99 USD.
    Here is the Pixelmator website to give you an overview of the app.
    http://www.pixelmator.com/
    Good Luck!

  • Table to find out the volume of data

    HI Experts,
    Is there any table to find  out the volume of data in the data targets(infocubes and DSO)
    Thanks & Regards,
    Prasad.

    Hey.  I am not aware of anything that can give you a flat list of providers and number of total records.  It would be a fairly simple program to write though. 
    But, you could just go the old school route and just lookup the number of entries on the active table for the DSOs.  Cube would be a bit different and would probably depend on what you really want to meassure but I guess the E table is a place to start.
    I also know there are some DB size summary tables that show you number of records per table.  One of those tables is DBSTATTORA (other similar tables exist).  But again it is at the actual table level and not a provider summary.  And I will not speak to how accurate the data is as I have not tried to validate.  I will say the FM in the link posted above actually just does a number of records select on whatever table you enter. 
    Thanks

  • HT1391 Hi can anyone tell me how to find out what and when my last purchases were made from the App Store ? I think my kids used all my credit

    Hi can anyone tell me how to find out what and when my last purchases were made from the App Store ? I think my kids used all my credit

    .from iTunes, go to View > Show sidebar
    From sidebar > Itunes Store > Click top left on your Apple ID email address > Account > ...scroll down > Purchase History > View All

  • TS2753 Has your debit/credit card been charged for unauthorized APPLE Itunes purchased? How do you find out who used it?

    Has your debit/credit card been charged for unauthorized APPLE Itunes purchases?  How do you find out who used it?

    Max OSX 10.6.8, iTunes 11.1
    I had a similar problem: I wanted to synch my playlist to my iphone. I like to have my playlist sorted by genre. But under each genre, albums are not sorted by the track numbers. This is a problem, especially when I am listening to club mixes when the DJ smoothly transitions from 1 track sequentially to the next one. Under the properties of each audio file, the Track Numbers and Disc Numbers are already there.
    My perfect solution was to turn On Sorting - Sort Album under View>Show View Options. Then, select all the songs in that album (Shift click, Cmd click, etc) , and Edit multiple item information (Cmd I). You will see Info-Video-Sorting-Options buttons. Click on Sorting. Then, under Sort Album, Enter the name of the album. Then OK.
    You should now have the playlist sorted by Genre, then each album individually sorted by track numbers. On your playlist you should see, if you scroll right, the column added called "Sort Album".
    Hope this helps.

  • I am trying to find out if I can change a setting of the calendar in my iPhone.   When I view calendar, in month, I would like to view it with the starting day of the week being Monday, not Sunday.  Is it possible to make this change? SS

    I am trying to find out if I can change a setting of the calendar in my iPhone. 
    When I view calendar, in month, I would like to view it with the starting day of the week being Monday, not Sunday.  Is it possible to make this change?

    Hello SMEvans32
    You can use iCloud to share the Calendar, that way she will always be up to date on that particular section of your work calendar. If you want to use iCloud, I would recommend backing up so you have a safe copy of your data.
    iCloud: Calendar sharing overview
    http://support.apple.com/kb/PH2689
    iCloud Setup
    http://www.apple.com/icloud/setup/
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • To find out how SAP is handling language support in the standard product.

    Hi All,
    i have one issue like "To find out how SAP is handling language support in the standard product". Any body have the solution, please send me as soon as possible.
    i am very thankful to you all in advance.
    Thanks & Regards,
    Nagarjuna.

    It would be easier to send a solution if you'd clearly defined the problem!.
    SAP is built to be multilingual. 
    For ABAP development, to ensure that your code is able to be multilingual, you should not hard code any text that the users could see - you should instead use text elements, standard texts, OTR, message classes etc.
    matt

  • Finding out partition number for a partition name

    I have Oracle 9.2.0.6 data warehouse.
    The FACT table is range partitioned.
    I have materialized views on the FACT table with dbms_mview.pmarker included in the materialized view select query. These are refresh on demand mviews.
    I have local bitmap indexes on all non-fact columns of the mviews.
    I can find out from user_tab_modifications as to which partitions on the base fact table have been modified since the last analyze. If I can convert the partition name to partition number (pmarker), I can make all bitmap index partitions corresponding to those partition numbers unusable and then refresh mviews and then rebuild the unusable index partitions.
    How can I convert the partition names to partition number (pmarker) without knowing a rowid.
    Thanks,
    Ravi

    I have Oracle 9.2.0.6 data warehouse.
    The FACT table is range partitioned.
    I have materialized views on the FACT table with dbms_mview.pmarker included in the materialized view select query. These are refresh on demand mviews.
    I have local bitmap indexes on all non-fact columns of the mviews.
    I can find out from user_tab_modifications as to which partitions on the base fact table have been modified since the last analyze. If I can convert the partition name to partition number (pmarker), I can make all bitmap index partitions corresponding to those partition numbers unusable and then refresh mviews and then rebuild the unusable index partitions.
    How can I convert the partition names to partition number (pmarker) without knowing a rowid.
    Thanks,
    Ravi

  • I'm trying to find out how to export my apple contacts to the Salesforce software and they need to be in a csv format and I don't know if this is possible and how to do it if it is?

    I'm trying to find out how to export my apple contacts to the Salesforce software and they need to be in a csv format and I don't know if this is possible and how to do it if it is?

    I think there are third-party programs which will do that, but you can also do it with Automator:
    See the links in my post, here: https://discussions.apple.com/message/22390873#22390873
    The file or clipboard contents will be in Tab Separated vars, so you'll have to open with a spreadsheet program and save as Comma Separated Vars format.

  • Hello .trying find out if there is any way to download the music from a youHello .trying find out if there is any way to download the music from a you tube video to your i tunes library...thanks in ad tube video to your i tunes library...thanks in advance

    Hello,  I was trying to find out if there is a way to download the music from a you tube video to your itunes library.

    I believe you just are able to delete them from iTunes.
    Hope it will be helpful

Maybe you are looking for

  • While doing SO, im getting run time error - reg;

    Hi, While doing sales order and whenever im doing save its  getting runtime error. Runtime Errors         MESSAGE_TYPE_X Date and Time          14.12.2011 10:55:26 Short dump has not been completely stored (too big) Short text     The current applica

  • Inbound delivery got stuck in EWM Queue

    Hi, I have an Inbound delivery got stuck in the inbound queue, which is from EMW. The error which it failed is "Enter SLED", but the point is material is serial number managed and not batch managed. I have compared with the successful serial number a

  • How to import InfoObject at query level directly because that perticular

    Hai All, At query level I want to import one Info Object which is not there in Info Cube. Please help me. Regards Gururaj Acharya.

  • Premiere Pro - Disk Full Error

    I am trying to export a project and for certain settings both Premiere Pro CC and Media Encoder CC are giving me an error message - disk full. The disk is nowhere near full and just in case, I have cleared preferences and cashe, but it did not help.

  • Help with dynamic sequel. Return only Distinct Name.

    This is simple but how can I return only distinct login name.  Just want to return one set of values. Please see the desire output and the rule below.  I am using SQL2012. Thank you for your help in advance. USE Tempdb; go DROP TABLE [dbo].[UserRoleT