Differance in actual credit note and print out

hi ..
in credit note processing ..Customer account is credited but in print out it is showing less amount...

Hi
Sit with abaper & u ll get the difference through debugging.
Or see if at credit note enduser has entered any manually condition type...where quantity is updating but if value has nt entered then then it ll show wrong out put which i hv earlier faced.
Check it
Regards
JAGA

Similar Messages

  • How do I get a PDF document put into an attachment form that I can drag to an e-mail.  Usually I get an icon showing an spiral note book which then becomes an attachment when I drag it to the e-mail, but occasionally it stays in PDF and prints out on the

    How do I get a PDF document put into an attachment form that I can drag to an e-mail.  Usually I get an icon showing an spiral note book which then becomes an attachment when I drag it to the e-mail, but occasionally it stays in PDF and prints out on the e-mail.  What have I done differently?

    Thanks again for the detailed instructions Srini!
    And I really hate to be a pest . . . but . . .
    Using your example and not modifying it, I get the e-mail form filled out correctly and the pdf attached, however, I'm not prompted to sign it.
    Any more clues?

  • Printing different Invoices or Credit Notes series

    Hi,
    I have two types of series on Credit Notes. One is called for example "Credit Note" and the other is called "Debit Note". On PLD, how can I do to print "Debit Note" on the layout when it's a Debit Note series and to print "Credit Note" when it's a credit note series?

    Well, I've made it through some formulas on PLD and associations between fields, but thanks anyway.
    Regards,
    Pedro Santos

  • Not getting print out of PO

    Dear all,
                 I am not getting print out of PO. In the message out put, the config ( NACE , MN04 ) and as well as all setting are correct. in FURTHER DATA tab, the despatch option id 4 : Send immediately ( when saving the application) ; but it is not generating any spool request for print out. i have checked in SP01 and SP02 , but I could not find out any spool request. More interesting, with the existing config and message setting , we were getting print out till one day ago but presently it is not working.
                  Hoping for corrective solution.
    Regards,
    Partha

    Hi,
    check t.code SPAD and involve Basis Consultant.
    Also check NACE t.code for Program, std form,routine, medium
    Note:
    Customisation steps for Output of Purchase Order
    1. Condition Table
    SPRO > Material Management> Purchasing -> Message -> Output Control->Condition Tables->Define Condition Table for Purchase Order
    Select:
    Purchasing Doc. Type,
    Purch. Organization,
    Vendor
    2. Access Sequences
    SPRO -> Material Management-> Purchasing -> Message -> Output Control->Access Sequences->Define Condition Table for Purchase Order
    3. Message Type
    SPRO -> Material Management-> Purchasing -> Message -> Output Control->Message Types->Define Message Type for Purchase Order
    4. Message Determination Schemas
    4.1. Message Determination Schemas
    SPRO -> Material Management-> Purchasing -> Message -> Output Control->Message Schema->Define Message Schema for Purchase Order-> Maintain Message Determination Schema
    4.2. Assign Schema to Purchase Order
    SPRO -> Material Management-> Purchasing -> Message -> Output Control->Message Schema->Define Message Schema for Purchase Order-> Assign Schema to Purchase Order
    5. Partner Roles per Message Type
    SPRO -> Material Management-> Purchasing -> Message -> Output Control-> Partner Roles per Message Type ->Define Partner Role for Purchase Order
    6. Condition Record
    Navigation Path: SAP Menu-> Logistics -> Material Management -> Purchasing-> Master data->Messages-> Purchase Order-> MN04-> Create
    Now you create PO (ME21N) and save it. Go to ME22N and print the PO by giving output type.
    Regards,
    Biju K

  • Credit notes and debit notes

    What is the difference between credit notes and debit notes???

    Hi Friend,
    1. A transaction that reduces Amounts Receivable from a customer is a credit memo. For eg. The customer could return damaged goods.  A debit memo is a transaction that reduces Amounts Payable  to a vendor because, you send damaged goods back to your vendor.
    2. Credit memo request is a sales document used in complaints processing to request a credit memo for a customer. If the price calculated for the customer is too high, for example, because the wrong scale prices were used or a discount was forgotten, you can create a credit memo request. The credit memo request is blocked for further processing so that it can be checked. If the request is approved, you can remove the block. The system uses the credit memo request to create a credit memo.
    You can use credit memos in Sales and Distribution (SD) for assigning credit memo requests to the open invoices and in Financial Accounting (FI) for assigning  credit memos and payments to the open invoices and carry out clearing with them.  If you use both Financial Accounting (FI) and Sales and Distribution (SD),  there is a 1:1 relationship between the credit memo request and the credit memo item posted in Financial Accounting (FI). As soon as you bill the credit memo request together with other sales orders, or distribute the items of one credit memo request to several billing documents, the assignment is no longer valid and the system will not process it.
    For  credit memos, credit memo requests, and payments, you have the following assignment options:
    - Assignment to a single invoice
    - Assignment of a partial amount to an invoice
    - Assignment to several invoices
    When you post  credit memos, the payment programme processes them automatically. If the credit memo is specifically related to a particular open invoice item, the payment program automatically attempts to offset the credit memo against the open item. If it is not possible to completely offset the credit memo against an invoice, you can post a debit memo to the vendor, who is to reimburse the amount.  Then you can apply a multilevel dunning program. 
    3.  Debit memo request is a sales document used in complaints processing to request a debit memo for a customer. If the prices calculated for the customer were too low, for example, calculated with the wrong scaled prices, you can create a debit memo request. The debit memo request can be blocked so that it can be checked. When it has been approved, you can remove the block. It is  like a standard order. The system uses the debit memo request to create a debit memo.
    4.  As mentioned above, creating a credit or debit memo request enables you to create credit or debit memos based on a complaint. For this first create a sales document with the order type for a credit or debit memo  request. You can create the debit  or credit memo requests in the following ways: 
    – Without reference to an order
    – With reference to an existing order
    Here you enter which order the complaint refers to.
    – With reference to an invoice
    Here you enter which invoice the complaint refers to.
    In all cases, you specify the value or quantity that should be in the credit or debit memo
    5. You can block the credit or debit memo  request from being billed in Customizing. Go to Sales -> Sales Documents -> Sales document header -> Define sales document type and select the billing block field in the billing section.  This request can later be reviewed along with similar ones, - if necessary, by another department. The request for a credit or debit memo  can then be approved or rejected.

  • Add a actionlistener to JTextArea and print out string when  the user input

    Hello:
    I got a problem to add a actionlistener to JTextArea and print out string which from the user input a sentence and after the user press the "enter".
    Could anyone help me please?
    Thanks
    import java.awt.event.*;
    import java.awt.*;
    import javax.swing.*;
    import javax.swing.JScrollBar;
    public class PanelDemo extends JFrame {
       private static JTextArea tAreaUp, tAreaDown;
       private BorderLayout layout;
       private static String strings;
       public PanelDemo()
          super( " test " );
          Container container = getContentPane();
          layout = new BorderLayout();
          container.setLayout( layout );
          tAreaUp = new JTextArea(2,1);
          tAreaUp.setLineWrap(true);
          tAreaUp.setWrapStyleWord(true);
          tAreaUp.setEditable(false);
          tAreaUp.append("I am testing ");
          tAreaUp.append("I am testing");
           JScrollPane scrollPane = new JScrollPane(tAreaUp);
           scrollPane.setVerticalScrollBarPolicy(
                            JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
           scrollPane.setPreferredSize(new Dimension(250, 250));
          tAreaDown =new JTextArea(2,1);
          tAreaDown.setLineWrap(true);
          tAreaDown.setWrapStyleWord(true);
          tAreaDown.addActionListener(new TextAreaHandler());
          JScrollPane scrollPane2 = new JScrollPane(tAreaDown);
          scrollPane2.setVerticalScrollBarPolicy(
                            JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
          container.add( scrollPane, layout.CENTER );
          container.add( scrollPane2, layout.SOUTH );
          setSize( 300, 300 );
          setVisible( true );
         //private inner class for event handling
         private class TextAreaHandler implements ActionListener{
              //process textArea events
            public void actionPerformed(ActionEvent e){
               strings=e.getActionCommand();
                System.out.println(strings);
       public static void main( String args[] )
          PanelDemo application = new PanelDemo();
          application.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
    }

    Thanks for your help, but I still got a question for you.
    Do you think the way I register the even handler to the TextArea is correct?
    Because the compailer complains about that which like
    "D:\101\fig13_27\PanelDemo.java:43: cannot resolve symbol
    symbol  : method addActionListener (PanelDemo.TextAreaHandler)
    location: class javax.swing.JTextArea
          tAreaDown.addActionListener(new TextAreaHandler());

  • Miro debit/credit note and subsequent debit/credit

    Dear all,
    May I know under what circumstances we use debit/credit note and
    under what circumstances we use subsequent debit/credit
    Need advice.
    Thanks

    Hi,
    A subsequent debit/credit arises if a transaction has already been settled, and a further invoice or credit memo is received afterwards.
    A subsequent debit/credit changes the total invoice value of a purchase order item; the total invoice quantity remains unchanged. Therefore, only a value-based update of the purchasing transaction takes place. There is no quantity-based
    update.
    1. Subsequent Debit :-You must enter an invoice as a subsequent debit if a purchase order item has already been invoiced and further costs are now incurred. (Example: A vendor has inadvertently invoiced you at too low a price and then sends a
    second invoice for the difference.)
    2. Subsequent Credit :- You must enter a credit memo as a subsequent credit if a purchase order item was invoiced at too high a price and you have now received a credit memo. (Example: A vendor has inadvertently invoiced you at too high a price and then sends a credit memo for the difference.)
    If you enter a subsequent debit/credit, the system suggests the entire invoiced quantity, but no value. The maximum quantity that you can subsequently debit or credit is the quantity that has already been invoiced. You can only enter a subsequent debit/credit for a purchase order item if an invoice has already been posted for this item.
    A subsequent debit/credit cannot refer to a particular invoice.
    Subsequent debits and credits are listed separately in the PO history.
    3. Credit Memo :- You usually receive a credit memo from a vendor if you were overcharged. As is the case for invoices, credit memos refer to purchase orders or goods receipts.
    You post a credit memo if too large an amount has been invoiced. When you post the credit memo, the total invoiced quantity in the PO history is reduced by the credit memo quantity. The maximum quantity you can make a credit for is the quantity that has already been invoiced.
    In the same way as the corresponding goods receipt is expected or posted for the invoice, in the case of a credit memo, the system assumes that the credit memo belongs to a return delivery or reversal of the goods receipt. This means that the credit memo is settled using the GR/IR clearing account.
    Regards,
    Pardeep Malik

  • Differnece between credit note and credit memo

    Hi Gurus,
    Can you please explain differnece between credit note and credit memo clearly .. r they same?
    Regards,
    Subbu

    HI,
    ref the link, whihc will give the complete info
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/a8/b99890452b11d189430000e829fbbd/frameset.htm
    and blw explanation
    Subsequent Debits/Credits are used in cases where the quantity is in the original invoice is to remain the same. For eg.
    PO 10 - $10
    Gr 10 - $10
    LIV 10 - $11 (Logistics Invoice Verification)
    The vendor invoice is more than that in the Purchase Order. In order to correct, the Vendor may send in another invoice for
    the Increased amount or a credit memo for the increased amount.
    If you approve of the price increase, post the subsequent invoice received as a Subsequent Debit/Credit Invoice.
    If it is a credit memo that has been received, then post the credit memo as Subsequent Debit/Credit.
    This would retain the quantity but reduce the amount.
    Subsequent Debit/Credit is for the case when the credit is not for the full amount eg. if the Vendor decided to credit
    only the $1 overcharged.
    Credit memo is for the credit of the full amount and value.
    Credit Memo u2013 A credit memo is received from a vendor if you were overcharged on a previous invoice. It is processed as a reversal of a previous invoice on a quantity and value basis referencing a Purchase Order. In the same way the system assumes a corresponding goods receipt was posted for the original invoice, the system assumes a credit memo is linked to the reversal of a goods receipt. You must change the transaction from Invoice to Credit memo.
    Subsequent Credit u2013 You receive a credit memo from a vendor decreasing the total invoiced value on a previous invoice, not the total invoiced quantity. You must change the transaction from Invoice to Subsequent credit. It is a reduction of value but not quantity by the amount of the credit memo.
    Subsequent Debit u2013 You receive an additional invoice from a vendor because you were undercharged, increasing the total invoiced value, not the total invoiced quantity. You must change the transaction from Invoice to Subsequent debit. It is processed as an increase in value but not the quantity by the amount of the additional invoice.

  • Print priview and print out not matching

    I have a developed a script for Goods receipt.
    In the Print Priveiw in MB90  all the boxes inserted by me are appearing
    but in the print out some of this boxes are not appearing .
    Please help its a bit urgent.

    Hi
    wat you are seeing in the print preview is just the place where the boxes are displayed but unless you specify the intensity or the thicknessof the lines for the box they will not appear in the print.
    try giving some intesity as 10.
    Regards
    Zarina

  • My printer will not detect the alignment page and prints out poorly?

    My printers scanner will not detect the alignment and prints our poorly? Help!

    Please read this post then provide some details.  What printer model? What operating system? Are black and color properly printing on the alignment page?
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Different transitions page build in and build out

    is there a way to create different transitions for page build in and build out in indesign?

    You are correct - that is not Indesign Terminology. I want to have a differnet page transiton when I arrive at page 2 then when I leave page 2. I want objects to animate in a particula waay when I arrive on page two, and those objects to animate away in a differnet way when I leave page 2. I can't seem to get a button to do animations AND then leave a page.

  • How to make a CD Jacket and print out Song order directly from playlist

    I was wondering if there was a way to make a CD Jacket with artwork from songs selected and also how to make a same size sheet to fit in the CD holder that has the exact song order and titles by printing out directly from your playlist.
    I am not sure I worded that right but hopefully you will know what I mean.
    Any help would be greatly appreciated.
    Thanks

    There is a pretty basic CD insert that you can print from iTunes, if I remember correctly it will print whatever artwork is attached to the first song in the playlist.
    Open iTunes, highlight the playlist in question, go to File>Print and choose the CD Jewel Caser Insert radio button. Theres also a little Theme menu.
    However you can get much more flexibility from a dedicated CD Cover program. I use Cover Star, it's inexpensive and makes good quality CD booklets, back covers and disc overlays. It will generated artwork for you or you can drag your own picture files to it. You can download a trial version from this link: http://autostylus.com/coverstar.html. It's fully functional apart from printing so you can play around with it and save the inserts until you decide if it's for you. Purchasing a license then releases the final function and anything you saved previously can be printed off.

  • Report on Credit Notes and Debit Notes

    Hi Experts
    Please assist, I need to run a report showing Credit Notes(Subsequent Credits) and Debits Notes(Subsequent Debits) created over a specified period including date, amount, reference etc.
    Thanks
    CN

    Hi,
    Please check MIR6 & MIR5 reports.
    Put document type of your credit note & debit note and enter date duration then click on execute button.
    Regards,
    Mahesh Wagh

  • Credit Note and Debit Note

    Hi Gurus,
    Please tell me the tcodes for Debit note and Credit note.
    Thank You

    Hi
    please refer
    http://help.sap.com/saphelp_47x200/helpdata/en/47/60fb7a49f011d1894c0000e829fbbd/frameset.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/80/ceafb47f4c11d5992f00508b6b8b11/frameset.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/dd/561076545a11d1a7020000e829fd11/frameset.htm
    hope this helps
    pushkaraj

  • Special pricing discounts and print outs

    Hi all, this is a two part question:
    1)  Can the following scenarios be achieved in Business One?  I am confused about some of the special pricing functionality.
    i) Can you discount based on the value of an order?  ie, if I buy $10,000 will I get a 2% discount off my invoice?
    ii) Can we give away free goods with orders.  ie, if you buy one item, then another is free?
    2)  Does any of the discount information show on the invoice print out labelled clearly?  Say for the $10,000 example, will it show the 2% discount in the discount line of the invoice?
    Thanks for your help!
    M

    One question for one thread please, as you know, it is a forum rule.
    Answer to your 2nd question:
    Yes.  It is doable through a customized PLD although it may not be showed though default system PLD.
    Thanks,
    Gordon

Maybe you are looking for