How are valuation types handled in SRM

Hi SRM Gurus,
We have a back end ERP system which uses valuation type in Material accounting view. We are using Extended classic sceanrio and wanted to know if while PO create in SRM, based on the MM master data from ERP, can we have valuation types in SRM PO line items. I saw in BBP_PD transaction for a PO line item, there was a valuation type field BE_VAL_TYPE in table BBP_PDBEI.
Also wanted to know if Vendot and Plant jursidcition entered in MM - when replicated, where do they reside in SRM tables?
Will award points for replies found useful.
Thanks,

Ryan,
We wanted to use valuation types as well. Even though you have the BE_VAL_TYPE field, we didn't want to make a modification to allow the field to show on the screen.  So, we created a customer field, appended to the appropriate structures and maintained methods in the BBP_DOC_CHECK_BADI, BBP_DOC_CHANGE_BADI, BBP_CREATE_BE_PO_NEW & BBP_CREATE_BE_RQ_NEW BADIs in order to process the field.
I hope that helps.
Regards, Dean.

Similar Messages

  • Business vs. Private purchase - how are App updates handled?

    Hi,
    I have my own business, but already purchased a few apps for private use on my Mac. Now I need to make a business purchase and I'm wondering how the App Store handles this.
    If I switch accounts, can I still see, run, and update the same apps? Do I need to switch accounts to use an app? Do I (please no) need to log out and in to use an app from a different account?
    Any help is appreciated, thanks!
    Vincent

    You don't need to be logged in with the purchasing account in order to use a app.
    You would have to log in with the purchasing account in order to update.
    Matt

  • How are session timeouts handled

    Hi,
    Can anyone tell me how session timeouts are handled by the Servlet
    Engine.
    What is the exact role of the SessionInvalidator class. Are sessions
    correctly timed
    out by iAS, because I get strange behaviour in handling session timeouts
    in my application
    which is following MVC architecture.
    What I am observing is that sessions dont seem to timeout after the
    length of
    time specified and sometimes they do timeout correctly. The difference
    between the
    time the session should have timed out and when it actually does is too
    high, which is
    really a concern for us.
    Thanks in advance to evryone.
    Amar bhat.

    Hi AmarBhat,
    Actually this is a bug in iAS (bug id: 556909, Status: Fixed ). This is
    happeninig because iAS has a bad ( late) cleanup of timed out sessions. The
    getSession method (HttpSession) calls IsRequestedSessionIdValid() as a check
    for timeout and this check returns "Valid" even after a couple of seconds of
    timeout. Thus, the getSession from Java layer returns the valid session. So
    you are still able to read and write data on the session.
    We can specify iAS the session to invalidate itself after being timeout.
    Alternately, we can do it manually with HttpSession method, invalidate().
    Plese get back if you have any issues.
    Thanks,
    Rakesh.
    Developer -support, iAS.
    amar bhat wrote:
    Hi,
    Can anyone tell me how session timeouts are handled by the Servlet
    Engine.
    What is the exact role of the SessionInvalidator class. Are sessions
    correctly timed
    out by iAS, because I get strange behaviour in handling session timeouts
    in my application
    which is following MVC architecture.
    What I am observing is that sessions dont seem to timeout after the
    length of
    time specified and sometimes they do timeout correctly. The difference
    between the
    time the session should have timed out and when it actually does is too
    high, which is
    really a concern for us.
    Thanks in advance to evryone.
    Amar bhat.

  • How are tax updates handled in SAP for asset depreciation?

    We are implementing Assets and currently using a system that not only calculates the tax on depreciation but also updates any new changes to the taxes as mandated by the federal and state government.
    My understanding is that SAP does not auto update the tax changes in the system unless we have a tax software, is that right? And if we have no need for a tax software just to update depreciation tax changes, what are the options out there that will enable the new tax to be calculated and applied in SAP?
    We are looking for an auto option instead of manually updating the percentage rates/tax for calculating depreciation in SAP. Is there any software that can be interfaced to SAP that can perform this function and enable the calculation of depreciation tax?
    Appreciate any input/suggestions or help in resolving this issue.
    Thanks

    In AM you set-up a separate depreciation are for TAX with complete different rules as your normal depreciation. You can do with it what you want to get the correct values.
    Based on your tax requirements you can set this up. If there is a specific question you can drop it on this forum:
    You have option like revaluation, inflation, unplanned depreciation, write up...... When you have activated the extension AE-FIN you have some extra options.
    There is not a standard for tax changes. You have to know the change and based on that to use the correct option to update the values. There are hundreds of possible changes.

  • How are duplicate parameters handled when starting WLS?

    I was given some memory tuning suggestions for WLS and told to set them in $USER_MEM_ARGS. However, when I try to start the AdminServer I am getting an error "Invalid initial heap size: -Xms512m". This puzzles me because it looks like that was the original heap size. I am wondering if it is because the parameter appears twice.
    So my question is, "If a parameter is used twice, is the first one used? the last one? or is it an error?"
    Now to see if I can add an image. Guess not. Soooo... note -Xms=512m appears twice.
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    RRP Debugging...
    $SERVER_NAME: AdminServer
    $JAVA_VENDOR: Sun
    $USER_MEM_ARGS: -Xms=512m -Xmx=512m -Xns=128m -d64 -XgcPrio:throughput -XXnoSystemGC -Djava.security.egd=file:/dev/../dev/urandom -XX:PermSize=128m -XX:MaxPermSize=256m -XX:PermSize=128m -XX:MaxPermSize
    starting weblogic with Java version:
    java version "1.6.0_25"
    Java(TM) SE Runtime Environment (build 1.6.0_25-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 20.0-b11, mixed mode)
    Starting WLS with line:
    /app/oracle/product/ofm/jdk1.6.0_25/bin/java -server -Xms=512m -Xmx=512m -Xns=128m -d64 -XgcPrio:throughput -XXnoSystemGC -Djava.security.egd=file:/dev/../dev/urandom -XX:PermSize=128m -XX:MaxPermSize=256m -XX:PermSize=128m -XX:MaxPermSize -Dweblogic.Name=AdminServer -Djava.security.policy=/app/oracle/product/ofm/wlserver_10.3/server/lib/weblogic.policy -Dweblogic.ProductionModeEnabled=true -da -Dplatform.home=/app/oracle/product/ofm/wlserver_10.3 -Dwls.home=/app/oracle/product/ofm/wlserver_10.3/server -Dweblogic.home=/app/oracle/product/ofm/wlserver_10.3/server -XX:PermSize=256m -XX:MaxPermSize=512m -Dcommon.components.home=/app/oracle/product/ofm/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/app/oracle/product/ofm/user_projects/domains/IDMDomain -Djrockit.optfile=/app/oracle/product/ofm/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/app/oracle/product/ofm/user_projects/domains/IDMDomain/config/fmwconfig/servers/AdminServer -Doracle.domain.config.dir=/app/oracle/product/ofm/user_projects/domains/IDMDomain/config/fmwconfig -Digf.arisidbeans.carmlloc=/app/oracle/product/ofm/user_projects/domains/IDMDomain/config/fmwconfig/carml -Digf.arisidstack.home=/app/oracle/product/ofm/user_projects/domains/IDMDomain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/app/oracle/product/ofm/user_projects/domains/IDMDomain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/app/oracle/product/ofm/user_projects/domains/IDMDomain/servers/AdminServer/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/app/oracle/product/ofm/oracle_common/modules/oracle.ossoiap_11.1.1,/app/oracle/product/ofm/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dem.oracle.home=/app/oracle/product/ofm/oracle_common -Djava.awt.headless=true -Didm.oracle.home=/app/oracle/product/ofm/Oracle_IDM1 -Xms512m -Xmx1024m -Xss512K -Djava.net.preferIPv6Addresses=true -DuseIPv6Address=true -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.management.discover=false -Djava.net.preferIPv6Addresses=true -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/app/oracle/product/ofm/patch_wls1035/profiles/default/sysext_manifest_classpath:/app/oracle/product/ofm/patch_ocp360/profiles/default/sysext_manifest_classpath weblogic.Server
    Invalid initial heap size: -Xms=512m
    Could not create the Java virtual machine.
    Edited by: rrp on Oct 26, 2011 10:38 AM

    I just noticed that in one place it is -Xms=512m and in the other it is -Xms512m. But the example I was given works - but apparently with JRocket, not sun. Does the format of this parameter vary between Hotspot and JRocket??? But the question on duplicate parameters remains.
    Edited by: rrp on Oct 26, 2011 10:50 AM

  • How are static methods handled in a multithreaded application?

    hi
    i have a class Drawer with a static method public static draw(Graphics g). now assume there are more thrads callin at the same time Drawer.draw(g). What happens? have some threads to wait until the others have finished calling the method, or can static methods be multithreaded, (can they perform simultaniously)?
    thanks, jo

    ups, i am not drawing on the screen, but in every thread i am drawing a Image. this means before i call the static method in every thread there will be created a BufferedImage and then i pass the Graphics from this images to the static method. also in this case the method performs simultaniously? every thread has its own image and graphics, so the static method should be perform at the same time, isn't it?

  • How are control characters handled in keyboard layouts?

    Warmup question: What exactly is the difference between an "input method" and a "keyboard layout"?
    Real question: What exactly happens when I switch keyboard layouts and enter control characters, and how can I change it?
    I'll use as an example Hebrew-QWERTY and the "a" key. That key maps to Hebrew character aleph or א. What happens when I press control-a?
    The Emacs text editor claims to receive a control-aleph, saying "^א is undefined". This is a very strange character: א with bit 26 set. It doesn't even have a Unicode codepoint.
    TextEdit normally responds to control-a by moving to the start of the line. It doesn't do so with Hebrew-QWERTY in force, hence it's not getting a control-a. I have no idea what it is getting.
    The goal, by the way, is to create a keyboard layout that does NOT change the mapping of control characters. I don't want control-a to send a useless control-aleph; I want it to send control-a as usual. But if I examine the Hebrew-QWERTY layout in (say) Ukelele, it knows nothing of control-aleph and claims to map control-a to itself as usual. Therefore something else is producing these weird control characters. Who?
    If I'm hopelessly confused, please don't hesitate to say so. I wouldn't be surprised to learn that I'm missing something simple but crucial.

    Tom Gewecke wrote:
    Regarding control characters, you might try posting a query on the Ukelele page -- the fellow who makes that app knows a lot about how all this works.
    Layout vs Method: Thanks for the clarification.
    Ukelele: I've already posted to the Ukelele-users Google group, thus:
    http://groups.google.com/group/ukelele-users/browse_thread/thread/b9c8aadfd6969c 15?hl=en
    If that's what you mean by "the Ukelele page", I'm all set (assuming he replies). If you meant somewhere else, please let me know. I didn't find an Apple discussion forum specifically for Ukelele.

  • Multiple Leads per Account - how are your companies managing this?

    hi Experts
    Question regarding accounts with multiple leads.  How are other companies handling this in CRM?  Currenlty, we have a two lead types, one captures customer first point of interest with our company and the second type represents all of the other interests the customer has with us.  We are trying to simply to one lead type but Marketing is having an issue with how to manage the first point of contact and the point of contact which triggers the sale. 
    Basically, I would like to hear from other experts on how their companies model their leads and manage them.
    Thanks,
    Chris

    hi, you can add a customize flag field in your lead document to present the first contact. And you can make the sales staff to tick this flag, or add a customize logic in the order save BADI to check if the lead is the first document for this BP, it so the set the flag aotumactically in the BADI.

  • Valuation type to be assigned to Plant

    Hello,
    I would like to know how a valuation type (Trcd:OMWC) can be assigned  (extended) to a plant.valuation types are available & need to assign to a plant.the plant is assigned to valuation category but valuation type is to be extended to the plant.
    please do the needful.
    Bheema

    At OMWC you can enter plant(s) by selecting Local definitions.
    Srinivas

  • How to set Default valuation type c3 & c2 in creation of refrubishmentorder

    Dear friends
    Please let me know How we can make inthe order type refurbishment the valuation types as c3 to c2 only
    User should not have any option of entering the valuation types
    when we are creating order it will make default as c3 from & c2 to the control on user should not be there
    please guide me if you can
    I have tried with t code OMWC but it is not working
    Regards
    chandrashekhar Ingole

    chandrashekhar Ingole,
    I do not have any sample ABAP code...
    If you have no experience in ABAP programming, then I would recommend you pass the requirement on to your ABAP team.
    PeteA

  • How to activate Forward Error Handling in SRM

    Hello Gurus,
    I got an requirement to activate Forward Error Handling in SRM. I have searched on SDN but didn't find appropriate answer on it.
    Even I found some link: PI/XI: Forward Error Handling (FEH) for asynchronous proxy calls with the use of Error and Conflict Handler (ECH)
    It explains me some points like activating FEH from SRM in SPRO. I have activated the same, plz check the screen shot:
    It also follows some development for the same.
    Here my concern is, should I follow this document? Does it applicable to all to all the scenarios?
    Step 8: it assign object id and type what does it mean...
    Does any one can explain me in detail..... Please provide me any document to configure the FEH in SRM.
    I am trying to implement FEH in my SRM system. So that when even XML fails due to error, I should be able to reprocess/restart it with some editing to the XML.
    My receiver interface for XML is PurchaseRequestERPSourcingRequest_In
    I think this is standard one and no need to make any custom code for it. SAP has all ready given solution for it with some Configuration.
    I have made some configurations like:
    The view FEHV_ACTIVE must have the status active.
    In transaction /SAPPO/LOGSYS , the logical system must be defined for the software component SRM-EBP-ESA .
    As stated in in the link :
    http://esworkplace.sap.com/socoview%28bD1lbiZjPTAwMSZkPW1pbg==%29/render.asp?id=2BAABCB0D30111DC2B8D000F20FCB6A9&fragID=…
    Also I have made some configuration according to the Note: 1973768 - No reprocess option is available in FEH for failed in XML in SRM
    Resulted, the “Process” button get activated in the XML Post Processing screen.
    But can I reprocess my XML with edited value from there..?
    All the  configuration part of PI  is already done .
    I wanted to know  about the  FEH  Part. what are the  steps   i am  missing  or where  i am  going  wrong ?
    Please let me help.
    Thanks
    Regards
    Karan

    Dear Raz,
    I have gone with above mentioned note, it explains about creating Custom Proxy and configuration with PI scenario. Even the link in my previous post, explains about the custom proxies and configuration..
    I think I should must be descriptive about my issue.
    I am trying to implement FEH in my SRM system. So that when even XML fails due to error, I should be able to reprocess/restart it with some editing to the XML.
    My receiver interface for XML is PurchaseRequestERPSourcingRequest_In
    I think this is standard one and no need to make any custom code for it. SAP has all ready given solution for it with some Configuration.
    I have made some configurations like:
    The view FEHV_ACTIVE must have the status active.
    In transaction /SAPPO/LOGSYS , the logical system must be defined for the software component SRM-EBP-ESA .
    As stated in in the link :
    http://esworkplace.sap.com/socoview%28bD1lbiZjPTAwMSZkPW1pbg==%29/render.asp?id=2BAABCB0D30111DC2B8D000F20FCB6A9&fragID=…
    Also I have made some configuration according to the Note: 1973768 - No reprocess option is available in FEH for failed in XML in SRM
    Resulted, the “Process” button get activated in the XML Post Processing screen.
    But can I reprocess my XML with edited value from there..?
    Can any one tell me, what are the steps I am missing here. As this is my first time to implement FEH, I am confused.
    Please let me help.
    Regards,
    Chandan

  • How are *Credit Card*--Cash Advances handled?

    How are *Credit Card*--Cash Advances handled? Can employees add that to their Expense report?
    Example: If the employee takes a $100 cash advance and reconciles the transaction in SAP Expense, we are expected to pay
    Credit Card Provider $100.
    However, how does the employee account for underutilizing that $100 (e.g. $20 remaining in their pocket).
    Does the individual create and link the $80 of expenses to that $100 cash advance and receive a $20 debit to their employee vendor?
    Also, we know that currently there is no MCC Code Mapping in the system for Cash Advance.
    Is there a work around this.

    Hi Rahul,
    I had a customer which had this situation. We solved this issue with a BAdI implementation in ERP.
    The traveler adds this withdrawal as a normal expense item which is assigned to special account alias code. The BAdI implementation recongnizes this alias code and removes the expenses and charges this costs to the employee.
    Example:
    Withdrawal        100 USD
    Taxi                     80 USD
    Bus                        5 USD
    Unused                15 USD
    Standard posting to FI:
    Taxi Costs                           80,00
    Bus Costs                            5,00
    Withdrawal                          100,00
    Employee Vendor                                85,00
    Credit Card Account                          100,00
    The correct  posting would be:
    Taxi Costs                           80,00
    Bus Costs                           5,00
    Employee                           15,00
    Credit Card Account                         100,00
    To achieve this posting it is required to
    map the withdrawal expense type to a special account alias code (in the coding
    example below: ADV)  and  to implement the following coding in BAdI
    BADI_DCFL_FIN_IDOC_DATA_TV:
      DATA: lr_item               TYPE REF TO dcfls_preproc_it.
      DATA: lr_vendor_item         TYPE REF TO dcfls_preproc_it.
    FIELD-SYMBOLS: <tv_item_adv>  TYPE dcfls_runtime_tv_item.
    FIELD-SYMBOLS: <tv_item_emp>  TYPE dcfls_runtime_tv_item.
    FIELD-SYMBOLS: <tv_header>    TYPE dcfls_runtime_tv_root.
      DATA: lt_string              TYPE TABLE OF string.
      DATA: ls_string              TYPE string.
      LOOP AT cs_preproc-item REFERENCE INTO lr_item.
        ASSIGN lr_item->bo_specific_item->* TO <tv_item_adv>.
        IF  <tv_item_adv>-tv_category = '03'  "Expense Item
        AND lr_item->ksymb = 'ADV'.
          CLEAR lr_vendor_item.
          LOOP AT cs_preproc-item REFERENCE INTO lr_vendor_item WHERE rtkey_it <> lr_item->rtkey_it.
            ASSIGN lr_vendor_item->bo_specific_item->* TO <tv_item_emp>.
            IF  <tv_item_emp>-tv_category = '01'  "Due Item
            AND <tv_item_emp>-pernr_d IS NOT INITIAL.
              EXIT.
            ELSE.
              UNASSIGN <tv_item_emp>.
            ENDIF.
          ENDLOOP.
          IF <tv_item_emp> IS ASSIGNED.
            <tv_item_emp>-wrbtr = <tv_item_emp>-wrbtr - <tv_item_adv>-wrbtr.
            DELETE cs_preproc-item WHERE rtkey_it = lr_item->rtkey_it.
          ELSE.
            "Create Vendor Item with negative amount
            <tv_item_adv>-tv_category = '01'.
            ASSIGN cs_preproc-bo_specific_root->* TO <tv_header>.
            SPLIT <tv_header>-note AT '/' INTO TABLE lt_string.
            READ TABLE lt_string INTO ls_string INDEX 4.
            IF sy-subrc = 0.
              <tv_item_adv>-pernr_d = ls_string.
            ENDIF.
            CLEAR: lr_item->ksymb,
                   <tv_item_adv>-note,
                   <tv_item_adv>-zuonr.
            <tv_item_adv>-wrbtr = <tv_item_adv>-wrbtr * -1.
          ENDIF.
        ENDIF.
      ENDLOOP.
      IF  <tv_item_emp> IS ASSIGNED
      and <tv_item_emp>-wrbtr IS INITIAL.
        DELETE cs_preproc-item WHERE rtkey_it = lr_vendor_item->rtkey_it.
      ENDIF.

  • How many Delta types are availabvle in Lo Extraction

    How many Delta types are available in Lo Extraction
    please tell me i am facing in every interview.
    Thanks in advance,
    Ashok V

    hi
    now three types of update methods are available in Lo extraction
    <b>A.Direct Delta:-</b> In case of Direct delta LUW’s are directly posted to Delta Queue (RSA7) and we extract the LUW’s from Delta Queue to SAP BW by running Delta Loads. If we use Direct Delta it degrades the OLTP system performance because when LUW’s are directly posted to Delta Queue (RSA7) the application is kept waiting until all the enhancement code is executed.
    <b>B.Queued Delta:</b> - In case of Queued Delta LUW’s are posted to Extractor queue (LBWQ), by scheduling the V3 job we move the documents from Extractor queue (LBWQ) to Delta Queue (RSA7) and we extract the LUW’s from Delta Queue to SAP BW by running Delta Loads. Queued Delta is recommended by SAP it maintain the Extractor Log which us to handle the LUW’s, which are missed.
    <b>D.Un serialized V3 Update: -</b> In case of Un serialized V3 update LUW’s are posted to Update Queue ( SM13 ), by scheduling the V3 job which move the documents from Extractor queue ( LBWQ ) to Delta Queue ( RSA7 ) and we extract the LUW’s from Delta Queue to SAP BW by running Delta Loads. Since the LUW’s are not moved in a Serial fashion from Update queue to Delta queue if we have any error document it considers the subsequent documents and no sorting of documents based on the creation time. It improves the OLTP system performance as it forms a segment for one language.
    hope this will solve your problem
    nagarjuna

  • How are you handling keyword sets?

    After spending a little time keywording tonight, I like both Stamping and the "Assign this keyword to selected photo" options. Both are faster and easier than I anticipated. :-)
    The one speed bump has been keyword set creation. It appears to limit each set to nine keywords. Is that right? If so, I guess you could divide long sets into several nine-word subsets. But if you want them in alphabetical order, what happens when you add a new keyword to the set? Wouldn't you need to shuffle everything that follows?
    My temporary solution has been to create sets in the left Keyword Tags panel using "child of" nesting. This keeps that panel -- which otherwise sorts alphabetically without regard to category -- better organized and shorter. So far, I am keywording entirely from that side.
    Does this make sense? If you need long sets or deep nesting in your sets, how are you approaching keywording? BTW, the more I use it, the better I like LR.

    Alexander, what I'm asking about is how people handle long sets. If a keyword does not fall into the natural short-list category described by Mike, that doesn't mean you only use it "occasionally."
    Suppose you regularly photograph species -- flowers, birds, animals -- or football teams with 85 players on a side. You don't want to type every name or drag and drop, do you? As Steve Jobs said of using a stylus: Yuck. Or Ick. Or Blech. Or whatever he said. :-)
    The best solution I've found is to nest the lists in the left panel to shorten the panel, and then select images, twirl down the nested list to the desired keyword, and cmd-click to "Assign this keyword to selected photos." But that adds a step to the (IMHO) faster, easier system in Bridge.
    Just asking if others have found a quicker way.

  • "Batch NO SALEAB. and valuation type 1ST CHOICE are not the same"

    Hi MM guru,
    Please help me with the error message - "Batch NO SALEAB. and valuation type 1ST CHOICE are not the same" encountered during MB1b transaction.
    Thanks in advance,
    Iram

    Hello Amuthan,
    I'm using mov type 311 and the material is not batch managed. I've entered the supplying & receiving batch and then error "Batch NO SALEAB. and valuation type 1ST CHOICE are not the same" was encountered, I found out that in table MCHA that the batch & valuation type for this material is not the same thats why its showing the error. Can you please guide me on how to maintain the data in table MCHA? What configuration we need to set?
    Thanks in advance,
    Iram

Maybe you are looking for

  • 30G Video iPod not recognized by PC/iTunes

    I've just moved to a brand new PC with Vista 64bit. I installed iTunes64 no problem. When I plug in the iPod it is not recognized by Windows or iTunes. It does not even look like it appears in the Device Manger list under USB Controllers. Looks like

  • Select launchd and clickedout of the process. help

    I am new to mac and I think I made a big mistake, I went to Activity Monitor and select launchd and clicked out of the process, now the screen is blank. please help, I do not know what to do.

  • Why can't I make comments and highlight text in a document?

    Why can't I make comments and highlight text in a document?

  • Safari 5.1.4 'web content' hungry in activity monitor.

    No games, no farmville or similar rubbish but after a few minutes Safari touches on the same recourses I would expect from using high end TIFF files in Photoshop. If i quit that process the tabs simply refresh and everything is fine again.  I'm tired

  • Video segments

    I have lately updated from "Adobe Premiere Elements 2.0" to " Premiere Elements 12".  The old program gave me on the left of the working screen photo segments of each recorded portion of video that I could drag and assemble on my time line in any ord