Billing document does not capturing basic amt. capture only duty part

Hi
while doing billing on customer
the billing document does not capturing the basic amt on , it only capture only duty part.
pl suggest , how resolve the prob.
Regard
R.Sharma

HI,
Check the pricing procedure, in that remove the statistic for the pricing condition then try,
i think will resolve the issue, pricing should not activate the statistic
Thanks & Regards
Rajasekhar

Similar Messages

  • Excise Invoice creation error -Billing document does not exists

    Dear Experts,
    I have created supplementary sales order, billing with refernece through sales order by VF01.
    Now I want to create Excise Invoice but system gives error Billing Document does not exists
    I have checked billing document in VBRK table & it is showing in table.
    My item categroy is L2N -and set it to C
    I have assigned Billing type under Outgoing excise invoice ->Assign billing type to delivery type still my excise invoice is not generating.
    Pl. guide me.
    Thanks
    Trupti

    Resolved my problem.
    Actually in Billing item categroy if you put SD Doc. Catg. as M you can do excise invoice even if you have not created the
    outbound delivery.
    So cycle will be Supplementary Sales Order->VF01 with ref. to SO->J1IIN -Excise invoice creation.
    Thanks to all.
    Trupti.

  • Billing document does not exist in VF22

    Dear Experts,
       We are working on Invoice list it gives output with LR00.
    but we have created a new output type ZPGR and assigned in
        SD>Billing>Billing document>Invoice List>Maintain Output for Invoice list
         Prgram-RLB_INVOICE and smart form ZS_INVOICE_PACK_2_GRP
    and VF21 i was able club billing documents. but in VF22 while issuing output it give error 'Billing document does not exist'
    checked and found because VBTYP in VBRK for invoice list document(LR) it is 3. but RLB_INVOICE program checking values MNOPSU56.
    any idea how to deal with, is there any other program instead of RLB_INVOICE to assign smart form
    Please suggest
    Regards
    Siva

    Hi Sunkesula,
    below is the sample Z print program.
    i copy some of the code from RLB_INVOICE and change the sapscript calling method to smartform calling method.
    REPORT Z_TEST.
    INCLUDE XXXX. "you may define any include you want
    INCLUDE XXXX. ""you may define any include you want
    *       FORM ENTRY
    FORM entry USING return_code us_screen.
      DATA: lf_retcode TYPE sy-subrc.
      CLEAR retcode.
      xscreen = us_screen.
      PERFORM processing USING us_screen
                         CHANGING lf_retcode.
      IF lf_retcode NE 0.
        return_code = 1.
      ELSE.
        return_code = 0.
      ENDIF.
    ENDFORM.                    "ENTRY
    *       FORM PROCESSING                                               *
    FORM processing USING proc_screen
                    CHANGING cf_retcode.
      DATA: lf_formname           TYPE tdsfname,
                lf_fm_name            TYPE rs38l_fnam.
    * SmartForm from customizing table TNAPR
      lf_formname = tnapr-sform.
    * determine smartform function module for invoice
        CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
          EXPORTING
            formname           = lf_formname
    *       variant            = ' '
    *       direct_call        = ' '
          IMPORTING
            fm_name            = lf_fm_name
          EXCEPTIONS
            no_form            = 1
            no_function_module = 2
            OTHERS             = 3.
        IF sy-subrc <> 0.
    *   error handling
          cf_retcode = sy-subrc.
          PERFORM protocol_update.
        ENDIF.
      ENDIF.
    "call the fm of the smartform. You may pass in any data you would like to display here
    CALL FUNCTION lf_fm_name
    ENDFORM. " processing

  • Cancellation document does not generate Accounting document

    Hi Experts,
        I am facing an issue that when a Billing document is getting cancelled through workflow ,the billing document does not generate a accounting document .I tried debugging the issue to check it but could not find the root cause of the issue.
    In the code we are using 'BAPI_BILLINGDOC_CANCEL1 to cancel the billing document.
        How to find that the accounting documents are getting  generated from the corresponding billing documents correctly.
    Thanks&Regards,
    Praveen

    First of all, are you able to create S1 type cancellation document after you call the BAPI? If you are not even able to generate the cancel document, perhaps you are missing committing the BAPI after calling it by using BAPT_TRANSACTION_COMMIT.
    Also are you able to create cancellation and accounting document by calling the BAPI through a test ABAP program? First check it out before using it in your workflow.

  • Material Documents did not capture cost centre

    Hi,
    There are some PGI / Material documents did not capture cost center.These vehicles are missing cost center in the PGI/Material  document and i am unable to figure out why is it happening.
    Can u please help me understand why the cost centre is missing ?
    Would you clarify that issue.
    Thanks and best regards,
    pragya

    if your material GL account (P&L) account are created as cost elements, you cannot post any document with out cost object. If you GR is through production order, need not assign any cost center, as production order itself is cost object. For other cost elements you can assign cost center in OKB9.
    regs,
    ramesh b

  • Document does not contain any selectable items

    Respected Gurus!!!
    The following error popped up while trying to capture excise invoice. The allocation was with reference to purchase order / scheduling agreement.
    "Document does not contain any selectable items"
    Here are the other relevant details:
    1. Material has been "chapterised!!"
    2. Excise details have also been maintained for the vendor.
    My issue is:
    Why is it that when I  am trying to find the purchase order before doing a goods, this error comes up?
    I wish to directly do a "capture excise invoice" without a goods receipt.
    Seeking help gurus
    Jaideep

    Hi,
    First you have to post a goods receipt then capture & post Excise invoice using J1IEX.
    Or you can post Excise invoice manual without referecne of purchase order.
    But ideally you have to capture & post Excsie invoice after Goods receipt only where as only in case of Import you have to capture duties before GR through planned delivery cost using MIRO and after Godds receipt you can post the Excise invoice.

  • Billing document should not be cancelled after creating return sales order

    Hi All,
    Billing document should not be cancelled after creating return sales order with reference to billing document. Please suggest configuration settings on the same.
    Sudheer.

    Hi,
    In SAP, when the sub-sequent document is existing , we can not cancel the preceeding document. Therefore if you want to cancel the billing document you need to calcel the documents which are created with reference to that.
    Check and confirm.
    Regards,
    Ravi Duggirala

  • "Document  does not exist" exception when updating a Purchase Order, Agentry

    Hello Gurus,
    I updated a PO in SAP by calling the Bapi. It displays the error:
    com.syclo.sap.mm.steplet.POUpdateSteplet::throwExceptionToClient::1513::POUpdateSteplet - Document  does not exist |
    I checked on SAP and found the PO there. And in the log file, the PONumber, Company code are sent to the server. Then  why It throws the above exception.
    I spent a day but cannot find out what happen to the PO. Please help me. Thank you very much.
    Edit: Even though I hard coded the PO Number, it still display the error.
    JCO.Structure header = _imports.getStructure("IS_POHEADER");
      String poNumber = user.getString("transaction.PONumber");
      setValue(header, log, "PO_NUMBER", poNumber);
      String companyCode = user.getString("transaction.CompanyCode");
      setValue(header, log, "COMP_CODE", companyCode);
      String purchaseOrg = user.getString("transaction.PurchaseOrganization");
    JCO.Structure headerX = _imports.getStructure("IS_POHEADERX");
    setValue(headerX, log, "PO_NUMBER", poNumber);
    setValue(headerX, log, "COMP_CODE", "X");

    Jason,
    I checked the SAP error log and found the issue in the log. I am not sure if it is the cause of "Document doesnt exists. Please help me figure it out. Thank you very much.

  • 'Document does not contain any items' error while posting GR from BAPI

    Hello Friends,
    I am trying to post GR from BAPI 'BAPI_GOODSMVT_CREATE' but some time it post successful and some time it does not post..gives error 'Document does not contain any items'....i have search all option but did not get any solution why this error is coming....kindly help me if you have any information regarding that.
    The strange thing is i have alrady posted GR with some test data and later on again am trying to post GR with same test data but it is giving error as above.
    For your information...i am using enhancement spot in standard program for GR posting...could it give any problem.
    Regards,
    Rajkishor.

    Solved by my self...problem was i were using enhancement spot in standard program because of this it was creating problem have search new enhancement spot and put my code out there now it is working fine.
    Thanku very much all of you for your reply.

  • Error "Account assignment 00 for  purchase document does not exist " when u

    Hai,
    I am encountering the following problem when posting a PO based Invoice using BAPI_INCOMINGINVOICE_CREATE.
    The error says " account assignment 00 for purchasing document does not exist".
    The scenario is very simple.  I need to raise an Invoice against a PO. the PO has a single line item of quantity 10 net price 10.  Tax code is U2 ( 7% tax).
    I am passing the following at header level.
    Invoice_indicator ( as 'X'),company code,doc date , posting date, gross amount (107, currency USD, calc tax indicator as 'X'.
    At line item i am passing Invoice document item 000001, po number , po item number, tax code(U2) item amount (100),
    Does this error has got any thing to relate configuration matters?
    Regards,
    Upender

    Hi Upender,
    In some cases, depending on the type of PO / Posting,
    you might have to populate the accounting data itab and pass in the BAPI parameter.
    you can select the accounting data from EKKN for the PO.
    Again it depends on the PO category, wether you need to populate Qty & Unit in accounting data.
    Further, the accounting data should be exactly the same as there in EKKN ( all the fields except Qty & Unit ).
    Thanks,
    Ram

  • Saved keynote document could not be read. Error message says The document does not have a valid format.

    Using Keynote '09 on an iMac OS 10.8.4. Two of my students saved a Keynote file then the next day when trying to open received an error message- The document "4b Molly.key" could not be read. The document does not have a valid format. The students are saving correctly. Any ideas how we can retrieve a working file? Why did this happen?

    Just tagging on as I encounted this problem this morning.  I'm using Mavericks, on MBP (late 2013). 
    Have both Keynote 5 and 6 - tried to open the file in both, to no avail.   I have also tried the renaming of .key to .zip that seemed to work for others with previous OS, but does not fix now.  Also tried uploading to iCloud, renaming, redownloading - no fix there either.  I've tried to open on iPad and on a different user's iMac - again, get the same error.
    It worked yesterday and the day before.  It is a large file; however, I realized that from last night to this morning the only different thing I did was that I inserted photos in the keynote deck by drag & drop verses Insert/Choose and wondering if this corrupted the file.
    I'm going to hope a fix is out there somewhere and that I don't have to spend hours upon days upon weeks redoing this 98+ page deck.
    Any suggestions?

  • Document does not exist (Message 06 619) in creation of PO

    Hi All
    Can any one help on this below issue:
    The error is 'Document does not exist' on each item that was on that RFQ to wrong vendor.
    That is because I sent them out on an RFQ with different vendor.
    Now I wish to process and save the PO to correct vendor.
    How do I get rid of those errors that do not allow me to save PO?
    Thanks
    Sada

    issue resolved

  • The cost of billing document is not the same as GI cost

    Dear Expert,
    Condition EK02 in the billing document is not picking up the Cost of Goods sold at the time of goods issue.
    We have a Made-to-Order Sales Order with a production order. The cost condition EK02 on the billing document is picking up the EK02 from the sales order. We would like it to pick up the actual cist of goods sold (cost on the goods issue).
    Any help would be appreciated.
    Many thanks!
    Raymond

    Hi Raymond,
    My proposal: insted the condition type EK02 - Calculated Costs choose the condition type VPRS - costs.
    I guess you want to transfer the costs into CO-PA ... if yes, don't forget to assign the condition type to a value field (KE41).
    Have a nice day

  • Clearing document does not balance to zero

    Hello to the community,
    maybe someone ever been through this issue before:
    We had to regenerate documents (via RFSEPA01 program) for a GL account which was switched to open items incorrectly years ago and for which account balance and drilldown did not tie. After running the program all tables seemed to be aligned as FAGLB03, FAGLL03, FBL3N and F-03 were all in sync.
    The issue comes when a clearing document was created for one of these documents and now it is still sitting in BSIS table although it was cleared. The clearing document does not balance out to zero but the user was able to post it through F-03 but cannot reverse it through FBRA we get message:
    Balance of the line items is not zero F5136.
    The solution would be to delete this record from the BSIS table as account balance and details match but not FAGLL03, FBL3N and F-03. I ran report TFC_COMPARE_VZ for the company code and nothing was found.
    Any idea?
    PS- I have been through a bunch of OSS notes and could not find anything as this is not related to payment card neither to + or - signs.
    Kindest regards,
    Gen
    Here are the details of the clearing document created:

    Hello Geneviee,
    Thank you for your reply, please return the message when you are ready for me to logon and I will try and deal with it as soon as possible.
    Kind Regards,
    Martin

  • Billing document are not flowing into FI and COPA

    Hello SAP CO gurus,
    please help me out by giving possible reasons why Billing document are not flowing into FI and COPA.
    what are the settings need to check?
    is there any option to get release by manual?
    Initiatives rewards with points........
    Regards
    Chandra.

    Hello Chandra,
    Check whether any standard cost estimate is existing for that material for which your billing. If it is there then check whether costing key from COPA is able to access the cost estimate.
    I am also working on the same issue but not solved yet.
    regards
    Nivas

Maybe you are looking for

  • Reinstalled Acrobat Pro 8.1.6 won't let me print web pages to PDFs

    I'm really ticked at Adobe's "help" in updating the program only to cause a lot of misery.  I'd read Acrobat had a security update, and got a constant reminder from Adobe update to install the available update.  I've been using Acrobat Pro 8.1.6 with

  • Removing Bate stamping (Adobe 8 Professional)

    Case: Our production guy, bate stamped a couple of pdf's. Some attorneys, then redacted the pdf and saved them. Our production guy, had to remove the bate stampes on the pdf's and create new ones, but some of the pdf's would not let him do so. He got

  • WRT 54G problem

    Last night there was a storm. I had my xbox plugged in the ethernet and so did my roommate and he also had his coomputer plugged in with an ethernet cord. Today, the router is not working. Only the first port the third and fourth ports are working. D

  • Members of groups

    Hi, I have a groupOfNames object with 1000 members. I want to know if using Novell.Directory.Ldap I can obtain first 100 members, then the next 100, etc (the same functionality as range attribute from DirectoryServices search. ) Regards, Veronica

  • Leopard to Lion

    We are a school in the UK; at present we have an Leopard xserve (10.5.8) as our ODM linked to our active directory (for logins/home directories) serving about 45 Leopard (10.5.8) iMac clients. We are about to replace 30 of these clients with Lion iMa