SSN No.

Hi... All
Please help me out regarding this issue
As we all know that we are having SSN No. for US  and its default no. as 99999999
and for UK it starts with 00.........
I wan't to know the SAP standard list in the system. Could any one of you help me out regarding this.
For good answers marks will be given
Bhaskar

Got the answer
Vijay

Similar Messages

  • Using Adobe Acrobat XI, uploaded my form from my Word. How do I format spaces for SSN, DOB, Phone number?

    I'm trying to create a new client form how do I format the spaces numerically for DOB, SSN and phone number??? HELP! Can I do this on Adobe Acrobat XI????

    Not sure what you mean by uploaded form. Did you print to the Adobe PDF printer, use the Save As Adobe PDF, use Save As PDF or XPS, use the Acrobat menu in WORD, or try to open the word file in Acrobat directly? Assuming you printed to the Adobe PDF printer, then you select the TOOLS>Interactive and select the Form Wizard. Otherwise, you simply use the tools under the interactive menu. You might find the following video useful: http://acrobatusers.com/tutorials/how-to-create-pdf-forms-from-existing-documents. The form tools are under the interactive menu (I could give better direction if I was at home where I have AA XI).

  • How to pay missed payment without knowing account number and SSN

    Hello. I recently have problem paying a account that has been cancelled.
    I started use verizon wireless from 2009, at that time I was in college and just arrived U.S. so that means I didn't have a ssn at that time.
    But verizon wireless still let me have my own account(with my passport!). I terminated the service at Sept. 2011, at that time I was moving from one place to another,so I missed the last payment(about 50 dollors).
    I didn't realize it until recent I check my credit score, I was reported by verizon wireless on my credit report...no one even send me a e-mail or try to reach me...
    Now my question is: I only remenber my verzion cell phone number and the last 4 digits of my verizon account, can I pay that missed payment?
    I called the customer service and they told me I have to know my SSN or Account Number to pay. since the account has been cancelled I could not access my account on verizon wireless web page.
    Please help!!!!

    See here:
    http://support.apple.com/kb/HT4874
    iTunes Store credit or gift cards cannot be used as a form of payment to upgrade your iCloud storage (payment methods accepted include credit and debit cards).

  • Our benefit administrator keeps getting an error on adding a social security number that starts with a 9, that is a valid SSN for a spouse, How do we allow this to go through?

    Our benefit administrator keeps getting an error on adding a social security number that starts with a 9, that is a valid SSN for a spouse, How do we allow this to go through?

    To attempt a new chat session...
    For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    http://helpx.adobe.com/x-productkb/global/service1.html

  • Disable ssn field in distribution model for e-recruiting

    We are running e-Recruiting 3.0 as a stand alone, and moving HR master data using ALE.  The only problem is that the client does not want to have SSN in the e-Recruiting system.  Is it possible to filter out SSN within the distribution model, if not where is it stored in e-Recruit so we can mask it after it is moved over.
    Thanks,
    Alex

    Hi Alex:
    Follow this path in IMG path
    SAP Netweaver --> Application Server  -->IDoc Interface/ALE --> Modelling and implementing Business processes --> Converting data between sender and receiver
    Follow the steps there and you can do it.
    Please award points if Helpful.
    Thanks
    Venkat

  • Is it possible to ... SELECT * FROM my_table WHERE ssn IN (..arraylist..) ?

    Hi, I have a quick question I hope someone can help me with. I'm a student and what I'm looking for should be easy but I can't find any information on it.
    Here's my code, it's probably self-explanatory but to clarify I'm trying to get a list of "Captains" in the order of who has the most wins.
    The problem is that the database tables have thousands of "Captains" and I'm only supposed to look at 200 specific "Captains" which have their ssn in a specific arraylist and then return the top 80 "Captains" from that selection.
    Something like this...
    SELECT first 80 E.name, L.ssn, COUNT(L.wins) as Wins
    FROM log L, employees E
    where type matches "[Captain]"
    and E.ssn = L.ssn
    and L.ssn IN (...arraylist...) // How do I loop through the arraylist but still return a list of the top 80 winners?
    group by E.name, L.ssn
    order by Wins desc;
    Should I start by taking the list of social security numbers from the arraylist and insert them into a temporary table and then use that temporary table to base my selection on?
    For example:
    int rows = 0;
    PreparedStatement ps = conn.prepareStatement("INSERT INTO TEMP captainsTemp (ssn) VALUES(?)");
    Iterator i = myArrayList.iterator();
    while (i.hasNext())
         // Set the variables
         for (int pos = 1; pos <= 63; pos++)
              String s = (String)i.next();
              ps.setString(pos,s);
         // insert a row
         rows += ps.execute();
    ...and then below that I could use
    "SELECT * FROM captains
    WHERE ssn IN (SELECT * FROM captainTemp)..."
    This looks like an ugly solution and I'm not sure if it works, sessionwise..
    Everything's written in Java and SQL.
    If you have any thoughts on this I would be most grateful.
    I should add that this is NOT a school assignment but something I'm trying to figure out for my work...
    Many thanks,
    sincerely,
    JT.

    hi,
    Ignore my previous response. Try out this one. It should help you.
    Lets take the example of EMP table (in Oracle's SCOTT Schema). The following is the description of the table.
    SQL> desc emp
    Name Null? Type
    EMPNO NOT NULL NUMBER(4)
    ENAME VARCHAR2(10)
    JOB VARCHAR2(9)
    MGR NUMBER(4)
    HIREDATE DATE
    SAL NUMBER(7,2)
    COMM NUMBER(7,2)
    DEPTNO NUMBER(2)
    SQL> select ename from emp;
    ENAME
    SMITH
    ALLEN
    WARD
    JONES
    MARTIN
    BLAKE
    CLARK
    SCOTT
    KING
    TURNER
    ADAMS
    JAMES
    FORD
    MILLER
    Say, the ArrayList contains 3 names CLARK,KING & MILLER. You want to loop through the ArrayList for the ENAME values.
    First construct a string like below from the ArrayList.
    "ename in 'CLARK' OR ename in 'KING' or ename in 'MILLER'";
    Append this string to the normal SELECT Query
    Query :
    select ename from emp where ename in 'CLARK' OR ename in 'KING' or ename in 'MILLER'
    Here you get the desired output & thats pretty fast because you just do it once !!!
    SQL> select ename from emp where ename in 'CLARK' OR ename in 'KING' or ename in 'MILLER';
    ENAME
    CLARK
    KING
    MILLER
    you can extend this to your Query also.
    thanks,
    Sriram

  • How to Show Partial SSN in a Text Field

    Hi,
    I have text field on an apex page which takes SSN as input.
    How to show only last four digits of SSN after it has been entered.
    For Instance when I type 111-222-3333 and hit enter or tab, it should appear as XXX-XXX-3333.
    Thanks in Advance.
    Yogi

    Hi Yogi,
    You did not mention the most important thing.. Where are going to display the SSN ..
    if it is in report then:
    select regexp_replace ('111-222-3333','[0-9]{3}-[0-9]{3}','XXX-XXX') from dualOutput:
    SSN
    XXX-XXX-3333
    If you are going to show it on an item, then you should use that REGEXP in the source of your item... The source could be SQL or PL/SQL.
    If you need to show this format XXX-XXX-3333 as the values is being entered, the this plugin could be helpful:
    http://apex-plugin.com/oracle-apex-plugins/item-plugin/text-field-with-masked-input_63.html
    Best Regards,
    Fateh
    If you believe that my answer was correct or helpful, then please mark the answer as helpful or correct

  • Duplicate SSNs on dependent tab of plans on IT0167

    We have an issue on the Dependents tab of our med plans on IT0167, the dependent SSN seems to be repeating.  Typically the Spouse and first child listed will be correct, but if there is another child listed after the first child, that child displays with the SSN of the first child but the birth date will be correct.  And this continues if there are multiple children listed...birthdates are correct but SSN keeps repeating.  I have checked that the records on IT0021 are valid and these children have unique SSNs. To add to this, the other children do not have the benefits indicator selected. I've even referred to the enrollment screen and see that they are selected there.
    This issue is not happening for all employees.  And I am not seeing anything in common for those it is happening to.  Please advise- thanks!

    Hi,<br>
    Please open an OSS message for this issue. Also would recommend you to take the two different employee who has the prob and who does nt have prob. And ask your abaper to debug and understand the failure.
    Good luck<br><br>
    Thanks,
    Amosha
    <br><br>"Known is a drop & unknown is an OCEAN!"

  • Which SSN/Billing Zip Code do I use for the iPhone I plan to purchase

    I plan to buy a new iPhone 4S on Amazon, and then use a friend's SIM card to activate it. But I heard there was an activation stage that requires the last 4 numbers of SSN and Billing Zip code. So whose SSN and Billing Zip Code would I use? Do I use the friend's or what?

    There was nothing in the activation step that asked for anything about your SSN number.  Setting up service with a carrier will ask that, as they run a credit check, but simply activating a device in iTunes does not require any SSN information.
    If you are setting up service with a carrier, you will need your own SIM anyway, and they will require your billing information and address.  You cannot use someone else's SIM to set up cellular service for yourself.

  • Name change on my account... Why do they need my SSN?

    I called to change the name on my account to my married name.  Easy enough, right?  After one hour and three attempts, I gave up.  The rep confirmed my date of birth.  Connected to a tech person who asked my date of birth, ssn, and cell phone number.  Already unsure about giving out my ssn, I had to repeat it several times. The tech person said that all my info was wrong, and that the rep would have to start over with a new order.  So, we did everything all over again.  Connected to the same tech, repeated all my info again several times, everything was wrong again!  So, we try a third time.  Connect with a different tech, repeated my info again including my ssn three times!  Again it was wrong.  By this time I just got frustrated and hung up.  Now my concern is that my ssn is out there, or it's attached to somebody else's account.  Should I be worried???

    Hi DMP11,
    Your issue has been escalated to a Verizon agent. Before the agent can begin assisting you, they will need to collect further information from you. Please go to your profile page for the forum and look at the top of the middle column where you will find an area titled "My Support Cases". You can reach your profile page by clicking on your name beside your post, or at the top left of this page underneath the title of the board.
    Under "My Support Cases" you will find a link to the private board where you and the agent may exchange information. The title of your post is the link. This should be checked on a frequent basis, as the agent may be waiting for information from you before they can proceed with any actions. To ensure you know when they have responded to you, at the top of your support case there is a drop down menu for support case options. Open that and choose "subscribe". Please keep all correspondence regarding your issue in the private support portal.

  • Installment plan/ payment plan without SSN

    Dear community,
    I am I'm the US with a. Visa and therefore do not possess a Social Security Number.
    I could not find  satisfactory info on the apple website, so I'm asking here.
    Do you happen to know if there is a special payment plan to pay for a MacBook Pro ? A plan that would draw from my debit card every month, without me having to put a SSN to do it.
    Thank you very much,
    L

    Yes
    http://store.apple.com/us/browse/finance/instant_credit_page

  • Field For SSn number

    Hi All,
    Can anybody please tell me the field for SSN number.And in whcih table it will stored.
    I have srached in PA002 but it is not avaliable.
    Can anybody help me.
    Thanks,

    Hi,
    This field is applicable to US. You would find this in IT0002-Pesonal Data. If the country grouping is 10, you would automatically get this field in IT0002.
    Regards,
    Suhasini

  • SSN no for US citizen working in Australia

    Hi.
    An American employee was working in Australia and his SSN was entered in the system.
    Now he has left AUS and is now in USA, so when HR in US wants to entere his SSN, system gives error that this SSN belongs to some other person (astually same person when he was in Australia).
    Now they want to delete SSN number from his Personnel assignment = AUS (in PA20) so that they can add it in pers assig = US.
    But when I select Pers assig= Aus, I can not find any field related to SSN.
    The system error shows that SSN for pers assign=Aus has been saved in the proper SSN field(As system fires error while entering SSN for US assignment ).
    Can you help me how and where can I find SSN no for Pers assig= Aus so that user can delete it?
    Thanks in advance

    it is stored in it0002 as field perid. you may not be able to see it as the screen is selected for country Australia is different from screen for country US. checn the fields on it0002 for australia 
    How did the user update the ssn against the employee, check if there are multiple it0002 for the earlier employee and you can try to delete from there.
    However if the same is a one off case then the screen can be changed temporarily and the change can be done. however if it is a regular feature then you need to build some exit/tc which can take care of the error and remove the same from the earlier user.
    all the best.

  • How to pull stars for SSN field in PA30 screen

    Hi all,
    When user display the Employee Personal Details (0002) using PA30.
    I have to display the SSN field with stars.
    ex: If original SSN is        123 45 6789
         I have to display it as  ***   **  6789
    Thanks in advance

    The only thing I can think of is finding a BAdI or user exit (screen exit) in which this field can be accessed / changed. Otherwise you might be looking at a modification of standard SAP.
    Do you try and find some display options in customizing?

  • Swap SSN and Control Number on W2

    Hi Guys!
    We have two different W2 forms in two different systems. I was wondering if there was a way to see if we could export the form from one system and import into another if in fact that will fix it. There are two fields on the w2 called 'box a control number' = personnel number and 'box d employee ssa number' = ssn. These come on the standard form in that order. It appears a changes was made where these two fields were switched: box d employee ssa number shows where box a is and box a shows where box d used to be. Would you have any idea on what configuration needs to be done to the form to switch these again so all the systems use the correct form?
    Thanks!
    Paolo Miguel

    Hello Paolo,
    Do you have the same form in both system? Or do you have a Z copy of the standard? If you are using the standard you can compare the both forms using transaction SFP to check the fields order.
    Hopefully this helps.
    Kind regards,
    Graziela

  • SSN value in Screen header

    Hi All,
    We have a requirement where we have to call SSN number field with *value ******** instead of orginal value* in PA30 screen header. Is it possible?
    Kind regards.
    Subhash

    Hi,
    Please check following tables  (transaction SM30):
    V_582A_B     Header Structure per Infotype
    V_T588I     Header Modifier
    T588J     Infotype Header Definition     
    T588H     Infotype Header Data Selection Control
    Cheers

Maybe you are looking for

  • Problem in Link size changes in theme editor of NWDS

    Hello All, We have created a theme in theme editor and the link size has to be matched with the given specifications. When trying to change the link size using Link Property - Standard Font Size to xsmall or any value such as 0.8 em, it is applied to

  • In Thunderbird 31.1.1, in Reply to messages, time of original message doesn't show up

    In Thunderbird 31.1.1 (spanish), when replying to a message, time of original message is replaced by what seems a field reference: #4. For instance: El 16/09/2014 a las #4, XXXXX escribió: (...original message...)

  • How to set NLS character set for report 9i servlet output?

    Hi, I am running a Reports 9i report. My problem is that the output HTML file is UTF8 encoded while ALL my 9iASR2 registry setting are set to EEISO8859P2. When I issued the http://<host:port>/reports/rwservlet/showenv?server=servername command it ret

  • I want to delete all my photos and songs without reformatting

    I've started a synch with my computer which I had to abort now I want to clear all the partially downloaded songs and photos and start again. Can I delete all these items without performing a total reset or having to delete them individually?

  • After Effects CS4 will not open

    My system runs on Windows XP SP2 and has 2GB RAM. I tried to run AE but the splash screen shows 4% RAM usage and a popup box displays with a message of "After Effetcs: Not enough memory to create compress formats (424905K requested, 216828K available