Where do I define the automatic posting of goods issue to Cost Center?

Dear Experts,
I found out that all the raw material consumed each time I do the confirmation of process order via CORK did not post to Cost Center.
Where do I define the automatic posting to Cost Center for Goods issue for consumption?
regards,
Abraham

Hi,
I found out the default movement type has been predefined to 261 (GI for Order, in which it doesn't post to Cost Center).  I guess the standard system has a valid reason to set it as 261 instead of 201 (GI for cost center). 
As far as I understand, the Process order will accumulate all the costs (direct cost - material, labour and machine hour and also indirect cost) during the confirmation (material is backflushed and fnished goods is auto-GR).  And at the end of the period, this process order will be settled its variance if there is (between the total cost credited - based on standard cost of the finished goods and actual total accumulated costs debited).
So, my question is, by right should there be any CO posting being made to Cost Center for material consumption in the above process flow as I checked in the standard system, the material movement for raw material and finished goods have no Cost Center posting at all?
regards,
Abraham

Similar Messages

  • BAPI to post a Goods issue with relation to Sales Order?

    Hi Everyone,
    After creating a delivery order, I need a BAPI to automatically post a goods issue for this DO.
    I tried using BAPI_GOODSMVT_CREATE but it returns the message 'Goods Movement not possible with mvmt type 601'.
    Any advice?
    Best Regards,
    Junwen

    Hi John,
    My data are as follows:
    GOODSMVT HEADER:
    PSTNG_DATE: 30.09.2004
    DOC_DATE: 30.09.2004
    REF_DOC_NO: had tried 1014000359 or empty
    GOODSMVT_CODE: 03
    GOODSMVT_ITEM:
    MATERIAL: HP0121002
    PLAN: 1010
    STGE: 10FG
    BATCH: BATCH1
    MOV: 601
    CUSTOMER: 180017
    ENTRY_QNT: 1
    ENT_UOM: PC
    ENT_UOM_ISO: PC
    DELIV_NUMB: 1014000359
    DELIV_ITEM: 000001
    From your feedback, it is possible to use the BAPI to create a goods issue for movement type 601?
    Best Regards,
    Junwen

  • Post a goods issue

    Hi Everyone,
    After creating a delivery order, I need a BAPI to automatically post a goods issue for this DO.
    I tried using BAPI_GOODSMVT_CREATE . I haven't errors but the Goods issue has not been posted for the delivery.
    Any advice?
    Best Regards,
    Nadia

    One way is possible, but it has also negative aspects:
    You can set back the current period to a required period. There is a init repor in the customizing of MM. I would set the current one back to june, so you could post im may.
    After done this, the normal period report for setting the next month can be run.
    But: doing this, current values and the last period are at least the same. You loose one historical period....
    I would try this in a test system.
    Regards
    Uwe Werner

  • Values for the automatic posting items are invalid

    Hi,
    I'm doing two kinds of consolidations, both using its own Special Versions. IFRS and Local Accounting system (Portugal)
    In IFRS the system it is working fine.
    Although when I try to consolidate in Local Accounting, I have errors.
    The customizing of the two special versions only differ in the consolidation of investments. In Local Accounting I have a different account in Net Income Prior to First Consolidation(Appropriation of retained earnings) and in Net Income Item of Statistical Net Income (Selected Items).
    After doing this customizing, I tried the Consolidation of investments, and after executing the measure I have the following error "Values for the automatic posting items are invalid".
    I can see the document that system is trying to post and everything seems fine. I only noticed that the statistical items are apeearing, which is not normal.
    Do you what I'm missing or doing wrong?
    I'm new to BCS.
    Thanks in advance.
    João Arvanas

    The message is most likely regarding the posting to the Retained Earnings item defined in Selected Items. I've seen this before and do not recall the specific solution but it entailed using a different item for this.
    It may be that the COI setting for displaying the statistical items in the log is version-dependent. If so it may be turned off. I think this is in location of values.

  • Where can i define the EPS-Inbox Directory???

    Hi,
    Where can i define the EPS-Inbox Directory???
    Regards
    Christian

    Hi!
    Also at AL11, you can display and configure current SAP directories.
    Hope this help!
    Juan

  • Posting multiple goods issues against the same delivery

    Hello gurus,
    We are a fashion apparel company using ECC 6.0 and would like to know if it is possible to post mutliple goods issues against the same delivery?
    I will explain the business requirement.
    - We create a stock transport order to deliver 400 units of merchandise to on or our retail stores (STO is created and processed to a delivery).
    - This information is passed down to our warehouse management system (which is not SAP)
    - Our warehouse management system has the ability to split a delivery into multiple shipment when needed.  For example, our warehouse may only be able to complete 250 units for our morning shipment and will therefore pick, pack and post this.  This will feed back into SAP and process a 641 movement so that the units now show as "in transit".  This is needed so that our stores can process the ASN and move the units into their inventory when they receive the merchandise later that day.
    - During the afternoon, our warehouse will process the remaining 150 units and will ship this to our store later in the evening or next day.
    Currently, we are not able to process another goods issue against a delivery as we close out the delivery during the first goods issue.  We would prefer not to have to generate a new delivery for our DC and let them continue to process against the same delivery, but we are unsure how to configure this.
    Any help or guideance would be extremely appreciated
    Thanks in advance

    Hi RJ,
    First of all sorry to write such a lengthy reply,In one line if i want to summerize then it is not possible with standard SAP however we can achieve this by writing some piece of code in both the system
    AS - IS
                   Business process
              From business process point of view you are right that once the pick & pack is in process it is not advisable to create a new delivery document for balance quantity and share the same with WMS as then they have to create a new document in WMS and start picking based on that rather then the old delivery document number. if i am in your position then i can give a thought like this
    e.g.
    Delivery                                                  - 100 Unit
    Shipment confirmation from WMS            -   60 Unit
    Change in delievry quanity / Pick qty        -   60 Unit
    Invoice from SAP                                    -   60 Unit
    Second confirmation from WMS                          -   40  Unit
    Change in the existing delivery quantity                -   Now here we have two option either
    1) Change the delivery quantity / Pick qty  to (60+40) =100 or
    2) Remove the 60 and update 40 as delivery and pick quantity
    Pros & Cons
    if you will select option 1 then furhter invoice will happen for 100 unit which is incorrect as physically you are shipping only 40 unit
    if you are selecting option 2 then the document flow is incorrect as you don't have history(in SAP) for the 60 unit which was shipped earlier
    Solution ::
    so in my opinion the best option is to create a seperate delivery document (store the old delviery number in one of the field of the new delivery and pass the same to custom segment of the IDoc) transmit the IDoc to WMS write the validation logic in WMS
    Find the record with old deliver number in the WMS system, check the status whether it is active or inactive
    if it is acitive Validate the Material + qty with the WMS record(Material + balance quantity) if both are same then pass the new deliery number to custom field of the WMS table
    At the time of confirming back to the SAP, Write a piece of code in SAP that if the incoming idoc custom field(new delivery number) field is populated then ignore the orignal document number and post the document using the new delivery document number
    Hope this help

  • Is it possible to post a good issue movement before post the good receipt m

    Is it possible to post a good issue movement before post the good receipt  movement for the same material, into the same period?
    We try to explain better, today we've done a test:
    Step 1 :   We have created a material, wich material type is HAWA, with price control V, and 1 euro for 1 ST.
    Step 2 :   We have post a good receipt movement, 561 of this material  with 1000 ST of stock, and on posting date: 05.05.2011.
    Step 3 :   Then, we have post a good issue movement, 562 of the same material, with 500 ST of stock,  on posting date: 01.05.2011 ( so that, the posting date of the 562 is before from the posting date of 561).
    And it has worked, so that on trx "mb51" for this material we saw:
    PLANT1-----STO1---- 562-----  Mat. Doc.101.05.2011--
    500-   ST
    PLANT1-----STO1---561Mat. Doc.205.05.2011--
    1000  ST
    And with "fbl3n" for this G/L account , the same situation:
    G/LAccount1--DocumentNo101.05.2011--99--
    500-  EUR
    G/LAccount1--DocumentNo205.05.2011--89--
    1000  EUR
    We don't like this fact, someone knows how is it possible? The negative stocks aren't flagged!!!!
    Edited by: Ariana Serrano Aguila on May 5, 2011 5:50 PM

    Hi,
    Though sap allows like this ,, the document created will be with the date of the actual posting system date. If you look into the MSEG table you will get to know this.
    In theory .. this kind of practice should not be allowed .
    since this is a 562 which is a individual  entry may be system would have allowed.you try a 102 .
    Regards,

  • Is it possible to post a good issue movement before post the good receipt

    Is it possible to post a good issue movement before post the good receipt  movement for the same material, into the same period?
    We try to explain better, today we've done a test:
    Step 1 :   We have created a material, wich material type is HAWA, with price control V, and 1 euro for 1 ST.
    Step 2 :   We have post a good receipt movement, 561 of this material  with 1000 ST of stock, and on posting date: 05.05.2011.
    Step 3 :   Then, we have post a good issue movement, 562 of the same material, with 500 ST of stock,  on posting date: 01.05.2011 ( so that, the posting date of the 562 is before from the posting date of 561).
    And it has worked, so that on trx "mb51" for this material we saw:
    PLANT1           STO1         562           Mat. Doc.1           01.05.2011            500-  ST
    PLANT1           STO1         561           Mat. Doc.2           05.05.2011           1000  ST
    And with "fbl3n" for this G/L account , the same situation:
    G/LAccount1            DocumentNo1            01.05.2011        99            500-  EUR
    G/LAccount1            DocumentNo2            05.05.2011        89            1000  EUR
    We don't like this fact, someone knows how is it possible? The negative stocks aren't flagged!!!!
    Edited by: Ariana Serrano Aguila on May 5, 2011 5:50 PM

    SAP only checks if there is enough quantity in the period (month), it does not check if there is enough stock at date level.
    there is no stock stored in any table for a given date. SAP would need to run the logic of MB5B to calculate the stock at a certain date, this would cause tremendous performance issues.
    you either have to do this calculation yourself in a user exit, or you better train your users.

  • Error when posting an goods issue of movement type 501: order not contain

    I tried to post an goods issue of movment type 501 to a stock transport order. But I get the error as below.
    Document 4500000130 does not contain any selectable items
    Message no. M7 064
    Diagnosis
    The document or item entered cannot be adopted.
    Possible reasons for this are:
    The document items have already been processed
    (Suggest zero lines indicator set?).
    the document items have been deleted or are blocked.
    the document items have been created for a different plant.
    (for reservations only) movements are not yet allowed for the reservation items.
    (for reservations only) the document items are retrograde components of the order. These are posted using the order confirmations.
    The document is an R/2 document.
    Procedure
    Make sure your entries are correct.
    If the system has already processed the total quantity, you can set the Suggest zero lines indicator. The system will suggest the quantity zero for the items that have already been processed.
    If you have entered a particular item, cancel the item. If you do not enter an item, the system searches all of the open items in the document.
    If the document is a purchase order, production order or a reservation, you can enter search criteria in the dialog box.
    You access the dialog box by choosing the menu option Enter with reference on the initial screen.
    If the document is an R/2 document, you have to cancel it manually by entering the reversal movement type.
    How can I proceed to post?
    Thanks,
    Eda

    Hi
    Go to T.code MB1A, enter the required movement type, Plant and storage location and then click,
    The push button of  Reservation on the tool bar for refereing the reservation or
    The push button of  order  on the tool bar for refereing the Production order.
    Cheers
    Kris

  • Error in posting a goods issue

    Hi everyone,
    We're encountering an issue with posting. When trying to post a goods issue from a delivery via VL02N, an error message is displayed : "The document does not contain any item.". although it does contain items.
    Do you have an idea of why thie error would appear ?
    Thanks in advance.

    Hello,
    Can you check whether
    1. you have picked the item,if not then pick the material and goto Edit>Confirm pick order>All items, or
    2. activated warehouse management. if yes then you need to create a transfer order with reference to that delivery.
    Hope it helps.
    Regards,
    Priyanka

  • Posting a "goods issue" msg NR751

    Hi All,
    posting a goods issue, sap gives me the message NR751...
    But the number range has been created ...
    I can't post the goods issue
    Could anyone help me?
    thanks
    Gandalf

    Ciao Gandalf, ( e' sempre un piacere incontrare un fan del signore degli anelli)
    the error NR751 have 3 variables                                      
    -> For object &1 &2, number range interval &3 does not exist                                                                               
    Please, go to transaction SNRO and enter RF_BELEG (I suppose this is the object in the error) in the 'Object' field.     
    In the menu path press Go To -> Number Ranges.
    Enter the relevant  Company Code. Do you have an entry here for the interval &3?                                                                               
    Mauro

  • How to amend a do an post a goods issue by using BAPI_OUTB_DELIVERY_CONFIRM

    Dear All,
    As advised in this forum ,I want to used BAPI_OUTB_DELIVERY_CONFIRM_DEC to amend my DO and post a goods issue. However, I keep getting error message "error in document 80000970 item 000010 (quantity consistency check)"
    code:
    DATA:
    W_HEADER_DATA LIKE BAPIOBDLVHDRCON,
    W_HEADER_CONTROL LIKE BAPIOBDLVHDRCTRLCON,
    DELIVERY_NUM LIKE BAPIOBDLVHDRCON-DELIV_NUMB,
    W_ITEM_DATA LIKE BAPIOBDLVITEMCON,
    I_ITEM_DATA LIKE BAPIOBDLVITEMCON OCCURS 0,
    I_RETURN LIKE BAPIRET2 OCCURS 0.
    DATA :
    W_RETURN  LIKE BAPIRET2,
    L_RETURN LIKE SY-SUBRC.
    PERFORM OUTBOUND_DELIVERY
      CHANGING
        L_RETURN.
    FORM OUTBOUND_DELIVERY
      CHANGING
            L_OUT_RETURN   LIKE SY-SUBRC.
    DATA:
      V_LOGSTR(128)    TYPE C.                       "LOG ÄÚÈÝ
    DELIVERY_NUM = '80000970'.    "DO NUMBER
    "HEAD DATA PART
    W_HEADER_DATA-DELIV_NUMB = '80000970'.
    W_HEADER_DATA-GROSS_WT = 240.
    W_HEADER_DATA-NET_WEIGHT = 240 .
    W_HEADER_DATA-UNIT_OF_WT = 'G'.
    "HEAD DATA CONTROL PART
    W_HEADER_CONTROL-DELIV_NUMB = '80000970'.
    W_HEADER_CONTROL-GROSS_WT_FLG = 'X'.
    W_HEADER_CONTROL-NET_WT_FLG = 'X'.
    W_HEADER_CONTROL-VOLUME_FLG = 'X'.
    W_HEADER_CONTROL-POST_GI_FLG = 'X'.
    "ITEM DATA PART
    CLEAR W_ITEM_DATA.
    W_ITEM_DATA-DELIV_NUMB = '80000970'.
    W_ITEM_DATA-DELIV_ITEM = '000010'.
    W_ITEM_DATA-MATERIAL = '0015223'.
    W_ITEM_DATA-BATCH = '20040202'.
    W_ITEM_DATA-DLV_QTY = 1.
    W_ITEM_DATA-SALES_UNIT = 'CAR'.
    APPEND W_ITEM_DATA TO I_ITEM_DATA.
    CALL FUNCTION 'BAPI_OUTB_DELIVERY_CONFIRM_DEC'
      EXPORTING
        HEADER_DATA                = W_HEADER_DATA
        HEADER_CONTROL             = W_HEADER_CONTROL
        DELIVERY                   = DELIVERY_NUM
      TABLES
      HEADER_DEADLINES           =
        ITEM_DATA                  = I_ITEM_DATA
        RETURN                     = I_RETURN
      LOOP AT I_RETURN INTO W_RETURN.
        IF W_RETURN-TYPE = 'E'.
          L_OUT_RETURN = 4.
          MESSAGE   ID     W_RETURN-ID
                    TYPE   W_RETURN-TYPE
                    NUMBER W_RETURN-NUMBER
                    WITH   W_RETURN-MESSAGE_V1
                           W_RETURN-MESSAGE_V2
                           W_RETURN-MESSAGE_V3
                           W_RETURN-MESSAGE_V4
                    INTO   V_LOGSTR.
          WRITE :/ V_LOGSTR.
        ENDIF.
      ENDLOOP.
    ENDFORM.
    Does anybody have a hint to the cause of the error message?
    There's no problem to do a goods issue manually in VL02n for the delivery.
    Best Regards,
    ERIC XU

    Hi Lin,
       he has changed the commit value to 'X' in DEBUG mode.
    If you just want to test it in se37, you have to keep a break point in the WS_DELIVERY_UPDATE_2 fm, and give the value of COMMIT = 'X' in debugging.
    If you want to do the same in a program, you have to cal the fm: bapi_transaction_commit after the call to the BAPI_OUTB_DELIVERY_CONFIRM_DEC bapi.
    Regards,
    ravi

  • Output device - printing in unix file - where do I define the UNIX path?

    Hi,
    We use an special Output Device to print spool requests directly in Unix. These Output Devices are defined as Local Unix File. When those spool requests are printed, a file is created in certain path in UNIX.
    The question is where this link is defined?, I dont see where in the Output Device (trn SPAD) is defined the path in UNIX.
    Thanks!
    Aaron

    Hi,
    Might be the unix path would have been defined in the SPAD only under the Access method of the output device, in the field Destination host.
    Regards,
    Aditya

  • Plz can someone tell me where can I define the material type?

    Hi All,
    I want to create a new group of material, there is a material type should be specified. I want to use my own. plz can someone tell me where can i define it?
    thanks and regards,
    samson

    Hi Samson,
    U can create a new material type using the tcode OMS2 and then copy the material type which u need to modify and then define the name of the new material type and make the required changes which u want for that material type and save it.
    Hope it wud have answered ur question
    reward if useful
    Shawn

  • Physical Inventory Post difference to a diff Cost Center

    HI
       I am posting a Physical inventory difference using MI07
    Based on the plant i want to post to different Cost Center, is there a way that i can manually provide a cost center in MI07
    presently it goes and pulls it from OKB9(default Value), My situation is i have 10 plants For each plant it needs to post to different cost based on the plant
    Thanks

    OSS note 13423 says:
    No account assignment can be entered when posting inventory
    discrepancies.
    Cause and prerequisites
    This function is not implemented.
    Solution
    In Customizing an account assignment can be made for every inventory
    adjustment account. To do this the inventory adjustment account must
    first be defined as a cost element (Transaction KA01 / KA06):
    Accounting -> Controlling -> Cost centers -> Master data -> Cost element
    -> Create primary / secondary. Then an account assignment can be made
    for the cost element (Transaction OKB9):
    Tools -> Customizing -> Setup menu -> Accounting -> Controlling -> Cost
    centers -> Actual postings -> Automatic account assignment.
    If this account assignment is implemented every posting to the
    particular inventory adjustment account will automatically receive the
    appropriate account assignment.

Maybe you are looking for