Cost Center and Profit Center in Sales Order and Deliveries.

What are the different methods of determining cost centers and Profit centers in Sales orders ?
Can Cost Center be determined independently in sales order or will be detrmined from Profit center ?

Hi Sunil
Profit Centres are used primarily in S&D (at billing stage it is transferred to FI) for registering revenue.
Billing -
Integration Points Module
•Debit A/R - FI/ CO
•Credit Revenue - FI/ CO
•Updates G/ L - FI/ CO
(Tax, discounts, surcharges, etc.)
Return Delivery & Credit Memo -
Integration Points Module
•Increases Inventory - MM
•Updates G/ L - FI
•Credit Memo - FI
•Adjustment to A/R - FI
•Reduces Revenue - FI
Profit Centers can be set-up to identify product lines, divisions, geographical regions, offices, production sites or by functions. Profit Centers are used for Internal Control purposes enabling management the ability to review areas of responsibility within their organization.
The difference between a Cost Center and a Profit Center is that the Cost Center represents individual costs incurred during a given period and Profit Centers contain the balances of costs and revenues.
Regards

Similar Messages

  • Hide the cost and margin fields on Sales Orders and Invoices

    Hi all,
    I need to hide the cost and margin fields in Sales Orders and Invoices. We sell our products to our employees sometimes, hence we don't want them to know cost and margin information.
    Can this be done?
    Cheers

    Go to VOV7 & as per the Item category ,de - select the Check Box Determine Cost.
    Else remove the Condition Type VPRS & Margin Condition type from the Pricing Procedure
    Best Regards,
    Ankur

  • Opening and closing stock with sales order and with out sales order

    hello,
    any body please help me my client want to check opening stock and and closing stock in areport.
    material contains batch and some material with sales order and some are with out sales order. my client is asking this in a single layout. please tell me isthere any teport or bapi or function module to get this report.
    this is very uregent. and layout is requesting like opening stock, production stock, sales stock and closing stock.
    please guide me to get this report.
    Thanks & Regads
    Bhakta

    Transaction MB5B
    For sales order related use specila stock as E and use radio button indicator in stock type
    For stock w/o sales order, use special stock indiactor as "space' and stock type valuated stock.
    to get a perticular month,opening stock/closing stock enter the start date/end date as month start and end date.
    See the o/p which will give the stock as required by you

  • Quantity and Price Totals on Sale Order and Delivery Order

    Dear ABAP Gurus,
    I want to add totals of line items (Quantity and Price) in sale order and delivery order screens. Can you please guide me how to do this. The price can be any from pricing procedure ie exclusive or inclusive price of sales tax.
    regards,
    RSA
    Moderator message : Requirements dumping not allowed, show the work you have already done, thread locked.
    Edited by: Vinod Kumar on Jan 28, 2012 9:23 PM

    Hi,
    Try this :
    IF @transaction_type in ('A','U') AND (@OBJECT_TYPE='22')
    BEGIN
    If exists (SELECT t3.docentry FROM OWOR T0  INNER JOIN WOR1 T1 ON T0.DocEntry = T1.DocEntry left join POR1 T2 on T2.[U_JONum] = T0.[OriginNum] and  T0.[ItemCode] =  t2.U_SubConItem] INNER JOIN OPOR T3 ON T2.DocEntry = T3.DocEntry WHERE T1.[PlannedQty] <> T2.[Quantity] and  T1.[ItemCode]  = 'subcon' and  T3.DocEntry = @list_of_cols_val_tab_del )
    Begin
    SET @error = 10
    SET @error_message = 'Not allowed to add more than planned'
    End
    End
    Thanks & Regards,
    Nagarajan

  • Update new material master weight and dimension in open sales orders and de

    Hi,
    Iu2019m maintaining gross weight, net weight, volume in material master. When the time of sales order entry in VA01 its calculating weight and dimensions based on material master and order quantity. And I create deliveries in VL01N.
    If I made a correction in the net and gross weight in material master after I created the sales order will the correct net and gross weight will pick up at the delivery creation.
    In other term is the VL01N net and gross weight is taking from which is available in SO or Material master.
    Is there any standard transaction to update already existing open sales order, delivery net and gross weight once it is corrected in material master?
    Please advice.
    Sam

    Is there any standard transaction to update
    No it is not possible to update the weight in existing sale order or delivery.  You have to change it manually or create a new sale order.   Weight in delivery will be fetched from sale order only and hence,  whatever delivery you create referencing a sale order, system will copy whatever is there.
    thanks
    G. Lakshmipathi

  • Shipped Weight and freight charges with Sales Order # and Invoice #

    Hi Gurus,
                  We have a report requirement where we have to provide Sales Order #, Invioice # , Material # and Shipped weight and Freight cahrges.
    Is there any way to combine all the info into one record. Please help.
    Warm Regards,
    Anil

    Hello Anil,
    Try to create a MultiProvider based on these data targets (Sales Cubes - Orders, Deliveries, Invoice).
    You can create a report on this multiprovider.
    Thanks
    Chandran

  • Logic to fetch delivered and invoiced Qty using sales order and line no

    Hi Experts,
    I am creating a Sales Order report in which I need to Fetch the delivered Quantity and Invoiced Quantity fields.
    I am currently going to VBFA table and pass SO and line item number and fetch all data. Then I perform addition/ subtraction to remove cancelled quantities. this is making the logic complicated.
    Is there any standard Function module/ or table or BAPI which can fetch the Delivered and Invoiced quantities directly?
    Regards,
    Onkar B

    Hi,
    First pass the sales order number into "VBFA" table into the field "VBELV".
    Execute or Press F8.
    Get the document number of the delivery from "VBELN".
    Pass the same delivery document numebr into "LIPS" table into the field "VBELN".
    Execute.
    Get the value of the delivery quantity from the field "LFIMG" in this table.
    Next got the table "VBFA".
    Pass the delivery document number into the field "VBELV".
    Execute or Press F8.
    Get the document number of the billing document from "VBELN".
    Pass the same billing document numebr into "VBRP" table into the field "VBELN".
    Execute.
    Get the value of the invoiced quantity from the field "FKIMG" in this table.
    Like this we have to get the delivery and invoice quantities.
    Regards,
    Krishna.

  • Availability check on storages in sales order and delivery documents

    Hi all,
    I'm verifying if it's possible to find a standard or a custom solution for this type of problem:
    I have a scenario in which there are more storages relevant for MRP (ex. 01, 02, 03, 04), and, in if I check availability in sales order or delivery (using checking rules "A" or "B") with setting which considering storages location inspection in availability check control, system check if there's stock available on all these storages.
    I'm trying to verify if it's possible to consider only some on these storages (ex. 01 and 03 only) in sales order and delivery documents availablity check.
    I know that in sales order storage location field is normally filled only using exit, but i don't know if it's possible to do, using a user exit, check availability considering only some storages and not all. At delivery level i have tried to use stock strategy, but this functionality don't have consequences on availability check, also if it's relevant during good issue phase.
    Any suggestion will be appreciated.
    Regards
    Gianpaolo

    Hi Gianpaolo,
    We had some issues with availability check on a Customer Site.
    I don't remember right now if we had to exclude storage locations from MRP to take them out from ATP, but I guess Shiva is 100% correct.
    At the end, what was done was to always "force" a unique storage location in the sales order item, which will be the storage location used for shipping of the delivery of course.
    If you use WM in your plant, then you will have no problem in having a unique storage location, so no problem.
    Anyway you are correct in your analysis, if the Storage location is not informed in the sales order item, then all the plant stock is taken in account for ATP.
    Best Regards,
    Franck
    Freelance Logistics SAP Consultant

  • Difference B/W Delivery plant  and item plant in Sales Order

    HI,
          May i know Difference between  Delivery plant and item plant in Sales order and what is the use of those fields.What is the process of raising sales order for different plants.
    Thnks&Rgds
    NAG
    Edited by: NAGA SUDHIR on Apr 3, 2009 6:10 AM

    HI G. Lakshmipathi,
                                   Thnks for the reply.Yes i am comparing (DWERK (at header level) and WERKS (at item level)) these two fields.
      Any how we can give only one plant in Customer Master, we are not maintaining Customer/mtrl regard (Not required in our company scenario) and we have extended MMR to different plants.
    So as per ur answer u went me to change only WERKS (at item level) while raising sales order for different plants.Is it enough?
    Thnks&Rgds
    NAG
    Edited by: NAGA SUDHIR on Apr 3, 2009 6:46 AM

  • Assign manual cost and profit center for 3rd party purchase order

    When we have a 3rd party purchase order we need to assign OUR cost and profit center to that document.  Here is the scenario:
    We buy a product from a vendor for $10 and then re-sell the product to a customer for $100.  Instead of posting this information to either cost or profit center of the vendor and customer, we need to assign the $10 to our company cost center and the $90 to our company's profit center.  We are basically acting as a middle man for selling a product.
    I am fairly a newbie, so please provide detailed answers if possible.  We create the sales order in VA01 and create the purchase order in ME22N.

    HI Kapil,
    For any accounting entry you need to define a General Ledger Account where the details (Amount) of the transaction will be stored.
    Just by maintaining cost centre will not help in completing any transaction involving accounts. So you need to  maintain G/L account in the controlling area of your company code.
    You can use T Code FS00 to create new G/L account in the chart of accounts.
    In the edit cost element Tab you can give the cost center that you want.
    I hope this helps.
    thanks
    rahul goel

  • Std report to dispaly Sales Order and Profit center data

    Hi,
    I want to display list of Sales Order and profit center in one report  for that Sales organisation
    Is there any T-code where i can view Sales Order and its Profit center.
    **Plz if anyone knows abt this reply soon.
    Thanks
    AKASH
    Edited by: AKASH TAMBI on May 20, 2008 1:28 PM

    Dear Akash
    There is no standard report to see both the sale order reference and profit center.  However, if you go to SE16 and use table VBAP, you can see the required details
    thanks
    G. Lakshmipathi

  • Cost Center and GL account in Sales Order / Delivery

    I have a requirement where we want user to specify what cost center and GL account should be used while posting goods issue.
    Currently GL account and Cost Center is automatically determined based on OBYC configuration.
    Is there a way  user can populate Cost center and GL account at Sales order or Delivery document level and what ever they have specified will be used for Posting Goods Issue.
    If user doesnt specify anything then standard OBYC determination should take place.
    I looked at OVF3 transaction which can default cost center (though no GL account) but its not useful in our requirement.
    I also looked at OKB9 transaction but not sure if we can use it either.
    Again we want user to enter Cost center and GL account at either SO or Delivery document level and then that should be used for Post goods issue.
    Thanks in advance.

    Hi,
    In delivery under tab GOODS MOVEMENT DATA
    After valuation type column COST CENTER & G/L Account column available
    Now with the help of FI consultant make it change mode so user can maintain  also I observe that if delivery created without reference to order then that fields are in change mode means user cn maintain data for this but if with reference to order it is disable mode
    Check in t-code OMJJ FIELD SELECTION FOR MOVEMENT TYPE
    Put movement 601
    Then select movement type and double click on filed selection (from 201)
    Then go to additional account assignment and for cost centre make it optional or requirement
    or Else under field selection enjoy for movement type 602 indsert field KONT0 and KOSTL and check
    If this can not work there is option field selection for G/L account check that with FI
    Kapil

  • Responsible Cost Center and Profit Center in a Maintenance Order

    Dears,
    I would like to know what's the real influence that responsible cost center and profit center located in the
    "add. data" tab in maintenance order has when I confirm a labor (through the IW41) and settlement an maintenance order.
    Best Regards,
    D. Quint.

    D Quintal,
    When you perform a confirmation (IW41) the cost centre assigned to the work centre is credited, and the order debited.
    This work centre cost centre may be the same cost centre as the responsible cost centre in the order...
    PeteA

  • Profit center is not Detemined in sales order for a scenario below

    1. profit center is maintained in Material Master
    2.Create a sales order and enter the item , hit the enter key, Profit center is shown,
    3. Now delete the plant at item level and hit enter, Profit center is not shown,
    4. NOW ENTER THE PLANT AGAIN AND HIT THE ENTER KEY, THE PROFIT CENTER IS NOT SHOWN AT THE ITEM LEVEL,
    thanks is advance for the help !!

    Hi,
    Ensure that the profit center is assigned to your Sales order.
    Also maintain the following settings in copy control.
    Goto the T.Code "VTFA".
    Select your valid combination.Details.
    Double click on "Item".Select your Item category.
    Details.
    Maintain "Copy requirements" as "002".
    Data VBRK/VBRP as "002".
    Regards,
    Krishna.

  • Cost Center and Profit Center Planning

    Hi,
    I have one  Co issue.  Pls Suggest me the wiseful solution.
    Cost Center and Profit Center Planning.
    For F-2008 Planning  data they have updated in the month of Aug, 07 for Profit and Loss Items and they have revised the plan data of some cost elements in the month of oct, 2007 (say 5% Increas).  when comparing the cost center report to profit center report, both are not matching.  the reason when i see and reconcile the document nos and values in between cost center and profit center reports  i found out that there are some documents are missing in the profit center report. 
    wherever plan data had revised e.g for cost element Salaries they have updated 100000 Planning cost in the month of Aug, 07.  In the month of Oct, 07 increased 5% i.e.5000. In cost center line items details i found 2 documents for Rs.100000/- and Rs.5000/-  But in Profit Center Line Items i am getting only Rs.5000/- Value Document.
    Note.  As and when KP06 Plan data has been updated Profit Center line items are generating.  It is not necessary to run any programme inorder to transfer Plan Data from cost center to profit center.
    Observations From My Side:-
    I tried to run the transaction code 1ke0. i have selected the cost object is Cost Center, version and had given Cost Center Parameter in development and quality clients and executed the same.By this time already existing data either deleting/ riversing and creating new documents fully except manually changed data in profit center through 7ke1.
    My Question is
    1.Upto what extent it will work.
    2.will it be possible to transfer data from cost center to profit center only missing documents which are available in cost center, without disturbing of existing data in profit center.
    3.suppose if i done this activity, there are some data which was already transferred from other cost objects like internatl orders & wbs elements to Profit Center. will the data get disturbed (deleted/riversed).
    Pls suggest me the wiseful way to solve the

    Hi
    Try This
    BAPI_COSTCENTER_CREATEMULTIPLE
    BAPI_COSTCENTERGROUP_CREATE
    BAPI_PROFITCENTER_CREATE
    BAPI_PROFITCENTERGRP_CREATE.
    Regards,
    V.balaji
    Reward if usefull

Maybe you are looking for

  • Problem in executing FS10N transaction code -

    Hi All, I am executing FS10N transaction code, in selection criteria for company code, I have selected multiple selection tab. Here in ranges tab, I have entered " 01 to 32" Company codes range. Then I am receiving the following message "ONLY SELECT

  • How to create a new tab to a dialog box in Illustrator CS3 Plug-in?

    Hi, Im creating a dialog using Plugin in Visual Studio 2005. I need to add another dialog in tab. For example in the existing sample dialog another dialog Test has to be added.. How this can be done? Anyone guide me..

  • My airport express needs to be rebooted every day, what's wrong?

    Does the fact that I have a router and the airport express cause some redundancy?

  • GREP STYLE, find/change

    Hi! My problem is.. I got these numbers: 17 31.9 32.9 15 in a table/cells. They need to have an .00 and 0 like this: 17.00 31.90 32.90 15.00 I can use this one for that: find: .$  change: $0.00 but then the numbers with 31.9 gets the .00 also.. 31.9.

  • Pre-loading external images for XML-based gallery

    I'm working-on an XML-based photo gallery here: http://www.unionandparkwood.com/demo/flash_gallery/ It works how I want it, except that the first time a thumbnail is clicked for an image, it pauses long enough to skip the fade. If you click-through t