Two seperate accounting documents required while billing

Hi Everyone
In my current project there is a requirment at time of invoice generation
When billing document is generated and for example the net amount is RS 1000 and tax is Rs 200 the accounting document when generated shows the spilt
But when we view the data in FBL5N it shows the single entry of Rs 1200 including net value and tax
Now my client wants that in FBL5N two line items are shown one for Rs 1000 and other for Rs 200
Can u pl suggest me whether it is possible to create two accounting document at time of billing
Thanks and Regards
Sunil Iyer

Hi Sunil,
One idea, but be careful. I think that it's possible with enhancements. See Note 301077 - User exits for the interface to accounting, for EXIT_SAPLV60B_008. The question is get the line for customer, and add an additional line. For the first, initial amount less taxes, the new line, the amount will be the amount of tax. See Note 611040 - Down payment invoice for Italy to see how SAP does it for a legal requirement for down payments in Italy. Check only how SAP does with EXIT_SAPLV60B_008 or include ZXVVFU08. If it works, you might see two lines in FBL5N.
Look for the help of an ABAPer. Good luck, and be careful. So, check again and again until you be sure.
I hope this helps you
Regards
Eduardo

Similar Messages

  • No accounting document generated during billing

    Hi,
    I am getting the error : No Accounting document generated during billing. When I went thru the steps from Envt ---> Acc.determ.analysis- -> Revenue accounts, I found that Acct Assignment group has 'Exclamation' mark.
    Suggest a way how to resolve it.
    Thanks in advance.
    regds,
    Umesh

    Hi,
    Good afternoon and greetings,
    Please check in the Tcode VKOA, the account assignment is complete for the ERL key...This can be dependant on the following 3 main combinations.
    1. customer group, material group and accountkey
    2. customer group and accountkey
    3. material group and accountkey
    Please reward points if found useful
    Thanking you
    With kindest regards
    Ramesh Padmanabhan

  • Merging files purchased under two seperate accounts.......

    I have song within I tunes that were purchased under a specific ITunes account. When I deleted that e-mail account I created another ITunes account with my new e-mail account. I now have a variety of files in Itunes under two seperate accounts. My first question is, how can I merge these accounts so that my files are listed under my active account? Secondly, this is creating problems as I have activated another pc and am trying to synch my original library on the new pc.
    Can anyone help?

    You can't merge 2 accounts. The purchase name is embedded in each file and you are going to have to authorize using both accounts forever.
    Each account has a limit of 5 PCs that you can authorize. So just activate both PCs with both accounts - use the Store > Sign Out menu item to switch between accounts.
    This is a user chat board, and you're welcome to ask iTS support to merge your accounts, but others have not been successful.
    http://www.apple.com/support/itunes/store/email/

  • How to get Accounting document number from billing document number

    Hi,
    How to get Accounting document number from billing document number i.e. from VBAK- VBELN.
    Cheta Pant

    Hi,
    VBAK is the Sale Order header table, Billing document table is VBRK.
    Sales tables (VBAK,VBAP,VBRP,VBRK) do not store accounting document numbers.
    You do other way around. Just go to SE16 and enter the Billing document number in field Billing document VBELN in BSEG or BSID or BSAD table and execute, you will find the accounting document number.
    If you just want collect this information once then you can use table BSEG, but if you think to develope a report then use table BSID and BSAD.
    Regards,
    Chintan Joshi

  • Profict Center substitution in accounting Document of CRM billing

    Hi Experts,
    Currently we are using ECC6.0 and CRM 2007.
    When CRM billing document is released for accounting,
    We are required to Substitute profit center in accounting document/PCA document.
    Presently we tryed user exit PCACRM01 ,
    function module EXIT_RKECRM_PCA_40_001 using a break point but was not reached at tht point.
    Kindly suggest something on this matter.
    Thanks,
    SA

    Debbugging billing doc:
    1)     Before saving the document enter /h and save.
    2)     Now try to place the break point in the function module /1BEA/CRMB_BD_MWC_O_FLOW(CRM)
    3)     This function module calls the method of the PROCESS_OUTBOUND of class CL_SMW_MFLOW. In the method make the variable  ls_header-dbgmode
    To X.
    4)     By doing this the BDOC stops in the debug stage.
    5)     Now go to SMW01 . Select the BDOC and reprocess it. Before reprocessing it enter /h.
    6)     Place the break point at the function modules BEM_UPLOAD_FI_SRV(CRM).
    7)     Once this function module is executed it calls CRM_UPLOAD_TO_OLTP.
    In this function module make the variable i_nosend to 'S'.This
    Function module also calls the function module CRM_UPLOAD_TRIGGER
    To debug the code in R/3 make the variable lv_synchron to u2018Xu2019 and
    Make sure that RFC user is Dialog user
    8)     Now the control is in R/3. In the flow it call
        BAPI_BILL_DOC_PROXY_CREATE and BAPI_ACC_DOCUMENT_POST.
    Now you canplace the breakpoint in the ur userexit.
    Note: Pls do not try this Production.

  • Add NEW invoice items  in accounting document when doing billing (VF01)

    Hi !
    Is it possible to ADD NEW Itemlines to the Accountingdocument while doing billing(VF01) ?
    Know that its no problem to change existing lines.
    Need to ADD one new debit and one new credit item line.
    Have tried  userexit  EXIT_SAPLV60B_008 and BADI  AC_DOCUMENT  in debugger.
    But did not get it to work , "Accounting document was not get created".
    Added lines to XACCIT and XACCCR tables.
    BTE 1130 ?
    Please let me know how i can solve this,
    Thanks !
    Cheers
    /Per

    Hi !
    OK did you solve it ??  What exit did you then use ?
    I copied one of the GL rows and changed to next index and changed the values i wanted in XACCIT.
    Same to the table that holds the amounts. Same index there as the XACCIT table.
    I just want to know IF it is possible and what exit to use.
    Best regards
    /Per

  • How to get Accounting documents based on Billing documents

    Experts,
    I have a particular requirement in SD. I need to fetch the details of Accounting documents(BKPF-BELNR) and Fiscal year(BKPF-GJAHR) based on the Billing documents(VBRK-VBELN). Is there any function module to do so or any other way. Currently I am fetching this data but there is a performance issue.
    Edited by: Ashish Kansara on Oct 16, 2008 1:54 PM

    A quick link is to take VBRK-VBELN and use it to lookup BKPF-AWKEY. Also select BKPF-AWTYP = "VBRK" to make use of a secondary index on BKPF.
    Thomas

  • Issue of account document generated when billing created

    Hi All,
    We have a background daily job to created the IC billing. Now we hit an issue that some billings can't get the account document generated automatically when the billing is created, but when we release them manually, they can generate account document successfully without issue. Anybody know what should be the reason and how to reslove it? 
    Thanks!

    Dear
           Check it could be either accounting determination error or coulde be due FI/CO interface or derivation rule error extra so need to check while create billing document.
    Regards
    Ajit K Singh

  • Accounting document number from billing data

    hi
    i have billing document with multiple items. I need to find out the accounting document number corresponding to each of the billing document item. which tables i need to refer for this.give me the field names.
    thanks

    Hi,
    You can read the FI document with the function module AC_DOCUMENT_RECORD
      call function 'AC_DOCUMENT_RECORD'
        exporting
          i_awtyp      = 'VBRK'
          i_awref      = awref
          i_aworg      = aworg
          i_awsys      = awsys
          i_awtyp_incl = 'BKPF'
          i_valutyp    = '0'
          x_dialog     = ' '
        tables
          t_documents  = docs_fi
        exceptions
          no_reference = 1
          no_document  = 2
          others       = 3.
    where docs_fi is as the table ACC_DOC. Read the records where awtyp = 'BKPF' in itab docs_fi. Search AWREF, AWORG and AWSYS in equivalent fields in table VBRK.
    I hope this helps you
    Regards,
    Eduardo
    Edited by: Eduardo Hinojosa on Jun 14, 2010 3:35 PM

  • No fi document genrating while billing time

    While billing:  No accounting doucment was generated...
    Error in account determination: table T030K key CNFX IS1
        Message no. FF 709
    Diagnosis
        In the chart of accounts to be posted to, no accounts are defined for
        the tax code you used.
    Procedure
        Contact your system administrator.
        Define the accounts to which a tax posting is to be made with the tax
        code entered in Customizing for taxes on sales/purchases.
        To do this, choose Maintain entries (F5).
    i already assingned genral ledger for IS1 tax code, but still its shoiwng error:
    could anyone can give solution???
    reagrds
    ss

    Hi Supriya,
    in ftxp screen, after you give your tax code, in the maintain tax  code: tax rates, there is TAX ACCOUNTS. Click that and it will show the details of tax accounts. Corresponding the transaction key, you should assign the gl account. after assigning gl account this error wont come.
    Assign points if it is useful.
    Thanks & Regards,
    A.Anandarajan.

  • No accounting document generated in billing

    Dear Experts,
    I have created one header condition type ZD00 for freight charges in pricing procedure and assigned Account key ERF.It is calculating in Billing but when I am trying to save the billing it is throwing a message "Document 9310000061 saved (no accounting document generated)Message no. VF050".I have checked VKOA transaction where ERF key is assigned with customer & Material group with GL account.I am not able to find the problem .It will be great help if i get the solution.
    Thanks & Regards
    Rahul Sharma

    hi
    please go to check this areas
                1.G/L account is maintain or not
                2.account assignment of customer master
               3.account assignment of material master
               4.account keys in  check T-code VKOA
               5.profit center
               6.cost center
               7.posting period and number ranges
    check all
    rgds
    venkareddy

  • No accounting document generated while new condition type is added

    Hi
    I added a new condition type to the pricing procedure. While creating the invoice if i try giving a value to the new condition type then i get the message "No accounting document generated", but when i leave it as blank then there is no problem with the a/c docs.
    I assume I haven't done the complete settings correctly. Pls help.
    I am using  RVAA01 as the pricing procedure for standard order.
    Regards,
    Sujai

    Hi,
    As I do not have access to your system, can not comment in details.
    But if I have to add a tax codition in pricing, what I would do is :
    Create a tax condition, assign it in tax procedure.
    Copy it as sales pricing condition.
    Assign it in pricing procedure.
    Create condition record for tax condition in VK19.
    Check tax code in FTXP & its assignment in OB40.
    Create condition record for MWST.
    I think you need to check the above configuration.
    Savita

  • Accounting document quantity and billing document quantity doesn't match

    Hello SAP Experts,
    I have an accounting document that was automatically posted in FI (TCode VF01) after billing document was created. Billing document (debit memo rebilling) shows invoiced quantity 1. But corresponding accounting document in FI shows quantity 0 (double click on G/L account in accounting document, section additional account assignments, field Quantity).
    Could you please help me where should I make appropriate corrections, settings?
    Thanks and best regards,
    Peter

    USe user exit EXIT_SAPLV60B_002 and EXIT_SAPLV60B_004 to modify customer lin and  GL line respectively in the accounting document. change values  in export parameter XACCIT
    Regards
    Sridhar

  • How to configure two seperate accounts in outlook

    I want to create two seperate email folders in Outlook 2011.  I want one folder that is for personal and one folder that is business.  just simply unchecking the group similar folders box does not accomplish this.  Has anyone done this?  can you help?

    I would recommend reposting in the Office for Mac Product Forums I think you have a better chance of getting an answer there.

  • No accounting documents generated while reversing the subcontract challan

    Dear Friends,
    Could any of you  pls clarify the following process.
    __Reversal & Recredit of subcontracting challan.__
    Step1- Created sc po
    Step2- Did 541 (mb1b)
    Step3- Created sc challan (J1IF01)
    Step4- Did the GR (Partial)
    Step5- Partial reconciliatin of challan (J1IFQ)
    When the rest of the finished products arrives , the challan exceeds 180 days.
    Now I have to reverse the challan & then have to reconcile the challan.
    After I have to take recredit & complete the challan.
    But the problem is there is no accounting document is generated after reversing the challan although the status of the challan is showing reversed. In J1IF13 the reversal base value is picked from the J1ID assessable value for the component. But the Reversal BED,Reversal ECS,Reversal TAX1 fields are blank.
    R Panda

    Hello,
    You create subcontracting challan so that you do not pay any duties when you send the components to the vendor ( Subcontractor ). So whn you cancel or reconcile ther will be no accounting entry. Material should come back within 180 days of time frame.
    Regards,
    Shailesh

Maybe you are looking for