Cost centre in the accounting document

Hi all,
    Can any one please let ms know, how the cost centre in the accounting document for a physical inventory adjustment is being retreived. In my scenario, the busines want to post the gain / loss from the physical inventory adjustment to different cost centre on the basis of valuation class and plant.
    My understanding is that the cost centre will be retrieved from the OKB9 entry, where the cost centre will be assigned to a cost element. The same cost element will be assigned in OBYC configuration in the combination of the transaction key, val grp, account modifier and Val class. Can you please confirm my understanding and let me know the std account modifier that will be triggered for phsical inventory differences.
thanks & regards
Chaitanya Rayaprolu

Hi
As far as my understanding, cost centre will not be attached to inventory gain/ loss account. We assign GL account for physical inventory differences in GBB - INV in OBYC which do not require a cost centre. Scrapping process requires a cost centre as it is a process loss but PI differences do not require cost centre assignment. We assign GL accounts (which are set up as cost elements) in OBYC settings for some postings like VNG, VBR etc which requires CO object assignment.
Thanks

Similar Messages

  • Change the Accounting document fields cost center and profit center

    Dear Experts,
    User has posted document with wrong profit center
    For that we subjected that he can go to the profit center actual posting T.Code 9ke0 but with that he can only change the Profit center document with that there is no accounting side updating
    I have tried with Document Change Rules, Line Item for fields cost center and profit center  in that while configuring I did not get any error message,
    But in the document I am unable to changing the same fields cost center and profit center  
    Can any body please guide me to resolve the issue?
    Essentially I want to change the Accounting document fields cost center and profit center   
    Thanks in Advance,
    Wiswanath

    Hello,
    Once the documents are posted in FI module, the system doesn't allow anybody to change the cost objects (cost center, profit center, internal order). The only fields you can change through FB02 transaction are the Line item text (BSEG-SGTXT) and the assignment (BSEG-ZUONR).
    If you want to get a change to the cost object to be reflected from FI to CO, you should reverse the FI documents with wrong cost objects and post new documents with correct cost center, profit center.
    Hope it helps you.
    Cheers,
    Daniel.

  • The account document of  PO different   ----MIRO

    dear all:
      i have a material need subcontracting in my company.of course we can create PO (type is subcontracting) to carry out this.
      my problem is:
      1.if there is some different amount between the PO and the invoice .
      when i verify the invoice through tcode MIRO,what account document will be created by system?
      2.what account document will be created by system in your company in this situation ?
    thank you!
    best regards!

    dear Anand;
    thanks for your reply.
    but i think your reply can't clear my query.
    if there is 1 $ different between the PO and the invoice.
    in my system,when veriy the invoice throungh tcode MIRO.
    the account document will be created as follow:
    21210000 xxx company                  43.12-
    21219000 GR/IR                                           36
    41010500  cost of production-subcontracting  1
    12510301 goods of subcontracting-LED          1-
    12320600 different of purchase-LED  product  1
    21710101 Taxation payable                6.12
    i have already maintained the 12510301 in OBYC-BSV.
    and 41010500 in OBYC-- FRL
    my problem is :
    1. is this account document  correct?
    2. how to do for this through tcode OBYC?
    thank you!
    best regards!

  • Posting the accounting document to RM-CA not to FI G/L

    Hi guys,
    I'm working on the system which include RM-CA for netting the open issues with payments. I have a problem with posting of the accounting document to the FI G/L. Usually (in standard) the accounting document is posted from SD to the G/L automatically. Now I send the accounting document with "home made" FM like FKK_EBS_DOC idoc (only that it is for outbound sending) to the RM-CA through output for ALE messages, which works fine. It is filled from accounting document. Now this document is sent to the RM-CA (through output determination) and in the same time (automatically) to the G/L so it is posted twice (connection from RM-CA to G/L is also established). RM-CA is separated system.
    My question is, how to prevent the accounting document from SD to be posted to the G/L.
    Any sugestions would be apreciated.
    Regards,
    Matija

    Hello,
    One possible solution for that would be to take the current ( first configuration of SO>DLY>INVOICE) that you have mentioned in the first statement
    add a user exit like
    EXIT_SAPLV60B_008: Change the transfer structure ACCCR, ACCIT and ACCHD
    make all the values that are passed to accounts and costing as zero . through this there would be no accouitng document generated for nil values and even if generated would be for zero values
    the actual posting can be done through the Idoc
    Hope this helps
    Thanks
    akasha

  • Link the cost centre with the activity

    Hi all,
    I want to link the cost centre with the activity. when i try it in KP26 and then try in cat2 it gives me as cost centre should be in conjunction with the activity.
    Please help me how to link the cost centre with the activity
    Regards & thanks,
    Srividhya

    hi,
    1st check G/L account which you are trying to clear or Post .Use t.code:FS00, enter G/L accounts and check "Open item" is maintained or not. If not select the check box "Open Item Management" in account management in Company code segment in Control data TAB and save.
    and cehck wether you have maintained the cost element in fs00 for your g/l account on header there is a button edit cost element

  • How to find out the Accounting document status for sales order

    Hi
    We have created the sales document by referring the billing document of contract no.Aftre that we have raised invoice for sales document. Now system is generated both invoice , accounting document and the value is appearing against the invoice document. However the status against the accounting document is showing as not cleared. I want to know where we could see this status in Table,
    Normally we can see the status in FPLT for contracts since its having the billing plan no. Suppose if the billing plan is not available like S.O , How to check the status in table?
    I have refered so many tables but not helping. Since i want to get the uncleared value of accouting document.
    Please help me.
    Regards
    Thenna

    Hi Thenna
    The accounting document status in the document flow is determined dynamically when you display the document flow,
    it's not saved in a specific table.
    Here is the relevant logic:
    LV05CF01 -> form BUCHHALTUNGSBELEG
    IF vbrk-vbeln <> vbfa_tab-vbeln.
       PERFORM vbrk_ermitteln USING vbfa_tab-vbeln.
       REFRESH xbkpf.
       CALL FUNCTION 'FI_DOCUMENT_READ'
        LOOP AT xbseg WHERE bukrs EQ xbkpf-bukrs
                      AND   belnr EQ xbkpf-belnr
                      AND   gjahr EQ xbkpf-gjahr
                      AND   ( koart EQ 'D' OR koart EQ 'K' ).
        ENDLOOP.
                IF NOT sy-subrc IS INITIAL.
      SET STATUS TO 'No items are cleared'
                  l_xdoc_num-status = 'A'. <<<
                ELSE.
                  LOOP AT xbseg WHERE augbl IS initial
                                AND   umskz NE 'A'
                                AND   vorgn NE 'AZUM'
                                AND   ( koart EQ 'D' OR koart EQ 'K' ).
                  ENDLOOP.
                  IF NOT sy-subrc IS INITIAL.
      Set status to 'All items are cleared'
                    l_xdoc_num-status = 'C'. <<<
                  ENDIF.
                ENDIF.
    Regards,
    Alex

  • Cancelling Credit memo not reverse the accounting document

    Hello,
    Hello,
    We are facing pecular problem in production system when we Cancel the sales credit memo system is not genarating the reversal accounting document and it's genarating the entry same way credit memo.
    When we do the credit memo it's passing accounting entry in the following way.
    Posting key 11 with customer (credit entry)
    Posting key 40 with revenue (debit entry)
    Posting key 40 with tax (debit entry)
    When we cancel the credit memo system is not passing the reversal entry and once again it's passing the same entry.
    Posting key 11 with customer (credit entry)
    Posting key 40 with revenue (debit entry)
    Posting key 40 with tax (debit entry)
    Could you some body explain me what is the problem
    Regards,
    Satya
    Regards,
    Satya

    Dear senthil
    As I said earlier, once the accounting document is generated, the respective amounts will flow in debit / credit entry of the document flow.
    Once you cancel the billing document, for this cancelled billing, one more accounting document will be generated and with this, the above entries would be vice versa.  That is debit entries get credited and credit entries get debited and you cannot hide this from SAP
    thanks
    G. Lakshmipathi

  • Changes in Posting entries in the accounting document

    Dear all
    During goods issue of a valuated material, normally one accounting and material document is created.
    In the accounting document , amount ( Price *quantity) will be credited to some gl account and the same amount will be debited from another gl account depending on the configuration.
    The requirement is that for some specific materials based on some condition, additional 15% of the total amount ( ie., Price*Quantity) has to get credited to one GL account and the same amount has to be debited from another GL account. And this entry should appear as two line items in the accounting document as 3 and 4.
    Appreciate your ideas to proceed !!!. Thanks.

    Hi Siva
    I am not sure if this can be done at the time of goods issue. I am assuming goods issue from delivery and then invoice process.
    In this case then you can define two condition types in the pricing procedure and then calculate 15 % and do account determination and Requirements then way you want.
    This is just an alternative.
    Thanks

  • Unable to get the accounting documents in Sales process

    Hi All,
    While running the Sales Business cycle, accounting documents are not generated for any goods movement i.e. MB1C (561), MB31 (101) and also PGI. But the accounting document is generated while doing the billing. I have checked the settings of OBYC and OMS2.
    Please tell me the solution to resolve this.
    Thank you,
    Satya

    Hi Benni,
    THank you for your reply.
    Accounting documents are not generating for both movement types i.e. initial stock entry (561) and Delivery (601).
    Thank you,
    satya

  • Trading partner updation in the accounting document

    Dear All,
    We have updated the trading partner in the vendor master. While MIRO I find the same is getting updated in the vendot line items but it is not getting updated in the other line itmes of the accounting document.
    Please suggest hot to populate the trading partner field in the other line items of the accounting documents.
    Best Regards,
    D R Pednekar

    Dear Arvey,
    Thanks a lot for your reply. Still my problem is not solved even after i have created the field chanhe rule in OB32 transaction.. I am redefining my problem so that it will be more clear to you.
    1. I have updated the trading partner in the vendor master.
    2. While MIRO Trading partner is getting updated in the vendor line items -- OK
    3. Trading partner is not gettingupdatedin the other line itmes  such as GR/IR, TAX accounts line items. - Requirement is that the trading partner shuold get updated for all the line items in the accounting document.
    Hope I have clearly defined my problem.
    Best Regards,
    pednekar

  • The accounting documents are still not cleared

    End-user wants to know why the accounting documents are still not cleared from invoices

    Hi.
    An accounting document for customers are cleared when the payment is from the customer is posted with a clearing transaction. When you post the payments direct on the the customer without clearing you get this situation. When you have set-up credit management it is even possible that new orders are blocked for this reason
    When it is for creditors GR /IR you have to use the transaction F.13 - Automatic Clearing.
    When it is for vendor payment, you don't have completed the payment run 
    Paul

  • Carry text from billing document to the accounting document items

    Hi,
    We have a requirement where we want to post text to the line items in the accounting document generated from a billing document. Can someone help please!! Can this text be created from the billing document itself??
    Thanks!
    Regards,
    Angad

    It says OTX3 does not exist. We are on R/3 4.7.
    Edit: Is t.code VOTXN what you are talking about?
    Regards,
    Angad
    Edited by: Angad Nagpal on May 28, 2009 11:40 AM

  • Attributes of Purchase Order to be passed on to the Accounting document

    Hi
    Is there a standard config (aside of FI Substitution) to pass on the PO line item text to the accounting document of GR  and IR?
    A simple business case is where the user who analyses the GL account items, would like to see the PO item text in the accounting doc line item text (BSEG-SGTXT).
    Since this information needs to flow from PO to the accounting doc, I was looking for a std config which facilitates a mapping of this kind.
    Having an FI substitution is a secondary option...
    Thanks
    Gayathri

    Thank you everyone for the great response .
    Now , i know which table to look for the item text and how to see it .
    The print/driver program that we are using is the standard print program so i do not want to make any chnages in it .
    Is there any way i can insert the programming in the smartform using Progarm node .
    I am sure it will be a small program code .
    People can you help me with that exact and specific coding that i can add in my smartform .
    Thanks a ton once agian
    Joseph

  • Error in "Reading the Accounting document Attachments"

    Hi all,
    I have a requirement to read the attachments from the accounting document. I am using below Function Modules.
    BDS_BUSINESSDOCUMENT_GET_URL
    , to get the link of the attachments  based on the object key.
    DP_GET_STREAM_FROM_URL
    , To get the content based on the link. This is throwing a dumb.
    Here, i have tried with another set of Function Modules. But None is working.
    ARCHIV_CONNECTINFO_GET_META
    , To fetch details about attachments
    SCMS_AO_TABLE_GET
    , to get binary content.
    Propose any Function Modules if used in this regard.
    Thanks,
    Vishnu

    [redacted confused advice]
    [_Compressing and Decompressing Data using Java - with many code samples_|http://java.sun.com/developer/technicalArticles/Programming/compression/|Yes Virginia, there really are code samples]

  • Blocking Billing Doc.when the accounting document do not created

    Hi Dear all,
    Someone knows to tell me how can I block a Billing Document when the Accounting Document not generate? I tried to find some customizing, but I didn´t find it.
    I´m asking because sometimes the user don´t realize the "warning message"- No accounting document Generate. If I have some option to block this billing, will be perfect for my process.
    Thanks
    Melissa

    Hi ,
    Till accounting document is  not generated Billing will have status Open, I am not clear what do you mean by Blocking .
    In tablw VBRK , you can get data for billing document for which accounting document is not generated.
    Rajesh

Maybe you are looking for