Billing document not creating

Hi everyone,
When I am creating the billing document,I am not able to create billing document and getting the following error.
"Error info...   8I 308: Error updating table J_1IEXCHDR"

Dear Prabudh,
It appears that system is not able to update Excise invoice header detail.
Check if the data already exists in the table for the combination of Excise Transaction Type, Year, Internal Excise Document Number.
Also, check your entries for Excise Transaction Type, Year, Internal Excise Document Number.
Regards,
Naveen.

Similar Messages

  • Inter company Billing document not created

    Hi,
    I am in a service industry project where invoicing is done through order ,no delivery takes place.I have done configuration related to inter company billing like Assign inter company billing type to Order ,assign plant sales area and internal customer to the ordering Sales Organisation.
    After this we are able to invoice the external customer but when we are trying to create inter company billiing document through the same order a log is created which says"Item already fully invoiced"
    What should i do now?
    Plz suggest.
    Regards,
    Satya

    Luk we are using quantity contract and through that we do DP91 for resource related billing which generate a Billing Request where sales document category is L (debit memo request) and then we billed that billing request to the end customer.But when i again use that billing request for inter company billing system says "item is fully invoiced"
    Now tell me what should i do?
    Regards,
    Satya

  • Reasons for billing documents not being created ?

    I am trying to create a billing document from a delivery (VF01). When I enter document number and save, it says 'no billing documents genereated, see the log'. Where to see the log and what do you think could be the possible reasons for billing document not being created ?
    Thanks in advance,
    Krishen

    Hi,
    In VL02 transaction, Its the 2nd button on the toolbar With an `!` mark on the icon along with triangle. CLick that button. It will display the errors bcz of which delivery is not created.
    In VL01, goto EDIT-> LOG.
    The explanation of errors is usually pretty detailed.
    Best regards,
    Prashant

  • Acctg document not created for cancellation invoice

    Hi all,
    We have a vehicle sales order created with payment card. The SO contains one item for vehicle and one item for parts. The items were delivered and invoiced separately. Hence, SO has one vehicle sales invoice (VSI) and one parts sales invoice (PSI).
    The standard procedure was to post VSI first before the PSI. Accounting documents have been created when both invoices were posted. However, there was a need to cancel the PSI. When this was done, cancellation invoice was created but there was no accounting document posted for the cancellation.
    I tried simulating the scenario in our test server and cancelled VSI 90000081 first before cancelling PSI 90000082 to test if this can be an alternative solution. Cancellation for VSI was posted successfully but error persists for PSI cancellation.
    Order 67 06/19/06 Completed
    . Delivery 80000081 06/19/06 Being processed
    .. Picking request 20060619 06/19/06 Completed
    .. GD goods issue:delvy 4900000293 06/19/06 complete
    .. Invoice 90000081 06/19/06 Completed
    ... Accounting document 2000077 06/19/06 partly cleared
    .. Invoice cancellation 90000084 06/19/06 Completed
    ... Accounting document 2000079 06/19/06 partly cleared
    . Delivery 80000082 06/19/06 Completed
    .. Picking request 20060619 06/19/06 Completed
    .. GD goods issue:delvy 4900000294 06/19/06 complete
    .. Invoice 90000082 06/19/06 Completed
    ... Accounting document 2000078 06/19/06 Not cleared
    .. Invoice cancellation 90000083 06/19/06
    .. Invoice 90000085 06/20/06 Blocked
    Accounting status of 90000083 (where error occurs) in VF03->Header->Details is set to K or <b>Accounting document not created (authorization lacking)</b>.
    Any inputs? Thanks in advance.

    Hello Sheila,
    sorry - my first answer was in mistake - Status K means:
    "The transaction is processed using payment cards. The order, however, does not contain valid authorization.
    This problem occurs in billing documents for follow-up deliveries."
    Could you check this ? Last way would be to set a breakpoint into the FM 'RV_ACCOUNTING_DOCUMENT_CREATE'
    and trigger this via VF02 -> Release to accounting.
    Regards Wolfgang

  • FI - Accounting Document not Created

    Hi Forum,
    At the time of Billing Invoice creation (VF01), system giving an error in the Header "Posting document not created (export data missing)" & Foreign Trade data is INCOMPLETE.
    for this reason, i am unable to post the accounting Document.
    Can anyone help me on this issue.
    Thanks In Advance.
    Kishore

    Dear Kishore,
    Check the customer master and what country you are sending the goods for.
    If the customer is a Export customer, you need to fill in the Export data in the material master and configure the foreign data in customizing.
    Thanks
    Augustine Ponraj.

  • BAPI_BILLINGDOC_CREATEMULTIPLE Billing Doc not created

    Hi All,
    I am trying to create billing document using “<b>BAPI_BILLINGDOC_CREATEMULTIPLE</b>”. Please check code below for my BAPI preparation. Problem is billing document not getting created, in return table message type ‘I’ Message ID ‘VF’  Number ‘044’ Message ‘<b>The item is not relevant for billin</b>g’ and “SUCCESS” table is blank. If I use same sales order via VF01, billing document does get created.
    I will commit once I get return ‘S’. But have you people come across such kind of message. Any ideas or sample code will be of much help. Thanks in advance.
    Regards,
    Tim
    GT_BILLINGDATAIN-SALESORG   = gs_vbak-vkorg.
    GT_BILLINGDATAIN-DISTR_CHAN = gs_vbak-vtweg.
    GT_BILLINGDATAIN-DIVISION   = gs_vbak-spart.
    GT_BILLINGDATAIN-DOC_TYPE   = GS_INIT_ITAB2-auart.
    GT_BILLINGDATAIN-ORDBILLTYP = p_fkart.
    GT_BILLINGDATAIN-SOLD_TO    = GS_INIT_ITAB2-kunnr.
    GT_BILLINGDATAIN-ITEM_CATEG = GS_INIT_ITAB2-pstyv.
    GT_BILLINGDATAIN-REQ_QTY    = GS_INIT_ITAB2-kwmeng.
    GT_BILLINGDATAIN-SALES_UNIT = gs_vbap-vrkme.
    GT_BILLINGDATAIN-CURRENCY   = gs_vbak-waerk.
    GT_BILLINGDATAIN-SHORT_TEXT = 'Test'.
    GT_BILLINGDATAIN-BILL_DATE  = GS_INIT_ITAB2-afdat.
    GT_BILLINGDATAIN-REF_DOC    = GS_INIT_ITAB2-VBELN.
    GT_BILLINGDATAIN-DOC_NUMBER = GS_INIT_ITAB2-VBELN.
    GT_BILLINGDATAIN-ITM_NUMBER = GS_INIT_ITAB2-POSNR.
    GT_BILLINGDATAIN-ITEM       = GS_INIT_ITAB2-POSNR.
    GT_BILLINGDATAIN-NO_MATMAST = co_x.
    GT_BILLINGDATAIN-COUNTRY    = 'AUS'.
    GT_BILLINGDATAIN-MATERIAL   = gl_matnr.
    GT_BILLINGDATAIN-TAXCL_1MAT = '1'.
    append GT_BILLINGDATAIN.
    Prepare for BAPI call
      CALL FUNCTION 'BAPI_BILLINGDOC_CREATEMULTIPLE'
        EXPORTING
          CREATORDATAIN         = GS_CREATORDATAIN
        TESTRUN               = co_x
        POSTING               = co_x
        TABLES
          BILLINGDATAIN         = GT_BILLINGDATAIN
        CONDITIONDATAIN       = GT_CONDITIONDATAIN
        CCARDDATAIN           =
        TEXTDATAIN            =
        ERRORS                =
          RETURN                = GT_RETURN
          SUCCESS               = GT_SUCCESS.

    Dear,
    It seems that you missed the reference document category field which is called "REF_DOC_CA" in that BAPI function.
    And as you might know, the possible values are kept in the domain VBTYP (SD document category).
    Regards,
    Ki-Young
    Edited by: Ki-Young Bae on Oct 24, 2011 4:52 AM

  • Posting Document not created (export data missing)

    We are working on ECC 6.0 and during creation of Cancellation Billing document type IVS for the Intercompany billing, the document did not create Accounting document giving the Posting status as G - Posting document not created (export data missing). However checked the Foreign trade data and the system states that Foreign trade is complete.
    Can any one suggest the solution for this?
    Thanks.

    Hello Mohammad,
    About this issue, the incompletion of this cancellation document
    arises might because the reference delivery has been archived/deleted.
    This is likely due to your current copy control settings (VTFL).
    If you have set ' ', in the export determination field this means that
    there is a common 'exnum' key between the delivery and billing documents
    LIKP-EXNUM & VBRK-EXNUM are the same.
    The result of deleting the delivery is that you also delete the FT data
    for the delivery, Because the billing document and delivery share the
    same foreign trade table entries, you have in effect deleted the FT data
    of the billing document too. This would most likely go unnoticed but if
    you then cancel the invoice the system has no FT to copy into the new
    cancellation billing document, which leads to this issue.
    Firstly you should set the export determination flag in the copy control
    of the delivery & billing documents. This will avoid this issue in the
    future. Set it to to 'A' or 'B' depending on your requirements.
    For the incomplete cancellation billing document, you could use userexit to
    set it as complete:
    You can use transaction CMOD.
    Create a project for example FT project button create short text: ....
    drop button Enhancement assignment & save use for example local object.
    Use the F4-help for Enhancement and look for V50EPROP.
    Drop button Components:
    here you will find EXIT_SAPLV50E_005 and EXIT_SAPLV50E_006
    In the userexits doubleclick on the includes ZXV50U05 and ZXV50U06
    The coding in the userexits should be: C_COMPLETE = 'X'.
    Afterwards activate generate ... and save.
    The development class is VEI.
    Please also check note 118573 which explains the FT user exits.
    Regards,
    Alex

  • FCN Document not created for SO : Message SY499-Urgent

    While Saving delivery or doing PGI or while processing billing document i am getting below info message.
    "FCN Document not created for SO " Message SY499.
    I dont know why this message started coming now. I have added my country in VI49 settings. I wonder that due to that this message is coming.
    I dont want this message to come whiel delevery processing. Pl. let me know how can this be possible.
    Regards,
    Vijay

    Hello Sheila,
    sorry - my first answer was in mistake - Status K means:
    "The transaction is processed using payment cards. The order, however, does not contain valid authorization.
    This problem occurs in billing documents for follow-up deliveries."
    Could you check this ? Last way would be to set a breakpoint into the FM 'RV_ACCOUNTING_DOCUMENT_CREATE'
    and trigger this via VF02 -> Release to accounting.
    Regards Wolfgang

  • Billing Document not generated.....

    Hi Gurus,
    When i am creating a Billing Document VF01....after completion of VL01n...the system shows an error Billing Document not generated...
    Please help me
    Rewards will be given

    To resolve the error, you can analyze account determination in the billing document. Process:
    Goto T.Code: VF02 & Enter Invoice number
    Next (On the top most strip) goto Environment
    Next (Select Environment) go to Account determination
    Next (In Account Determination) select Revenue Account Determination (first option)
    This will list all the condition types in the Billing document & analyze each condition & check for which G/L accounts is not determined.
    Possible errors:
    1. VKOA not maintained for required combination
    Solution: Maintain the combination in VKOA.
    2. Account Assignment of Customer / material not maintained in Customer / Material Master (If maintained in combination in VKOA).
    Solution:
    Option 1 (Standard solution):
    step 1: Cancel Billing Document --> Reverse PGI --> cancel Delivery --> Cancel Sales Order
    step 2: Maintain Customer master / Material Master correctly.
    step 3: Recreate sales Order --> Delivery --> PGI --> Invoicing.
    Option 2:
    Force the Account Assignment Group of Customer / Material through Debug in change mode of Billing document, which will release Billing Document to Accounting.
    3. Account Key not maintained in Pricing Procedure:
    Impact: This may create accounting document, but if condition type, which are to be posted to account, but do not have account key maintained in pricing procedure, it will not be post the relevant condition type to G/L account.
    From FI Side, you require to check that all the G/L account has been maintained through T.Code: FS00. G/L account being Master data has to be created in each client ot uploaded through LSMW / SCATT / BDC.
    In Billing Document in change mode (in the first screen where we enter Billing Document number), on the top most left hand corner, take a dropdown on Billing Document & select Release to accounting. Here you can get the under mentioned possible message:
    1. G/L account not found
    2. Cost Element not maintained for G/L account.
    In both the above cases, FI consultant requires to take corrective action.
    Regards,
    Rajesh Banka
    Reward suitable points.
    How to give points: Mark your thread as a question while creating it. In the answers you get, you can assign the points by clicking on the stars to the left. You also get a point yourself for rewarding (one per thread).

  • Table for billing documents not posted  to acounting

    Hi ,
    Could you let me know the table  name wherein we can find biling documents not posted to accounting and has vbx3 error?
    Thanks,
    Praveen

    HI, friend
    Actually, you can use tool ST05 to do a simple SQL Trace.
    You can check table VBRK, field RFBSK (Status for transfer to accounting)
    Value Range is as below:
                   Error in Accounting Interface
    A     Billing document blocked for forwarding to FI
    B     Posting document not created (account determ.error)
    C     Posting document has been created
    D     Billing document is not relevant for accounting
    E     Billing Document Canceled
    F     Posting document not created (pricing error)
    G     Posting document not created (export data missing)
    H     Posted via invoice list
    I     Posted via invoice list (account determination error)
    K     Accounting document not created (no authorization)
    L     Billing doc. blocked for transfer to manager (only IS-OIL)
    M     Analyst Approval refused (only IS-OIL)
    N     No posting document due to fund management (only IS-PS)
    Wink

  • Billing document not reversed

    Dear Guru's
    I am not  SAP consultant.
    Pls help me, previously i had reversed one  billing document through Vf11 ,then reversed VL09 delivery and cancelled the Sales order.But now billing document not reversed.Again go to reverse throuh VF11 Getting error as No billing documents were generated. See log
    Message no. VF032
    Swamy

    Hi malaini,
    thanks for your's reply.in this regards already i had reversed particular delivery , also sales order and deleted.But only think is now stock was not reversed and billing & accounting posting didn't reversed.customer balance is shown debit wrongly.pls advice.
    Swamy.

  • Billing document not relevant at delivery header level

    Hi,
    In one of regular scenario i got the Billing document not relevant at delivery header level in processing tab.
    can plz advice me that what's the cause for this ?
    I am using item category tan at both sales order and delivery level.
    Thanks
    Bhushan

    Hi Bhusan,
    Go to: VOV7
    Select Item Cat. as "TAN" and Double Click.
    In Tab: Business Data, Check the entry for Field: Billing Relevance.
    Entry must be "A - Delivery-related billing document"
    Another check:
    Go to: VTFL
    Select Delivery-Billing Combination.
    Go to Item (left-hand tree structure).
    Select Item cat. as "TAN".
    Here, in Field: Copying requirement, Check entry as "004 - Deliv-related item"
    Hope this may resolve the issue.
    Best Regards,
    Amit

  • F110 _ Payment document not created

    Hi
    In the payment run in f110 the system shows the following error  - Payment document not created . the amount is shown in the proposal list. while payment run has been carried out for the particular vendorsystem shows the error. for other vendors it shows coirrectly. please advice why this error comes.
    With regards
    Balaji

    Hi,
    First check certain customization:-
    (1) FBZP setup for payment method at country level. Whether IDOC generation program is assigned or not.
    (2) Then check the variant of RFFOEDI1 in the printout tab of F110. Is the selection creteria OK?
    (3) Check the partner profile in WE20 for the bank.
    Then run the program RFFOEDI1 in SE38 for your payment run and check the output.
    You can also get this program debugged from you ABAPer to have root cause analysis.
    Regards,
    Gaurav

  • Accounting document not created at the time of capture and post excise duty

    Hi
    Accounting document not created at the time of capture and post excise duty
    Please explain what the reason
    Regards,
    Channa

    reloved myself

  • Bposting document not created(acccount determination error)

    Dear All
    when i am creating invoice in vf01, the system is unable to create accounting document
    i have checked acc assignment of customer and material its their, but still its giveing erro
    error in acc determination
    this is the message iam geting 
    Bposting document not created(acccount determination error)
    how to resolve this issue
    Thanks
    jahangir

    Hi Jahangir,
    Go to VF02 --> Enter --> In change overview screen --> Click at "Enviroment" (Menu) --> Click at "Acc. Determination Analysis" --> Click at "Revenue Accounts"
    You can see the condition types there ---> Open the tree one by one --> see the details on right side --> check for which combination the G/L account is missing
    Maintain the entry in VKOA.
    After that come back to VF02 and release the document.
    If the error still there then check the analysis, whether the required record determined or not.
    Hope this helps.
    Regards,
    MT

Maybe you are looking for

  • User.dir Web Logic Server

    Can I set an environmental variable like user.dir in the Web Logic Server ? Thanks in advance Edited by: Xavi on Apr 30, 2010 3:48 AM

  • How to make small updates to a website

    Hi all, Let's say you make a website and then realize that you want to add or adjust just one of the photos in it. LR will need to remake the entire site from scratch (slow if you have a lot of photos in it). PS on the other hand has always been very

  • Dream Weaver and IFS

    Hi We are having Dream Weaver manage the files on the Desktops of Users Dream Weaver takes care of tracking the embedded image files in the HTML files. questiona are 1. Does IF take care of the embedded Image files (gif, jpgs etc..) and if NO then 2.

  • Tablespace assignment during migration

    Hello all, I've a question about migration workbench: Migration workbench gave two options at the time of repository creation. Local repository or oracle repository. Is it ok to select the local repository instead of the oracle repository? I've teste

  • Flash Builder 4 trial worked once, now crashes on startup

    Hi all, I am experiencing a bizarre problem with the trial Flash Builder 4 on Windows XP Professional: I first tried the plugin for my existing Eclipse Galileo IDE, and that worked great for a day.  The next morning I try to start up Eclipse and it c