How to know purchase  date

I buy one secondhand iPhone how to know when the iPhone purchase date ?

https://selfsolve.apple.com/agreementWarrantyDynamic.do

Similar Messages

  • How to get purchasing data from SAP R/3 to OWB (Oracle warehouse builder).

    Hi,
    My name is Pavan Tata. I work as a SAP BW developer. Here is the situation at my client place. Client decided to retire BW system and wants to replace with OWB(Oracle warehouse). In all this currently we have purhchasing application in BW production system and wants to move this application to OWB for the same type of reporting what they are getting currently.
    Here is my question:
    How to get purchasing data from SAP R/3 to OWB(Warehouse) with initial full loads and deltas mechanism in the same way as we do in BW.
    Please help on this, also send me any documentation about this if you have.
    Thanks,
    Pavan.

    Hello,
    here is a short report which converts S012 entries to strings with separator semicolon. Perhaps this will help you?
    Regards
    Walter Habich
    REPORT habitest2 LINE-SIZE 255.
    TYPES:
      strtab_t TYPE TABLE OF string.
    CONSTANTS:
      separator VALUE ';'.
    DATA:
      it_s012 LIKE s012 OCCURS 0,
      wa_s012 LIKE s012,
      strtab TYPE strtab_t,
      strele TYPE string.
    SELECT * FROM s012 INTO TABLE it_s012 UP TO 100 ROWS.
    PERFORM data_to_string
      TABLES
        strtab
      USING
        'S012'. "requires it_s012 and wa_s012
    LOOP AT strtab INTO strele.
      WRITE: / strele.
    ENDLOOP.
    *&      Form  data_to_string
    FORM data_to_string TABLES strtab TYPE strtab_t
                        USING  ittab TYPE any.
      DATA:
        h_zaehler TYPE i,
        line_str TYPE string,
        l_tabellenname(10) TYPE c,
        l_arbeitsbereichsname(10) TYPE c,
        h_string TYPE string,
        h_char(255) TYPE c.
      FIELD-SYMBOLS: <l_tabelle> TYPE ANY TABLE,
                     <l_arbeits> TYPE ANY,
                     <feldzeiger> TYPE ANY.
      CLEAR strtab.
      CONCATENATE 'IT_' ittab INTO l_tabellenname.
      ASSIGN (l_tabellenname) TO <l_tabelle>.
      CONCATENATE 'WA_' ittab INTO l_arbeitsbereichsname.
      ASSIGN (l_arbeitsbereichsname) TO <l_arbeits>.
      LOOP AT <l_tabelle> INTO <l_arbeits>.
        CLEAR: h_zaehler, line_str.
        line_str = ittab.
        DO.
          ADD 1 TO h_zaehler.
          ASSIGN COMPONENT h_zaehler OF
            STRUCTURE <l_arbeits> TO <feldzeiger>.
          IF sy-subrc <> 0. EXIT. ENDIF.
          WRITE <feldzeiger> TO h_char LEFT-JUSTIFIED.          "#EC *
          h_string = h_char.
          CONCATENATE line_str separator h_string INTO line_str.
        ENDDO.
        APPEND line_str TO strtab.
      ENDLOOP.
    ENDFORM.                    "data_to_string

  • Could someone tell me how to find purchase date so I can register

    Could someone tell me how to find purchase date so I can register my Airport extreme on the Apple Support Profile page?

    Unless something has changed, the Apple does not provide a specific support warranty for their AirPort products. Instead, typically, you would get this type of warranty only if your purchased an Apple desktop or laptop at the same time and the AirPort would be covered under that one.
    If you bought the AirPort directly from Apple, they should have a copy of the receipt. Otherwise, if you used a credit card, check with your card provider.

  • How to know the data transfer is complited? there is any message will get l

    how to know the data transfer is complited? there is any message will get like 'data uploaded is successfully complited' ?

    Hi,
    You can check SY-SUBRC = 0 or if there is an exception raised then an error occured.
    Regards,
    Ferry Lianto

  • How to find purchase date

    I don't recall the exact date that I purchased my phone and it is needed in order to fill out an insurance claim through Asurion. Does anyone know how to access this information? I had no idea I'd need to remember something like that...
    Thank you much,
    Mallory

    You can look on the phone (if it's available and accessible) - Menu>>Settings and Tools>>Phone Info>>SW/HW version>>at the bottom of the list is a Warranty Date Code - that's the day the phone was activated/purchased originally.
    If you don't have the phone in hand or it's otherwise unusable, you can log on to your MyVerizon, and look at the plan details.  Look at the Contract End date and go back 2 years; that should be the date you signed the contract / purchased the phone.  If it has been less than a year, you can click the "View Account Documents".  Copies of your equipment receipts are available if purchases were made within the last 12 months.  You can print out the receipts, or just view them to get the purchase date.
    And if all else fails, you can call CS and they can tell you, I'm sure.
    HTH,

  • How to find purchase dates for Portege R200?

    We are currently starting a laptop ownership scheme with our Portege R200 machines, and need to know the purchase dates for these. We have our serial numbers, and need to where or which site we need to go in order to type in the serial number and find out the purchase date for the machine with that serial number. How can this be done?
    Please email [email protected] with any help. Thanks!

    Hi
    I think this can be managed only by Toshiba service partner.
    If the user has registered the unit so usually the service partner should be able to check the purchase date.

  • How to know applied date in ESS leave request

    Hi all,
    How to know on which date employee has created a leave request in ESS.In which table this data is available?
    Thanks and Regards,
    Rajesh

    Hi Rajesh,
    Could you post the answer. I am looking for the answer! I would appreciate your help.
    Regards,
    PG.

  • How to know created date of table of info ?

    for example :
    select v.*
    from v$session v
    how to know the created date of one line info in v$session ?
    who can help me ?
    thanks!

    Hello
    The program column is the name of the program (OS executable) that owns the session. Take this example on windows (note that I've edited out some lines):
    SQL> select sid,serial#,program,username from v$session;
           SID    SERIAL# PROGRAM                                                          USERNAME
           420         11 sqlplus.exe                                                      TYLERD
           427          5 ORACLE.EXE (q001)
           429          3 ORACLE.EXE (CJQ0)
           431          3 ORACLE.EXE (QMNC)
           434         10 ORACLE.EXE (q000)
           436          1 ORACLE.EXE (MMNL)
           437          1 ORACLE.EXE (MMON)
           438          1 ORACLE.EXE (RECO)
           439          1 ORACLE.EXE (SMON)
           440          1 ORACLE.EXE (CKPT)
           441          1 ORACLE.EXE (LGWR)
           442          1 ORACLE.EXE (DBW0)
           443          1 ORACLE.EXE (MMAN)
           444          1 ORACLE.EXE (PSP0)
           445          1 ORACLE.EXE (PMON)
            You can see that there are the various Oracle sessions for the various background processes/threads and there is my session, which as you can see I created by connecting to the database with SQL*Plus. I'll get rid of the oracle sessions in the next one and create another session with SQL Navigator (spit on the floor as I click the icon) and another one with powerbuilder (throw myself on a spike)
    SQL> select sid,serial#,program,username from v$session where username=user;
           SID    SERIAL# PROGRAM                                                          USERNAME
           419         12 SQLNav5.exe                                                      TYLERD
           420         11 sqlplus.exe                                                      TYLERD
           421        163 pb80.exe                                                         TYLERDIf I rename the powerbuilder executable (to something more apt) and re-connect, you can see this shows up in the program column
    SQL> select sid,serial#,program,username from v$session where username=user;
           SID    SERIAL# PROGRAM                                                          USERNAME
           417         14 Dodgy builder 80.exe                                             TYLERD
           419         12 SQLNav5.exe                                                      TYLERD
           420         11 sqlplus.exe                                                      TYLERDHTH
    David
    p.s.
    As guido suggested, you should become familiar with the documentation, here's some links:
    V$Session reference
    10g documentation home page
    Concepts guide

  • How to know the date of the deleted delta

    Hi,
       Deltas run every 30 min daily.
       One of the delta is deleted .
       How can I know on what date & which delta is deleted.
      Points will be assigned.
    Message was edited by:
            vijay ajarla

    Hi Vijay,
    Are you loading a CUBE or ODS? How did you come to know that a DELTA has been deleted? Is there any message saying that a DELTA or a REQUXXX is missing? any other info?
    All the above information would help us in identifying your issue quickly.
    But try this anyway .......
    Goto Manage of the ODS or CUBE...goto the Contents Tab...Here you will find a Button "Selective Deletion"...click on this button.
    This will popup another window....in this window you will find a Button "LOG", click on it, this will again display a list of LOGs, if you know the date on which the DELTA might have deleted...then double click on that LOG and you will find the request id that was deleted(if a request was deleted as a whole) or you will find hte selection used to delete data from the target (if selective deletion was used)
    Hope this helps.
    Cheers,
    Praveen.

  • How to find purchase date of Macbook without receipt?

    Could someone please tell me how can i find exact purchase date of Macbook Pro as i have lost the receipt?

    Where did you purchase the machine? If from an Apple Store or the online Apple Store, they will have a copy of the receipt. You might even try entering your serial number at -> https://selfsolve.apple.com/agreementWarrantyDynamic.do - and seeing if Apple has a purchase date on file for you.
    Good luck,
    Clinton

  • How to know the data transfer amount (MB o KB) between SAP and BW

    Hello everybody,
    Somebody know how calculate the data transfer amount between SAP and BW. Would be fantastic to know the transfer speed  and other similar data. Is there any transaction where you can see this information?
    thanks for your help.
    Manolo

    A quick, although less accurate, way is to add up your field lengths to get your total record size and then multiply it by the number of records.
    So, 5 fields, with 10 char length = 50 chars * 8 bytes /char  = 400bytes.
      8 bytes / char may be higher on unicode systems.
    with 500 records ... you get 200,000 bytes = /1024 = 195kb.
    This is just a rough estimate and it is pretty quick to figure out.  Not all fields will be completely filled, so this is the maximum size for this recordset.
    Brian

  • How to get purchasing data from SAP R/3 to Flat files

    Hi,
    Please can anyone help me to get the data from Purchasing extractors (2LIS_02_ITM, 2LIS_02_SCL, 2LIS_02_S012) to flat files? Here we dont want to load data from R/3 to BW for reporting, wanted to load data from flat files to OWB (Oracle warehouse builder) for reporting.  So Is there anyway to generate data into flat files from Purchasing extractors (Full and deltas)?
    Thanks,
    Pavan.

    Hello,
    here is a short report which converts S012 entries to strings with separator semicolon. Perhaps this will help you?
    Regards
    Walter Habich
    REPORT habitest2 LINE-SIZE 255.
    TYPES:
      strtab_t TYPE TABLE OF string.
    CONSTANTS:
      separator VALUE ';'.
    DATA:
      it_s012 LIKE s012 OCCURS 0,
      wa_s012 LIKE s012,
      strtab TYPE strtab_t,
      strele TYPE string.
    SELECT * FROM s012 INTO TABLE it_s012 UP TO 100 ROWS.
    PERFORM data_to_string
      TABLES
        strtab
      USING
        'S012'. "requires it_s012 and wa_s012
    LOOP AT strtab INTO strele.
      WRITE: / strele.
    ENDLOOP.
    *&      Form  data_to_string
    FORM data_to_string TABLES strtab TYPE strtab_t
                        USING  ittab TYPE any.
      DATA:
        h_zaehler TYPE i,
        line_str TYPE string,
        l_tabellenname(10) TYPE c,
        l_arbeitsbereichsname(10) TYPE c,
        h_string TYPE string,
        h_char(255) TYPE c.
      FIELD-SYMBOLS: <l_tabelle> TYPE ANY TABLE,
                     <l_arbeits> TYPE ANY,
                     <feldzeiger> TYPE ANY.
      CLEAR strtab.
      CONCATENATE 'IT_' ittab INTO l_tabellenname.
      ASSIGN (l_tabellenname) TO <l_tabelle>.
      CONCATENATE 'WA_' ittab INTO l_arbeitsbereichsname.
      ASSIGN (l_arbeitsbereichsname) TO <l_arbeits>.
      LOOP AT <l_tabelle> INTO <l_arbeits>.
        CLEAR: h_zaehler, line_str.
        line_str = ittab.
        DO.
          ADD 1 TO h_zaehler.
          ASSIGN COMPONENT h_zaehler OF
            STRUCTURE <l_arbeits> TO <feldzeiger>.
          IF sy-subrc <> 0. EXIT. ENDIF.
          WRITE <feldzeiger> TO h_char LEFT-JUSTIFIED.          "#EC *
          h_string = h_char.
          CONCATENATE line_str separator h_string INTO line_str.
        ENDDO.
        APPEND line_str TO strtab.
      ENDLOOP.
    ENDFORM.                    "data_to_string

  • HOW TO KNOW DELIVERY DATE FROM SALES DOCUMENT NO...?

    HI all.
          i have sales document no..
    how can i have the delivery date of that sales order...?

    Dear Shashank,
    against any sales Document no. VBELN ...
    u will find it's Delivery date in LIKP  :Delivery Header Table
    in LFDAT "Delivery Date.
    Hope it helps u...!!!
    Pls reward if Helpful...!!!

  • How to know creation date

    hi to all experts,
    is there any way by which we can know the creation and last change date of any thing
    report
    exits
    forms

    hi,
    for smartforms:
    just open the smartform and the click on  FORM ATTRIBUTES  ===> GENERAL ATTRIBUTES
    it will show u creation and last change date and time
    and  you can also check the TRDIR table
    regards
    rahul
    Edited by: RAHUL SHARMA on Feb 19, 2009 11:11 AM

  • How to know the data type of a variable?

    Hi,
       Can anyone tell me which function can return the name data type of a variable?
        Thanks!
    Message was edited by: Long Zheng

    Hi long,
    1. I don't know whether this will serve your purpose.
    2.
    REPORT abc.
    DATA : components     LIKE     rstrucinfo OCCURS 0 WITH HEADER LINE.
    DATA : t001 LIKE TABLE OF t001 WITH HEADER LINE.
    CALL FUNCTION 'GET_COMPONENT_LIST'
      EXPORTING
        program    = sy-repid
        fieldname  = 'T001'
      TABLES
        components = components.
    LOOP AT components.
      WRITE :/ components-compname , components-type.
    ENDLOOP.
    regards,
    amit m.

Maybe you are looking for

  • New mac mini @ and " coming up on wrong keys

    hi ive just bought my first mac, a mini. im using a logitech wave keyboard which is supposed to work with macs and windows. my issue is that the mac seems to think its a us keyboard ie the @ symbol is 2 buttons to the left of the enter key but when i

  • Transaction Code fro Sq01 query

    Dear all, i have created a query in Sq01 and assigned a Tr Code for the same. Now thew user i asking for extra fields to be shown in the Query When i changed the query and tried to execute the report thru Tr Code The newly added fields are not seen b

  • Allowing user to access only documents created by him.

    Hi!, is there a way to allow users to read only the documents created by them?, so when they click on the browse data buttons on top they navigate through the documents created only by the specific user? Thank you!

  • IPhoto 2 and homepage

    Can I still use iPhoto 2 and create webpages with it. Lately I keep getting an error message that says I cant order photo books when I tried to use iPhoto to create a new webpage. If iPhoto can no longer be used to create webpages, will iPhoto 4 work

  • Preview window freezing eventhough I went back to old driver for Nvidea card. Worked for a while. So frustating. I think I will go back to Pinnacle.

    Premiere Elements preview window is freezing again!! Had this problem 1 month ago and fixed by going back to older Nvide driver. Problem is back. I am so frustated with Elemnets and thinking of going to Pinnacle Studio??