Costing - what price is being used?

Hi gurus,
I am trying to cost a FERT material, it has only 1 component, a raw materialt with "S" as price control indicator.
When i run CK11N for FERT, material is costed without error even if standard price was not maintained. It gets the moving average price instead. When i tried to maintain the standard price or the ROH then run CK11N again, it gets the standard price.
Is this the standard functionality of costing?
It will get either MAP or Standard price of the component, which ever is available?
Thank you.

Check the Valuation Variant for the (Raw) Material. My guess is, the strategy contains:
a. Standard Price
n. Moving Average Price, etc.
In the first instance, it did not find a SP since it wasn't maintained, hence it picked up the next derived price (MAP, which probably was maintained). When you maintain the SP, it the sequence exits there and hence the system lives with the SP it found.
Cheers.

Similar Messages

  • What JVM is being used in my Internet Explorer ?

    I have a web-bases/java-bases application that does not work when JRE 1.4 is active.
    I disable it for Internet Explorer in the Java Plug-In Console on the Browser tab and then things work fine.
    How do I know what JVM is being used then ?
    Some configuration info :
    WinME, IE 6.0, JRE 1.4

    When you install JRE1.4.0, it asks if you want to link the JRE to IE and Netscape 6...if you answered yes, what it does is to create and automatically select a new option box in IE (see Tools-->Internet Options-->Advanced-->Java Sun-->Use JRE1.4.0...) -- if you elected not to link the JRE, the option box is not created.
    Without the new option box, IE works like this:
    1) Unless the applet has been converted with the HTMLConverter that comes with your SDK, IE will run the applet with its native JVM which is version 1.1.5.
    2) If the HTML file has been converted, IE will check to see what version of the JRE is required and what is already on the system. If a different JRE is required, it will prompt the user to download the required JRE and then run the applet -- if the user doesn't want to do the download, the applet will simply fail to start.
    Hope this helps!
    ;o)
    V.V.

  • My Time Capsule won't allow my computer to back up.  It says it is already in use but that is what it is being used for.

    My Time Capsule won't allow my computer to back up.  It says it is already in use but that is what it is being used for. It has been working fine for years.  All of a sudden I keep getting a message that TC (time capsule) cannot complete back up as it is already in use.  I am doing the backups automatically through Time Capsule.

    Restart the Time Capsule by disconnecting and reconnecting the power adapter. When it's back online, open the AirPort Utility application and check to see whether there's a firmware update for it.

  • How do i find what ports are being used.

    I need to know how to tell what ports are being used and by what. I recently bought Apple Remote Desktop and have been pretty impressed but I have one computer here that won't let me Observe or Control. I think it is because the G4 in question has a program using port 5900. I need to confirm this is there any way that I can see if this port is being used?
    Thanks
    Moderith

    Hi Moderith--
    Welcome to the Apple Discussions.
    Look in your Utilities folder for the Network Utility program. Open it, and choose "Port Scan" from the row of tabs in its window. If you're not running Network Utility on the problematic G4, use the G4's IP address. But if you're actually on the G4, use "localhost".
    Note that if you check the open ports on the G4 from another computer, you won't see as many as if you check it from the G4 itself. That's because some ports are only local. For example, I have enabled the mail server on my Macs, but only to deliver mail, not relay it. So if I do a port scan using "localhost", I see port 25 open, but it's not open from another computer.
    charlie

  • HT4211 how can you find out what kb are being used by what apps

    how can you find out what kb are being used by what apps there is always alot of kb being used even when I don't use my phone

    Go into settings , general, usage and it tells you what the apps use. If your refering to the memory storage of the apps.

  • What tools are being used with WLS 5.1?

    I have been experimenting with WLS 5.1 and it is clear that there are many
    steps in developing, testing, and deploying EJBs. What tools are being
    used? How do IBM's Visual Age, JBuilder 4, and Visual Cafe EE stack up?
    Are there any tools for developing and debugging JSPs?
    Thanks,
    Mike

    Hi folks,
    about the "IBM VisualAge 3.02 (Integration Kit)" that Nirav mentions below...
    Does this integration kit work with Visual Age 3.5? If not, do you have any tool recommendations for VA3.5 users who are developing apps for WebLogic5.1?
    Thanks,
    Janet
    Nirav Chanchani <[email protected]> wrote:
    Mike,
    The level of integration between WLS and the tools is as follows (with
    VisualCafe being the most integrated) --
    1. VisualCafe Enterprise (or the WebGain Studio suite)
    http://www.webgain.com/Products/index.htm
    2. JBuilder 4 http://www.inprise.com/jbuilder/
    3. IBM VisualAge 3.02 (Integration Kit beta up on BEA website)
    http://commerce.beasys.com/downloads/weblogic_server.jsp#wlstools
    All the integration's support development, local debugging, and local
    deployment, but VisualCafe has wizards and like which generate code for the
    J2EE specs that WLS supports.
    I have read that JBuilder 4 supports JSP debugging but have not tried it yet.
    Nirav.
    Mike DiChiappari wrote:
    I have been experimenting with WLS 5.1 and it is clear that there are many
    steps in developing, testing, and deploying EJBs. What tools are being
    used? How do IBM's Visual Age, JBuilder 4, and Visual Cafe EE stack up?
    Are there any tools for developing and debugging JSPs?
    Thanks,
    Mike--
    Nirav Chanchani
    BEA Systems, Inc.

  • How to see what Tables are being used in all reports

    Post Author: tmashley
    CA Forum: Crystal Reports
    Hello,
    How can I see what database tables are used in all my online reports? I have around 1000 reports posted to Enterprise over 6 different datasources. If possible I would like to see the fields within those tables that are being used to.
    I am using Crystal Reports XI Release 2
    Any help is appreciated
    Thanks,
    Tom

    I don't think you can see the databases of the reports unless you download the report onto your pc as a Crystal Report format and then open it under Crystal Reports.
    This way it will open the report within Crystal Reports and will show you the datasource it is coming from.
    I doubt if you can see them online.
    Kind Regards
    Jehanzeb

  • What Jars are being used

    I have a big problem with the number of jars currently being used within my application.
    Is there a way of working out what jars are needed and which are not??
    Regards
    Jai

    I am interested in this as well. I have "jpa.jar" which I removed from my Eclipse build path and no errors. But it may have interfaces/classes that are referenced from other JARs in my WAR. How do I determine if any types in jpa.jar are being currently used so I can determine if it needs to be included in the WAR build or not?
    I tried [http://depfind.sourceforge.net/|http://depfind.sourceforge.net/] but it finds which JAR the type is in. I need to find references to a class from another class and tell me which JAR that's referenced. thx.

  • How do I find what jars are being used...?

    Hi all,
    I'm wondering if any of you could help me. I am looking for a method or tool that helps to find what library jars are being used within an application to try and help me erradicate unneccesary files since I find myself in a scenario similar to below. . .
    Obviously over time an application grows and you may being in a lot of libraries to provide functionality as you go. You may then find a better way of doing something or that part of code may be redundant, so the referencing class is removed, BUT the jar isn't removed from the application at the same time.
    Several years down the line your lib directory looks like it contains nearly every jar created sits in there, and you application is now being shipped out on DVD to cope with all the libraries!
    So, is there a tool or way (except removing them to see it anything breaks!) to check what jars are actually being referenced within an application?
    Any help would be appreciated,
    Cheers,

    Start java with the -verbose option and grep the output for lines starting with "[Opened". This will give you a list of all opened jar files.
    Bear in mind, that classes are loaded lazy, that is: only when they are referenced for the first time.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • What control is being used here?

    I'd like to create an interface similar to the Windows Maps app where a sidebar displays when the user puts focus on a search box. I can't seem to figure out what control they're using. At first I though it was a Flyout, but it is not dismissed when the
    user clicks off of it. Can anyone tell me what control it is?

    Hi joshberry,
    Could be a Popup with
    IsLightDismissEnabled property disabled.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Network material cost planning price entry without using moving average

    Hi,
    When adding the stock material (internal activity) to a network activity the system takes the moving average price of the material.
    How can we enter the material AND the price for cost planning?
    Note: The reason is that the material being procured may cost more than the moving average price on the system. When a user gets a quote for the material they'd like to enter the quoted buying price instead of the system taking the moving average.
    Thanks
    Kru

    Hi,
    Normally System allow to Edit Material -  Price/Currency  field in network planning instead of  moving average price.
    Please check it may greyed out for edit.
    Regards
    Ahamed

  • Is there a way to decipher what chords are being used in an audio track?

    I use logic pro x software and I was looking at this piece of audio. It's a synth lead and I wanted to create a bass to go with it however it's hard to work out the chords used so I was wondering if there are any add ons or something that can tell me what chords are used in the audio track. Im looking for something kind of like the BMI counter but for chord recognition. Can anyone help me! if not would anyone be able to decipher them for me? thanks

    Not that i am aware of.. Not for Audio tracks.. Midi tracks yes, Audio no....
    However there are 3rd party apps/websites that might do the job....
    http://www.allmyfaves.com/blog/music/chordify-turns-any-music-or-song-into-chord s/
    http://chordify.net/pages/how-to-use-chordify/
    and maybe even....
    http://play.riffstation.com
    if its a relatively well known song....

  • What applications are being used on this website to give the "flashy" look?

    Hi
    Im useing the new dreamweaver, and im confident in creating a basic website, however I want to move up to the next level, so could any one please tell me what other products this company are using to create the effects? and maybe a little pointer on how I go about creating this sort of "product"?
    I currently use dreamweaver, along with photoshop for images and Ive down loaded fireworks but not yet used it!
    Many Thanks
    http://www.questmotorgroup.co.uk/vauxhall/home

    If you already use Photoshop and understand the layers concept, that is a start.  The ActionScript is similar to javascript.  You can download a free trial from this website.

  • Memory on my Ipod is being taken without me knowing what it is being used for. Help...

    I had 1.5 gigs left on my iPod when I connected it to my computer. After a short while of syncing it said that I had no memory left. All of my free space was said to be taken up by "Other" memory and I can't find out what is taking that memory. This has happened to me 3 times in a row now. How do I find out what is taking the memory and/or how do I delete it so I have free space?

    This indicates corrupt files.  A restore should resolve.

  • What command can I run to see what ports are being used?

    I am trying to connect to citrix and I am receiving a message saying port 999 already in use.
    How can I fix this?
    Thanks,
    JS

    I don't know about commands but in your application/utilities folder there is an application called Network Utility that can scan your ports. I don't have any real experience with it but if it seems confusing try accessing the help files for the utility in the help menu and maybe that will ease the confusion.

Maybe you are looking for

  • Rolling up item values in Sales Order

    Hi Folks We have a project where we have a bundle with components with prices. Question 1)Looking for a solution where we would like to roll up all price components as statistically to the top of the bundle where it would sum up the prices and total

  • What now? I got repair failed  "Keys out of order" and "Invalid extent entry"

    What now? I tried to verify & then repair disk and I got "repair failed"  "Keys out of order" and "Invalid extent entry"

  • Incompatibe Display Driver

    Totally out of the blue, I started getting the message "we detected an incompatible display driver, to get a better and faster playback, please update your display driver. Display driver details:Intel HD Graphics 2.1.0- Build 8.15.10.2119" every time

  • Workflow no longer working

    I had a workflow created by a very kind guy on here, and installed it, and it worked fine for about 5 days, but has now stopped working, and I can't find why. Normally when you run it, you see the EDIT meny highlight before it enters the data, but th

  • Is it possible to convert a PDF without uploading the file (i.e. by entering a URL)?

    My work-issued laptop doesn't allow me to upload files so it possible to convert a PDF file to Word bu just entering the URL of the document.I have a feeling this used to be feasible, Thanks