Including Second Name and Middle name in 0002 infotype

Hi friends
I have a requirement to include third name and fourth name of employees in personal data infotype. 
Checked the table V_T522N and I have included the following fields in the table.
First name:  VORNA
Second Name:  NACH2
Midde name:  MIDNM
Last Name:  NACHN
But the fields are not displaying in 0002 infotype.  Kindly advise on any specific configs or setting to be made to display these fields or do we need technical help to do this.  I checked the modulepool as well, but couldnu2019t find any fields with middle name or second name.
Please help
Santhosh.S

Goto Personnel Management -> Personnel Administration -> Customizing User interfaces -> Change Screen Modifications
Look for the following record
MP000200     2000               10     2010     0
double click on it.
Hit the feature button
Type P0002
Press Change
Check Your country groupig under the Infotype screen control and set the return value to be 10...
The Middle Name should appear now..
Best regards,
Ahmed Salah

Similar Messages

  • How can i change the ID on my wifi so it doesn't include my first and last name?

    How can I change the ID on my Wifi so it doesn't include my first and last name when others see it?

    If you are still having difficulty
    Open Macintosh HD > Applications > Utilities
    Locate the listing for AirPort Utility and Right Click on it
    Click Get Info
    Look for the Version in the next window that should appear on the left side of your screen.

  • Mail has stopped sending all mail.  Insist that outgoing servers are offline.  Have checked all setting preferences for outgoing servers including user name and password.

    Mail has stopped sending all email.  Says all outgoing servers are offline and server certificate are invalid.  Have gone into preferences/accounts/edit SMTP servers and reentered all data including user name and password.
    Have had  this happen before and had to upgrade to Maverick to cure it.

    So? What's your problem? BTW, you show SL as the OS, but mention installing Mavs. Very confusing.
    27" i7 iMac (Mid 2011) refurb, OS X Yo (10.10.1), Mavs, ML & SL, G4 450 MP w/10.5 & 9.2.2

  • How to include Customer Name in VA15N

    Hi All,
            The standard report VA15N does'nt include customer name.User wants the customer name aslo to be included in the report.Kindly suggest how to include the customer name in the standard report or any other alternative.
    Regards,
    Venugopal

    Hi Venugopal,
    You can use the sold to party field fiield for your requirement.
    Press f4, you will get a pop up to select customer depending on various selection criteria including customer name.
    If can enter the customer name, which will sort out the sold to party number whihc you can use.
    If this is not wat is required you have to copy the transaction and create a new Zreport.
    Hope this helps you.
    Thanks
    Arun

  • User registration uses first name/second name as username instead of using the email address

    I am just building my website and noticed that when a user registers, the username is set to the first name/second name.
    BUT... using a different temporary BC site, I noticed that this was using the email address as the username.
    When the username is set to first name/second name (e.g. fredsmith), it is possible for 2 people with the name fred smith to register and have the same username
    How can I set the username to be the user's email address?

    How is your javascript skills?
    It is a matter of pre-populating the username field with the email the person typed out.

  • Including the name of the person responsible in service notification (IW51)

    Hi!
    I want to include the name of the 'person responsible' who is responsible for processing a specific notification. How should it be done.

    Hi,
    IMG>Cross-Application Components>Overview of Notification Type.
    Select the notification type S3 - service request, double click on partner functions.
    chose valid partner function for person responsible field.
    In IW51, enter notification type S3 and press enter.In customer address screen, execution segment you can see the person responsible field
    Regards,
    Chandra

  • Include column name in results

    How do i include my column names as the first row of my results?

    Hi,
    Be careful with different datatypes. Example:
    SQL> desc employees
    Name           Type         Nullable Default Comments                                                                                                                                                                                 
    EMPLOYEE_ID    NUMBER(6)                     Primary key of employees table.                                                                                                                                                          
    FIRST_NAME     VARCHAR2(20) Y                First name of the employee. A not null column.                                                                                                                                           
    LAST_NAME      VARCHAR2(25)                  Last name of the employee. A not null column.                                                                                                                                            
    EMAIL          VARCHAR2(25)                  Email id of the employee                                                                                                                                                                 
    PHONE_NUMBER   VARCHAR2(20) Y                Phone number of the employee; includes country code and area code                                                                                                                        
    HIRE_DATE      DATE                          Date when the employee started on this job. A not null column.                                                                                                                           
    JOB_ID         VARCHAR2(10)                  Current job of the employee; foreign key to job_id column of the
    jobs table. A not null column.                                                                                         
    SALARY         NUMBER(8,2)  Y                Monthly salary of the employee. Must be greater
    than zero (enforced by constraint emp_salary_min)                                                                                       
    COMMISSION_PCT NUMBER(2,2)  Y                Commission percentage of the employee; Only employees in sales
    department elgible for commission percentage                                                                             
    MANAGER_ID     NUMBER(6)    Y                Manager id of the employee; has same domain as manager_id in
    departments table. Foreign key to employee_id column of employees table.
    (useful for reflexive joins and CONNECT BY query)
    DEPARTMENT_ID  NUMBER(4)    Y                Department id where employee works; foreign key to department_id
    column of the departments table
    SQL> SELECT 'EMPLOYEE_ID' FROM DUAL UNION ALL SELECT E.EMPLOYEE_ID FROM EMPLOYEES E;
    SELECT 'EMPLOYEE_ID' FROM DUAL UNION ALL SELECT E.EMPLOYEE_ID FROM EMPLOYEES E
    ORA-01790: expression must have same datatype as corresponding expressionMaybe you have to use to_char function to avoid this problems
    SQL> SELECT 'EMPLOYEE_ID' FROM DUAL UNION ALL SELECT to_char(E.EMPLOYEE_ID) FROM EMPLOYEES E;
    'EMPLOYEE_ID'
    EMPLOYEE_ID
    100
    101
    102
    103Regards,

  • What is the table contains Function module include program name

    Hi,
    What is the table contains Function module include program name
    Regards,
    Raja

    Try this FUNCTION_INCLUDE_INFO to get the include number to which function module belongs to.From this u ll get only the particular include name.
    or
    if u need the all the includes used in the function group u have use INNER JOIN on TFDIR and D010INC table
    <b>Select binclude into itab from trdir as a inner join d010inc as b on apname = bmaster where apname = fmodname.</b>
    I hope this will help u.
    Thanks & Regards
    Santhosh
    Message was edited by:
            santhosh ds

  • Include agent name/SAP user name of recipient in notification - SWNCONFIG

    Hi,
    May I know if it is possible to personalize the notification message (via SWNCONFIG) to include the name or user name of the recipient, for the notification sent ?
    Example : The leave notification will have the content with the name of the recipient on it :
    Dear Mr <u><b>ABC</b></u>,
    You have outstanding workitem pending your approval ....
    Thanks.
    Regards
    Kir Chern

    I think you will have to write your own class for message construction. I am not sure exactly which of the classes is responsible for putting the prolog into the message. I thought CL_SWN_NOTIF_WORKFLOW when I wrote the text below, but it seems to be more on an individual item level (not for collective messages).
    It could be the category handler CL_SWN_CATEGORY since this is where granularity is set. It could even be the message template handler (e.g. CL_SWN_MESSAGE_STD). It could even be the BSP that is referenced by the message template handler.
    Some debugging should help you along the way... Sorry I can't be of more assistance.
    The class CL_SWN_NOTIF_WORKFLOW implements interface IF_SWN_NOTIF which has the method GET_BODY (among others).
    Write your own class, inheriting from CL_SWN_NOTIF_WORKFLOW - no wait, the bright people working for SAP decided to make the class FINAL.
    Write your own class, implementing IF_SWN_NOTIF. Simplest workaround is probably to have a private attribute of type CL_SWN_NOTIF_WORKFLOW and just pass the calls on. The implementations of protected methods will of course have to be copied.
    Hmmmm... it is probably a lot easier to create a <u>copy</u> of CL_SWN_NOTIF_WORKFLOW, there are a lot of protected attributes as well.
    Anyway, in your implementation (which will now just be a change of the copy) of method GET_BODY you can use the protected member variable M_USER_REF to find the name that you wish to include in your greeting.

  • Why doesn't siri include my name in answers

    if I ask siri what my name is,,,,,it repeats my name correctly.  However siri never includes my name in replies.

    LouG wrote:
    If I say, "good morning Siri"....the response on the phone screen is "good morning to you too Lou".  But the response she gives in audio is "good morning to you too".  (Lou is my name).
    And it would likely say the same thing if anyone else talked to Siri on your device.

  • What's the easiest way to cut out about 20 seconds (in the middle) of a minute+ vid that i made on and downloaded from my iPhone 6

    Hi - I'm a vid beginner, actually have a training session tomorrow at an App Store, but for now...what's the easiest way to cut out about 20 seconds (in the middle) of a minute plus vid that i made on and downloaded from my iPhone 6? I I'mported the clip to iPhoto on my new Macbook pro. The TRIM function in iPhoto seems only to want to let me cut from either end. I guess if I do cut out a section in the middle, maybe 'glueing' the sections back together is too much for iPhoto to handle (?). I spent about 10 minutes just trying to (unsuccessfully) import to iMovie, so that aint working either. Quicktime maybe? Thx for reading

    Hey jabXhook,
    Thanks for the question. You may have already received your answer from the Apple Store yesterday, but iMovie is definitely the way to go if you want to trim or split clips. Check out the following resource:
    Trim, split, and move clips - iMovie Help
    http://help.apple.com/imovie/mac/10.0.6/#/movf8b8fc9b2
    Trim unwanted frames from a clip
    1. In the timeline, select the range of frames you want to keep in the clip.
    2. Control-click the clip, and choose Trim Selection from the shortcut menu.
    The clip is trimmed to the boundaries of the selection.
    Thanks,
    Matt M.

  • Format weekly calendar to include day names

    Anyone know how to format the Ical weekly calendar to include the names of days?

    My apologies to all. I just figured it out. My problem was I was viewing the weekly calendar in a narrowly sized window.  When I broadened it, the day names appeared.

  • Latest version of Window 7 FireFox came with malware including Unico browser and tons of other malware. Mac version seems to be fine. Has anyone else seen this?

    I have been using FireFox for awhile now on both a Mac and Windows 7 computer and have loved it. It has been updated to the latest version by your request many times in both formats with no problems; until now. The Windows computer just asked me to undate to version. I went directly to Mozilla.org and it had 'Firefox Setup Stub 37.0.1.exe. When I opened this, I immediately got a blast of more nasty malware and viruses than I had ever previously experienced. I deleted all those unwanted programs that had downloaded; removed all the malware and viruses. Firefox worked for a minute before all this different malware and pop-ups and viruses started again. I then repeated everything and also removed firefox and the PC worked fine with a different browser.
    I then tried a second time to a different Mozilla site that included US firefox in the website name and started over. Same thing happened again. These unwanted programs included Unico Browser and dozens of other that are very nasty. If you click on anything, they download a dozen other programs. If you go to control panel and remove them, they download 6 or eight new unwanted programs. I finally got all the malware, viruses and pop ups removed when I also removed Mozilla Firefox. I can only conclude that the latest version for Windows is corrupted. Any thought or recommendations? For now, I am back to using a different browser on the PC.

    Let's try this last thing:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from [https://www.mozilla.org mozilla.org] (or choose the download for your operating system and language from [https://www.mozilla.org/firefox/all/ this page]) and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (or open the Firefox menu [[Image:New Fx Menu]] and click the close button [[Image:Close 29]]).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    More information about reinstalling Firefox can be found [[Troubleshoot and diagnose Firefox problems#w_5-reinstall-firefox|here]].
    <b>WARNING:</b> Do not use a third party uninstaller as part of this process. Doing so could permanently delete your [[Profiles|Firefox profile]] data, including but not limited to, extensions, cache, cookies, bookmarks, personal settings and saved passwords. <u>These cannot be easily recovered unless they have been backed up to an external device!</u> See [[Back up and restore information in Firefox profiles]]. <!-- Starting in Firefox 31, the Firefox uninstaller no longer lets you remove user profile data.Ref: Bug 432017 and https://support.mozilla.org/kb/uninstall-firefox-from-your-computer/discuss/5279 [Fx31] Windows uninstaller will no longer offer the option to remove personal data -->
    Please report back to say if this helped you!
    Thank you.

  • XML element,if not including any attributes and/or child elements then

    XML element in SQLX,if not including any attributes and/or child elements then the tag should not appear, how to achive this?
    ex:Consider for <enumeration> tag where it is having some value.
    <attribute>
    <name>Ethernet Access</name>
    <enumeration>
    <StringValue>Bandwidth</StringValue>
    </enumeration>
    </attribute>
    When <enumeration> tag is not have any Value in this, then output should be as follows.
    <attribute>
    <name>Ethernet Access</name>
    </attribute>
    But what i am getting is
    <attribute>
    <name>Ethernet Access</name>
    </enumeration>
    </attribute>
    Please suggest me the solution for this.
    I tried , but when xmlelement() is not having data it will display empty tag ie </enumeration>, If xmlforest() are null it wont show tag, But i have to use xmlelement only. how can that be achived using xmlelement .

    Use a SQL case - when - else end construct to only execute the xmlelement if data is present. The SQL/XML standard is very clear, xmlElement will generate an empty element if no data is present. xmlforest will not.

  • How can I get the second group and report totals in Matrix report?

    Hi,
    I have created a matrix report with 2 break Groups.
    Iam getting columns totals for the first group, but not for the second group and the report totals.
    How can I get the second group and report totals for each month?
    Thanks.
    Ram.

    Hi Ram,
    If you want a total at any group-level, go to the particular group in the data model, insert a summary column in the group, and select
    Reset At > appropriate Group Name
    For report level summaries, you must create the summary column outside of all groups.
    Navneet.

Maybe you are looking for