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

Similar Messages

  • The user exit on the sap post the account document

    Dear all.
       I use the t-code mb01 or migo to receipt goods for purchase order.When I execute post or save,the sap generate the material document and the account document.The account documents have two item with account 12110000 and account 12010000.And I know this two account was configure in the t-code omwb.
       Now my company have a new requirement:
       When the sap generate the account documents,I need to write some code to do some judgement and change the account 12110000 to account 35510000 or other account.The logic of the code was complex and it's impossible to do in sap standard configure.So I want to find the user exit on the sap post the account document.In the user exit I would write some code to do some judgement and change the account 12110000 to account 35510000 or other account.
      But I can't found the user exit.So I need the experts to give me some reference.
    Regard
    Yoda

    Hi,
    You may use ZXF48U01 of EXIT_SAPLF048_001 of enhancement F180A001 for the same.
    Please note that control comes here for no of transactions hence you need to specifically check for sy-tcode, for which your 'exit' logic needs o be executed.
    I hope this helps,
    Regards
    Raju Chitale

  • How to check if the accounting Document is cleared or not. Need a FM

    Hi Gurus,
    I have a requirement which I need to know if an accounting document is cleared or not.
    My requirement is: from an invoice (VBRK-VBELN), I need to know the correspondent accounting document number which I can get from table BKPF (accounting doc number - BELNR). After that I can go to table BSEG to check the status, then I will know if the document is cleared or not... But this will take a lot of time, and the performance will not be good. I need to implement this functionality in a program.. And I would like to know if I can get all this information using some Function Module.
    Thanks

    Hi again,
    IF you have the invoice document + BUKRS + GJAHR, try this:
    Search in the BKPF with the following:
    BKPF-BUKRS = VBRK-BUKRS
    GJAHR = Fiscal Year (get from the dates)
    BKPF-AWKEY = (INVOICEDOC Concatenated with GJAHR. Example 54002230392009)
    I tried that on my system and it was pretty fast.
    PD. I have checked with a trace and SAP works the same way, it uses the fields described before + AWTYP (If you know it, In my case I used RMRP) to obtain the Accounting Doc.
    Regards,
    Gilberto Li
    Edited by: Gilberto Li on Mar 10, 2009 5:37 PM

  • 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

  • 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

  • I am not able to post the MIRO Document with reference of PO

    Hello friends
    My user while posting the MIRO document TDS (service tax ) amount not appering in the MIRO screen
    But last month it was working fine.
    before that i have checked out  vendor master in that they given tax code properly.
    can any body please give me suggestion on the same
    Regards
    vamsi
    Edited by: asuvamsi on Mar 2, 2010 4:53 PM

    Hello friends
    Thanks For all my problem was resloved
    Solution is
    An message has been occuring like withhold tax has been refreshed.  it is just an information message not an error message.  this message will trigger when the trans. type is non project type activity.  No back end process has been disturbed due to this message. it just passing the information to the user.
    we changed the trans. type to manufacturing activity and it is working fine.
    I hope it ll help in future
    Thanks and Regards
    vamsi

  • 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

  • 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

  • The accounting document has not yet been created Message no. VF062

    hiii
    Iam getting error in VF02.
    Error is The accounting document has not yet been created
    Message no. VF062
    And where i can do it ?

    hi
    Go to VF02
    Open the billing document
    Enviornment -- Acc. determination analysis -- Revenue accounts and see why the accounting document is not generated
    Also, from VFX3 and select the document and release the same by clicking on FLAG and then to know the cause of
    Error
    TO know cause GOTO Tab --- NOTE and u will get the error cause
    let us know the cause then only we can be able to tell exact solution if possible.

  • Posting an accounting document with material using BAPI (ver 4.6c)

    Hello!
    Can anyone help me out with this one please?
    I need to post an accounting document using BAPI.  Since the customer's SAP is 4.6c, the BAPI I found closest is BAPI_ACC_GL_POSTING_POST.
    The posting has 2 specific requirements:
    1.  For the Vendor item, the tax needs to be calculated; and
    2.  For the G/L items, the corresponding material/quantity needs to be entered
    So, my questions are:
    1.  How do you enable the "Calculate Tax" option, which is the Calculate Tax checkbox in F-02?
    2.  How do you enter the material and quantity for the G/L items?
    Thanks a lot!

    Hi,
    Before posting your document please check first whether this is reversal or not.
    please use BAPI_ACC_DOCUMENT_REV_CHECK to check reversal document
    Have a Nice Day,
    Regards,
    Sujeet

  • 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

  • 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

  • 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.

  • Post to accounting document

    HI
    I am creating a sales order with credit card details, and then at the billing I am increasing the document value,in that case the accounting document is not getting cleared, Please can someone let me know if there is any user exit/BADI which may help me to post the price change to an accounting document.
    for eg. I create a sales order 2277 with credit card details and net amount =1000, at billing I change the value of 1000 to 1500(say), then it should post to accounting.

    Hi,
    Consult with your SD Consult on this error. Your process need some configuration on that scenario.
    Regards
    Ahsan

Maybe you are looking for

  • Clear Down payment against Vendor Invoice through Automatic Payment Program

    Hi We have to adjust vendor invoice against down payment (Advance) made through automatic payment program (F110) Please guide us is there any configuration require to consider Down payment transactions during F110 to clear against Vendor Invoice Ex :

  • Cannot access shared photo album in iPhoto 9.4.3 on mac

    I cannot access a shared photo album in iPhoto 9.4.3.  The directions in help tell me to go to iPhoto preferences > photo stream, and check the box next to "select the shared photo stream checkbox".  There is no such option in my version.  Can anyone

  • Backlight problem on iMac?

    My display seems to be getting dimmer and yellowish.  Is this the backlight slowly failing?  If so, it is hard to replace (I've changed the hard drive, so I'm not afraid of opening up the case)? Where could I get the required part(s) and for what cos

  • LabVIEW XY graph point style bug

    I have a XY graph showing two or more signals I have seleced a circular point for the data poins of the first signal. When I try and select te same point for the second second, it shows up as at diamond with an open space in the middle. Bug? LV 2011 

  • X axis scale

    I know this is a basic question but I am unable to figure it out. I want to scale the x axis of a plot. I am using plot waveform and printing out the spectrum of a signal. I wish to change the x axis from cycles per second to cycles per minute but am