Phishing for info?

I met some guy in a chat service and we were talking about phone and work. I told him I was having issues with my phone and he told me that he worked for apple as a senior advisor and that if I gave him my phone's serial number that he could "plug it into the system since he was at work". I thought that was odd since I hadn't called into technical support. If I give him my serial number can he access my personal information?

He might be able to find out something about your phone if he really is an Apple advisor, which I very much doubt.
It is never a good idea to give personal information of that nature to anyone on a chat service - they could claim to be anyone.  Don't do it.

Similar Messages

  • REPORT FOR INFO TYPE 586

    Hi All
    I am trying to create a report for INFO TYPE 586  in HR ABAP,where  in a table apporx 30 investment codes , proposed investment and actual amount are apperaring .
    Now My problem is,  I do not want to use IF .... ENDIF statment. Is there any other way to write the code .
    Please Help.
    Thanks in advance.

    Hi,
    In this situation you can use field-symbols and/or a internal table. Like this:
    tables: pa0586.
    field-symbols: <ff1> type any,
                   <ff2> type any,
                   <ff3> type any.
    data: w_campo1(30),
          w_campo2(30),
          w_campo3(30),
    data: w_nx(2) type n.
    data: begin of i_myitc occurs,
            itc like pa0586-itc01,
            dsc(30),
          end of i_myitc.
    * fixed selection or may be from a z table
    i_myitc-itc = '01'. i_myitc-dsc = 'AAAAA'. append i_myitc.
    i_myitc-itc = '02'. i_myitc-dsc = 'BBBBB'. append i_myitc.
    i_myitc-itc = '03'. i_myitc-dsc = 'CCCCC'. append i_myitc.
    select single * from pa0586.
    do 30 times.
       w_nx = sy-index.
       concatenate 'PA0586-ITC' w_nx into w_campo1.
       concatenate 'PA0586-PIN' w_nx into w_campo2.
       concatenate 'PA0586-AIN' w_nx into w_campo3.
       assign (w_campo1) to <ff1>.
       assign (w_campo2) to <ff2>.
       assign (w_campo3) to <ff3>.
       read table i_myitc with key itc = <ff1>.
       write: / <ff1>, <ff2>, <ff3>, i_myitc-dsc.
    enddo.
    Best regards,
    Leandro Mengue

  • HT1339 I was looking for info on restoring an iPod Touch 4th Gen. But iTunes presents the same Restore button, which when pressed, offers to update, not restore, to iOS 6.0.1. Why?

    I found this article when searching for info on restoring (to factory conditions) an iPod Touch 4th Generation. Now I thought this shipped with iOS 5.x (x unknown). But as mentioned too briefly in the header, when I click 'Restore' in iTunes, it offers not to restore, but to update. That is not what I want. I need to use this iPod Touch with Xcode 4.2 under Snow Leopard.
    So the question is: what is really going on here and why? Is it really true that 4th G iPod Touches ship with 6.0.1 instead of 5.x? If not, how can I get it to really go back to the original? Why is iTunes failing to offer a restore when I press 'Restore'? If I guessed wrong about which of my several machines running iTunes (some under Windows7, one under Snow Leopard)I used when I upgraded to iOS 6.0.1, would that explain iTune's failure to offer a true Restore?

    Restore will not replace an old iOS level. It will update the iOS level to the latest level. If you have to restore youre iPod that is what will happen. The iOS is not a part of a backup.

  • Why do I keep getting a pop up box asking me to enter my apple id and password - and the id in the box is not mine? Is it phishing for my password?  How do I get rid of it?

    I keep getting a pop up box on my iPhone asking me to enter my password - and the apple id does not match mine.  I click 'Cancel' but it keeps reappearing and interfering with other apps.  What did I do to get this and what do I do to get rid of it?  Is it someone or something phishing for my password?  The only app I recently downloaded was PF Chang's and I got that directly from the App Store.

    Try signing out and then back in again by going into Settings>Store>Apple ID:>Sign Out>

  • Issue in Hierarchy data upload from R/3 for info object Product Hierarchy.

    Hi,
    I am trying to upload the hierarchy data from R/3 system for Info Object Product Hierarchy.
    Insted of business content info objects (0PRODH, 0PRODH1, 0PRODH2, 0PRODH3, 0PRODH4, 0PRODH5, 0PRODH6), we are using customized objects (ZPRODH, ZPRODH1, ZPRODH2, ZPRODH3, ZPRODH4, ZPRODH5, ZPRODH6).
    In transfer rules the mapped is as specified below
    Fields        =>  Info Objects.
    0ZPRODH1 => ZPRODH1
    0ZPRODH2 => ZPRODH2
    0ZPRODH3 => ZPRODH3
    0ZPRODH4 => ZPRODH4
    0ZPRODH5 => ZPRODH5
    0ZPRODH6 => ZPRODH6
    Now, when I schedule the Info Package, it is ending with an errors
    "Node characteristic 0PRODH1 is not entered as hierarchy charactersitic for ZPRODH"
    "Node characteristic 0PRODH2 is not entered as hierarchy charactersitic for ZPRODH"
    "Node characteristic 0PRODH3 is not entered as hierarchy charactersitic for ZPRODH"
    "Node characteristic 0PRODH4 is not entered as hierarchy charactersitic for ZPRODH"
    "Node characteristic 0PRODH5 is not entered as hierarchy charactersitic for ZPRODH"
    "Node characteristic 0PRODH6 is not entered as hierarchy charactersitic for ZPRODH".
    when i tried to load by flat file, there is no issues. But, flat file loading is not allowed for us.
    Please let me know any possible solution to handle this issue.
    Thanks.
    Regards,
    Patil.

    Hi voodi,
    Insted of using the info object 0PRODH1, we should use customized info object ZPRODH1 which I added already in the external characteristic in Hierarchy.
    Regards,
    Patil.

  • How to set the Default values for Info Objects in Data Selection of InfoPac

    Hi All,
    Flat file Extracion:
    How to set the Default values for Info Objects in Data Selection Tab  for Info Package
    ex: Fiscal Year Variant  Info Object having values 'K4' 'Y2' etc  in Flat file
    Initially  default value(not constant)  for this info Object value should be 'K4'  in Info Package
    If I set data selection value for this info object K4 it will retreive records with this selection only? how to handle
    Rgds,
    CV

    Hi,
    suppose as your ex. if you are having fiscalyear variant in the dataselection tab then specify K4 in the from column, again the ficalyearvariant row and click on insert duplicate row at the bottom . you will get another row . In that enter Y2 in the from column. now you can extract K4, y2 values .
    haritha

  • Strange behaviour of Removal of Alpha for Info object in Quality system

    Strange behaviour of Removal of Alpha for Info object in Quality system as compared to Development system.
    Hi,
    The data for an info object Key in the DSO was 00000000000000000000000000123. I removed Alpha for the info object and data was corrected to 123 in the DSO in development system.
    Now, when i transported the info object without alpha to quality and loaded data into DSO, the data is still the same with leading zeros.
    I dont want to write routine to remove leading zeros, as I have values as 0. If i write routine, all zeros will be removed and this will be blank.
    Both development and quality have same patches applied and are on same level.
    Why is this strange behaviour in quality system...
    Any inputs?? please suggest.
    Thanks.
    Lavanya

    Hi,
      Did you drop and reload the data after changing the conversion?
    Regards,
    Raghavendra.

  • I upgraded to iTunes 11.  When I sync my ipad, I don't get any calendar updates on my XP laptop in Outlook 2007.  I can't find any place on iTunes 11 for info.  Help!

    I upgraded to iTunes 11.  When I sync my ipad, I don't get any calendar updates on my XP laptop in Outlook 2007.  I can't find any place on iTunes 11 for info.  Help!

    You might have better luck in the iTunes for Windows community. I'll ask the hosts to relocate your post.
    iTunes for Windows

  • BAPI for info records

    Hi there
    Does anyone know of a BAPI to change info records?
    Regards,
    Malan

    Hi
    MEIU                           Updating of Purchasing Master Data
    ME_CREATE_CHANGEDOC_INFOREC    Generation of change documents for info record
    ME_DB_UPDATE_INFORECORDS       Updating info records in database
    ME_UPDATE_INFORECORD           Update program for purchasing info record
    ME_UPDATE_INFORECORD_COND      Update price in info record during maintenance from condition transac
    ME_UPDATE_INFORECORD_PD        Update info records from purchasing documents
    ME_UPDATE_PO_PRICE             Update program for info record and order price history from purch. do
    Regards
    S.Senthil

  • For info regarding refused connections on iChat

    This is for info as my problem was solved last night. After a whole week of frustration I finally managed to see and talk to my parents who live in France. We bought the New iMac at the same time and I set theirs up on my last trip to France a couple of weeks ago. I tested iChat AV from there with a friend in the US and everything was fine. I came back 10 days ago and I set up my iMac with DSL/Earthlink using a Zyxel modem (directly, no router). Surfing the web and e-mailing worked within minutes, so I was confident that I would be able to establish a video conf with my parents. Wrong! While I was the one initiating the connection, I had the message that it didn't work because I had refused the connection. It took me a week and trying other Internet connections either at work or at friends who have other providers (by the way, it worked everywhere else) to figure out that in order for iChat to work, the modem had to be configured as a "bridge" and the Network Prefs have to be set on PPPoE. I hope this helps. It worked for me.

    Thanks a lot for all your suggestions. Indeed, opening the other port went fine. But I don't have that modem anymore. I decided to go with Cable instead of DSL. My parents in France have a DSL connection 8M down /1M up and my 3M down/384 k up couldn't keep up (they could see me fine, I checked my upload and it was steady at 300kbps), but my download was all over the map and I was getting "people smear" all over my iChat window. Now that I have 8M down and 768 k up, it is so nice. I believe iChat detected that we both have at least 500 kbps and that bumped up the resolution too. Very nice!

  • Mass upload for info records when price gets changes

    Dear All,
    How to do Mass upload for info records when price gets change.
    Regards,
    Bhargav

    Hi Bhargav,
    Please upload the present price (Map) by  LSMW . When you are doing the transactions  then automatically by selecting option info update price will be updated the  info record in Order Price history
    Regards
    M B Raju

  • What is the Transaction code for info structure s803

    Please provide me Transaction code for info structure s803

    hai
    try these tcodes
    PSO3   Infotype overview                        
    PSO4   Individual maintenance of infotypes      
    PA20 Display PA Infotypes
    PA30 Create/Change PA Infotypes

  • Query for Info Provider

    How to create query for infoprovider ? I have selection criteria, calculation and result screen for queries taken from one reference query. I am new to this part so dont know which transaction we will use to create query. Is it APO part or BI/BW part ?

    I have to create queries for info provider. I have one reference query. I have to create similar selection screen as that of reference query for new query. Calculation which needs to be included in query is provided also result screen for query is given.
    how to create query in APO using above input? Which transaction do we use to create query ?
    I heard about BEx query analyzer which is there in BI for query creation . Is similar BEx functionality is available in APO ? If yes , what is t-code used for that? I know one tcode - RSRT with which I can see existing reference query selection? Is there similar tcode for query creation also in APO?

  • Migration Problem in 2lis_11_vaitm for info cube 0SD_C03(Sales Overview)

    Dear Experts
    I am facing an issue for the data source 2lis_11_vaitm and 2lis_11_vcitm for info cube 0SD_C03. When i create transformation on update rule, it gets created with warnings but no issues. When i try making a transformation on update rule it gives errors about abap routines and start routines. Then i would go for migrating 2lis_11_vaitm but that cant be done because of above mentioned error. I have migrated other data sources same way. The reason i am doing so is because of making exact transformations as trsansfer and update rule.
    My objectives is migrating 2lis_11_vaitm and 2lis_11_vcitm  to 7.X etl flow. Am I right on the sequence of steps? cause my main issue is when my info package starts writing data in PSA in errors out for both 2lis_11_vaitm & 2lis_11_vcitm. The IDOC has the same problem. So migrating seems to be the only solution. Plz help and FYI my patch levels on bi system.
    compo           Rel.              SP-lev.           Supp. pack                        Desc.
    SAP_ABA     701     0010     SAPKA70110     Cross-Application Component
    SAP_BASIS     701     0010     SAPKB70110     SAP Basis Component
    PI_BASIS     701     0010     SAPK-70110INPIBASIS     Basis Plug-In
    SAP_BW     701     0010     SAPKW70110     SAP Business Warehouse
    BI_CONT     706     0000     -     Business Intelligence Content

    The errors I face during the transformation  activation while making them on the update rule are following.
    Start Routine: Syntax error in routine
    Rule (target: 0SUBTOT_1S, group: 01 Standard Group): Syntax error in routine
    Rule (target: 0SUBTOT_2S, group: 01 Standard Group): Syntax error in routine
    Rule (target: 0SUBTOT_3S, group: 01 Standard Group): Syntax error in routine
    Rule (target: 0SUBTOT_4S, group: 01 Standard Group): Syntax error in routine
    Rule (target: 0SUBTOT_5S, group: 01 Standard Group): Syntax error in routine
    Rule (target: 0SUBTOT_6S, group: 01 Standard Group): Syntax error in routine
    Rule (target: 0QUANT_B, group: 01 Standard Group): Syntax error in routine
    Rule (target: 0DOC_ITEMS, group: 01 Standard Group): Syntax error in routine
    Rule (target: 0NET_VAL_S, group: 01 Standard Group): Syntax error in routine
    Rule (target: 0COST_VAL_S, group: 01 Standard Group): Syntax error in routine
    Rule (target: 0GR_WT_KG, group: 01 Standard Group): Syntax error in routine
    Rule (target: 0NT_WT_KG, group: 01 Standard Group): Syntax error in routine
    Rule (target: 0VOLUME_CDM, group: 01 Standard Group): Syntax error in routine
    Rule (target: 0HDCNT_LAST, group: 01 Standard Group): Syntax error in routine
    Rule (target: 0BP_GRP, group: 01 Standard Group): Syntax error in routine
    Rule (target: 0CP_CATEG, group: 01 Standard Group): Syntax error in routine
    Rule 39 (target field: 0CRM_PROD Group: 01 Standard Group): incomplete master data rule
    Rule (target: 0DEB_CRED, group: 01 Standard Group): Syntax error in routine
    Rule (target: 0DOC_CLASS, group: 01 Standard Group): Syntax error in routine
    Rule (target: 0PROD_CATEG, group: 01 Standard Group): Syntax error in routine
    Key rule 44 (target field: 0VERSION): Initial update set
    it has as many routine as many syntax errors in routine.

  • Collecting too many objects for info-object catalog.

    We are on BI 7.0 and I'm collecting info-object catalog for 0FIAR_CHA01 & 0FIAR_KYF01.
    Grouping is set to Only necessary objects.
    Collection Mode is set to Collect Automatically
    Info area & info-object folders are collected.
    There is a Package name shown but no previous transport number listed.
    It is not $tmp.
    What is this indicating?
    No objects are checked in the transport box.
    I manually check the folder levels so everything is checked.
    I create the transport.
    I then go to SE10 and check the transport objects and I see several additional objects in the transport that did not appear in the collector window.
    Example:
       Application Components
       LOIO
       PHIO
    Why were these added to the transport when they did not show on the collection window?
    Your expertise is needed.
    Thanks
    Den

    Hi Dennis ,
    The system is by default picking up all object types.Actaully ideally it should pick up the Info Objects from the same Catalog.
    In Transport connection after you select and move the Info Object catalog for collection ,When you select Package the System is Proposing all Objects as a part of Select Objects for Changing Package.
    Effectively you can click on Change Package Icon and see and for Info Objects you selected only should be present in this selection.
    Package ID is R3TR  anad Object is IOBJ and the object name , Deselect all objects selected and select only your objects. Then it would work.
    This will fix your issue and assign points if it heps
    Raja

Maybe you are looking for

  • Can warp stabilizer ignore a portion of my film?

    I work at a film archive where we use a digital scanner to capture images from 35 and 16 millimeter film frame by frame. The result is a file with what we refer to as "overscan" where the perforations and some of the information from the preceding an

  • Copy Command via RTS

    I access an accounting system via a remote terminal service and need to copy some error messages from time to time. When these messages are relatively short I just use the GRAB application. However, I need to be able to copy a longer message from tim

  • Delta Extractors: To Add Timestamp to table

    Hi All, We have a requirement to make 0GL_ACCOUNT_ATTR to work in delta mode. 0GL_ACCOUNT_ATTR datasource is based on SKA1 database table . But with SKA1 table we dont have any timestamp field or calendar day fields. We have another requirement to ma

  • Bdc for bom from  plant to plant

    Hi Experts, We need to do bdc for bom from existing plant 1102 to new plant 1103. I have searched the forum regarding this but it suggest bapi or function module for it. Can anyone guide is bdc possible for my issue? Regards, Pawan.

  • Linked Video -please help

    Hello. I've been working on a linked .mov but when I export to quicktime, i only see the flash content but not the original video. How do i see both togther. Thanks, T.