Unit Cost For a Invoice

Which table should i refer to fetch the unit cost for a item in a invoice apart from the itemcost table?

I tried revalidate() , but no change.
Here's the function I'm using to try to add the item...
private void NewLineItem()
javax.swing.JPanel jLine = new javax.swing.JPanel();
jLine.setLayout(new org.netbeans.lib.awtextra.AbsoluteLayout());
jItemCode.setHorizontalAlignment(javax.swing.JTextField.CENTER);
jLine.add(jItemCode, new org.netbeans.lib.awtextra.AbsoluteConstraints(0, 0, 110, -1));
jCourseDelivery.setHorizontalAlignment(javax.swing.JTextField.LEFT);
jLine.add(jCourseDelivery, new org.netbeans.lib.awtextra.AbsoluteConstraints(110, 0, 240, -1));
jItemQuantity.setHorizontalAlignment(javax.swing.JTextField.CENTER);
jLine.add(jItemQuantity, new org.netbeans.lib.awtextra.AbsoluteConstraints(350, 0, 110, -1));
jItemRate.setHorizontalAlignment(javax.swing.JTextField.CENTER);
jLine.add(jItemRate, new org.netbeans.lib.awtextra.AbsoluteConstraints(460, 0, 100, -1));
jItemAmount.setHorizontalAlignment(javax.swing.JTextField.CENTER);
jLine.add(jItemAmount, new org.netbeans.lib.awtextra.AbsoluteConstraints(560, 0, 100, -1));
jLineItemSection.add(jLine);
jLineItemSection.revalidate();
pack();
JLineItemSection is a JPanel inside my frame.
Any suggestions? I think the way I am using the AbsoluteContraints is screwed up, as I'm having a lot of trouble with the layouts in general. The form editor in NetBeans (at least, the version in 3.6) needs a LOT of work.

Similar Messages

  • Function module unit costing for sales order

    hello all!
    is there a way to create a unit costing for sales order using a function module? i found module K_UNITCOSTING_CREATE - has anyone used that before?
    best regards,
    matthias

    hello!
    i have no master data as basis for unit costing. instead i would like to use information from sales order conditions in unit costing.
    best regards,
    matthias

  • Unit costing for materials assigned to activity - for material cost plannin

    The requirement is that material cost to the company will vary depending upon the project/customer. Eg.: Material cost = basic material cost + a % for P&F + 2 % for Clearance + a % for excise + 2 % for insurance + a % for Customs
    It can be a % or a lump-sum value. It can be all the components listed or part of them. This will be project specific.
    Hence the following preference for material cost planning is required:
    1. Material cost based on quotation or Purchase order - If quote/PO is not available, then
    2.Material cost based on unit costing done for the material in the project - If this is not available, then
    3. material cost from material master depending on price indicator i.e. Std cost or Moving average price
    We are working with valuated project stock.
    SAP Help says"
    "Prices are calculated in one of the following ways:
    u2022     Using the strategy in the valuation variant
    u2022     Manually, using the invoicing plan
    u2022     Using unit costing"
    But how to get the cost as per the priority required when these three options are there is not clear.
    I have tried to work with valuation variant in the costing variant assigned to Network. No valuation strategy explicitly refers to unit costing of material.
    During various testings, at times, unit costing of material gets updated as planned cost; at times not. What triggers in also not clear.
    Pl. clarify
    Thanks and regards
    A.Saravanan

    Hi All
    I have psoted to service market place and got the reply; we have implemented also.
    there were 2 suggestiosn:
    1. Valuation price with user exit - (EXIT_SAPLCK21_002) - This user exit has to be implemented; we have implemented - it is working. But this is taking effect when overhead calculation is done - this we rae managing that way now
    2. Alternatively you can try to use BAdI VALUATION_CK.: This BADI is not editable by us now; SAP has not released for our editing!
    The problem is solved although
    There is one more clarification  required:
    As SAP Help documentation: -> Unit costing is used instead of strategy sequence, but not in between steps of strategy.
    How to get this done ? right now we are using the strategy - inbetween steps of strategy with user exit
    Thanks and regards
    A.Saravanan

  • How to get unit cost for finished goods in prod order

    HI all,
    IN a production order of type PP04, there is cost analysis you can get from CO03.  This shows the cost for finished goods and BOM components.  Would anyone know how the cost for finished goods are calculated ?  The issue i have is that the unit cost of the finished goods is not correct.  It is higher than what it should be.  I looked at the moving avg price at material master but the cost used in calculation is different than in material master.   Can anyone shed light how finished goods are calculated and why it is picking up a higher unit cost ?  Where is the higher cost coming from  for finished goods material as shown in CO03 ?  The BOM materials are picking unit cost correctly.  Would this have anything to do with cost settlement ?
    thank you.
    joyce

    Hi,
    Finished goods price will depend on BOM componenet price,  activity price and overhead price. Check whether this prices are picking correctly or not.
    Regards,
    Sreekanth

  • Change unit cost AP Invoice line based from a Goods Receipt PO base entry

    Hi,
    Im using SAP B1 2007A PL 46 with B1DE 2.0
    SCENARIO:
    (1) I have a goods receipt PO that has a line for an item with a quantity but 0 unit cost.
    (2) At a later stage, via DI, I create a AP Invoice and set the line BaseType, BaseEntry and BaseLine to point to the goods receipt from step 1.
    REQUIREMENT:
    When creating the AP INV, I would like to change the unit cost for the line to something other than 0. I find however, that because I have based the AP INV Line a base document, I cannot override the line price for the line before calling the APINV.Add() method. After calling the APINV.Add() method, the APINV Line still has the price of 0 even though I set it, for example, to 100. (see example below)
                        docAPInv.Lines.BaseType = (int)BoAPARDocumentTypes.bodt_PurchaseDeliveryNote;
                        docAPInv.Lines.BaseEntry = GoodsReceiptPODocEntry;
                        docAPInv.Lines.BaseLine = 0;
                        docAPInv.Lines.Price = 100; //NEW PRICE            SEEMS TO HAVE NO EFFECT
                    int res = docAPInv.Add();
                    if (res < 0)
                        Success = false;
                        ErrorReason = B1Connections.diCompany.GetLastErrorDescription();
                        break;

    Hello,
    If your system is installed as 2007 (no upgrade from 2004/2005)
    -> use the UnitPrice instead of Price field.
    If you have upgraded from 2005/2005 versions,
    ->You can choose between the UnitPrice and Price fields up to the Customizing settings.
    See SAP Note 1334050
    Regards,
    J.

  • Unit Cost is not Populating in Sales Order Line Level for OPM Enabled Org

    Dear All,
    This is to inform you that Unit Cost is not populating in Sales Order Lines. Ideally it should pick from OPM financials, but whenever i am running Cost Update it is throwing error. We need to pull out Unit Cost for Sales Analysis Report. Please suggest on the same ASAP. What are the steps needs be followed to populate the Unit Cost. Please suggest.
    Thanks & Regards,
    Patrick

    Hi
    I think it will pick from PRICE list. Why don't to you try by keeping this item in the mentioned Price list.
    Regards
    Raj

  • Weighted avg Unit Cost calculation for COGS

    Hi friends,
    Has any body done weighted avg unit cost calculation for inventory valuation and COGS calculation. In a way we need to mirror ECC material ledger functionality based on the APO data in side the planning tool.
    Any ideas on the above!!!
    Kind Regards,
    Krish

    Hi Jerry,
    Thanks for the tip. I actually needed to clean the spreadsheet up and put bogus values in to comply with company policy. Anyhow, here is a sample of the spreadsheet
    http://dl.dropbox.com/u/7499586/junk.png
    Just imagine about 100 products and several hundred raw materials, a dozen types of labor and about 30 types of packaging. It's a monster spreadsheet.
    The "units" under each product is the number of units per batch. You can see each product has two columns. One where you put in how much of a raw material, package type, and labor type go into each batch, the next calculates the cost for each item. Then it gets summed at the top for the total unit cost for that product.
    Let me know if you have any other questions about it. Thanks so much for your help!

  • PS table structure for Unit Costing

    Hi,
    The requirement is:
    For every Network -> Network Activity combination , we need to get the Unit Costing for each Network Activity.
    We have tried with CKHS and CKIS tables but we couldnt get a link.
    The output should be of the form:
    Network     Network Activity     Cost Element     Qty     Rate     Amt
    Could anybody suggest what are the standard tables and linkages to get this out.
    Regards
    Syam

    AFVV-PEDD

  • Unit Cost of non stock material - Hubwoo Catalogue

    Hi Team,
    There is one requirement to transfer the the cost of matrial from SAP PM to ArcFM. Here the materials are assigned to the operations in the PM order. Here we want to transfer the service cost and material cost of the particular operation to the ArcFM ( ie an external design tool) to estmate the total cost involved for the particular operation.
    Here the unit cost of the stock material can be get from the material master. But for nonstock material, a hubwoo catalogue is maitained. How do we get the unit cost for the this material?
    There is an interfece we have to develop to transfer the service cost and material cost from the SAP to ArcFM. Hence we have to get the unit cost of the non stock material here.
    Thanks in advance.
    Regards,
    Shyjith

    Hi,
    Yes, you are right but in material master price is not updating, many times I have been assigned the same material as a non stock and at every time I have maintained the planned price on order level but it is still maintained as "0" value in material master,
    what is the standard process?
    what settings need to be made to get automatically planned price or last purchased price for a non stock material?

  • Unit Cost Calculation

    Hi Folks,
    We have a unit cost spreadsheet that was built in openoffice. I'd like to convert it to numbers and clean it up to be "numbers style" (i.e. not one gigantic table with a bunch of different sections). I'm having some trouble organizing this though. Here is what we have right now:
    Row a contains things like the names of raw materials, types of packaging, & labor.
    The first couple of column contain calculations on these like cost per KG of raw materials, cost per unit for packaging, etc).
    The following columns contain each product. So each product has a column where you can enter in how much of each raw material, packaging, & labor are required to make it. The next column displays the cost for all of these things. At the bottom of this column is a summation of the total cost for this product. Then there is another spreadsheet that pulls these numbers to calculate margins and things of that nature.
    I can accomplish all of this in numbers, separating all of the functional sections into different tables, but the problem is this: Say I go to add a new raw material or a new type of packaging, when I add a row, the rows in all the other tables become "off" by a row. That is, if I add a new raw material, then the table that has the product formulas no longer reflects the right amounts of each raw material because it's been thrown off by that row. Am I approaching this wrong, or is there some way to make numbers keep track of row/column additions & deletions across tables that reference each other? Thanks.

    Hi Jerry,
    Thanks for the tip. I actually needed to clean the spreadsheet up and put bogus values in to comply with company policy. Anyhow, here is a sample of the spreadsheet
    http://dl.dropbox.com/u/7499586/junk.png
    Just imagine about 100 products and several hundred raw materials, a dozen types of labor and about 30 types of packaging. It's a monster spreadsheet.
    The "units" under each product is the number of units per batch. You can see each product has two columns. One where you put in how much of a raw material, package type, and labor type go into each batch, the next calculates the cost for each item. Then it gets summed at the top for the total unit cost for that product.
    Let me know if you have any other questions about it. Thanks so much for your help!

  • Report Painter - Use SKF to calc act/plan unit costs in CCtr report

    Hi Report Painter Gurus,
    I am an end user working with our Report Painter consultant and I have asked for a Cost Centre report with columns for Actual Costs, Actual Unit costs, Plan costs, Plan Unit costs for Month and Cumulative. I have seen this report in my previous business so I know it can be done but consultant says it's impossible.
    The report I previously used had the SKF values at the bottom of the cost centre report and then the unit costs columns (both actual and plan) referenced these SKF cells in the formula which divided Cost by SKF.
    We have created the SKF using KK01 and posted dummy amounts in KB31N but consultant says he cannot reference the SKF values in the formlas.
    If you can spell it out to me (I have dabbled in Report Painter myself), then I am sure I can explain it to consultant.
    Any help gratefully appreciated!
    Cheers,
    Matthew.

    Matthew,
    I think it is quiet simple. When you add a column to the report painter report you can choose from the drop down menu for 'Basic Key figure' whether it is Costs, Activity quantity, Statistical quantities, etc.
    So if you have a column with Costs (X1) and one more column with quantities (X2), you can easily come up with another 'formula' column and use the equation (X1/X2).
    I think this should serve your purpose.
    Best regards,
    Vishal Thakur.
    Edited by: Vishal Thakur on Mar 2, 2010 11:08 AM

  • Recalculate Unit Costing at Sales Order Level

    Hello all,
    We have unit costing for certain Item categories. User has wrongly updated unit costing at SO line item level.
    now we want to recalculate it.
    Is thr any program to recalculate Unit costing for specific Sales Order with corresponding Line Items
    Regards
    KP

    Hi KP,
    You can also do it in VA02. Follow the below steps:
    1. Provide sale order no in VA02
    2. Select the item no,which you want to recost and click on item condition icon
    3. Select condition "EK02" and click on costing icon, here system will ask you for recost and click the recost button and press enter until you get costing results button and finally if you get desire price then save it.
    Regards,
    Mukthar

  • ADDDITIVE COST FOR PRODUCT COST BY SALES ORDER SCENARIO.

    Dear friends,
    We are using costing for sales order & we have maintained the costing variant under the path IMG> Controlling> Product Cost Controlling> cost object controlling> Product cost by sales order >premliminary costing & order based costing>product costing for sales order costing>Costing variant for Product costing >Check costing variant for product costing.
    Under this we have maintained the Costing variant, Now we need to have Additive cost. But didnt found the tab in the costing variant where as when we check in T.code OKKN which is a part of Product cost planning we can find the Additive cost tab.
    How to run addtive costing run for Product cost by sales order scenario & please guide me with one example.
    Or else is there any configuration where we can assign standard costing variant PPC1 instead of Costing variant SOC1 ( which is a costing variant of Product cost by sales order.
    Please guide me
    regards,
    Sandeep

    Hi Sandeep,
    You may please try using Unit Costing for Sale Order.
    It is over an above the sale order costing you have done. So in case you want to post any additional known cost, you may do the unit costing for the sale order after the sale order costing.
    Trust this helps

  • Unit Costing in Material components

    Dear Experts,
    I have come across a requirement where dummy materials are to be used for cost planning. These materials wonu2019t be processed any further. The planned cost for these materials is project specific ie. Material A in Project 001 costs 1 $ while same material in Project 002 costs 5$.
    We are planning to use unit costing to cater this requirement. Unit costing works for Item category L.
    The planned cost from Unit costing for material is considered when we create u201Creservation + purchaser requisitionu201D for WBS element for the material.
    On Creating u201Creservationu201D for WBS element, the planned cost from Unit costing is ignored and the planned price is calculated as per the valuation strategy maintained in the Network costing variant (valaution variant). However it is intended that the cost for unit costing is to be considered for reservation for WBS.
    We are using std. costing variant PS04 for material costing.
    Is there something I am missing so that the planned cost for material from Unit costing is considered in case of reservation for WBS?
    Regards
    Sejo

    Phoenixcfa & Ahmed,
    Thanks for ur inputs.
    I had already thought of the option you have suggested. In the currect process, the "Res / Purc. req." is maintained as "Immediate" at network header level. So the activity also inherits the same reservation relevance & it cannot be changed from "immediate" to "Never".
    As suggested by Phoenixcfa it has some thing to do with split valuation. I could carry out the unit costing for a material with "res. for WBS" in IDES.
    Hope, I will figure why it doesnot work our Dev system, soon.
    Regards
    Sejo

  • Create unit costing in Sales order

    Hi all,
      I have a requirement wherein I need to create a Unit costing for an item in Sales order. You can see this, when we select any item in the sales order and choose
    GOTO->EXTRAS->COSTING.
      If any body has an idea, please provide some inputs. Actually, I have checked out BAPI'S for Sales order creation, but I couldn't find any parameters that suits the requirement.
      Very much thankful if any body provides solution.
    Thanks & Regards,
    Adithya

    Hi,
    I know that accessing the VA01 / VA02 t.codes will kill the performance.   Is there any other t.code available in CO to update the unit cost estimate for sales order.  Or if any function modules?
    Rgds,
    Mallik
    Edited by: mallik on Mar 8, 2010 3:19 PM
    Edited by: mallik on Mar 8, 2010 3:19 PM 1213131

Maybe you are looking for

  • Windows phone app not deploying completely to device from Visual Studio

    At various times I have noticed the app package doesn't update completely when using Visual Studio to deploy directly to a developer-unlocked device.  The symptoms are always that some updates are not reflected, and debugging reveals the problem.  Th

  • How to choose the right Mac Pro Specs?

    Hello all, Below is a question I posted in May along with someone's response. I'm wondering if I should still go with the response I received considering the new release of the mac pro 12 core. Did anything change that I need to note in my purchase o

  • RSA1 - ECC 5.0 Backend "Source System" shows up as a BW System?????

    Hello, I'm working in RSA1 on my development BI system (BID) building a source system connection to our R/3 (ECC 5.0) (DEV) backend system. I've got the logical systems defined and assigned, clients opened, and users built. Here's the issue: When I b

  • Non Financial Accounts,and Balance,Balance Recurring,Types of data and type

    Hi Can Any one make me clear for the following? 1.In HFM Account Types we can find Balance and Balance Recurring what it means? is it completely relating to Finance and Accounts Topics? if so give me few good examples to understand as regards to HFM

  • T3 protocol over Apache doesn´t work

    Hi all, I've configured Apache with Weblogic Plugin as following: <VirtualHost *:14000> ServerName aldspdes-soa ErrorLog c:/Apache2.2/logs/aldspdes-soa-error_log CustomLog c:/Apache2.2/logs/aldspdes-soa-access_log common KeepAlive On <Location /> Set