Using Alternative UOM in transaction VA21

We want to use alternative UOM for Hydrocarbon Product during creation of a quotation using transaction VA21 and document type QT so that user can change the Alternative UOM say in KG or L15 or change the temperature and density of the material.
Grateful if anyone provides a solution.

Hi!
Please solve:
In Material Master for material HSD02, Base UOM is L15 and Sales Unit is KL.
Earlier in Additional Data, 1 KL <= 1000 L15 is stored.
Now I want to chage the conversion factor as 1 KL <= 987.9 L15 or 10 KL <= 9879 L15.
Hence I wanted to delete the earlier entry with 1 KL <= 1000 L15  and tried to maintain 10 KL <= 9879 L15.
This is not allowed. On saving the change again earlier entry 1 KL <= 1000 L15 appears in Additional Data -> Unit of Measure.
Thanks in anticipation.
Pranjal

Similar Messages

  • Alternative UoM in HU monitor screen

    Hi Expert,
    I have a problem regarding the Alternative UoM in Handling Unit monitor screen (HUMO).
    We use alternative UoM to manage the material in our plant. and all the material is in Handling Unit management. for example, 1bag = 13kg.  when we sale it in bag unit of measure.
    we can display  stock with different UoM with transaction LS26. but we can not display the material in UoM "bag" in HUMO transaction.
    SO the sale people need to calculate it manually and convert them to bag since we use HU manage it.
    Do anyone have the same situation?
    Thanks
    Rocky

    It is not possible to view alternate UOM in HUMO,another option to see th HU stock in location MMBE by giving alternate UOM.
    For end user to see the stock alternative UOM then you need to write aABAP query to put some logic to show alternative UOM qty or develop a new report.

  • Why should we turn off query cache when alternative UOM solution is used?

    Hi, all, Why should we turn off query cache when alternative UOM solution is used?I found it in "Checklist for Query Performance", but I dont know why.
    Please tell me if u know.
    PS: I also dont know how to turn off the cache, Need your help, thanks!

    hi ,
           I have also some confusion regarding Cache Parameters . What is the importance of cache ,  Should we delete the cache memory time to time for each query ? I have chked it in RSRT but never use the chache monitor function .

  • Report for material and alternative UOM

    Hi Guru's
    is there ant transaction/standard report where i can see the list of materials and alternative UOM
    Thankyou

    Hi,
    No such standard report available in SAP to see for many materials. in MM03 under Additional Data, you can see but material wise.
    Better use table MARM to see the same and create an ABAP Query of Report using this table.

  • Advantage of Alternative UOM as supposed to changing the UOM of material

    Hi Friends,
    What are the advantages of using alternative unit of measure as supposed to changing the UOM of material? &
    what are the necessary activities in SAP if we change the unit of measure of the material?
    Any pointers.
    Regards
    Ashu
    Edited by: ashutosh p on Jan 14, 2010 6:29 AM

    When you want to handle the material quantity in other units other than it's Base Unit, then alternate unit should be maintained.
    Alternate unit is decided on the basis of area of it's usage.
    If A material is having base unit PC and you want to sale it in KG then mainain the Sale Unit as KG by providing the conversion between PC and KG.
    In the same way Order unit is the unit when you want to procure the material in the unit other than Base unit.
    For maintaining alternate unit, it's corresponding conversion with Base unit is necessary to maintain.
    You can change the base unit of material unless and untill no transactions are done on that material.

  • How to use DataSource and External transaction in 9ias?

    I'm working on a project that the application server needs to connect to over 100 databases.
    I'd like to use connection pooling and external transaction service defined in OC4J's Datasources.
    I wonder if anyone has an example of using datasource and external transaction service for OC4J.
    Right now, I export toplink project to a java source and do the initialization there manually but I don't know how to use Datasource to get connections and how to use the external transaction service in the java code for OC4J.
    I really appreciate you help.
    Wei

    Here is a fill in the blank example on how you could set this up through code:
    Project project = new MyProject();
    // alternatively, use the XMLProjectReader
    server = project.createServerSession();
    server.getLogin().useExternalConnectionPooling();
    server.getLogin().setConnector(new JNDIConnector(new javax.naming.InitialContext(), "jdbc/DataSourceName"));
    // the next line depends on the type of driver you want to use.
    server.getLogin().useOracleThinJDBCDriver();
    server.getLogin().useOracle();
    server.getLogin().setUserName("username");
    server.getLogin().setPassword("password");
    server.getLogin().useExternalTransactionController();
    server.setExternalTransactionController(new Oracle9iJTSExternalTransactionController());
    server.logMessages();
    server.login();

  • Alternative UOM in product overview(/n/sapapo/pov1)

    Hi,
    In the product overview,we can see the product quantities in base UOM. our requirement is,we have to see Alternative UOM.
    How to get this?
    Thanks & Regards
    Akthar

    Dear Akthar,
    you can define in /sapapo/mat1on ATB tab a "Display Unit". Here you can choose your alternative UOM and then while displaying the quantites your Alternative UOM will be used.
    On PP/DS area if you want to use a particular unit of measure for certain products that is different to the base unit of measure, you must have maintained a production unit in the product master. Choose Master Data -> Product. You can maintain a production unit on the PP/DS tab page in the Units of Measure group frame.
    For further help please read following link:
    http://help.sap.com/saphelp_scm2007/helpdata/en/8f/5b507e5c91e748acbe37cc185a34ef/content.htm
    Regards,
    TIbor

  • Update error, transaction VA21

    Hi all,
    when i want to save transaction Va21, i got this error update error, when i click where used list , i dunno which one program to set breakpoint. lots of list.
    then i click the error message it display like this...when i go to SM13 the error details shows TD 423: CONTROL_FORM.
    where and how i should solve this.. i'm really stuck.. donno how and why. Please xperts... help me...
    Update error, transaction VA21                                                                               
    Message no. 00377                                                                               
    Diagnosis                                                                               
    An error occurred in CALL TRANSACTION USING or CALL DIALOG USING                                                                               
    during a synchronous update.                                                                               
    The error was caused by the transaction VA21.                                                                               
    Update information                                                                               
    Return code:        009                                                                               
    Text       :        CONTROL_FORM is invalid, OPEN_FORM is missing                                                                               
    Procedure                                                                               
    Pleas analyse your Batch-Input data.                                                                               
    You can also examine your posting data using the transaction SM13.

    You can delete the output from VA21 Transaction by EXTRAS-OUTPUT-HEADER-EDIT and then try to SAVE.May it will aloow you to save.
    one more suggestion Check with Table TNAPR where KSCHL = ZN00 and NACHA = ? (Check in VA21) then you can get the Program and Name of routine Just Put a break point over there and find what is the issue.
    Kanagaraja L

  • APO SNP Planning Book Show Product View alternative UoM

    Hi,
    I have a base UoM of BTL and an alternative UoM of CAS.
    I can change/save in my users settings the in transactions /SAPAPO/RRP3 (Product View) and /SAPAPO/SDP94 (Planning Book) to show the alternative UoM CAS as default.
    The problem I have is when I enter the Planning Book, load a product, right click on the product (in Selected Objects), select Show Product View and then look at the stock tab, this always shows as the base UoM BTL.  Can this be saved to show the alternative UoM CAS?

    Hi Linda,
    Try changing you user settings for a product in RRP3 Screen.
    Page Menu --> Settings -->General Tab -->General Panel -->enter AUOM value (CAS in your case).
    Note - The conversion only takes place for the products, for which the alternative unit of measure entered is also entered as the alternative unit of measure in the product master, or for the products, for which the base unit of measure has the same dimension as the alternative unit of measure.
    Caution: Test it , how its affecting for other products which doesnt have CAS as AUOM.
    All products which have BUOM as BTL will be changed to CAS when AUOM is maintained for them in product master.
    Thanks
    Vinoth

  • Rounding OF alternative UOM

    Dear All,
    I have maintained alternative UOM in material master which I am using in pricing procedure through info records.
    In the pricing if my value is coming 243000 I want to make it round off 25000.
    Tell me hw it is possible thr routine or thr some customisation.
    Regards
    GITESH

    Jeyakanthan A  ,
    Thanks for ur reply.
    I cant adust alternative UOM
    I should come round off Tell me can I use routin here for calculation of condition base vlue .
    regards
    Gitesh

  • Bapi for transaction va21

    hi!
    is there any bapi for transaction va21 creating qoutation?
    regards
    yifat

    Hi Yifat,
        There are two BAPI's to create Quotation.
    BAPI_QUOTATION_CREATEFROMDATA
    This BAPI has been released.
    BAPI_QUOTATION_CREATEFROMDATA2
    This BAPI has not been released yet.
    There is small problem when you use these two BAPI's they dont update the document flow (i.e) these BAPI's will allow you to create 'n' number quotations for a single Inquiry, which according to business is not allowed.
    You can do an alternate method, which you can use a BDC to create a Quotation and the updation part for that Quotation can be done with a BAPI 'BAPI_CUSTOMERQUOTATION_CHANGE'.
    Hope this might be useful.
    Regards,
    Tushar
    Reward points if found useful.

  • UOM and Alternative UOM

    Hi All,
      Please clarify this, is the UOM is based on Material type if it is then we have to find UOM and alternative UOM based on material type.
    Regards,
    Babu

    UOM is the base unit of measure which exists in Basic view of material. This is the least possible unit defined for a material. FOr example Piece PC or ST
    Alternative unit of measures are the other unit of measures used in different views of material master. Issue unit, order unit or Sales unit....We have to maintain the conversion of these Alternate UOM's and Uom's in MM01 or MM02. Material UOM's are stored in MARM table.
    Alternate UOM could be BAG or PAC or CS (case)...
    Conversions are like BAG = 10 PC where PC is the base unit of measure and BAG is the alternate unit of measure.
    -Kriss

  • HT201263 my phone is in recovery mode and wont restore.  instead i receive the error message 1604.  i have used alternative usb cables and am at a loss. has anyone else had this problem?

    Hi,
    my phone is in recovery mode and wont restore.  instead i receive the error message 1604.  i have used alternative usb cables and am at a loss. has anyone else had this problem?

    Hi there hstear93,
    You may find the information in the article below helpful.
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/ts3281
    -Griff W. 

  • Posting using cross company code transaction must be blocked

    Hello Guys,
    I have a  problem related to cross company code transaction.
    In the OBA7 I have the document type KE that not allows posting using cross company code transactions. In the moment that I am creating a new document through the FB01, I have an error as "Consolidated companies US52 and ' ' are different
    Message no. F5080. As a results, the document cannot be created by this way. This is the correct process.
    But I have several documents that was used the doc type KE and the cross company code transaction was used. This is my issue. I don´t know why these documents were posted. The document come from another interface via IDOC and the IDOC not errored out.
    Can anyone help on this?
    Thanks
    Rafael B.

    Hello, I´ve checked the log and no changes since 2008.
    The document was created in 2010.
    This is the message: "No logs found for the selected period"
    More suggestions?
    Regards.
    Rafael

  • How to use  alternative SQL  statements  in  EJB

    I have a probelm to use alternative sql statements in EJB,
    could any one sugg on this topic,
    Thanks in advance.

    Please explain your problem better. Really can't figure what you are trying to do.....
    choosing which sql statement to use at runtime
    or creating dynamic sql statement at runtime
    which??
    Regards

Maybe you are looking for

  • Help[ with hp printer 4215 all-in-one.

    I can not print anything because I am told my printer is not listed on devices.  help please I am S with a very limited income

  • Assignment of Source System in quality after transport

    Hi Experts, We have implemented the Inventory management standard flow in Development, Now to tell you, we have multiple landscape over here, Depending on the project, and the fesiblility for the client, the tranport layer is been decided, But for su

  • Cascading Style Sheets are NOT written to the file system

    Hallo, On the "Cascading Style Sheets" page is written that: "The Cascading Style Sheets are written to the file system, so you can reference them in your HTML source code." I am true that if this works I can reference the css with something like thi

  • Still Slow

    Just opened Lightroom 1.2 with about 12 photos in a folder on screen. Amazed that after a few minutes, most are still blurry in the Library module. What is the point of having previews if the program seemingly does not respond to their creation? Don'

  • Restore message appears after waking iPod from Hibernation

    For the past week, every time I wake my fifth generation iPod from hibernation, I get a message telling me to connect my iPod to a computer to restore it. This message will disappear after a minute or so and the screen will go dark. If I press a butt