How Assign Costing sheet to Purchase Order?

Dear MM,
Please Guide me How Assign Costing sheet to Purchase Order?

Hello,
For costing sheet please refer the link below:
http://help.sap.com/saphelp_45b/helpdata/en/7e/cb815e43a311d189ee0000e81ddfac/content.htm
These Costing sheets are assigned to cost elements and then to the cost center.
By using Account determination field in PO you can assign the category for cost center and assign your costing to PO.
Please refer the below link for Account determination for a PO:
http://help.sap.com/saphelp_470/helpdata/en/75/ee0de955c811d189900000e8322d00/content.htm
Hope the solution is useful
Regards,
Swetha

Similar Messages

  • Costing Sheet on QM Orders

    We recently upgraded from 4.5b to ECC 6.0.  Prior to the upgrade, we did not have costing sheets on our QM orders (they settle to other cost objects which then get overhead).  However, since the upgrade, these orders have been automatically given costing sheets and overhead keys.  (The costing sheet is the same on each order, but there are differing overhead keys.)  Of course, this is causing duplication of overhead on these costs. 
    I cannot find how the costing sheet and OH keys are getting onto the orders.
    I have looked OPL8, but this order type is not in this configuration.  I have also checked the planning profile - this order type does not have a planning profile that defaults, but I can't see if the users are manually entering one.  I have looked at tables VIQMEL for the Quality Notification and COAS for the QM order, but don't see anything that gives me an answer.
    Does anyone have any suggestions?
    Thank you!

    Hi,
    You have to first understand the functionality of costing sheet in SAP.
    It is used to calculate or Load overheads to the inventory of Finished goods/semi finished goods.
    Irrespective of how many process orders your client creates, with the help of one costing sheet you can calculate the overheads for all the process orders at the month end and then do month end activity.
    In short you desing the logic of applying overheads on some basis either at percentages or quantity.
    The base can be material, Labour, etc.
    Hope this clarifies.
    Thanks,
    Ravi Kumar

  • Selection of Costing Sheet in Production Order

    Hi friends,
    I have one query, details of which are as  follows.
    Costing sheet in Requirement Class - Blank
    This requirement class assigned to Requirement type which was derived in Sales order through Material master and hence Costing sheet in Sales order is blank.
    Costing Sheet in Valuation variant (Plan) is Z0010 which is assigned to Costing Variant (Plan). It was assigned to Order type.
    Costing sheet in Valuation variant (Actual) is Z0020 which is assigned to Costing variant (Actual). It was assigned to Order type.
    I have created a new Valuation variant T01 in which Costing sheet is blank. It was assigned to a Particular Plant.
    When i am creating the Production order with reference to the Sales order in that Particular plant, system is deriving the Costing sheet as per Valuation variant (Plan) which is common instead of picking from the plant specific valuation variant.
    So, its calculating overheads and is impacting our Goods receipt valuation (In this plant, GR Valuation is as per Plan cost of the Production order).
    I tried different combinations, and finally observed that it is picking the Costing sheet from the valuation variant (Plan) which is common and not Plant specific.
    Is this system behavior correct as per SAP Standard?
    Kindly advise on the same
    Regards
    Madhusekhar Gupta G

    Hi Madhu
    1. Production order gets coating sheet from the valuation variant assigned to order type
    2. The valuation variant that you assign to Plant is for standard cost estimate only
    3. For your case, create a new costing variant without costing sheet and assign the same to the order type for this plant
    You can assign different costing variant to the same order type per plant
    Br. Ajay M

  • How to link asset with purchase order and PO Item.

    Hello,
           I have to generate a report which contains columns
    Asset No , po no(ebeln) ,PO Item(ebelp),Material no etc
    My query is how to link asset with purchase order and      PO Item.
    I am selecting asset and po no. from anla  but how to get
    po item no(ebelp)?
    po line item is important in this report because every line item has differrent asset and material no.
    i tried to match asset no in mseg table but i am not getting asset no in mseg .
    how should i proceed ?

    Thanks Thomas & Srimanta for the quick response.
    When I checked EKKN table by entering PO there is no asset no. in anln1 field.
    Also I would like to add that, In me23n for a PO, account assignment category we are entering 'F' for internal order settlement.
    Where can i find the link between asset and po no(ebeln) and po item(ebelp)?
    Regards,
    Rachel
    Edited by: Rachel on Aug 11, 2008 7:23 AM

  • Costing sheet in productin order

    Hi,
    When we are creting production order system is not taking the costing sheet automatically. But we confiugured all the things properly. We configured order type, cost component structure, costing variant, valuation variant everything. Please guide me on default assignment of costing sheet to production order or order type.
    Sateesh Kumar

    Hi Sateesh,
    Try this
    IMG--ControllingInternal OrdersActual Postings-- Overhead Rates---- Maintain Costing Sheet and Overhead Key in Sample Orders
    You enter the following in the model order:
    Costing sheet
    Overhead key
    If you use the model order so defined as a reference order for an order type, the costing sheet entered in the model order and the overhead key are also used for this order type.
    Hope this helps
    Regards
    Pratiksha

  • How to process a Blanket Purchase order?

    Hi,
    Can you please let me know how to process a blanket purchase order received from a customer?
    Can we create a sales order based on the customer's blanket purchase order?
    Please help me out with this issue.
    Sincerely,
    Puja

    Dear Puja,
    You can create Sales Order ....with reference to Blanket / Frame Purchase Order. This Frame PO contains, Validity and Limit.
    Based on this info, you can create Blanket Sales Order.
    You can split the blanket sales orders relevant to the customer PO.
    Regards - Muralidhara

  • How to get Sales Text & Purchase Order Text in MM based on (MSEG-MATNR)

    Hi
      Am working on a Report based on Purchase order & Sales, Could any body tell How to get Sales Text & Purchase Order Text in MM based on (MSEG-MATNR).
    the Field i need to get are : SALES TEXT, PO TEXT.
    Sunil.

    Hi Sunil,
    For getting Material PO text and sales text, you have to rely on Purchase Order and Sales Order. And use READ_TEXT function module to fetch the text.
    Below are examples of PO text and Sales Text:
    1. PO text:
        CALL FUNCTION 'READ_TEXT'
         EXPORT
           ID = 'F03'
           LANGUAGE = SY-LANGU
           NAME = '450000011200010' conacte PO number and line item number
           OBJECT = 'EKPO'
         TABLES
           LINES = INT_TLINES "you will get text in this table
    2. Sales order text:
            CALL FUNCTION 'READ_TEXT'
         EXPORT
           ID = '0001'
           LANGUAGE = SY-LANGU
           NAME = '0000000036000010' conacte SO number and line item number
           OBJECT = 'VBBP'
         TABLES
           LINES = INT_TLINES "you will get text in this table
    ref: STXH and STXL tables.
    Hope it will solve the problem.
    Regards
    Krishnendu

  • HOW CAN I GET THE PURCHASE ORDER RELEASE DATE

    Dear All,
    HOW CAN I GET THE PURCHASE ORDER RELEASE DATE - any reprot is there?
    Thank you
    Ahmad

    Hi,
    u goto that PO and select Environment on top line .under that select header changes if u click on that u will get entire details who reased when released, date , time etc
    regards,
    Srinivas Kona

  • How to see the customer purchase order acknowledgement ?

    How to see the customer purchase order acknowledgement ?
    in that PO ACK where we see the UOM and Qty ?
    thanks & regards,
    Srikanth.

    hi
    Customer Purchase Order is nothing but the Sales Order in your system
    Customer Po acknowledgement is nothing but the Acknowledgement that is sent out (output type BA00) to the Customer after the Sales Order has been created.
    Note: Purchase is to Customer - Sales is to you as the Vendor.
    cheers
    Nandu
    Edited by: Nanda Kumar Veeraraghavan on Apr 1, 2008 12:11 AM

  • How can I cancel a purchase order?

    How can I cancel a purchase order?

    Contact customer support by phone or web chat.
    You are not addressing Adobe here.  The following link will give you some insight into the nature of this user to user forum:
    http://forums.adobe.com/thread/419981?tstart=0
    No one here can help you.

  • How to send a Mail purchase order automaticaly from ME22N

    How to send a Mail purchase order automaticaly from ME22N

    Hi,
    First create an entry via NACE with medium =   5 ( External send ) with all other details same as normal print option. Now ensure that vendor master of the po has got the external e-mail id of the vendor. Now go to ME22n in mesages create a message with medium = 5 ( External Send ). Go to communication method, key in Communication strategy.Go to Further date & against Despatch time pick up option 4 viz. Send immeidately while saving an application. Now once you press the save button it will be sent to the address maintained in the vendor master of the vendor of the PO. Please note you require some basic settings from BASIS side as well.
    I hope this helps,
    You may also refer to the SAP note 191470.
    Regards
    Raju Chitale

  • No delivery costs exist for purchase order

    Dear Friends,
    While doing MIRO, i am getting an error message as mentioned below----
    "No delivery costs exist for purchase order xxxxxxxxx"
    Message no. M8014.
    Kindly guide me in resolving the error.
    Thanks & Regards,

    hi
    >"No delivery costs exist for purchase order xxxxxxxxx"
    itself says that there is no delivery cost,
    firstly check ur PO ,Did u entere the delivery cost conditions like for freight or octoi in the PO
    or if u have entered the condition then check if it is not already invoiced
    if u dont have delivery cost in po and wanna do IV for material then in miro
    change the option of delivery cost to goods/service
    (at right side of the po no field)
    regards
    kunal

  • HOW TO KNOW THE  EACH PURCHASE ORDERS GROSS INVOICE  VALUE

    HI SIR,
    ANY  BODY PLESAE TELL ME
    HOW TO KNOW THE  EACH PURCHASE ORDERS GROSS INVOICE  VALUE BY GROUP WISE PER SPECIFIC TIME PERIOD.

    hi
    try ME80FN
    regards
    vijay

  • In an extended classic scenario, how can we make few purchase orders to sta

    Hi All,
    In an extended classic scenario, how can we make few purchase orders to stay local (i.e. without copying it to the back end). The decision criteria to stay local is information other than product category, i.e. using pcard and the cart value.
    Thanks
    Murali

    Murali,
    As I said usually this integration is done using ALE - IDOCs. You can find the all the configuration do be done here.
    http://www.sappro.com/downloads/OneClientDistribution.pdf
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    In this the filtering can be done at two levels.
    1. Data Filtering
    2. Segment Filtering
    Data Filtering:
    Data filtering can be done in dustribution model where you can restrict whole IDOCS or partials IDOCS to be send based on data in fields inside IDOC depending on whether the segment in which you filter is at the highest level or at a lower level. For example in MATMAS if you put a filter of E1MARCM for a particular plant , only data for this plant will go and other plants will be ignored.
    Look at BD64 where you can do the config for data filtering.
    Regards,
    Ravi
    Note : Please mark the helpful answers

  • How to find out the purchase order# giving the sales orde numer?

    Hi Gurus,
    how to find out the purchase order# giving the sales order# or material
    with regards
    thambe

    hi
    use va02-t.code
    double lick on line item data--> click on order data tab.
    there you can find the po details relavant to that sales oreder & the material.
    Thanks & Regards,
    krishna.

Maybe you are looking for

  • Nokia N97 + BT GPS Receiver

    Hey all, Well I had my old N73 with my Receiver and my version of tomtom and it worked perfectly. Now Ive got the N97 and Tomtom, Its hard for the phone to even detect my receiver. It finds it, and then just sits at connecting to GPS device... Ive pu

  • How to permanent disable the touchpad for dv6-1245dx

    i can't find anything to permanently disable the touchpad. I disabled  the item in the control panel, but still it turns during bootup or after standby. how to permanently disable that touchpad? ps. also uninstalled the driver, but it's still working

  • XFDF confused :(

    Ok, I'm designing a forms-based system using C# in Visual Studio 2005. My goal is to created a PDF form in LiveCycle Designer, put it on the website, send XFDF (or whatever) to the PDF on the client side to pre-populated it, then have the user submit

  • Configure EndPoint URL in WebService DataControl and Proxy

    I have created application using webservices based DataControl and WebService Proxy. I want to use config file to change the host and port for these webserviceDC and webServiceProxy. I have referred the following link -http://blogs.oracle.com/adf/201

  • SES and Flash

    SES crawlers are able to extract links from Flash controls ? I'm doing some experiments and it seems to me SES is unable to do it. Thanx, Stefano