Settling production variances when the price control of the material is "V

Hi,
Scenario: 1) Materials are maintained at moving average price.
                2) Production variances need to settle to material and MAP need to be adjusted.
Issue:  When the closing stock of the material is less than the negative variance need to be settled from the production order   the system is giving the message "Moving average price for material is negative"
Questions: 1) What is the solution for settlement of negative variance to material when there is no stock?
                   2) Is there is any way to settle these variances to price difference account only when the stock is not available. if stock is available the variance has to adjust the stock, if not settle to the price difference account. Is there anys standard settling for this?
Advance thanks for your help
Regards
Koteswararao Padarti

Hi Rao
You should never have Price Control V for In House made material...
That will ruin your inventory valuation forever.. Consider the eg below if your price control is V
1. Your moving price in mat master is 100 USD
2. You Mfr on Jan 1 @ Actual cost = 110 in Prod order and Qty = 1.
Upon GR, GR will happen @ 100 and at period end if Qty is lying in stock, 10 variance will also be inventorized
BUT, now consider this
1. 1. Your moving price in mat master is 100 USD
2. You Mfr on Jan 1 @ Actual cost = 110 in Prod order and Qty = 1.
Upon GR, GR will happen @ 100 and variance lying is 10 in prod order
3. You Mfr on Jan 10 @ Actual cost = 110 in Prod order and Qty = 1.
Upon GR, GR will happen @ 100 and variance lying is 10 in prod order
4. On jan 15, you consume Qty 1 and qty lying in stock is 1
5. In period end, when you do settlement, following will happen
a. For prod order 1: Qty Mfd 1 and Qty lying in stock 1 - Result: variance 10 will be inventorized.
Mvg Avg price will shoot upto 110
b. For prod order 2: Qty Mfd 1 and Qty lying in stock 1 - Result: variance 10 will be inventorized.
Mvg Avg price (MAP) will shoot upto 120
System wont check whether the qty lying in stock pertains to prod order 1 or 2... It will simply check if the Qty of prod order matches with qty lying in stock. hence, it will keep on inventorizing variance in this case.... and your MAP will touch the sky
Regards
Ajay M

Similar Messages

  • To change the price control of a material from "V" to "S"

    Dear all,
    I am facing an issue regarding Master's change.Actually ,In Material master i have to change the price control of a material from "V" to "S"& the standard price too. But when i am trying to do the same ,system is showing me an error as "Standard cost estimate exists in period 03 2007 "
    Plz suggest sol !!

    Hi,
    To clarify one point,
    You do not make the change via material types. As long as you are not using standard costing you can change the S to a V or the V to an S at any time even if stock and Open POs exist.
    The material type config merely controls which is defaulted (an S or a V) and can be set to block changes if you don't want it to be chnaged.
    But in most material types it is open for imput.
    If the material is subject to split valuation then you cannot change it to an S, it MUST be a V if the material has a valuation category (i.e. is split-valuated).
    Cheers
    Steve B

  • Looking for enhancement for the price control of purchasr oder

    Hi,
    I'm Looking for enhancement for the price control of purchasr oder
    I need to develop programs to control the price of purchase orders according to some special rules while purchase order is creating, so,
    can anybody tell me which enhancement is beeter to adopt?
    Thanks and best regards.

    hi
    following are there for purchase order...
    AMPL0001            User subscreen for additional data on AMPL
    LMEDR001            Enhancements to print program
    LMELA002            Adopt batch no. from shipping notification when posting a
    LMELA010            Inbound shipping notification: Transfer item data from IDO
    LMEQR001            User exit for source determination
    LMEXF001            Conditions in Purchasing Documents Without Invoice Receipt
    LWSUS001            Customer-Specific Source Determination in Retail
    M06B0001            Role determination for purchase requisition release
    M06B0002            Changes to comm. structure for purchase requisition releas
    M06B0003            Number range and document number
    M06B0004            Number range and document number
    M06B0005            Changes to comm. structure for overall release of requisn.
    M06E0004            Changes to communication structure for release purch. doc.
    M06E0005            Role determination for release of purchasing documents
    ME590001            Grouping of requsitions for PO split in ME59
    MEETA001            Define schedule line type (backlog, immed. req., preview)
    MEFLD004            Determine earliest delivery date f. check w. GR (only PO)
    MELAB001            Gen. forecast delivery schedules: Transfer schedule implem
    MEQUERY1            Enhancement to Document Overview ME21N/ME51N
    MEVME001            WE default quantity calc. and over/ underdelivery toleranc
    MM06E001            User exits for EDI inbound and outbound purchasing documen
    MM06E003            Number range and document number
    MM06E004            Control import data screens in purchase order
    MM06E005            Customer fields in purchasing document
    MM06E007            Change document for requisitions upon conversion into PO
    MM06E008            Monitoring of contr. target value in case of release order
    MM06E009            Relevant texts for "Texts exist" indicator
    MM06E010            Field selection for vendor address
    MM06E011            Activate PReq Block
    MMAL0001            ALE source list distribution: Outbound processing
    MMAL0002            ALE source list distribution: Inbound processing
    MMAL0003            ALE purcasing info record distribution: Outbound processin
    MMAL0004            ALE purchasing info record distribution: Inbound processin
    MMDA0001            Default delivery addresses
    MMFAB001            User exit for generation of release order
    MRFLB001            Control Items for Contract Release Order
    No of Exits:         36
    to search for any enhancement you can use the following prog..
    report  zfinduserexit.
    tables : tstc, tadir, modsapt, modact, trdir, tfdir, enlfdir.
    tables : tstct.
    data : jtab like tadir occurs 0 with header line.
    data : field1(30).
    data : v_devclass like tadir-devclass.
    parameters : p_tcode like tstc-tcode obligatory.
    select single * from tstc where tcode eq p_tcode.
    if sy-subrc eq 0.
    select single * from tadir where pgmid = 'R3TR'
    and object = 'PROG'
    and obj_name = tstc-pgmna.
    move : tadir-devclass to v_devclass.
    if sy-subrc ne 0.
    select single * from trdir where name = tstc-pgmna.
    if trdir-subc eq 'F'.
    select single * from tfdir where pname = tstc-pgmna.
    select single * from enlfdir where funcname =
    tfdir-funcname.
    select single * from tadir where pgmid = 'R3TR'
    and object = 'FUGR'
    and obj_name eq enlfdir-area.
    move : tadir-devclass to v_devclass.
    endif.
    endif.
    select * from tadir into table jtab
    where pgmid = 'R3TR'
    and object = 'SMOD'
    and devclass = v_devclass.
    select single * from tstct where sprsl eq sy-langu and
    tcode eq p_tcode.
    format color col_positive intensified off.
    write:/(19) 'Transaction Code - ',
    20(20) p_tcode,
    45(50) tstct-ttext.
    skip.
    if not jtab[] is initial.
    write:/(95) sy-uline.
    format color col_heading intensified on.
    write:/1 sy-vline,
    2 'Exit Name',
    21 sy-vline ,
    22 'Description',
    95 sy-vline.
    write:/(95) sy-uline.
    loop at jtab.
    select single * from modsapt
    where sprsl = sy-langu and
    name = jtab-obj_name.
    format color col_normal intensified off.
    write:/1 sy-vline,
    2 jtab-obj_name hotspot on,
    21 sy-vline ,
    22 modsapt-modtext,
    95 sy-vline.
    endloop.
    write:/(95) sy-uline.
    describe table jtab.
    skip.
    format color col_total intensified on.
    write:/ 'No of Exits:' , sy-tfill.
    else.
    format color col_negative intensified on.
    write:/(95) 'No User Exit exists'.
    endif.
    else.
    format color col_negative intensified on.
    write:/(95) 'Transaction Code Does Not Exist'.
    endif.
    at line-selection.
    get cursor field field1.
    check field1(4) eq 'JTAB'.
    set parameter id 'MON' field sy-lisel+1(10).
    execute the report and enter the transaction for which u want to find the enhancement and execute. it would show the available enhancements for that tcode.
    <b>Please do reward if useful</b>
    Regards
    Dinesh

  • Price control at the time of GR

    Hi
    There is a requirement to control the price based on the document date entered at the time of GR.
    The document date is nothing but the delivery challan date of the supplier.
    The requirement is due to frequent change in prices and retrospective price changes are to be addressed.
    Is there any userexit or note which can help achieve the above requirement.
    Thanks
    Rahul

    Hi Merwyn
    The example you have provided is the issue why i am unable to use the price control category 5 in the infor record or PO.
    Here the requirement is  as below:
    Price valid from 01.08.2008 to 31.08.2008--- Rs 25
    Price valid from 01.09.2008 to 30.09.2008--- Rs 28
    The vendor delivery challan is dated 30.08.2008
    The material reaches the customer on 02.09.2008
    The GR is prepared in the system with
    Document date - 30.08.2008
    Posting Date  -- 02.09.2008
    The GR value taken is Rs 28...but this will create problem in IR.
    Hence the requirement is to determine the basic price on the document date i.e the delivery challan date of the vendor.
    Thanks
    Rahul

  • I dropped my iphone vertically on the ground. The screen is normal when it is locked. but when unlocked, it is broken down from the clock. Can it be fixed and is it under the warranty conditions? If not how much is the price to change the screen?Thanks

    I dropped my iphone vertically on the ground.The screen works when it is locked.When unlocked, it's broken down from the clock.Can it be fixed and is it under warranty conditions?If not how much is the price to change the screen?Thanks

    User damage is not covered by warranty unless you have Applecare +
    assuming you do not,  the out of warranty exchange price for an iPhone 4 is $149,exchange at an Apple Store genius bar
    iPhone 4 are not repaired they are exchanged

  • How i can increase the volume when i playing a video? dont showing the volume control in the player..

    how i can increase the volume when i playing a video? dont showing the volume control in the video player..

    Are you sure you increased the caller volume? This is only adjustable while in conversation. So, while you are calling you'll see a few icons on your screen and one of them is to adjust your caller volume.

  • Reg price control for semifinished material

    Dear all,
    What is the price control to be given for semifinished which will be sent to subcontractor sometimes and produced in house when there are no orders.
    Thanks in advance
    Madhav

    Dear Venumadhav,
    In my understanding this comes under split valuation. If not then you can use mixed costing for the same.
    Because standard price can be used for the products produced inhouse and moving average price for the externally procured items
    and the sub-contracted items.
    check this link also to explore more.
    Re: CK11n with procurement type X
    Regards
    Mangalraj.S

  • Displaying the price breakdown on the checkout page

    Is it possible with Liquid to display the price breakdown from the shopping cart on the checkout page? I use this | json but didn't see that data available. I'm looking for any suggestions since our client is insisting that they have to show this breakdown before clients are asked to pay for the products.
    Thanks!
    Karim

    Ahh cool, Thought it was just terminology. In BC Checkout is the product summary page with checkout button
    Yeah you can Karim.
    Developer reference
    Because you can render this module I linked and run through liquid to loop through the items you can do a summary. Also do not forget as of this week you can now convert data types, do calculations on the prices etc yourself if and when you need it.
    Hope that helps.

  • Some users are experiencing difficulty opening certain docx files sent as email attachments. These files contain content controls to protect data in the document. Could someone please confirm that the content controls are the reason the files won't open.

    Some users are experiencing difficulty opening certain docx files sent as email attachments. These files contain content controls to protect data in the document. Could someone please confirm that the content controls are the reason the files won't open.
    These files open correctly when sent as doc files.
    Thanks

    Congrats to Saeid, Ronen, and Ricardo! Big thank you to all our contributors!
     Transact-SQL Technical Guru - February 2015  
    Saeid Hasani
    T-SQL: How the Order of Elements in the ORDER BY Clause Implemented in the Output Result
    Durval Ramos: "Very well structured and with examples that clarify how a T-SQL statement can change the data output order."
    Richard Mueller: "Good use of Wiki guidelines and great examples."
    Ronen Ariely
    Free E-Books about SQL and Transact-SQL languages
    Richard Mueller: "An excellent collection and a great idea."
    Durval Ramos: "A good initiative. Very useful !!!"
    Ricardo Lacerda
    Declare Cursor (Transact-SQL) versus Window with Over - Running Totals
    - Accumulated Earnings
    Durval Ramos: "The "Window function" sample was well presented, but it was unclear how the chart was generated."
    Richard Mueller: "A new idea that can be very useful. Grammar needs work"
    Also worth a mention were the other entries this month:
    [T-SQL] Retrieve Table List with Number of Rows by
    Emiliano Musso
    Richard Mueller: "Short but sweet solution to basic question."
    Durval Ramos: "A simple T-SQL script, but useful."
    [T-SQL] Search for Missing Values within a Numerical Sequence by
    Emiliano Musso
    Richard Mueller: "Clever solution with good code examples."
    Durval Ramos: "You need add more details about development of the idea and create a "Conclusion" section to easy understanding."
    [T-SQL] Converting Multiple Rows into HTML Format single ROW by
    Maheen Khizar (Bint-e-Adam)
    Durval Ramos: "In some situations, It's need to consume and format HTML tags for a UI, but It's important to remember that Best Practices recommend this formatting process preferably in Presentation Layer"
    Richard Mueller: "A great new idea. Some features need more explanation. Avoid first person."
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • Error during PO Change-"Enter the price or set the 'Invoice Expected' indic

    Hi Gurus,
    I am facing this issue in the PO change. Whenever I try to change a PO and check ; system says" No error" but when I order it then I get this error "Enter the price or set the 'Invoice Expected' indicator " with a pop up "Complete Purchase order xxxx first or 'hold' the changes
    This happens for all the POs with any vendor.
    Regards
    Kapil

    Hi Kapil,
    We have got similar issue before while changing the P.O in change mode.
    This generally happens when the P.O is changed after the follow on documents has been created.
    In this case you can delete the change version and then amend the P.O without any issue.
    Generally the 'Delete' button gets disabled once the follow on documents get created but in this case the 'Delete' button would be active and clicking on 'Delete' button would delete only Chnage version and the P.O would be back to original ordered status.
    Please do the changes and let me know in case of any further clarifications.
    Regards,
    Teja

  • How to pick up the 3d model after change the picture control to the Opengl control?

    Colleagues,
    I have a problem when I use the cvi.I need to draw a 3D model use the opengl in the picture control,and pick up the mode.For example,I transfer the picture control to the Opengl control,then draw a cube and sphere by Opengl。And I want to pick up them。Such as,when mouse click the cube,it will show a MessagbBox("a cube");when mouse click the sphere,it will show a MessagbBox("a sphere");But it doesn't work.
    I'm a chinese student and juse begin to learm the cvi.And my English isn't very good.I don't know whether the problem has been clear.Anyone can help me?

    I haven't used the OpenGL CVI addition for years, but IIRC there is (was?)
    no callback associated to it. Meaning that some actions are defined within
    the OpenGL control, such as rotation/zoom, but that's it.
    Guillaume Dargaud
    http://www.gdargaud.net/

  • Pressing on the Table Control locks the front panel in a certain state

    Hello everyone!
    I have following problem. I have a very simple state machine with two cases. In the Idle case there is an event structure receiving input from a Table Control. When pressing Run the Vi enters the Run state. To exit the RUn state I have a Finish button, but IF I during the running state press anything on the Table Control the entire front panel will lock. Disabling the Table Control in the running state doesn´t help in the same way it helped for Button 1 and 2. Any help would be appreciated. I have tried unsuccesfully with the Registering and Unregistering event functions.
    Attached is a simplified version of the problem. Thanks in advance.
    Solved!
    Go to Solution.
    Attachments:
    Event lock problem.vi ‏22 KB

    Hi, RealBjörkis !
    I ran your VI and I saw a few problems, try to keep your controls outside the events structure, also do what said P@Anand previously.
    Here is your VI with some corrections. (Hope it fix the problem)
    Good Luck.
    Attachments:
    Event lock problem.vi ‏23 KB

  • How to enlarge the picture in the picture control at the same scale(proportion) with what

    the fontpanel enlarged when you dbclick the title bar to enlarge the fontpanel to entire screen,but the other objects (for example,the button,the string,and so on)on the fontpanel not enlarged with the varity of the fontpanel, only keep the original size.how to enlarge the picture in the picture control at the same scale(proportion) of what the fontpanel enlarged when you dbclick the title bar to enlarge the fontpanel to entire screen,but the other objects (for example,the button,the string,and so on)on the fontpanel not enlarged with the varity of the fontpanel, only keep the original size. i have alter the vi properties and select "window size" there is a "s
    cale all objects" tick box ,but failed,the picture ang the picture control (container)did not enlarge ,but the other control have enlarged,just opposite to my purpose .i thank it is a representional question although it may be very simple,in my around ,no one can solve it !
    i have offered the vi and a jpeg file underside,who can help me amend the vi? greatly thanks!!! noticed that what i use is lv6.1,if you can solve the problem but need some other vi or lib files ,please offered all together!!!
    Attachments:
    how_to_enlarge_the_picture_at_the__same__scale_of_what_the_fontpanel__enlarged_when_you_dbclick_the_title_bar_to_enlarge_the_fontpanel_to_entire_screen.vi ‏30 KB
    Test.jpg ‏21 KB

    the fontpanel enlarged when you dbclick the title bar to enlarge the fontpanel to entire screen,but the other objects (for example,the button,the string,and so on)on the fontpanel not enlarged with the varity of the fontpanel, only keep the original size.Hi,
    I am not quite sure if I understand what you are trying to do.
    Sounds like you are trying to implement the zoom feature (increasing/decreasing the size of the picture inside a picture control, but not the size of the picture control itself). If this is what you are trying to do, then there is a property node in LabVIEW 7.0 that supports this feature (This property did not exist in LabVIEW 6.1). Please download the LabVIEW 7.0 evaluation version and run the attached VI.
    Please let me know if this is not what you are trying to do.
    Sincerely,
    Feroz

  • Is it possible to disable the "Voice Control" on the iPhone 5?

    is it possible to disable the "voice control" on the iPhone 5?
    I don't have Siri on, and when I long press the "home button" the voice control is activated (in my pocket)
    I want to disable it.

    Sorry, no.

  • How do you get Itunes to go the free radio station list, I'm not talkiing about the one that lists the price next to the song that's playing, I'm talking about the one that lists about 50 diffrent genes.

    How do you get Itunes to go to the free radio station list, I'm not talking about the one that lists the price next to the song that's playing, I'm talking about the one that gives you 50 diffrent genes to select from?

    This forum is for questions from those managing sites on iTunes U, Apple's service for colleges and universities to post educational material in the iTunes Store. You'll be most likely to get help with this issue if you ask in the general iTunes forums.
    But answering quickly, if you mean the streaming stations, click the Internet item:
    If you don't see that item, checkmark "Internet Radio" in the General preferences in iTunes.
    Regards.

Maybe you are looking for

  • Newbie needs some simple help on triggers

    Hi there. I need to create a trigger and am very new to this language and would love some help. I have tables STUDENT, BOOKS, BORROWING. When a student borrows a book, a composite entry is created in the BORROWING table. In the Books table, their is

  • RE: Problem exporting photos from iPhoto '09

    Can anyone provide a solution to the following exporting problem?  I'm trying to export an album of 60 photos, yet whenever I try, this is what happens: exports the 1st six photos a message pops up, "Unable to create  /Users/Lynnie/M80th - 06.jpg" af

  • Install Win4Lin

    BluPhoenyx wrote: To manually install the Win4Lin rpm, you need to be in X in a terminal as root. Using the MC method, you can simply extract the /etc and /opt directories directly from the rpm, or use the F2 menu and install (doesn't run scripts.) T

  • Up-to-date check on genInterface ant task

    I have been using the genInterface ant task to generate a java interface from a WSDL file. Works great, except that eventhough my wsdl file does not change it regenerates the interface every time and then since the java file got touched, forces a nee

  • MAX OPEN CURSORS

    When many requests to the INSERTXML of the Demo samples are processed, we experience the "Max Open Cursor" problem. We are running XSU 1.0.4.3 and Tomcat 3.2.2. Any Info would be appreciated. Many Thanks