Product Cost by Period and Product Cost by Order

Hi,
For one client can we go for a group of materials(FERT) with Product Cost by Period and for some other group of materials materials (FERT) Product Cost by Order.
My question is can both the concepts be used simultaniously for one client?
Any difficultieis if you follow both the concepts simultaniously.
I Would greatly appreciate your replies.
Thanks!!!
-Kumar

Hi
You can very well use both the scenarios at same time.. Absolutely no issues with it...
Ensure that your Prod order types are separate for both the scenarios....
Prod Order type for Cost by order will have FUL as settlement type and the order type for Cost by period will have PER....
So, your user in shop floor needs to have that discipline of selecting the correct order type..
If your identification is based on some field like Material group, you can also put a custom ABAP check which wil give an error message incase wrong order type is chosen
For eg: Mat group ABC is allowed for cost by order... Order type for cost by order is Say, ZPP1... Your ABAP code can check if Mat group  is ABC and order type is not ZPP1, then issue an error message
To put this check, use BADI WORKORDER_UPDATE
Regards
Ajay M

Similar Messages

  • Product cost by order, period(pcc),sales order differences

    can anybody explain the difference between product cost by order, period(pcc),sales order

    hi
    check the following link
    http://help.sap.com/saphelp_46c/helpdata/en/1d/39d448cd3011d19eb3080009b0db33/content.htm
    You have very good explanation here
    krishna

  • Description on product cost by order.

    Can anyone give me a example of differenct product cost ?
    1) product cost by order and product cost by sales order ?
    Also what is the difference between those two production order.

    Hi,
    In the SAP standard (as per the transaction codes indicated by you) it is not possible to include multiple plants. Either you have to execute for one Plant or for all plants. Probably, in Test run you can execute for all Plants and check the results, and then decide.
    Thanks
    Murali.

  • CO02. Product Cost by Order.

    Hi All.,
    When i am doing the Product cost by order for PP Production Order through CO02, it is giving the details of Itemization of cost for only Raw Materials.
    Then what about the Production Costs...or at this level.......cant we get the cost of production, production overheads....and also the material overhead.
    Please provide information to clarify this doubt....
    Thanks

    Hi Arun.,
    Thx for your reply, but what i am asking is different frrom the actual cost line items.
    At the order level, when we are checking costs....only Raw material costs are picking, then what about the other costs like
             Material Overheads,
            Production Costs & Overheads.......
    Thanks......

  • REM profile Product Type - Cost Collector Order Type

    Hi all,
               I am trying to create a Repetitive Manufacturing Profile, at that time standard Production Type PKMN is automatically arriving from table V_T437S_GES.
    and I would like to assign the cost collector order type (self defined) to the REM profile which I am going to create.
    where I need to assign the cost collector order type for production type "PKMN" while creating REM profile.
    If I copy the exisiting REM profile and I am able to get the cost collector order type  that I am able to see in TABLE : T437S (Repetitive Manufacturing Profile Table). If I create the REM profile newly, I am unable to get the cost collector order type in the table T437S.
    So please guide to the self defined cost collector order type for newly creating REM profile.
    Thanks in Advance

    Madhan,
    Order type "PKMN", is internally defined by SAP. Forr all cost accounting purpose, we would be using standard order type "RM01" when creating a new product cost collector for material. If required you can create your own order type say "ZM02" using transaction KOT2, please remmember you need to create with order category "05"- Product Cost Collectors.
    This new Order type can be used when we are creating product cost collectors for a material.
    I really dont find a reason why a new Order type is required to be created. Can you explain why?
    Regards,
    Prasobh

  • Opportunity Product reporting with # of Periods and Frequency

    We are just about to roll out out a business unit and they will be using the frequency, number of periods, and the start/close date fields on the revenue record.
    In staging, I created a test report and it 'explodes' the product to have 12 individual entires, since I picked 12 as the number of periods. I set the qty to 60 and all 11 months have 60 but the first month has 61. Is there a reason for that?

    Product: you do get the dimensions and facts for the Product object... so you'd build a report with Product information
    Opportunity-Product: you do get dimensions and facts for the Products related to an opportunity... so you'd build a report with Opportunity and Product information
    Antonio
    Bexpert, Brazil

  • Reg:Product Costing  by order Configuration

    HI all,
    How to configure Product Costing by order.
    plz send me the configuration steps.
    regards
    JK

    We have  a make-to-order (sales orders) scenario where standard cost estimate is updated in material master as standard price for finished products. We use CK40N to update the price.
    We also have a make-to-order ( projects) where we do run standard cost estimate in CO version 1 but do not update  standard price in material master.  The standard price is zero in material master , before GR from production.
    In a make-to-order scenario , you can choose to implement  to update or not update standard price in material master.
    Hope this helps you.
    rgds,
    Rajesh

  • Actual Cost of SFG/FG-Product Cost by Order

    Dear Gurus,
    We have our SFG and FG maintained with Price Control "S". We have process cost by order scenario.
    (We do not have the Material Ledger
    Though it is standard price in the "Costing 2" Tab the moving price also gets changed based on the monthly settlements to process orders.
    Any report available in SAP to know line item report of such materials so as to know the Moving Price apart from the material master.
    Thanks & Regards,
    Amit Dhanurdhari

    Hi,
    Check in CKM3 transaction for the details.
    or click the button in the material master Accounting 1 view,MAP button
    Regards,
    Raj

  • BAPI - Goods receipt and then create transfer order for a production order

    Hello Everyone
    We need to do goods receipt and then create transfer order for a production order (Material for WM scenario)
    We are using BAPI 'BAPI_GOODSMVT_CREATE'
          i_items-orderid = wa_afpo-aufnr .
          i_items-order_itno = wa_afpo-posnr.
          i_items-mvt_ind = 'F'.
          i_items-stge_loc   = wa_afpo-lgort.
         i_items-stge_type = '901'. "wf_styp.
         i_items-stge_bin = wf_sbin.
          i_items-entry_qnt  = wf_qty.
          i_items-entry_uom = wa_afpo-meins.
          i_items-entry_uom_iso = wa_afpo-meins.
          i_items-batch      = wa_zmobtag-charg.
          i_items-move_type  = '101'.
          i_items-move_reas  = wl_3131.
    We are passing i_items (like line of goodsmvt_item) along with other parameters to BAPI and its creating material document and Transfer order automatically. Problem is the TO created is showing destination storage bin as default storage bin( from material master).
    The field goodsmvt_item-stge_bin is just changing the Source bin details. There is no field for bin in the BAPI so that we can change the Destination storage bin as per our requirement.
    My requirement : Creating material doc and then TO. Material should move to specified storage bin.
    Please let me know any alternate way( No BDC) so that my requirement is achieved.
    Regards
    Swetabh

    Hi ,
    can u check these fields ,
    STGE_TYPE_PC     UBTYP     CHAR     3     0     Storage type for transfer posting
    STGE_BIN_PC     UBPLA     CHAR     10     0     Storage bin for transfer posting
    Regards
    Prabhu

  • Understanding Target Cost Version Differences for 0 and 1 for process order

    Our client need to understand the differences between our target cost versions that are utilized in calculating the process order CO03 cost analysis.  When should each target version be used and why do the variances change?  See example below.
    Target Version = 1       Target Cost Prelim Order Cost Estimate
    Version = 0          Target Cost for Prod Variances
    Can you please provide analysis and help me on this.
    I higly appreciate for your help.
    Thanks in advance.
    Seshadri

    I recommend that you post this in CO forum.

  • None of the network adapters are bound to the Netmon driver.If you have just installed, you may need to log out and log back in order to obtain the proper rights to capture. Please refer to the product help for more information.

    Hi,
    To analyze Lync issues I have installed these applications in my windows 7 x64 laptop
    1) network monitor 3.4
    2)Lync network monitor parser
    3)nmdecrypt2.3
    4)network monitor parser3.4
    Installtion got completed successfully but when I try to start capture I get this error everytime.......
    "None of the network adapters are bound to the Netmon driver.If you have just installed, you may need to log out and log back in order to obtain the proper rights to capture. Please refer to the product help for more information"
    I read many technet articles and other blogs but that didn't solve this issue. I tried things like
    A) Run as administrator
    B) nmconfig /install in cmd
    So could you please help me how I can fix this issue?
    Regards,
    Ajit

    Seems our driver didn't get installed.  What you see when you type "sc query nm3" from a command prompt?
    Thanks,
    Paul

  • How to read the Variance Analysis report S_ALR_87013139,  Pdt cost by Order

    Hi,
    Could someone tell me how to read the variance analysis report, S_ALR_87013139 - Cumulative for product cost by order. The report has the following fields, Target (Debits),     Actual (Debits),     Scrap,     Var. Without Scrap,     Work in Process(WIP),     Control Costs.
    I am looking to find how the numbers add up.
    Thanks for your help.
    Ram
    Message was edited by:
            Ram R

    Thanks Sridhar,
    When I analyse the report S_ALR_87013139 - Cumulative , for a product for a period (with no scrap), I get the following
    Target (Deb) -   46,855.55
    Act (Deb) - 58,315.87
    Scrap - 0.00
    Var W/O- Scrap -  11,269
    WIP- 0
    Control Cost - 0
    Here Actual - Target is not equal to Variance. What could be the issue?
    Could you please tell me how SAP would update this report  with target & actual costs with respect to open production orders, carried over from previous periods.
    Thanks,
    Ram

  • Rework Order after QC Rejection......for Production against Sales Order

    Hi All,
    Can you help me in the following issue.........?
    I have Make to Order production scenario. After Production Order is confirmed material goes for QC inspection and some quantity get rejected ( need rework).
    Since I have confirmed total quantity in order confirmation, if I create a rework order with reference to the sales order that will increase the production qty by the rework qty. But I need a rework order to rework on the rejected quantity.
    Let me know how to resolve the issue.
    Thanks and Regards,
    Samar

    Hi!,
    From your mail it seems that you are doing quality inspection on GR (inspection type 04). Please carry out following steps:
    1) At the time of quantity posting on usage decision please put rejected quantity in field against retuen to vendor (i.e. carry out 122 movement for the rejected material). By doing this you will find the delivered quanity on prod order reduced by the rejected quantity.
    2) Now create a production order without material (CO07) for the rejected quantity and put the original order as cost receiver in the settlement rule so that all the cost incurred during rework will be settled on original order.
    3. Confirm the origianl order / Final operation again for the reworked quantity and make the GR again. This will again create a new inspection lot.
    4. Carry out the result recording and UD for this new inspection lot.

  • Inactive Item report to show Item bought within a specific period and not sold within a specific period by whse and have stock

    Hi
    I'm trying to come up with query report to show Inactive Item bought within a specific period and not sold within a specific period by whse and have stock
    The report should show  Item Number, Item Name ,Item cost,Retail Price [Based on a price list], Qty in Whse, Last Purchase Date, Last sale Date etc.
    e.g item bought between 2011-2013 and have not been sold with the same date range or the last 12 months.
    Regards
    Brian Ndunda.

    Hi,
    Try this query:
    SELECT T0.[ItemCode], T0.[ItemName], T0.[OnHand], T0.[AvgPrice], T0.[LastPurPrc], T0.[LstSalDate] FROM OITM T0  left JOIN INV1 T1 ON T0.ItemCode = T1.ItemCode left JOIN OINV T2 ON T1.DocEntry = T2.DocEntry WHERE T1.[Quantity] is null and  T0.[OnHand] >0 GROUP BY T0.[ItemCode], T0.[ItemName], T0.[OnHand], T0.[AvgPrice], T0.[LastPurPrc], T0.[LstSalDate]
    Thanks & Regards,
    Nagarajan

  • Need to make # of periods and frequency required for certain prod category

    We have a requirement to make the # of periods and frequency fields required for a certain product category. I know I need to use a field validation for this but my issue is that the product category and product name fields are non-editable. I tried putting the validation on the product ID field but it is not working properly. It still throws the error even when values are entered and regardless of the category. Here is the expression I am trying to use:
    IIf(FieldValue('<ProductCategory>')="XYZ", [<NumberOfPeriods>] is not NULL, FALSE)
    Any ideas?

    You can add the read-only token ($RO$) after any of the segments in the list. For example, the ($RO$) designator below sets Segment1 in structure code 1 to be read-only:
    Structure code1|Segment1($RO$)|Segment2...
    P.S: After I posted this message, I realized this was not what you are looking for. After all, this may help somebody.
    Edited by: dbhat1 on Dec 8, 2008 3:55 PM
    Edited by: dbhat1 on Dec 8, 2008 3:56 PM

Maybe you are looking for

  • Ipod touch is disabled and will not sync  to our new computer.

    My daughter's ipod touch is disabled and says connect to itunes. However, we have a new computer and the ipod has never been synced to it. The last computer it was synced to does not work. We have itunes on the current computer but I cannot get it to

  • Unable to view the NEW or In progress tasks in the Universal Worklist

    Hi all, I am using EP 7.0 SP8 and backend R/3 4.6C. I  configured by Worklist and work items to my UWL with the backend .My Problem is I am unable to view the New OR  in Progress Tasks in the UWL but  i am able to view the completed tasks in the UWL.

  • Design topology

    I am looking for best design approach for a topology supporting vlan, ip telephony, video conferencing and wireless solution thanks.

  • I got a message saying ipad is disabled

    i got a message saying ipad is disabled!how to fix this please

  • How to pass data from one internal session to another

    Hi SAP Experts, How to pass data from one internal session to another and from One external session to another external session. I used import and export parmeter and SPA/GPA parameters. What is the other way to pass data? Please tel me urgently Than