Cost Center field in Production Order CO01 and PO tables

Hi SAP Consultants,
Is there any Cost Center field in Production Order transaction CO01 ?
What are the tables where Production order data is stored/saved ?
Any help would be appreciated.
Thanks in advance.

Need to understand your purpose first. Let's not make it any more technical than it should be, talking in terms of fields and layouts.
All the replies given before mine are referring to the operational costs - which are what are passed on "for performing each operation" of the production order. These are the costs coming to the production order from the work center where the operation is performed. At the end of several operations, the production order would have collected all these costs of different operations, and also those of the materials used in the process. There may be other (overhead, etc) costs coming on to the production order too.
If you're looking for one "cost center" for the entire production order, what cost center is this? Is it the department to which you want to settle the production costs? This is possible, that all the costs accumulated in the production order over the course of its life are finally "settled" to a different cost object, which can be an inventory account, or a sales order, an internal order, or a cost center etc. (There are exceptions, where a production order need not be settled but lets leave this to save us some complexity).
What exactly are you looking for? What is the business purpose you are trying to achieve? Or is it just a purely technical reason to write a report or something? Even then we need to know the purpose and objective of the report/enhancement before being able to answer your question.
-Ram

Similar Messages

  • Profit center field in production order master data in KKF3

    Hi GUrus,
    is there any way of mass updating the profit center field in production order master data in KKF3 transaction. PLease help
    Anusha

    HI charlie,
    When i try to change the profit center, the system gave this message. We already have a profit center for a production order and we need to change the profit center, That is when we are getting the errror message.
    You have changed the profit center from AR00620800 to AR00620301. This is only allowed when the corresponding configuration was made in Customizing. Then this message is only a warning, which you can ignore.  PLease help
    Thanks
    Anusha

  • Cost center field in sales order type

    Hi
    we have few sales orders type. INsome the order types, cost center field is available for input and in some it is not. Now how to make that field available in the sales order type ?
    Pls help
    Pushkaraj

    Hi Pushkaraj
    See the below link which I feel would be useful to your requirement.
    http://help.sap.com/saphelp_47x200/helpdata/en/eb/13796243c411d1896f0000e8322d00/frameset.htm
    Thanks
    G. Lakshmipathi

  • Screen field for Production Order CO01

    I want to add an additional field to enter shift in Production order screen CO01. How can I do this and what is the screen exit.
    Thanks

    HOW TO FIND USEREXITS ???
    1) Option 1 : you don't know the name or dont have any info on user exit
    run T-code : SPRO
    SPRO -> Click SAP Reference IMG -> click in the relevant module eg: SD (sales and Distribution) ->System Modifications -> User exits
    You can view documentation to understand the purpose of that user exit
    It is not that always one can find the user exits under the name "System modifications" but with respect to a module definitely user exits can be found under that module in SPRO
    2) Option 2 : You know the name of the user exit
    Run Tcode : SMOD -> fill in the enhancement name-> click on attributes and then components or directly on components and view the include...if already a code is written in the include,then on double click of include you can see the code...if an existing code is not there and you double click on the include,SAP prompts for a request
    3)Option3: You can use the custom code..which was contributed to SDN
    Create a new report program -> copy the code -> activate -> run
    on the p_tcode : give the name of the tcode for which you need to find the user exits and execute...a list of exits will be displayed...double click and follow the link
    ***********************************ABAP CODE :************************************
    report zuserexit no standard page heading.
    tables : tstc, tadir, modsapt, modact, trdir, tfdir, enlfdir.
    tables : tstct.
    data : jtab like tadir occurs 0 with header line.
    data : field1(30).
    data : v_devclass like tadir-devclass.
    parameters : p_tcode like tstc-tcode obligatory.
    select single * from tstc where tcode eq p_tcode.
    if sy-subrc eq 0.
    select single * from tadir where pgmid = 'R3TR'
    and object = 'PROG'
    and obj_name = tstc-pgmna.
    move : tadir-devclass to v_devclass.
    if sy-subrc ne 0.
    select single * from trdir where name = tstc-pgmna.
    if trdir-subc eq 'F'.
    select single * from tfdir where pname = tstc-pgmna.
    select single * from enlfdir where funcname =
    tfdir-funcname.
    select single * from tadir where pgmid = 'R3TR'
    and object = 'FUGR'
    and obj_name eq enlfdir-area.
    move : tadir-devclass to v_devclass.
    endif.
    endif.
    select * from tadir into table jtab
    where pgmid = 'R3TR'
    and object = 'SMOD'
    and devclass = v_devclass.
    select single * from tstct where sprsl eq sy-langu and
    tcode eq p_tcode.
    format color col_positive intensified off.
    write:/(19) 'Transaction Code - ',
    20(20) p_tcode,
    45(50) tstct-ttext.
    skip.
    if not jtab[] is initial.
    write:/(95) sy-uline.
    format color col_heading intensified on.
    write:/1 sy-vline,
    2 'Exit Name',
    21 sy-vline ,
    22 'Description',
    95 sy-vline.
    write:/(95) sy-uline.
    loop at jtab.
    select single * from modsapt
    where sprsl = sy-langu and
    name = jtab-obj_name.
    format color col_normal intensified off.
    write:/1 sy-vline,
    2 jtab-obj_name hotspot on,
    21 sy-vline ,
    22 modsapt-modtext,
    95 sy-vline.
    endloop.
    write:/(95) sy-uline.
    describe table jtab.
    skip.
    format color col_total intensified on.
    write:/ 'No of Exits:' , sy-tfill.
    else.
    format color col_negative intensified on.
    write:/(95) 'No User Exit exists'.
    endif.
    else.
    format color col_negative intensified on.
    write:/(95) 'Transaction Code Does Not Exist'.
    endif.
    at line-selection.
    get cursor field field1.
    check field1(4) eq 'JTAB'.
    set parameter id 'MON' field sy-lisel+1(10).
    call transaction 'SMOD' and skip first screen.
    Hope it will solve ur problem..
    <b>Reward points if useful...</b>
    Thanks & Regards
    ilesh 24x7

  • Cost center field at sales order

    Dear GURUs,
    I require a field to copulate cost center at sales order level,so that it should copy to delivery.
    Please help.
    With Regards
    Core SD

    Dear Sir,
    Thanks for the reply.
    I have checked the same in
    sales order > Header > account assignment
    But we found
    Bussiness area & WBS element in it.
    can you please tell me where I can make the hide fields of sales order appear in the sales order screen.
    or screen layout.
    Thanks & Regards
    sandeep D.

  • Cost centre field in sales order account assignment screen

    Hello all,
    I am unable to find the settings for cost center field in sales order account assignment tab screen along with profit center and internal order. kindly let me know the path to select cost center.
    Thanks in advance
    Raju

    The Cost Center Determination settings is in OVF3 -  but there are some cases where the Cost Center must be exceptionally changed. 
    If the document category for order type in IMG VOV8 is defined to be "I" which belong to order type FD - Deliv.Free of Charge, then the field cost center is active for input during transaction VA01. 
    Alternatively, you can specify an order reason and assign a cost center to an order reason. 
    However the standard SAP works only at the header level though, so it would not work if cost center is needed on the line item. 
    The cost center are assign for such business transactions as :
    - Free deliveries
    - Returns
    - Deliveries of advertising materials
    You can also make cost center allocation dependent on the order reason, for example:
    Order reason: Damage in transit
    Order reason: Free sample
    Both the IMG settings are done in transaction OVF3, either with/without the order reason.

  • Cost Center Field on Billable Sales Orders

    On the Sales Header>Account Assignment tab of a sales order the Cost Center field allow entries.  We use this for free order, but do not want it used for billable, and we have trouble from time to time with users entering in a Cost Center, thinking they used the right free order type.  The problem is we are not aware there is a problem until Goods Issue time (and alot of the time the shipment has already left the building).  They get a message like, Account Determination for entry COAS GBB EQPT VAY 7920 not possible.  What we would like to know is can there be a warning on a billable order at entry time so they can remove, or is it possible to make the field not editable?

    May be you can have a different order type for billable and control the Order Reason field as non-editable via sale order user exit.
    Perhaps, you can try with sale order User exits in the program MV45AFZZ - USEREXIT_FIELD_MODIFICATION
    thanks
    G. Lakshmipathi

  • MB1A and Cost Center (KOSTL) based on Order (AUFNR)

    Hello,
    I have a requirement, where i must make a modification in transaction MB1A in the following way:
    On the second screen "Enter Goods Issue: New items" i must fill automatically the Cost Center field, based on the Order number (after the Enter).
    How can I do this?
    I've tried with a substitution in GGB1 but it didn't worked:
    select single kostv from coas into cobl-kostl where aufnr = cobl-aufnr.
    Thanks in advance !
    Tohi

    HI
    Can you check the below exits
    Transaction Code - MB1A                     Goods Withdrawal
    Enhancement/ Business Add-in            Description
    Enhancement
    MBCF0002                                Customer function exit: Segment text in material doc. item
    MBCF0005                                Material document item for goods receipt/issue slip
    MBCF0006                                Customer function for WBS element
    MBCF0007                                Customer function exit: Updating a reservation
    MBCF0009                                Filling the storage location field
    MBCF0010                                Customer exit: Create reservation BAPI_RESERVATION_CREATE1
    MBCF0011                                Read from RESB and RKPF for print list in  MB26
    MB_CF001                                Customer Function Exit in the Case of Updating a Mat. Doc.
    BADI
    MB_MIGO_BADI                            BAdI in MIGO for External Detail Subscreens
    MB_MIGO_ITEM_BADI                       BAdI in MIGO for Changing Item Data
    MB_PHYSINV_INTERNAL                     Connection: Core Inventory and Retail AddOn
    MB_QUAN_CHECK_BADI                      BAdI: Item Data at Time of Quantity Check
    MB_RESERVATION_BADI                     MB21/MB22: Check and Complete Dialog Data
    MB_RESERVATION_SCR                      Screen BAdI for Retrofit DFPS
    MB_RESERVATION_UPCHD                    BAdI for Creation and Changing of Manual Reservations
    MB_RES_BAPI_CHANGE                      BAdI: Execution of Changes to Reservation Fields
    MB_RES_BAPI_CREATE1                     BAdI: Adoption of Customer's Own Fields as Reserv. Fields
    MB_RES_BAPI_DETAIL1                     BAdI: Display of Customer's Own Fields in Reservations
    MB_STOR_LOC_BADI_GTS                    BADI to Check and Change Storage Location (GTS Fct. Only)

  • Display cost center field under item level when creating sales order

    Hi dear experts,
       during  the sales order creation(tcode VA01),  is it possible to display the cost center field in the tab account assignment under item level??
    currently we are using ECC6,in the tab account assignment, the cost center field was actually already defined in the screen by the system...i used to try to 'activate' the cost center field VBAP-KOSTL in the user exit  MV45AFZZ, but the cost center still not shown.
    I know that there is a config to the sales doc type can be used to open the cost center at header level, how about item level?
    thanks and best rgds
    Mu

    Hi,
    The Cost Center Determination settings is in OVF3 -  but there are some cases where the Cost Center must be exceptionally changed. 
    If the document category for order type in IMG VOV8 is defined to be "I" which belong to order type FD - Deliv.Free of Charge, then the field cost center is active for input during transaction VA01. 
    Alternatively, you can specify an order reason and assign a cost center to an order reason. 
    However the standard SAP works only at the header level though, so it would not work if cost center is needed on the line item. 
    The cost center are assign for such business transactions as :
    - Free deliveries
    - Returns
    - Deliveries of advertising materials
    You can also make cost center allocation dependent on the order reason, for example:
    Order reason: Damage in transit
    Order reason: Free sample
    Both the IMG settings are done in transaction OVF3, either with/without the order reason.
    regards,
    Siddharth.

  • Hide/Suppress Cost center field in MIGO and MB1A for movement types 551&552

    Hi All,
    Can anybody tell me how to suppress or hide the cost center field in MIGO or MB1A for movement types 551 and 552?
    I did below settings and it worked fine for only MB1A and for MIGO still it is showing cost center field.
    IMG > Materials Management > Inventory Management and Physical Inventory >Goods Issue/Transfer posting > Define screen layout > select movement type to change the option.
    Also I did gothrough the settings for Enjoy transaction (MIGO) there we have only option to make fields either  "Required entry" or "Optional entry" and we don't have an option to hide/suppress.
    Please advise or help me .
    Thanks in advance!
    Regards,
    Praveen

    Hi
    The cost center field is a required field in mvt type 551 as you are scrapping materials, some cost center will need to take the cost of this operation.
    Anyway, you first need to make the field as optional for example, before you move.
    One option is that you create a screen variant in Tcode SHD0 for MB1A, where 551 is setup as constant (with content) , and mark Cost center as invisible and assign this screen variant to a transaction in SE93.
    regards
    Sidi

  • GL account and cost center field appearing for Goods issue movt type 201

    Hi SAP Gurus
    We are trying to post goods issue in ecc6 . The problem is that the GL Account and cost center fields are available fields .The cost center field is logical but why the GL account field is avaiable .
    How we can grey out the same field as it is going to be picked up from the valuation class setting in GBB - VBR ? Any ideas
    Regards
    Hitesh

    Hi Ravi
    You think that its ok we have to input the cost center .
    But if you allow the users to input the GL then you are overriding the whole purpose of defining the valuation class and offsetting entries ? What is your opinion ?When you input the material in the goods issue screen the offsetting entry needs to be picked from the GBB -VBR .Although even if you do not enter the GL the system posts the Godds issue document .But from the control perspective this needs to be suppressed .
    What do you think ?
    I have also posted the same in Logistics forum .
    Once  again many thanks for your help .In case you find some solution this would be of great help
    Regards

  • Table for Production order planned and Actual cost

    Hi Experts,
    Can anybody please tell me the name of table where Production order planned and Actual cost gets saved ?
    Thanks in advance.
    Regards,
    Bijay

    Table COEP
    don't forget the points

  • In a sales order, entering the cost center field for line items

    In a sales order, the cost center field for the tab 'account assignment' of line items is suppressed. Is there any possibilities to open the cost center field(for line items)?

    Hi kim,
    You can do this in Account Assignment Catagory..
    Hope this helps.
    Regards,
    Sree

  • Finance and Controlling report in combination with Cost center, GL account, Internal Order

    Hi Members,
    Finance and Controlling report in combination with Cost center, GL account, Internal Order.
    Please provide any slandered report in all 3 dimension.
    Thanks
    Dileep Kumar

    Search this query in FI Controlling forum am sure you will get useful results there.
    This kind of reports related to Controlling are usually created using Report Writer tool.
    In fact majority of reports in Controlling component is created using Report Writer only.

  • Error "Cost" by creating a production order

    Hi,
    I' ve create a production order CO01. before I saved I get this error in log "No cost element segment exists for 89000 on 27.02.2009".
    With KL01 I've create a activity type and with KP26 I've planed this activity per cost center.
    What can I do
    Thanks
    Dede

    Hi,
    Run the T-Code KA03, Key in the controlling area and the given cost element.
    If it doesn't exists, contact your CO guy to create that.
    It will solve the problem.
    Regards,
    Rohit.

Maybe you are looking for

  • Why does placing links in Illustrator now change the "Date Modified" data for all of my files?

    This seems to be a new glitch that started after I installed the latest updates to Illustrator CC (2014) and reoccurs every time on both computers I work on: When I choose to place a new image in my Illustrator file and the window opens to let me cho

  • Paging issues using a dynamic view object...

    I am working on an application that uses JAG to generate JSP pages, i had the requirement to use dynamic view objects where the view object query is generated at runtime. The rest of the application is more or less the same... I used the defult funct

  • Select returns negative values for unsigned datatypes in MySQL DB

    Hi, I have a table in a MySQL database where some fields are declared as "unsigned". Example: CREATE TABLE countries ( Country_id SMALLINT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, Number SMALLINT UNSIGNED NOT NULL My problem is when inside a .xs

  • Registry writing right before shutdown fails

    Hi, In my NDIS driver code I am trying to write a parameter to the registry (using NdisWriteConfiguration and then I call NdisCloseConfiguration). Usually it works fine, but when I do that just before shutdown the registry is not updated. Can you ple

  • Having problems getting JListBox to show scrollbars`

    Hi Java Experts I'm having problmes getting JListBox to show scrollbars -- basically it is not. I'm using the gridbag layout. here's my code. CollectingList = new JList(data); CollectingList.setVisibleRowCount(30); JScrollPane scrollPane3 = new JScro