Problem with price modifier

I have a modifier list for a Customer but it doesn't seem to work.
I can't understand why...so I am wondering if there is a report or a form that shows how the price is calculated
I was hoping for something like...
Step 1 Fetching Price list value for Item
Step 2 Applying modifier 1
Step 2 Appliyng modier 2
Thanks is advance.

You can also go to Pricing/Availability on the sales order and choose the "Price Adjustments" radio button. This will show you which pricing modifiers were applied to the particular order line currently highlighted.

Similar Messages

  • Probleme with price condition

    hello,
    I have just created a info record for vendor 201031 and purchasing org Z001 and material 200000001 with price conditions (PB00, RA00, FRB1).
    when I have execute tcode MEKE (condition by vendor) for vendor  201031and the purchasing org  Z001 I had this message: “No condition types with access sequences found”.
    thank you to explain it to me what is  this problem ?  I owe acivre something? should I update vendor data ?
    NB: if you have examples of document “step by step” for price conditions, thank you to send it to me on: [email protected]
    in advance thank you .
    Said

    Hi ,
    Pl go through this link.
    http://www.sap-img.com/materials/steps-for-mm-pricing-procedures.htm
    Thanks
    Dipak

  • Having a problem with Excessive "modified" memory usage in Win7 x64, upwards of 3.6GB, any suggestions?

    I have 6GB of ram, a fresh install of Windows 7 x64, and the screenshot shows what happens after leaving my PC on for a couple days. (3782+MB being used by modified memory ATM).
    http://wow.deconstruct.me/images/ExcessiveMemory.jpg
    Any ideas on this?
    Edit:
    Added this after first round of suggestions
    http://wow.deconstruct.me/images/NotSoExcessiveMemory.jpg
    This is uptime of around 2 hours.
    The first image is of uptime of around 3-5 days.

    Matthew,
    The only reason why these pages are kept on the modified list indefinitely is because the system doesn't have any available pagefile space left. If you increase the size of the pagefile the system will write most of these pages to disk and then move them from the modified list to the standby list. Standby pages are considered part of "available memory", because they can be reused for some other purpose if necessary.
    Whether this would "fix" the problem or not depends on what the actual problem is. If it's an unbound memory leak then increasing the size of the pagefile will simply allow the system to run longer before it eventually hits the maximum pagefile size limit, or runs out of disk space. On the other hand, if it's a case of some application allocating a lot of memory and not using it for a long time, then increasing the pagefile might be a perfectly valid solution.
    Allowing the system to manage the size of the pagefile actually works well in most cases. Pagefile fragmentation (at the filesystem level) can only occur when the initially chosen size is not large enough and the system has to extend it at run time. For win7 we have telemetry data that shows that even for systems with 1 GB of RAM, less than 0.1% of all boot sessions end up having to extend the pagefile, and this number is even lower for larger amounts of RAM. If you think you are in that 0.1% and your pagefile might be getting fragmented, you can manually increase its minimum size such that the total system commit charge stays below 80% even if you run all your apps at once (80% is the threshold at which the pagefile is automatically extended). This will make sure the pagefile is created once and then stays at the same size forever, so it can't fragment. The maximum size can either be set to the same value as the minimum, or you can make it larger so that the system is more resilient to memory leaks or unexpectedly high loads.
    By the way, Windows doesn't use pagefiles as "extra memory", it uses them as a backing store for private pages, just like regular files are used as a backing store for EXEs/DLLs and memory mapped files. So if the system really has more than enough RAM (like in your second screenshot, where you have 3.6 GB of free pages) you shouldn't see any reads from the pagefile. You can verify this by going to the Disk tab in the resource monitor and looking for any disk IO from pagefile.sys. On smaller systems that don't have an excess of free pages you may see periodic reads from the pagefile, and this is expected because the total amount of data referenced by the OS/drivers/processes is larger than the total RAM. Forcefully keeping all pagefile-backed pages in memory (which is what disabling the pagefile does) would simply mean some other pages (memory mapped files, DLL code or data etc) would have to be paged out.
    Regarding further troubleshooting steps: If the system runs fine with a larger pagefile (commit charge stabilizes well below 80%, and you no longer see gigabytes of modified pages accumulating in memory) then you don't really need to do anything. If the problem persists, you can check for any processes with an abnormally high commit charge, and also check kernel memory usage in task manager. If it's a kernel leak you can usually narrow it down to a particular driver using poolmon.exe or kernel debugger.

  • ML81N Problem with price field.

    Hello:
    Im trying to enter a service through ML81N. When I enter the PO and complete the service number, the sevice line doesnt show the following fields:
    Gross price field.
    Current
    per unit of meas.
    why it happend?
    The user can enter the service.
    Thanks in advance for your help
    Tomas

    Hi,
    No need to apologise, that is why we are here, you are certainly NOT asking for too much. You are being very helpfula and providing more detail as we need it.
    We enjoy helping people to get the most out of SAP and so your question is a good one.
    One thing that you can do in an SAP purchase order is to move the columns around. So firstly get the user to check to see if the required columns are there but perhaps they ahve to scroll to the right to see them.
    Each user can save there own format for these columns and so this user may have saved different settings to yours.
    So let me know if they have found the columns futher to the rioght of the screen and we can help you to get them to the left so that they are visible straight away (basically you click once on the column header and then click and hold the button down, you can then drag the columns left and right and let go when they are where you want them. The the user clicks on the icon in the right hand corner of the item "window" (it looks a bit like a spreadsheet) and then saves this as their default.
    I would suggest that you play with this a bit first, it does take practice to get it right.
    (also try clicking on the dividing line between the Qty and the next field in case the user has reduced the column width to zero (in the same way that you would do this in excel)
    If this is not the problem then let us know and we can try other options.
    It could be that the user has an EFB parameter in their userid that is preventing the display of pricing info.
    Thanks for your thanks by the way, they are a strong motivation.
    Steve B

  • BAPI_SALESORDER_CREATEFROMDAT2 - Problem with price

    Hi
      I'm trying to create a Sales Document with the BAPI_SALESORDER_CREATEFROMDAT2 with SE37, i don't know what is missing, because it gives me the order number but when i call the BAPI_TRANSACTION_COMMIT,  it doesn't create the document, the result of the BAPI_SALESORDER_CREATEFROMDAT2 is next:
    S V4233SALES_HEADER_IN has been processed successfully   
    S V4233SALES_ITEM_IN has been processed successfully     
    W V1555The sales document is not yet complete: Edit data 
    S V1311Pedido Nacional 0000281711 has been saved         
    I feel the problem is in the parameters i'm sending, because i'm creating a sales order with VA01, and when debugging the BAPI and VA01, comparing table XVBAP at BAPI and VA01, i have difference at XVBAP-KWMENG and XVBAP-NETWR, at the BAPI'S table i don't have data, and at the VA01 transaction i have it, i give the parameters i'm sending so maybe somebody can help me.
    <b>ORDER_HEADER_IN</b>
    DOC_TYPE
    SALES_ORG
    DISTR_CHAN
    DIVISION
    REQ_DATE_H
    PURCH_DATE
    INCOTERMS1
    PMNTTRMS
    PRICE_DATE
    PURCH_NO_C
    <b>ORDER_ITEMS_IN</b>
    MATERIAL
    PLANT
    TARGET_QTY
    TARGET_QU
    INCOTERMS1
    ROUTE
    <b>ORDER_PARTNERS</b>
    PARTN_ROLE       
    PARTN_NUMB  
    And that's all.
    Thanks
    Best Regards.
    Soraya Cervantes

    Soraya,
    You need to pass in the Pricing COnditions via the ORDER_CONDITIONS_IN and ORDER_CONDITIONS_INX parameters.
    eg.
    tbl_bapicond-itm_number = '000010'.
    tbl_bapicond-cond_type  = 'ZP01'.
    tbl_bapicond-cond_value = '100'.
    append tbl_bapicond.
    tbl_bapicondx-itm_number  = '000010'.
    tbl_bapicondx-cond_type   = 'ZP01'.
    tbl_bapicondx-update_flag = 'U'.
    tbl_bapicondx-cond_value  = 'X'.
    append tbl_bapicondx.
    Hope this helps.
    Cheers,
    Pat.
    PS. Kindly assign Reward Points to the posts you find helpful.

  • Problem with Price

    hello
    here is my problem
    say i have an amount of 8,765.43, some times in sap this value is comming as 8.765,43
    i mean to say its displaying . in the place of , and , in the palce of .
    now if my value is displayed like 8.765,43 how can i change this to original format 8,765.43
    please do not give answers considering only this value
    this is just an example
    ram

    Hi,
      DATA : lv_dcpfm TYPE xudcpfm.
      SELECT SINGLE dcpfm FROM usr01 INTO lv_dcpfm
                               WHERE bname = sy-uname.
      DATA lv_amt_formt(17) TYPE c value '8.765,43'.
        IF lv_dcpfm = 'X'.
          REPLACE ALL OCCURRENCES OF ',' IN:
                lv_amt_formt WITH '' .
        ELSEIF lv_dcpfm = ''.
          REPLACE ALL OCCURRENCES OF '.' IN:
                lv_amt_formt WITH '' .
          REPLACE ALL OCCURRENCES OF ',' IN:
                lv_amt_formt WITH '.' .
        ENDIF.
    Regards,
    Durai.V

  • Problem with activating modified scripts in 4.7

    Hi,
    I have modified standard script and replace the existing script i the transaction NACE under the same output type.
    But the output is not is coming when I did like this...
    Please let me know what else I need to do to make it work.
    TIA,
    Ramesh

    Hi Ramesh,
    generally spoken: yes.
    Check table TNAPR with KSCHL = LD00. Is field FONAM filled with your Z-script (for each line)?
    If yes, then customizing part should be OK.
    Next step: check execution by debugging RVADDN01. Set break-point at function module OPEN_FORM. Is field form / fonam still your z-script?
    Regards,
    Christian

  • Weird problem with price query

    Hi when i set the special price 'Price list item details by period' and then run a query to get the special price, some of the period prices are different from the query
    The query i am using is
    <i><b>SELECT T1.LineNum,T1.Price as 'Special Price', T1.ItemCode, T1.Discount
    FROM SPP1 T1
    WHERE T1.CardCode = '100250' and  T1.ItemCode = 'item' </b></i>
    For example i made a special price for customer 100250, the price shown in SAP is 7.43 with 25%, but when using a query like above, it returned 8.23 with 25% discount.
    Any idea on why is it like this? It only happen to some of the records, and also is it right to use the price stated there or should i manually calculate the price based on the pricelist and the discount?
    Thank you

    Hi Melvin,
    The price gets influenced by various factors, including discounts, hierarchies and expansions, discount groups, volume discount, etc.
    The best way I have found to get an item's price is to use the SboBob object in the DI API. Use it as follows:
            Dim oBob As SAPbobsCOM.SBObob
            Dim oRecord As SAPbobsCOM.Recordset
            oBob = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoBridge)
            oRecord = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
            oRecord = oBob.GetItemPrice("C1000", "A1000", 5, Date.Now)
            oRecord.MoveFirst()
            MessageBox.Show(oRecord.Fields.Item(0).Value)
    The parameters for the GetItemPrice method is CardCode, ItemCode, Quantity, Date.
    Hope it helps,
    Adele

  • Problems with running modify marshall  in netbeans

    Hello everyone , i am new to jwebservices and read the sun tutorials. So i want to try out the sample codes expecially the marshall ones. but it could not run and gave the following error in netbeans:
    Problem: The project uses a class library called "jaxb20", but this class library was not found.
    Solution: Click Resolve to open the Library Manager and create a new class library called "jaxb20".
    i went to java.net to download the jaxb2_20051223.jar and jaxb2_20060426.jar but it stilled did not see it.
    Please help me out

    Thanks.
    I'm running both applications as the same user. All other aspects of the application and code work perfectly - just running that script using the Runtime method.
    Basically, everything is exactly the same between to the two machines - only the difference in OS version.
    I'm guessing that it well may be a Linux problem, sorry if this is the wrong forum. I'm just at a complete loss with this!

  • DPS and PostgreSQL - problem with add/modify

    Hi All,
    Did anyone try to combine DPS and PostgreSQL database? I am trying to do this and everything works OK except add and modify operations from LDAP client.
    E.g. When I try to modify entry I got following error:
    [29/Jun/2009:15:27:20 +0200] - PROFILE - INFO - conn=19 assigned to connection handler cn=anonymous, cn=connection handlers, cn=config
    [29/Jun/2009:15:27:20 +0200] - SERVER_OP - INFO - conn=19 op=0 MODIFY dn="uid=6886,dc=example,dc=com" jdbcServer=test-jsource sqlStatement="UPDATE persons SET persons.name='Yoko1' WHERE persons.id = 6886"
    [29/Jun/2009:15:27:20 +0200] - SERVER_OP - INFO - conn=19 op=0 MODIFY RESPONSE err=1 msg="java.lang.Exception: org.postgresql.util.PSQLException: ERROR: column "persons" of relation "persons" does not exist" jdbcServer=test-jsource
    [29/Jun/2009:15:27:20 +0200] - OPERATION - INFO - conn=19 op=0 MODIFY RESPONSE err=1 msg="java.lang.Exception: org.postgresql.util.PSQLException: ERROR: column "persons" of relation "persons" does not exist" etime=0
    The exception comes from Postgresql database, because it doesn't accept including table's name in the specification of a target column. For example (from Postgresql documentation): UPDATE tab SET tab.col = 1 is invalid, should be UPDATE tab set col =1.
    Is there a way to workaround this somehow?
    I use DPS 6.3 and Postgres DB 8.3.7.
    Thanks,
    Greg

    FYI, the list of RDBMS tested with DPS is available at [http://docs.sun.com/app/docs/doc/820-2759/additional-software?l=en&a=view&q=mySQL|http://docs.sun.com/app/docs/doc/820-2759/additional-software?l=en&a=view&q=mySQL]

  • I have a problem with a modify.

    Hi people:
    I have tree selects and when I insert the data in my internal table t_regup the program insert the last line of payr in all line in the internal table and the selection is from one to many in payr. This is my code:
    thanks for the help.
      SELECT empfb xblnr bldat dmbtr sknto qbshh zlsch laufd    
            laufi zbukr vblnr lifnr sknto belnr kunnr blart
             bukrs shkzg
        FROM regup INTO CORRESPONDING FIELDS OF TABLE t_regup
       WHERE laufd EQ p_laufd
         AND laufi EQ p_laufi
         AND bukrs EQ p_absbu
         AND xvorl <> 'X'.
      LOOP AT t_regup INTO wa_regup.
       SELECT SINGLE  znme1 zbnkn laufd laufi hbkid waers     
                      zaldt hktid
                      lifnr  zland rzawe uzawe absbu
         FROM reguh INTO CORRESPONDING FIELDS OF wa_regup
         WHERE laufd = wa_regup-laufd
           AND laufi = wa_regup-laufi
           AND absbu = p_absbu
           AND vblnr = wa_regup-vblnr.
        IF wa_regup-rzawe = '1'.
          SELECT  laufd laufi zbukr hbkid waers zaldt hktid
                  VBLNR chect zland rzawe uzawe voidr
           FROM payr INTO CORRESPONDING FIELDS OF  wa_regup
           WHERE laufd EQ wa_regup-laufd
             AND laufi EQ wa_regup-laufi
             AND zbukr EQ wa_regup-zbukr.
         ENDSELECT.
    MODIFY t_regup FROM wa_regup.
    endloop.

    I was a bit surprised. The other selects didn't seem to write over the existing data. Try:
    SELECT empfb xblnr bldat dmbtr sknto qbshh zlsch laufd
      laufi zbukr vblnr lifnr sknto belnr kunnr blart
      bukrs shkzg
      FROM regup
      INTO CORRESPONDING FIELDS OF TABLE t_regup
      WHERE laufd EQ p_laufd
        AND laufi EQ p_laufi
        AND bukrs EQ p_absbu
        AND xvorl <> 'X'.
    LOOP AT t_regup INTO wa_regup.
      SELECT SINGLE  znme1 zbnkn laufd laufi hbkid waers zaldt hktid
        lifnr  zland rzawe uzawe absbu
        FROM reguh
        INTO CORRESPONDING FIELDS OF wa_regup
        WHERE laufd = wa_regup-laufd
          AND laufi = wa_regup-laufi
          AND absbu = p_absbu
          AND vblnr = wa_regup-vblnr.
      IF wa_regup-rzawe = 'C'.
        count = 1.
        SELECT  laufd laufi zbukr hbkid waers zaldt hktid
          vblnr chect zland rzawe uzawe voidr
          FROM payr
          INTO CORRESPONDING FIELDS OF  wa_regup
          WHERE laufd EQ wa_regup-laufd
          AND laufi EQ wa_regup-laufi
          AND zbukr EQ wa_regup-zbukr.
          if count = 1.
            MODIFY t_regup FROM wa_regup.
          else.
            APPEND wa_regup TO t_regup.
          endif.
          count = count + 1.
        ENDSELECT.
      ENDIF.
    ENDLOOP.
    Rob

  • Problems with large scanned images

    I have been giving Aperture another try since 1.1 came out, and I am still having problems with large tiff files derived from scanned 4x5 negatives. The files are 500mb or more, 16 bit RGB, with ProPhoto RGB or Ektaspace PS5 profiles, directly out of the scanner.
    Aperture imports the files correctly, and shows their thumbnails. When I select a thumbnail "Loading" is displayed briefly, and the the dreaded "Unsupported Image Format" is displayed. Sometimes "Loading" goes on for a while, and a geometric pattern (looking like a rendering of random memory) is displayed. Restarting Aperture doesn't help.
    Lower resolution (250mb, 16bit) files are handled properly. The scans are from an Epson 4870 scanner. I have tried pulling the scans into Photoshop and resaving with various tiff options, and as PSD with no improvement. I have the same problem with corrected/modified psd files coming out of Photoshop CS2.
    I am running on a Power Mac G5 dual 2ghz with 8gb of RAM and an NVIDIA GeForce 6800 GT DDL (250mb) video card, with all the latest OS and software updates.
    Has anyone else had similar problems? More importantly, is anyone else able to work with 500mb files of any kind? Is it my system, or is it the software? I sent feedback to Apple as well.
    dual g5 2ghz   Mac OS X (10.4.6)  

    I have a few (well actually about 100) scans on my system of >500Mb. I tried loading a few and am getting an inconsistent pattern of errors that correlates with what you are reporting.
    I imported 4 files and three were troubled, the fouth was OK. I imported another four files and the first one was OK and the three others had your reported error, also the previously good file from the first import was now showing the same 'unsupported' image' message.
    I would venture to say that if you shoot primarily 4x5 and work with scans of this size that Aperture is not the program for you--right now. I shoot 35mm and have a few images that I have scanned at 8000dpi on my Imacon 848 but most of my files are in the more reasonable 250Mb range (35mm @ 5000dpi).
    I will probably downsample my 8000dpi scans to 5000dpi and not worry to much about it. In a world where people believe that 16 megapixels is hi-res you are obviously on the extreme side.(Good for you!) You should definately file a bug report but I wouldn't expect much help anytime soon for your super-sized scans.

  • Unable to copy the Price Modifiers associated with a Sales Order Line

    Dear All,
    I am copying Sales Order Line using the process_order API. I was not able to copy the Price Modifiers associated with the Lines. How can I accomplish this..?
    Is there any API available for copying the Price Modifier info associated with the Sales Order Line..?
    Environment is 11i and OS is SUN Solaris
    Please update...
    Many thanks in advance..

    Hello All,
    Please let me know is this possible to have the list of Invoices for an associated Sales Order.
    Thanks,
    Abdul

  • Problem with modifier keys in InputEvent

    I am trying to override DefaultCellEditor.isCellEditable() such that only unmodified double-clicking on my table cells will start edit. Naively, I thought this would be simple: cast the received EventObject to, say, an InputEvent and then query its modifiers. However, although calling toString() on the event object clearly shows the modifier key(s) in the event, getModifers() or getModifiersEx() always tells me there weren't any!!!
    Here is a little SSCCE which shows the problem (I hope -- I'm on a Mac, so YMMV; I sure hope not). We have a table with one row and three columns; only the middle column is editable. This column has a custom editor defined on it, which overrides DefaultCellEditor.isCellEditable() to check whether modifiers are down.
    public class AltDoubleClick extends JFrame
      private class MyDataModel extends AbstractTableModel
        private String[] values =
          {"a string for col 0", "a string for col 1", "a string for col 2"};
        public int getRowCount()
          return 1;
        public int getColumnCount()
          return values.length;
        public Object getValueAt(int row, int col)
          return values[col];
        public boolean isCellEditable(int row, int col)
          return col == 1;
        public void setValueAt(Object value, int row, int col)
          values[col] = (String) value;
      private class MyCellEditor extends DefaultCellEditor
        MyCellEditor()
          super(new JTextField());
        public Component getTableCellEditorComponent(JTable table, Object value,
                                                     boolean isSelected, int row, int column)
          if (value != null && value instanceof String)
            ((JTextField) editorComponent).setText((String) value);
          else
            ((JTextField) editorComponent).setText("");
          return editorComponent;
        public boolean isCellEditable(EventObject e)
          if (e instanceof MouseEvent)
            MouseEvent me = (MouseEvent) e;
            System.out.println("modifiersEx is " + me.getModifiersEx());
            System.out.println("modifiers is " + me.getModifiers());
            System.out.println(me.toString());
            return me.getModifiersEx() == 0 && me.getClickCount() == 2;
          return super.isCellEditable(e);
      public AltDoubleClick()
        Container c = getContentPane();
        table = new JTable();
        table.setModel(new MyDataModel());
        table.getColumnModel().getColumn(1).setCellEditor(new MyCellEditor());
        c.add(new JScrollPane(table));
      private JTable table;
      public static void main(String[] args)
        javax.swing.SwingUtilities.invokeLater(new Runnable()
          public void run()
            AltDoubleClick test = new AltDoubleClick();
            test.setSize(500, 500);
            test.setVisible(true);
    }When I run this and double-click the middle cell with a modifier down, I get the following output:
    modifiersEx is 0
    modifiers is 24
    apple.awt.SelectionMouseEvent[MOUSE_PRESSED,(231,5),absolute(233,67),button=1,
    modifiers=⌥+Button1+Button2,clickCount=2] on javax.swing.JTable[...]or, alternatively:
    modifiersEx is 0
    modifiers is 20
    apple.awt.SelectionMouseEvent[MOUSE_PRESSED,(202,3),absolute(204,65),button=1,
    modifiers=⌘+Button1+Button3,clickCount=2] on javax.swing.JTable[...]As you can see, despite the fact that modifier keys are being printed out by the toString() call (⌥ and ⌘ are the alt/option and apple keys, respectively), I get no indication from getModifers() or getModifiersEx() that they are down!!!
    Can anyone help me see through this confusing mess?

    Walter Laan wrote:
    Read the friendly manual. It explicitly tells you not to use == to check stuff and it should be pretty clear that it won't be zero for a mouse button down event.Good point, and I ought to have been more clear in my OP. I initially wrote it as they suggest, but found that wasn't working either. (This was work that I did in two parts with a gap of a couple of months in between, so I'd forgotten that I had tried that.) However, the return values from getModifiers() and getModifersEx(), in my output statements, shows that there are no modifier bits set -- so no point testing for them:
    * When I double-clicked with the alt/option key down, getModifiers() gave me 24, which is simply BUTTON_1_MASK + BUTTON_3_MASK (which isn't even correct -- I was only using the left mouse button).
    * When instead I held the apple key down, getModifers() gave me 20, which is BUTTON_1_MASK + BUTTON_2_MASK (also not correct -- again I was only using the left button).
    * getModifiersEx() in both cases gave me 0.
    I realise that some of this behaviour (the incorrect mouse buttons info) is down to Apple's runtime, but if the correct modifier is in the apple.awt.SelectionMouseEvent object (as we can see in the toString() return value), then surely it should be available from getModifers() or getModifiersEx()!

  • EA4500 - Problem with devices - Can't modify/delete devices

    Hi everyone.
    I have a little problem with my router.
    When I go to Device List and try to delete any device, I have an error pop-up:
    I try to re-flash with the same firmware, reset, but nothing to do...
    Actual firmware is: FW_EA4500_2.1.39.145204.SSA
    Regards.

    For the forums it seems IE 11 isn't compatible with the cloud website.
    You can get access to the router using other browsers or IE versions by disconnecting the ISP device from the internet port on the router and opening http://192.168.1.1
    I don't recommend using software to configure your router or the cloud. Just my opinion
    I like the classic firmware anyway.
    Please remember to Kudo those that help you.
    Linksys
    Communities Technical Support

Maybe you are looking for

  • Buying whilst overseas, good idea?

    Looking at moving to mac for studio and live audio recording. Im currently looking at purchasing imac 24" 2.93 and macbook pro 15" 2.93, 320g @ 7200rpm. Soon to travel to malaysia for holiday. Was wondering peoples opinions on purchasing the mackbook

  • My iphone wont restore

    My iphone 4 said it was searching for signal then told me i needed to restore it and once i tried to restore it wouldnt allow me to complete restoring it, so my phone is disable

  • Programmatically Change FP.PanelBounds of Active Windows

    I know that with the property �FP.PanelBounds� one can change the dimensions of the Front Panel of any vi that we want to open (say a sub vi). How do we use the same property to change programmatically FP bounds of the current FP (the main vi that is

  • Server Preferences/Admin takes forever to load!

    When I select Server Preferences or Server Admin from the Dock, it takes between 3-4 minutes to ask me for a server/user/password. Once I enter that, it takes another 3-4 minutes to log in. Basically, it takes me almost 10 minutes to be able to use e

  • Deleting e-mails on phone but not on computer?

    How can I delete e-mails on my iphone without deleting them in my computer?