Vbak and viqmsml concern

Hi guys..
is there an efficient way to join vbak table and viqmsml view?.. thanks for the reply
regards,
jp

you need to consider vbeln and qmnum they are common to these two tables.
vbak-vbeln = viqmsml-vbeln
vbak-qmnum = viqmsml-qmnum

Similar Messages

  • Performance problems selecting form vbak and vbap

    Hello,
    I am try to select data from the vbak and vbap databasetables. The tables have more than a million of entries. I tried my best with two related selectstatements and the 'FOR All ENTRIES' syntax. The query takes more than 30 minutes. Is there a more efficient way than the following query, for example an inner join?. Tanks.
    Regards, Lars.
    FORM firstselect.
       SELECT  kvkorg kvtweg kspart kauart k~kunnr
              kvsbed kaugru kvbeln kmandt
      FROM VBAK AS k
      INTO CORRESPONDING FIELDS OF TABLE t_outtab1
      WHERE  k~vkorg IN s_vkorg AND
             k~vtweg IN s_vtweg AND
             k~spart IN s_spart AND
             k~auart IN s_auart AND
             k~kunnr IN s_kunnr AND
             k~vsbed IN s_vsbed AND
             k~augru IN s_augru AND
             k~vbeln IN s_vbeln.
    ENDFORM.
    FORM secondselect.
         SELECT  pposnr pvstel p~werks
                  pabgru pmatnr p~kwmeng
                  pzzurmeng pvrkme pmandt pvbeln
          FROM VBAP AS p
          INTO CORRESPONDING FIELDS OF TABLE t_outtab2
              FOR ALL ENTRIES IN t_outtab1
          WHERE
              p~vstel IN s_vstel AND
              p~werks IN s_werks AND
              p~matnr IN s_matnr AND
              p~abgru IN s_abgru AND
             t_outtab1-mandt = p~mandt AND
              p~vbeln = t_outtab1-vbeln.
    ENDFORM.

    FORM firstselect.
    SELECT vkorg
           vtweg
           spart
           auart
           kunnr
           vsbed
           augru
           vbeln
           mandt
           FROM VBAK 
           INTO TABLE t_outtab1
    WHERE vkorg IN s_vkorg AND
    vtweg IN s_vtweg AND
    spart IN s_spart AND
    auart IN s_auart AND
    kunnr IN s_kunnr AND
    vsbed IN s_vsbed AND
    augru IN s_augru AND
    vbeln IN s_vbeln.
    ENDFORM.
    FORM secondselect.
    SELECT posnr
           vstel
           werks
           abgru
           matnr
           kwmeng
           zzurmeng
           vrkme
           mandt
          vbeln
      FROM VBAP TABLE t_outtab2
    FOR ALL ENTRIES IN t_outtab1
    WHERE  vbeln = t_outtab1-vbeln
    AND vstel IN s_vstel AND
    werks IN s_werks AND
    matnr IN s_matnr AND
    abgru IN s_abgru .
    ENDFORM.
    Hope this helps u.
    I will get u back with more answers.
    One more important thing see that the order which u r using in the select query is the same as that in the table this will affect the performs a lot.
    <i><b>The first field should be the vbeln and then see the order and change that first and the same order should be in the internal table taht u r defining also.
    If u do these things surely u can improve performance.</b></i>
    Message was edited by: Judith Jessie Selvi

  • SAP Query error for VBAK and KONV tables

    Dear Experts,
    Want to create SAP Query for below requirement but faced some error
    Step1) Extract the data from VBAK table w.r.t.  order type ,  Sale org and date range
    and collected the Sales order numbers and doc. condition record (KNUMV)
    Step 2)In table KONV (Transactional condition record data) in this table provided input as doc. condition record (KNUMV) with respect to condition type ABCD
    Manually i extracted data, there is no problem .
    But customer want to generate SAP Query for above requirement
    I tried to create but in t.code  SQ02 when i tried to join the table VBAK and KONV i faced the below error
    Table KONV cannot be used in a join.
    How  can I create SAP query for above requirement ???
    if its not possible then create Z report is the only solution ??????
    Thanks in advance

    Hello
    You can not create Query report with joining KONV. But there is one solution for your problem. You can create Query report by using Database VAV. In this logical database you will find all SD tables and also KONV. Use only those tables and fields which you want in your query report. I have checked this and its working
    Please try this and update the forum accordingly.
    Edited by: moazzamjii on Jun 30, 2011 12:13 PM

  • Contract Sign Date from VBAK and VBAP and VEDA.

    Hi ,
    I need to fetch the Sales Document from VBAK and VBAP and VEDA with the contract sign date for sales document line item .
    Contract sign date is in selection screen as select options.
    Please let me know how to fetch the sales Document per line item from these 3 tables considering that A sales document could have many line items and each can have a different sign date.
    Thanks
    Sachin

    Hi,
    The link between all the tables VBAK, VBAP and VEDA is VBELN i.e sales document number.
    However, while fetching from VBAP and VEDA you would need to consider POSNR as well.
    As your ABAPer to code the logic using 'for all entries' method.
    Regards,
    Amit
    Edited by: Amit Iyer on Jun 23, 2011 12:28 PM

  • Joining the Tables VBAK and CDHDR

    Hi All,
    I am a novice to SAP, and probably have the most basic question. I need to join the two tables VBAK and CDHDR and I dont see any common fields between them.
    I would need to do this for as generating a custom report that lists all the valid contracts created or changed within the period of selection. I also need to show the old value and the new value, the user ID of who made the change/creation and the date of the change.
    Anyhelp in this regard is highly appreciated and will be rewarded appropriately.
    Many thanks in anticipation.

    CDHDR is used for each and every table of SAP, so don't look for common key with your table.
    Look for records in CDHDR with OBJECTCLAS = 'VERKBELEG' and OBJECTID = VBAK-VBELN, and then in CDPOS with keys of CDHDR and tabname = 'VBAK'  and tabkey = VBAK-VBELN. (You also get VBAP and other tables under the same Id)
    Take a look at report RVSCD100
    Regards

  • Link VBAK AND LIPS

    Hi Experts,
    IS there any link between VBAK and LIPS (VBELN AND VGBEL). Data is flow from header level VBAK to Item level LIPS is correct or Item level to item level.
    Regards
    Rahul

    Dear Rahul1234 ,
    You can use the VBAK- VBELN or VBAP-VBELN
    Put the same in VBFA as preceding document and fetch subsequent document where subsequent document category is J(delivery)
    Now input that list in LIPS to get the required field.
    This will work. If your ABAPer is telling that the logic is not correct, then you may demonstrate the same using a query (table join VBAK-VBFA-LIPS)
    Thanks & Regards,
    Hegal K Charles

  • Tables VBAK and VBAP

    Hi there!
    When i want to extract data ,partly related to header and partly related to item , what i do is, i give the conditions(header conditions like sales org.) for which i need data in VBAK and when i get the sales order numbers i exceute VBAP for these sales order to get item data....is this the correct way or is there a way to get the header as well as item data from the same table....Please suggest....

    Dear Swetha,
    If you want to pull data from a single table use T-code: SE16N.
    If you want to join multiple Tables then create a Query thrrough SQ00. You can select the required feild in this Query & generate a report based on required selection criteria..
    Hope this Helps..
    Thanks,
    Jignesh Mehta

  • Joining VBAK and VBAP

    Hi Guys,
    Can you pls check the query and suggest best approch to improve the performance as its going for dump.
    VBAP as 2,22,34,404
    VBAK as 25,54,345
    and
    r_matnr as 96,000 records.
      SELECT vbapmatnr SUM( vbapkwmeng )
        FROM vbak INNER JOIN vbap ON vbakvbeln = vbapvbeln
        INTO TABLE t_xx
       WHERE audat BETWEEN w_pstdat AND w_inidat
         AND vkorg IN r_vkorg
         AND auart IN r_auart
         AND vbap~matnr IN r_matnr
         AND vbap~werks EQ p_werks
         AND vbap~pstyv IN s_pstyv
         GROUP BY vbap~matnr.
    Regards,
    Srinivas M

    > Check for the View on VBAP AND VBAK that will help to increase the preformence
    > instead of inner join
    oh, a new option is recommended frequently in recent positing, after FAE is supported so much anymore.
    BUT the View is only a dictionary defintion of a join, they are 100% identical on the database
    There is not clear limit for the size of the ranges, usually in the order of 1000 or 2000. It will dump when whole resultings statement is above a limit, which is hard tto specify.
    WHERE audat BETWEEN w_pstdat AND w_inidat
    AND vkorg IN r_vkorg
    AND auart IN r_auart
    AND vbap~matnr IN r_matnr
    AND vbap~werks EQ p_werks
    AND vbap~pstyv IN s_pstyv
    GROUP BY vbap~matnr.
    This are actually several statements, which can be completely different. It depends which IN-Lists/Ranges are filled.
    The join can react on that, it uses different accesses, if there are more conditions on vbak or
    more vbap.
    For the FAE you must programm two versions, one startung with vbak and one with vbak. And
    you must determine which one will use. I doubt that you will better than the optimzer in the database.
    Siegfried

  • VBAP, VBAK and KNA1

    Hey SD experts,
    I would like to link those three SAP tables :
    VBAP, VBAK and KNA1 in order to create a query.
    VBAP is the principal table, VBAK and KNA1 are additional ones.
    What intermediate table should I use to make it possible ?
    Thank you,
    Bahia.

    I'll explain to you in details:
    I'm trying to create an infoset.
    I choose "direct read of table" : VBAP
    Than, I add VBAK : VBAP-VBELN = VBAK-VBELN
    Than, KNA1: KNA1-KUNNR = VBAK-KUNNR
    When I try to generate the infoset, I get this warning message:
    Access error in code for table KNA1,  KNA1 has sequence number 01
    Fields from VBAK are not assigned to a field group
    Fields from KNA1 are not assigned to a field group
    Thank you

  • Company code and operating concern currency in COPA

    Dear experts,
    I have one controlling area and one operating concern for indian and foreign entitiy with INR as currency for controlling area and one operating concern.
    but outside india i have sgd as company code currency.
    So i ticked company code currency in operating concern.so while posting revenue in billing .system store in company code as well as operating concern currency.
    But all my expenses for outside india entity will store(cost center) in company code currency 'SGD' and controlling area currency 'INR'.
    while doing copa assesssment cycle- whether system will store data in copa table in SGD and INR or only INR as operating concern currency.
    i need report on operating concern currency as well as company code currency.
    regards
    Raman Rana

    Hi,
       If you have ticked 'company code ccy' in KEA0 then all COPA postings (including COPA assessments) will happen in both currencies i.e. company code ccy and operating concern ccy.
    regards
    Waman

  • OBJNR is blank at VBAK and VBAP tables

    Dear collegues,
    There´s a strange situation on customer´s system. When end-user create a new quotation, the OBJNR field at VBAK and VBAP tables doesn´t fill itself, it remains blank. I believed that the field was filled when the document was saved. What´s wrong?
    Regards, Otávio.

    Hi,
    This might  be due to many reasons.Please check if there any dumps related to it in ST22/SM21.
    Also check if there any enough dialog/bckg work process to process the job.
    filling up takes more time depending on the no of records in the application tables.
    regards
    Nagaraju

  • How to use Innerjoin b/w these 2 tables VBAK and CDHDR ?

    Hi,
              How to use Innerjoin b/w these 2 tables VBAK and CDHDR for retrieving of changed sales order data ?I nned the A select stmt with INNER JOIN for changed sales data.
    Thanks & Regards,
    gopi.

    Hi Gopi,
    You can use the code similar to below to read the changes to Sales order from CDHDR AND CDPOS
    FORM GET_CHANGES .
    * Get all the changes to Sales Order as well as Deliveries. Suppress
    * Non relevant change
      DATA : BEGIN OF SO_VBELN OCCURS 0 ,
           VBELN LIKE CDHDR-OBJECTID,
           END OF SO_VBELN.
      DATA : BEGIN OF DL_VBELN OCCURS 0 ,
           VBELN LIKE CDHDR-OBJECTID,
           END OF DL_VBELN.
      DATA TEMP_SO_VBELN LIKE SO_VBELN OCCURS 0 WITH HEADER LINE.
      DATA DATE_UNTIL LIKE SY-DATUM.
      DATA TIME_UNTIL LIKE SY-UZEIT .
      DATA DATE_FROM LIKE SY-DATUM.
      READ TABLE S_CHADT INDEX 1.
      LOOP AT IT_VBAP.
        AT NEW VBELN.
          MOVE IT_VBAP-VBELN TO TEMP_SO_VBELN.
          COLLECT TEMP_SO_VBELN.
        ENDAT.
      ENDLOOP.
      IF TEMP_SO_VBELN[] IS NOT INITIAL.
        SELECT OBJECTID AS VBELN FROM CDHDR
             INTO TABLE SO_VBELN
               FOR ALL ENTRIES IN TEMP_SO_VBELN
             WHERE  OBJECTCLAS EQ 'VERKBELEG'
             AND OBJECTID EQ TEMP_SO_VBELN-VBELN
             AND USERNAME IN S_CHABY
             AND UDATE IN S_CHADT.
      ENDIF.
      LOOP AT IT_LIPS INTO WA_LIPS.
        AT NEW VBELN.
          MOVE WA_LIPS-VBELN TO DL_VBELN.
          COLLECT DL_VBELN.
        ENDAT.
      ENDLOOP.
    * Changes in Sales Order.
      IF NOT  SO_VBELN[] IS INITIAL.
    * Get partner functions
        SELECT * INTO TABLE IT_TPART
          FROM TPART WHERE SPRAS EQ SY-LANGU.
        SELECT A~TABNAME A~FIELDNAME A~DATATYPE B~DDTEXT
           INTO CORRESPONDING FIELDS OF TABLE IT_FIELD
           FROM DD03L AS A INNER JOIN
                DD04T AS B
                ON A~ROLLNAME EQ B~ROLLNAME
                AND A~AS4LOCAL EQ B~AS4LOCAL
              WHERE ( A~TABNAME EQ 'VBAK'
                      OR A~TABNAME EQ 'VBAP'
                      OR A~TABNAME EQ 'VBEP'
                      OR A~TABNAME EQ 'VBPA'
                      OR A~TABNAME EQ 'VBUK'
                      OR A~TABNAME EQ 'VBKD' )
               AND  A~AS4LOCAL EQ 'A'
               AND A~AS4VERS EQ '0000'
               AND A~ROLLNAME NE SPACE
               AND B~DDLANGUAGE EQ SY-LANGU.
    * Preapare the exclusion table
        R_EXCL_FIELDS-OPTION = 'EQ'.
        R_EXCL_FIELDS-SIGN = 'I'.
        LOOP AT IT_FIELD WHERE DATATYPE EQ 'CURR'.
          R_EXCL_FIELDS-LOW = IT_FIELD-FIELDNAME.
          APPEND R_EXCL_FIELDS.
        ENDLOOP.
        R_EXCL_FIELDS-LOW = 'ARKTX'.
        APPEND R_EXCL_FIELDS.
        R_EXCL_FIELDS-LOW = 'LGORT'.
        APPEND R_EXCL_FIELDS.
        R_EXCL_FIELDS-LOW = 'TDDAT'.
        APPEND R_EXCL_FIELDS.
        R_EXCL_FIELDS-LOW = 'LDDAT'.
        APPEND R_EXCL_FIELDS.
        R_EXCL_FIELDS-LOW = 'MBDAT'.
        APPEND R_EXCL_FIELDS.
        R_EXCL_TABL-OPTION = 'EQ'.
        R_EXCL_TABL-SIGN = 'I'.
        R_EXCL_TABL-LOW = 'KONVC'.
        APPEND R_EXCL_TABL.
        R_EXCL_TABL-LOW = 'VBKD'.
        APPEND R_EXCL_TABL.
        LOOP AT SO_VBELN.
          REFRESH ITAB_CDHDR.
          DATE_FROM = S_CHADT-LOW.
          DATE_UNTIL = S_CHADT-HIGH.
          CALL FUNCTION 'CHANGEDOCUMENT_READ_HEADERS'
            EXPORTING
              DATE_OF_CHANGE             = DATE_FROM
              OBJECTCLASS                = 'VERKBELEG'
              OBJECTID                   = SO_VBELN-VBELN
              TIME_OF_CHANGE             = TIME_UNTIL
              DATE_UNTIL                 = DATE_UNTIL
              USERNAME                   = ' '
            TABLES
              I_CDHDR                    = ITAB_CDHDR
            EXCEPTIONS
              NO_POSITION_FOUND          = 1
              WRONG_ACCESS_TO_ARCHIVE    = 2
              TIME_ZONE_CONVERSION_ERROR = 3
              OTHERS                     = 4.
          IF SY-SUBRC NE 0.
            CONTINUE.
          ENDIF.
          LOOP AT ITAB_CDHDR WHERE USERNAME IN S_CHABY.
            REFRESH IT_CDSHW.
            CALL FUNCTION 'CHANGEDOCUMENT_READ_POSITIONS'
              EXPORTING
                CHANGENUMBER            = ITAB_CDHDR-CHANGENR
              TABLES
                EDITPOS                 = IT_CDSHW
              EXCEPTIONS
                NO_POSITION_FOUND       = 1
                WRONG_ACCESS_TO_ARCHIVE = 2
                OTHERS                  = 3.
            IF SY-SUBRC EQ 0.
              PERFORM GET_ACTION .
            ENDIF.
          ENDLOOP.
        ENDLOOP.
      ENDIF.
    * Changes in Delivery
      IF NOT DL_VBELN[] IS INITIAL.
        REFRESH : IT_CDHDR , IT_CDPOS.
        SELECT  OBJECTCLAS OBJECTID CHANGENR USERNAME UDATE
               FROM CDHDR INTO CORRESPONDING FIELDS OF TABLE IT_CDHDR
             FOR ALL ENTRIES IN DL_VBELN
           WHERE  OBJECTCLAS EQ 'LIEFERUNG'
           AND OBJECTID EQ DL_VBELN-VBELN
           AND USERNAME IN S_CHABY
           AND UDATE IN S_CHADT
           AND CHANGE_IND EQ 'U'.
        LOOP AT IT_CDHDR.
          CONCATENATE SY-MANDT IT_CDHDR-OBJECTID
           INTO IT_CDHDR-TABKEY .
          CONDENSE  IT_CDHDR-TABKEY.
          MODIFY IT_CDHDR.
        ENDLOOP.
        IF NOT IT_CDHDR[] IS INITIAL.
          SELECT  * INTO TABLE IT_CDPOS FROM CDPOS
               FOR ALL ENTRIES IN IT_CDHDR
             WHERE  OBJECTCLAS EQ IT_CDHDR-OBJECTCLAS
             AND OBJECTID EQ IT_CDHDR-OBJECTID
             AND CHANGENR EQ IT_CDHDR-CHANGENR
             AND TABNAME EQ 'LIKP'
             AND TABKEY EQ IT_CDHDR-TABKEY
             AND FNAME IN ('WADAT','LFDAT','ROUTE','VSBED')
             AND CHNGIND EQ 'U' .
          LOOP AT IT_CDPOS .
            CLEAR  IT_DL_CHG-FLAG_RED.
            CASE IT_CDPOS-FNAME.
              WHEN 'WADAT'.
                MOVE 'Goods issue date changed' TO IT_DL_CHG-ACTION.
              WHEN 'LFDAT'.
                MOVE 'Delivery date changed' TO IT_DL_CHG-ACTION.
                MOVE 'X'  TO IT_DL_CHG-FLAG_RED.
              WHEN 'ROUTE'.
                MOVE 'Route Changed' TO IT_DL_CHG-ACTION.
              WHEN 'VSBED'.
                MOVE 'Shipping Condition Changed' TO IT_DL_CHG-ACTION.
              WHEN OTHERS.
            ENDCASE.
            AT NEW CHANGENR .
              READ TABLE IT_CDHDR WITH KEY OBJECTCLAS = IT_CDPOS-OBJECTCLAS
                                           OBJECTID = IT_CDPOS-OBJECTID
                                           CHANGENR = IT_CDPOS-CHANGENR
                                           BINARY SEARCH.
              MOVE IT_CDHDR-USERNAME TO  IT_DL_CHG-ERNAM.
              WRITE IT_CDHDR-UDATE TO  IT_DL_CHG-ERDAT.
            ENDAT.
            IT_DL_CHG-COUNTER = IT_DL_CHG-COUNTER + 1.
            MOVE IT_CDPOS-OBJECTID TO IT_DL_CHG-VBELN.
            MOVE IT_CDPOS-VALUE_OLD TO IT_DL_CHG-OLD_VAL.
            MOVE IT_CDPOS-VALUE_NEW TO IT_DL_CHG-NEW_VAL.
            INSERT TABLE IT_DL_CHG.
          ENDLOOP.
        ENDIF.
      ENDIF.
    ENDFORM.                    " GET_CHANGES
    Cheers
    VJ

  • I have just pre-purchased the Iphone 5 and am concerned about the Nano_SIM. I am with Telstra in Australia. How and where do I get a Nano M and how do I get my pre-paid account  onto the new SIM?

    I have just pre-purchased the Iphone 5 and am concerned about the Nano_SIM. I am with Telstra in Australia. How and where do I get a Nano M and how do I get my pre-paid account  onto the new SIM?

    The nano SIM should come with the phone if you set it up with a carrier.
    If you purchased an unlocked phone, you'll have to contact your carrier to get a nano sim card.

  • Wondering if I should upgrade from OS 10.6.8 to yosemite as search engines are acting a little weird - fan can come on, slow to shut down and also concerned about Security as my OS is older and no longer upgraded etc...?

    Problem description:
    Wondering if I should upgrade to Yosemite from Mac pro 10.6.8  as search engines are not always responding well - Fan comes on with firefox/safari is not always responding on some sites - also concerned about security issues as my system is older and not able to receive ? I have used etrecheck and copied results here - Any help/suggestions much appreciated  - Thanks kindly!
    EtreCheck version: 2.1.8 (121)
    Report generated February 7, 2015 10:41:15 AM EST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Early 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,1
        1 2.3 GHz Intel Core i5 CPU: 2-core
        4 GB RAM
            BANK 0/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 303
    Video Information: ℹ️
        Intel HD Graphics 3000 - VRAM: 384 MB
            Color LCD 1280 x 800
    System Software: ℹ️
        Mac OS X 10.6.8 (10K549) - Time since boot: 1:24:41
    Disk Information: ℹ️
        Hitachi HTS545032B9A302 disk0 : (298.09 GB)
            - (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 319.73 GB (198.41 GB free)
        OPTIARC DVD RW AD-5970H
    USB Information: ℹ️
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple, Inc. MacBook Pro
    Configuration files: ℹ️
        /etc/hosts - Count: 15
    Kernel Extensions: ℹ️
            /System/Library/Extensions
        [not loaded]    com.olympus.DSSBlockCommandsDevice (1.1.0) [Click for support]
    Problem System Launch Daemons: ℹ️
        [not loaded]    org.samba.winbindd.plist [Click for support]
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.CS5ServiceManager.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
    User Login Items: ℹ️
        Flux    Application  (/Applications/Flux.app)
    Internet Plug-ins: ℹ️
        JavaAppletPlugin: Version: 13.9.8 - SDK 10.6 Check version
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.6.6
        AdobePDFViewerNPAPI: Version: 10.1.12 [Click for support]
        AdobePDFViewer: Version: 10.1.12 [Click for support]
        DivXBrowserPlugin: Version: 1.4 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        SharePointBrowserPlugin: Version: 14.1.0 [Click for support]
        Google Earth Web Plug-in: Version: 7.1 [Click for support]
        Silverlight: Version: 4.1.10329.0 [Click for support]
        iPhotoPhotocast: Version: 7.0 - SDK 10.7
    Audio Plug-ins: ℹ️
        iSightAudio: Version: 7.6.6
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Growl  [Click for support]
    Time Machine: ℹ️
        Time Machine information requires OS X 10.7 "Lion" or later.
    Top Processes by CPU: ℹ️
             7%    WindowServer
             1%    plugin-container
             1%    firefox
             0%    fontd
             0%    Flux
    Top Processes by Memory: ℹ️
        515 MB    firefox
        52 MB    mds
        43 MB    WindowServer
        43 MB    Finder
        34 MB    plugin-container
    Virtual Memory Information: ℹ️
        2.14 GB    Free RAM
        745 MB    Active RAM
        475 MB    Inactive RAM
        929 MB    Wired RAM
        231 MB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Feb 7, 2015, 09:16:09 AM    Self test - passed

    ... Fan comes on with firefox/safari is not always responding on some sites -
    An SMC reset may resolve the otherwise inexplicable fan behaviour. Be sure to read the procedure carefully and follow all the steps exactly as written, even if they seem inapplicable or trivial.
    Fixing a modified Hosts file requires specific instructions. Apple Support Communities contributor and EtreCheck author etresoft recently added a User Tip discussing that concern, and how to correct it: Fixing a hacked /etc/hosts file
    Back up your Mac prior to making any changes to its file system. To learn how to use Time Machine read Mac Basics: Time Machine backs up your Mac.

  • For iPhone Case Lovers and their concern of Magnet Closers!!

    I recently learned that some have had issues with their iPhone when used with a cases that includes magnets for closing. Sorry mwhitted for your woes.
    While looking for a nice case for myself I became concerned of this, and decide to contact Sena about their Dockable iPhone case. This case seemed to be exactly what I was looking for, but after reading mWhitted and a few others problems I wasn't sure.
    So I sent them a e-mail with the links and question their knowledge about their product.
    This was late last night (about 1:39 am). How about 10:09 in the a.m. I get a response! A Long and thoroughly explained response (read Below).
    Great customer service! I am going to give this company a try and see how well this works.
    I have included my original e-mail to them and their response by Ronda so that you may judge for yourself.
    PS. mWhitted, aparently the case you used may not have had the proper magnets and maybe not assembled appropriately for this phone which may have caused the problem. What do you think, maybe this may have been the cause?
    Thanks for the info by the way.
    Below is my email to them.
    -----Original Message-----
    From: Stephan Singh
    Sent: Wednesday, July 11, 2007 01:39 am PDT (GMT-07:00)
    Subject: Pre-Order Dockable iPhone case
    I have looked up many cases for my iPhone and I have found your Dockable one to be just the style and function I am looking for. Although recently there has been a buzz going around that the magnetic closing cases such as these have caused many iPhones to malfunction.
    I was curious as to if you had any information on this? I also wanted to send you this so that you may look into this to avoid any potential problems with your sales.
    Another question, I would like to know if it would be possible to replace the magnets in this case and apply velcro to it instead as an option for your customers?
    As far as the info that I had on the magnets, you can read tease threads from apple support forums for reference.
    http://discussions.apple.com/thread.jspa?threadID=1018081
    http://discussions.apple.com/thread.jspa?threadID=1036960&tstart=0
    Please contact me asap on this issue, for I would like to know my options on a purchase through you.
    Thank you
    Stephan
    NOW HERE IS THEIR MESSAGE BACK.
    ----- Original Message ----
    From: Sena Cases <[email protected]>
    To: [email protected]
    Sent: Wednesday, July 11, 2007 10:09:26 AM
    Subject: Case Update: 1086 - Pre-Order Dockable iPhone case
    Update for Case #1086 - "Pre-Order Dockable iPhone case"
    We use only non Neodymium magnets that do not interfere with the device. We have done extensive testing with many devices to assure that the magnet use will not harm the internal applications or antenna on the devices which we manufacture cases for. Also we have long created cases for use with the IPOD nano, Ipod 3rd,4th and Ipod Video devices using the non Neodymium magnets in our cases without any interferance at all after selling thousands upon thousands of cases. Sena Cases are designed by Engineers with PhD, they are all handcrafted by skilled craftsmen who have been in the leather industry for many years making them expert leather craftsmen, our cases are not just designed by a purse maker or a designer who is thinking of only fashion and style, because of the engineering focus of the design staff they are detail oriented making sure that each and every feature and function of the device has been addressed and is accessible as well as taking wevery precaution to protect the devices and information which belongs to our loyal customers, and new customers as we hope that each person who finds their way to Sena Cases will become loyal to our products for all devices which they own now and in the future. Because our company's entire focus is PDA, Smartphone and Computer cases Sena Management and Design staff have extensively researched magnets available in the industry and magnetic substrates, with a solid plan to avoid any magnet which would harm any device we have created a case for, So the selection of the magnets available and the possible strengths that we can use are focused on a very limited type and size of magnet, sometimes even shape takes some precidence in the design of certain cases, in regards to the iPhone magnets the staff have created a new installation making the magnet undetectable on the open face of the case so that the form and shape are very sleek and suitable to the high style devbice which is in the Sena Case. Some case makers off shore may just throw a case together without considering future ramifications, These case manufacturers may be selling cases at a lower price point not created out of fine materials or more novelty type accessory cases that are often offered at a bargain price that is unbelievably inexpensive, They may be thinking when creating their own design that " this company and that company use magnets we will to..." this may be how cases get created for devices which may harm the device that they were intended to protect. Sena Cases has taken every precaution to design a slim sleek sexy iphone case that will protect your device in a very stylish fashion throughout the years that you own this expensive device.
    I will pass your forum links on to our design staff and the research group as well as our company president for review, Customer feedback is highly valued here at Sena Cases. I assure you that serious research has been done to assure that your iPHONE case will fit precisely allow access to all features and functions and to protect your investment in the device and the information which it contains as you as well as your referrals and your future business is our main focus and if we dint sweat all the little details to attempt to create you a perfect case for your device we could not expect your loyalty to our brand.
    We do also stand behind all our products with a one year warranty against any manufacturing defects. The best compliment we can receive is for a customer to refer family, friends, colleagues and strangers that they cross paths with to our cases as your refferral of our product is more valuable to us that a full page color ad in a major magazine, if your happy you will refer many people to our products who will refer their friends and so on and so on....
    Stephan, I reccomend that you avoid Neodymium magnets in what ever case you elect to purchase and you will be fine, I am hopefull that you will elect to protect your iPhone in our cases, as we make a fine product as does many competitors in the market, I am not familiar with their designs for this device so I cannot speak openly about any of them, but the iPHONE cases in our office on display as well as future designer cases to be released before the fall are all incredible. Sena Will have some leathers and designs nwever seen before by similar type device owners ever in the past, as our company has searched out new Leather vendors as well as creating our traditional line of stylish Sena cases will be releasing a designer series of cases for iPHONE because the device is phenomonal the design staff and management felt that the cases could also help carry off the devices style in a ddifferent intrepretation.
    You will love any of the Sena Cases designs which are available now or in the future., We have had customers stop by and try on the prototype cases which we have photographed and were in love with the look and fit. The sensor on the face of the case has been revised the original case designed before the device was available to accommodate the proximity/light sensors! The sensor lies above the ear piece at the top of the screen. so there will be two circular oval type openings above the screen. These cases are really off the hook, crazy cool and distinctively beautiful, I am hopeful you will enjoy owning one to protect your device.
    Regards,
    Rhonda
    PC   Windows XP  

    OK. Here it is...
    http://en.wikipedia.org/wiki/Neodymium_magnet
    "Neodymium magnets are very strong in comparison to their mass..."
    A.K.A. "rare-earth magnetS".
    "While most solid state electronic devices are not effected by magnetic fields, some medical devices are not manufactured to mitigate the effects of strong magnetic fields." Maybe phones too?
    These could be the ones that I removed from my case:
    http://www.kjmagnetics.com/proddetail.asp?prod=D603
    From the above sales site:
    "Never place neodymium magnets near electronic appliances."

Maybe you are looking for