Set Up Costs - Semi Variable

Dear Experts,
We incur set up costs that are semi variable.
In other words for $1000 is incurred for every 500 units produced ( $2 per unit). Suppose a product is produced only 100 units in a month, that means $200 ( $2*100 units) is absorbed on the product and remaining $800( $1000-$200) will be unabsorbed.
How this unabsorbed $800 , should be treated during correspondind month end.
2. My set up costs includes Labour, Machine & Power . We have captured set up costs under a single activity type.
    Say we incurred $200 in a month, how can we split labour , machine & Power. what is the solution to split set up costs and post to  
   corresponding Labour , Machine and power cost center.
Thanks
Sanjai

Hi
1. When you calculate actual activity price: It will be higher than Plan Price of 2$ because of lower utilization... Later on when you revaluate prod orders from CON2, there will be No Under abs of overhead
2. Usually, in your case, Set up cost is better represented by machine hrs than Labour hrs.. So, it is advisable to track Set Up cost as one single cost instead of Splitting up into three
You can create 6 Act types i.e. Set Up - Machine, Labor, Power and Other Machine, Labor, power... But that will only complicate the things
br, Ajay M

Similar Messages

  • Apportionment of semi variable cost

    Dear SAP Gurus,
    We define the cost components in the cost component structure (OKTZ) with attributes as variable or fixed and variable costs.
    Suppose if we define one component with attribute as fixed and variable - where do we maintain the settings as to how much is fixed and how much portion goes to variable -  Please clarify.
    Please provide example as to how KP06 and KP26 differentiates fixed and variable costs and how it is displayed in the output of CK13N.
    Please explain.
    Regards
    Rajya Lakshmi

    Hi,
    Thanks for the reply.
    My client requirement is to show the costs under variable costs.  For which I have defined the cost component as variable and planned them in KP06 and KP26.
    Still while performing KSS2 and KSSI system is showing values under control costs fixed.
    I need the solution as to what shall I do to show them under the variable control  costs alone.
    Please Help ASAP.
    Regards
    Rajya Lakshmi

  • Can you set a Cost Rate Table to be used for an entire project

    In earlier versions of project, the default cost rate table (A) is used unless changed by the user for each assignment.  In 2010, is it possible to define which cost rate table to use for the entire project, not at the assignment level? 
    Thanks.

    Hi melduncan,
    Welcome to this Microsoft Project forum:)
    I assume you want project to have a default cost rate, so why not set the cost rate details into A to begin with,  You could then set this as a template from which you initiate all your new projects see FAQ
    Item: 8. New Project Template.   FAQs, companion products and other useful Project information can be seen at this web address: http://project.mvps.org/faqs.htm
    Hope this helps - please let us know how you get on :)
    Mike Glen
    MS Project MVP
    See
    http://tinyurl.com/2xbhc for my free Project Tutorials
    "" wrote in message
    news:[email protected]...
    In earlier versions of project, the default cost rate table (A) is used unless changed by the user for each assignment.  In 2010, is it possible to define which cost rate table to use for the entire project, not at the assignment level? 
    Thanks.

  • Find text from a file and set it as a variable in applescript?

    I am trying to build a script that sends me updates and notifications from cex.io. Please keep on reading below, so I may guide you until the point I have trouble with.
    The first simple script in this operation goes to cex.io's trading page for BTC/GHS. It records ands saves the text to a file every 4 seconds. It works great. It doesn't need to have safari refresh because the site pushes info to the browser live.
      repeat
              set the webpage_content to ""
              tell application "Safari" to set the webpage_content to the text of document 1
              set theText to webpage_content
              set a to "Macintosh HD:Users:PRIVATE:Desktop:CEX:"
              set theFile to (open for access file ((a) & "CEXRaw") with write permission)
              write theText to theFile
              close access theFile
              delay 4
      end repeat
    And it returns this from the site to this main file every 4 seconds: (note I cut off a chunk from the bottom and the top of the file, because they are unimportant)
        GHS:
        0.05233439
        BTC:
        0.00000223
        NMC:
        0.00002939
        LTC:
        0.00000000
        GHS/BTC
        0.02362958 LTC/BTC
        0.02438131 NMC/BTC
        0.00597565 GHS/NMC
        3.96951800 BF1/BTC
        1.67000000 Fund Account
        GHS/BTC
        Last price:
        0.02362958
        Daily change:
        -0.00018042
        Today's open:
        0.02381000
        24h volume:
        73812.35539255
    I now need an applescript to read that file, and return wanted values. But I'm lost on how to write it.
    It needs to find the number under BTC, and set it as a variable.
    It needs to find the number under GHS, and set it as a variable.
    It needs to find the number under Last Price, and set it as a variable.
    If anyone could script that really quick for me, or tell me how to do it, that would be amazing. Thank you so much!

    Couldn't tell if you had any whitespace in the lines (i.e. is there a space before or after GHS:), so I used contains, not is.  Also, if you have a line such as GHS/BTC with a colon GHS/BTC:  then it will also fail (as contains "BTC:" would be true for BTC: and GHS/BTC:)
    However, this will give you some guidance:
    set a to "Macintosh HD:Users:PRIVATE:Desktop:CEX:CEXRaw"
    set x to 0
    set Names to paragraphs of (read file a)
    repeat with nextLine in Names
              set x to x + 1
              if nextLine contains "BTC:" then
                        set BTC to item (x + 1) of Names
              else if nextLine contains "GHS:" then
                        set GHS to item (x + 1) of Names
              else if nextLine contains "Last Price:" then
                        set lastPrice to item (x + 1) of Names
              end if
    end repeat

  • Code to set and destroy session variables in Java Server Pages(JSP)

    code to set and destroy session variables in Java Server Pages(JSP)
    we have use following statement to set session variable
    session.setAttribute("userClient",id);
    we have use following statement to destroy session variable
    session.setAttribute("userClient","");
    and
    the session.invalidate() is not working
    Plz. solve this probem

    code to set and destroy session variables in Java
    Server Pages(JSP)
    we have use following statement to set session
    variable
    session.setAttribute("userClient",id);
    we have use following statement to destroy session
    variable
    session.setAttribute("userClient","");Perhaps if you tried using
    session.setAttribute("userClient", null);
    or
    session.removeAttribute("userClient");
    and
    the session.invalidate() is not workingNot working how?
    >
    Plz. solve this probem

  • How to set a new session variable?

    Hi all,
    Can anybody say how to set a new session variable in istore?

    Hi,
    you can use either
    pageContext.getAttribute(VAR, PageContext.REQUEST_SCOPE);
    or
    <%@page session="true" %>
    session.putValue
    session.getValue
    Hope this will help.
    Thanks
    Gurjeet

  • Set up cost in Pricing

    Hi
    Scenario:
    For drawing parts, we need to pay a fixed "Set-up" cost to the vendor. Irrespective of the quantity this cost will be fixed. Since same component is required in several end products and we get the requirements for these products at different time intervals, we can't combine all requirements into one single PO. We run MRP on daily basis and whatever requirements are noticed, they are converted into PO.
    Also economic order quantity is not feasible, as these are associated with high cost and demands are not consistent.
    However, many a times supplier is able to combine all these (atleast many of these) requirements into one single delivery and will charge us the set up cost only once against all these various PO's.
    We are not finding a solution, other than manually tracking the set up cost.
    I was just wondering do any of you had this situation and how it was solved.
    Regards,
    Jagadeesh

    As already suggested, it should be 'D', as it copies the pricing elements unchanged with automatically determined or manually entered surcharges and discounts from the reference document (scales are not read again). This means that the value remains unchanged even if the billing quantity is different to the order quantity. Also, it does not redetermine the taxes
    Regards,
    gauravjit.

  • Ceating Sets for Cost Centers in GS01

    Could someone please guide me in the steps to take for creating a set for cost centers so when DP90 (Billing Request fro service order) is generated it looks at all cost centers...
    I went to GS01 created a name of Cost Center used table AD01ATTR and field KOSTL...enterered the from value XXX and the to value as XXX...
    This does not seem to be working....am i missing something?  Your direction would be greatly appreciated

    Hi,
      Try using table CCSS
    Mu

  • Can I capture the url of the page I am on and set it to a variable??

    Hi..
    I was wondering how I can capture the url of the page that I am on and then set it to a variable??? is that possible???
    Thx
    Rich

    Try this.
    String url =request.getRequestURI();
    Hope this helps.
    Fred

  • Spry XML data set and dynamic post variables

    Hi,
    I am trying to create an XML data set that has dynamic post
    variables.
    Everytime something is pressed on the page a variable changes
    and I then want to reload the XML data set using the new variable.
    I know I can just pull in an XML with all possible variables
    and filter client side but this would make it way too large.
    Does anyone know what I may need to do.
    I tried this:
    var myVar = 0;
    var dss = new Spry.Data.XMLDataSet (
    '../../cgi-bin/server_details.pl' , 'top' , { method: 'POST' ,
    postData: sid=ajaja21&ip=127.0.0.1&cid=' . myVar ,
    subPaths: [ "auth" , "plugins" , "plugins/plugin" ] , keepSorted:
    "true", sortOnLoad: "plugins/plugin/order", sortOrderOnLoad:
    "descending", useCache: false, loadInterval: 10000 } );
    onclick="myVar=1";
    But the script doesn't understand the post variables sent (it
    does when I remove the . myVar part and put in a static value). I
    think it isn't sending that dynamic variable with the post
    variables.
    Any ideas anyone?
    Thanks

    Well I had it working when I stripped back everything and
    just had the dss data set and a single onclick function, but now
    that I put it back together it hash foobared again.
    Here are the relevant bits of code that I've changed.
    The function to change server id:
    //function to run when changing the server id
    function changeServer ( sid ) {
    //set the url to use the current server id
    dss.setURL = ( '../../cgi-bin/server_details.pl' , { method:
    'POST' , postData:
    'sid=7gv1m3vjvagfl7h7qeefb8iodj8evhmb&ip=127.0.0.1&cid='+sid
    //force a reload of the server data
    dss.loadData();
    The inital load of the data set
    var dss = new Spry.Data.XMLDataSet (
    '../../cgi-bin/server_details.pl' , 'yams' , { method: 'POST' ,
    postData:
    'sid=7gv1m3vjvagfl7h7qeefb8iodj8evhmb&ip=127.0.0.1&cid=0' ,
    subPaths: [ "auth" , "plugins" , "plugins/plugin" ] , keepSorted:
    "true", sortOnLoad: "plugins/plugin/order", sortOrderOnLoad:
    "descending", useCache: false, loadInterval: 10000 } );
    And the part that changes the server id
    <td align="left" style="cursor:default; width:174px;"
    onclick="changeServer({dsv::servers/server/@id})">{dsv::servers/server/name}</td>
    I checked that the function is receiving the correct server
    id and I even tried hard coding the cid variable to 2 in the change
    function but it still wasn't changing on the server side.
    Any ideas?
    Thanks

  • Setting empty Selections in Variables

    When setting a user-exit variable to initial for unassigned values, the variable value in the planning level displays the '#'.  When entering data for this selection in a layout and saving it, everything looks fine.  The data records are written to the cube and can be verified using list cube.  However, when exiting the layout and returning the newly created records do not show up.  If I take the variable out of the selection on the package and open the layout I can see the values.  I've tried everything I can think of as far as assigning values to the variable to represent unassigned.  I've tried the # sign, clearing the values, and assigning space but this behavior persists.  Does anyone have any ideas on this problem.
    thanks,
    Chuck Hall

    Hi,
    Thanks for your message. I have found the reason of my problem.
    We use 0SOURSYSTEM as a primary key of all the characteristics (compounding). We have 2 source systems. In the SID tables, SAP has got three entries for the initial values of my characteristic 0NETWORK.
    0SOURSYSTEM      NETWORK
    0                             0
    R1                           0
    F1                           0
    When I inserted the 0NETWORK to my cube, SAP grabbed its first index 0/0, and I was expecting having the second R1/0.
    So the combination does not match when I execute a layout.
    I'll now use Remodeling to remove 0NETWORK and put it back with the value R1/0.
    Thanks
    Laurent

  • Best practices for setting environment based static variables?

    I have a set of static string variables that hold the url location of modules in a project. These locations change depending on whether I'm building for development, staging or production.
    What's the best way to set static variables in this way?

    I don't know if this is best practice, but here's the solution I've come up with.
    The root domain is accessible within the swf via a node on a loaded xml file. So I created a simple method that sets a url variable based on that domain node.
    The domain-based url variable is then used within the static string variables that define the location of the modules.
    Simplified like so:
    var domain:String = xml.node.value;
    static var bucketLocation:String = getLocation()
    static var moduleLocation:String = bucketLocation + "modulename.swf";
    function getLocation():String
         var loc:String
         switch (domain) {
              case stagingUrl:
                  loc = "pathToAmazonStagingBucket";
                   break;
              case productionUrl:
                   loc = "pathToAmazonProductionBucket";
                   break;

  • Trouble in BEx Analyzer when try to set values to the variables in ZXRSRU01

    Hi Experts!
    I have the trouble in BEx Analyzer when try to set values to the variables in ZXRSRU01 on i_step = 1.
    When variable's screen apeares the values is not those what was set in ZXRSRU01. When I try to trace
    this in RSRT I have no this problem, all the values are same as was set in ZXRSRU01.
    Thanks in advance.
    Best regards,
    Andrey Bychkov

    Hi
    Check this
    Documentation about variable types & their processing in i_step = 1, 2 etc.
    It may help you....
    Cheers

  • Setting Java ZWT.headless variable

    I am creating graphics on the fly with the Oracle JVM in the database. I need to set the headless environment variable.
    I found the command: -Djava.awt.headless=true
    I can not find where this needs to be run.
    Can this environment variable be set from the Java code?
    I have this code from Sun which does not change the headless variable.
    System.setProperty("java.awt.headless", "true");
    GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
    boolean headless_check = ge.isHeadless();
    if(headless_check)
    htpPrint("<br/>headless<br/>");
    else
    htpPrint("<br/>not headless<br/>");
    I am working with 11g and 10g.
    Any help with this would be greatly appreciated.
    Thanks,
    Gregory
    Message was edited by:
    phillippio

    Thanks Again Marcelo.
    That set headless to true.
    This, unfortunately did not fix issue.
    I get the following error every time I try to create a BufferedImage in Java on the Database.
    ORA-29532: Java call terminated by uncaught Java exception: java.lang.NullPointerException
    The image I am trying to create is from a JFreeChart object.
    BufferedImage bufferedImage = chart.createBufferedImage(500, 300);
    Like I stated earlier this works in my desktop environmet. With Java 1.4.
    The Stack if you are interested:
    start. org.jfree.chart.JFreeChart@68ecbb34 This is a title to end all titles. 1.5.0_10 sun.awt.FontConfiguration.getVersion(FontConfiguration.java:1236)
    sun.awt.FontConfiguration.readFontConfigFile(FontConfiguration.java:170)
    sun.awt.FontConfiguration.(FontConfiguration.java:75)
    oracle.aurora.awt.OracleFontConfiguration.(OracleFontConfiguration.java:33)
    oracle.aurora.awt.OracleGraphicsEnvironment.createFontConfiguration(OracleGraphicsEnvironment.java:25)
    sun.java2d.SunGraphicsEnvironment$1.run(SunGraphicsEnvironment.java:186)
    java.security.AccessController.doPrivileged(Native Method)
    sun.java2d.SunGraphicsEnvironment.(SunGraphicsEnvironment.java:94)
    oracle.aurora.awt.OracleGraphicsEnvironment.(OracleGraphicsEnvironment.java:14)
    sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    java.lang.reflect.Constructor.newInstance(Constructor.java:511)
    java.lang.Class.newInstance0(Class.java:373)
    java.lang.Class.newInstance(Class.java:326)
    java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:68)
    java.awt.image.BufferedImage.createGraphics(BufferedImage.java:1141)
    org.jfree.chart.JFreeChart.createBufferedImage(JFreeChart.java:1397)
    org.jfree.chart.JFreeChart.createBufferedImage(JFreeChart.java:1378)
    org.jfree.chart.JFreeChart.createBufferedImage(JFreeChart.java:1363)
    LASER_REP_MH_EVENTS_BARGRAPH.buildGraph(LASER_MH_EVENTS_GRAPH_JV:135)
    If you have any idea on running JFreeChart on the DB JVM I would like to hear them.
    Thanks for your help.

  • Setting up the windows variable

    Hello i need the first step, how do i set up my windows variable so i can conline my java programs? thanks

    Before running the J2EE SDK, you must set these environment variables:
    * J2EE_HOME - the directory where you installed this release.
    * JAVA_HOME - the directory where the Java 2 SDK Standard Edition is installed.
    * PATH - include the bin directory beneath the directory where you've installed this release.
    If you don't know how to set environment variables:
    right mouse click on my pc - properties - tab advanced - button environment variables.
    This should do it.

Maybe you are looking for

  • Can multiple users on the same PC use Elements 11

    I can access Elements 11 as myself but other users on the same PC can see the images but when the image is clicked it comes as a missing file. 

  • How do I take my iPod out of "Recovery Mode" without restoring to factory settings?

    (iPod 4th Gen, Windows 7) I hadn't synced my iPod touch for a long time, because just before Christmas, my antivirus stopped working on my laptop, and I got a virus. I was unable to do anything. Because of my circumstances, I wasn't able to get my co

  • FI- Line Item Extraction- BWOM_SETTINGS- Control Table Entries

    Gurus, I am working on FI- Line item extraction in the sand box. I have all my DS's in Nodes not connected. I transfereed the application component hierarchy in SBIW. Now I went to check on the basic settings before activating the DS's for FI line it

  • Won't print blue

    HP Officejet Pro L7590 won't print blue despite all cleaning etc done???? !!!!

  • PHP not working on snow leopard

    Hi, I had PHP and mysql up and running on leopard. After upgrading the php won't render. Safari just displays a page with the source code. HTML pages display fine. phpmyadmin which gives me an error: Cannot load mcrypt extension. Please check your PH