Draw negative lines to credit notes

There are business cases for using negative lines on marketing documents. In most documents these are now, or are soon to be, working, but there appears to be no plan to allow these to be drawn to credit notes?
If this is not possible, it would be good to at least allow the draw document wizard to open allowing  the positive lines to be drawn, leaving the negative ones behind. This will allow the item costs to remain accurate and remove the possibility for error in translation.

Mrs. Jamieson,
Negative lines in Credit note will be available in 8.8 release.
Regards,
Martin Duffek
SAP Business One

Similar Messages

  • "Cannot draw document with negative rows to credit note"

    Hi Experts,
    A General query :
    I create an AR invoice with two items one with qty 1 and the other with qty (-ve 1)  on posting this invoice the second item / row with negative qty gets closed automatically. Now, I require to post a AR Credit note to this invoice i get the following status error message "cannot draw document with negative rows to AR credit note" when copying to a AR Credit note and it is the same the other way when copying from
    How is it possible to create a  AR credit note to the above scenario. Any sugestions
    V.  2007A SP01 PL05
    Regards,
    Rakesh N

    Hi Rakesh N,
    version 8.8 supports fully the scenario you outline & I would recommend you upgrade to benefit from the new functionalities introduced in that version. Please have a look at the [8.8 landing page|https://service.sap.com/~sapidb/011000358700000199032009].
    Using stand-alone documents & internally reconciling in the lower versions works beautifully on the accounting side yet impacts also the stock side, where corrections in stock value & item cost must be carried out manually.
    All the best,
    Kerstin

  • How to change draw dashed line with arrowhead (not straight)?

    Hi friends,
    The following code sinept draws an arrowed line from a given point to the other point. I want to know how it can changed to be dashed line as well? I would appreciate it if anybody help me for doing such changes.
    Thanks in advance,
    Reza_mp
    import javax.swing.*;
    import java.awt.*;
    import java.util.ArrayList;
    public class ArrowExample extends JFrame
        enum ArrowHead {
            HEIGHT(10), WIDTH(10);
            int n;
            ArrowHead(int n) {this.n = n;}
            public int value() {return n;}
        java.util.List<Arrow> arrows;
        BasicStroke stroke;
        private class Arrow {
            Point start;
            Point end;
            Polygon arrowHead;
            public Arrow(Point start, Point end) {
                this.start = start;
                this.end = end;
                double direction = Math.atan2(end.y - start.y, end.x - start.x);
                System.out.println(direction * 180/Math.PI);
                arrowHead = new Polygon();
                arrowHead.addPoint(0, 0);
                Point p1 = rotate(ArrowHead.WIDTH.value()/2, ArrowHead.HEIGHT.value(), direction);
                arrowHead.addPoint(p1.x, p1.y);
                Point p2 = rotate(-ArrowHead.WIDTH.value()/2, ArrowHead.HEIGHT.value(), direction);
                arrowHead.addPoint(p2.x, p2.y);
                arrowHead.addPoint(0, 0);
                arrowHead.translate(end.x, end.y);
            public Point rotate(int x, int y, double dir) {
                Point p = new Point();
                double r = Math.sqrt(x*x + y*y);
                double theta = Math.atan2(y, x);
                p.setLocation(Math.round(r*Math.cos(theta + dir + Math.PI/2)),
                              Math.round(r*Math.sin(theta + dir + Math.PI/2)));
                return p;
            public void draw(Graphics2D g) {
                g.drawLine(start.x, start.y, end.x, end.y);
                g.drawPolygon(arrowHead);
                g.fillPolygon(arrowHead);
        public ArrowExample() {
            super("Arrows");
            setDefaultCloseOperation(EXIT_ON_CLOSE);
            JPanel p = new JPanel() {
                protected void paintComponent(Graphics g) {
                    super.paintComponent(g);
                    Graphics2D g2d = (Graphics2D)g;
                    Stroke oldStroke = g2d.getStroke();
                    Color oldColor = g2d.getColor();
                    g2d.setStroke(stroke);
                    g2d.setColor(Color.black);
                    for (Arrow a : arrows)
                        a.draw(g2d);
                    g2d.setStroke(oldStroke);
                    g2d.setColor(oldColor);
            p.setBackground(Color.white);
            add(p, BorderLayout.CENTER);
            stroke = new BasicStroke(3);
            arrows = new ArrayList<Arrow>();
            arrows.add(new Arrow(new Point(10,10), new Point(100,100)));
            arrows.add(new Arrow(new Point(300,10), new Point(300,100)));
            arrows.add(new Arrow(new Point(450,450), new Point(400,100)));
            pack();
            setSize(500, 500);
        public static void main(String[] args) {
            setDefaultLookAndFeelDecorated(true);
            SwingUtilities.invokeLater(new Runnable() {
                public void run() {
                    new ArrowExample().setVisible(true);
    }

    Change the draw method as follows:
            public void draw(Graphics2D g) {
                Stroke s = g.getStroke();
                g.setStroke( new BasicStroke( 3.0f, BasicStroke.CAP_BUTT,
                   BasicStroke.JOIN_MITER, 1.0f, new float[] { 10.0f, 10.0f }, 0.0f ) );
                g.drawLine(start.x, start.y, end.x, end.y);
                g.setStroke( s );
                g.drawPolygon(arrowHead);
                g.fillPolygon(arrowHead);
            }

  • Credit notes wit negative lines

    hi,
    actually its not possible to add a credit note with negative lines. Its not possible in 2005A and not possible in 2007A.
    We need this functionality.
    For example there are invoices with positions like that
    item              200 Euro
    - special bonus  20 Euro (has to be added in line because this has to be booked on a special account)
    The invoice is fine. But when the invoice sould we canceled by credit note there is no way to do this by credit note!
    Another example is if the customer returns some items, the special bonus has to be returned too.
    We need this functionality very urgent. Is there a way to get this feature????
    thanks
    Markus
    Is there a way to get this feature?
    Message was edited by:
            Markus Rewak

    Hello,
    We are aware of this problem and we plan to solve this in the future so the user can create the credit note automatically from the invoice.
    Best regards

  • Does Oracle E-Biz 11i support intercompany Invoice with a negative line?

    We are using Oracle E-Biz GL/AP/AR/FA (Oracle E-Biz 11.5.2.10). Now we are facing this issue: When we create an intercompany Invoice with a negative line it does not generate proper inter-company entries.
    For eg:
    Invoice Amount 1000 for company1
    Distribution:
    Company2.account.company1 : 300
    Company3.account.company1 : 300
    Company4.account.company1 : 500
    Company5.account.company1 : -100
    when transfer to GL process is done following entries are generated.
    Company1.Liab account.company1 Credit 1000
    Company2.Exp account.company1 Debit 300
    Company3.Exp account.company1 Debit 300
    Company4.Exp account.company1 Debit 500
    Company5.Exp account.company1 Credit 100
    on posting following Intercompany transactions are generated.
    Company2.Interco Payable account.000 Cr 300
    Company3.Interco Payable account.000 Cr 300
    Company4.Interco Payable account.000 Cr 500
    Company5.Interco Recievable account.000 Dr 100
    Company1.Interco Recievable account.000 Dr 1000
    where as the correct entry should be :
    Company2.Interco Payable account.company1 Cr 300
    Company3.Interco Payable account.company1 Cr 300
    Company4.Interco Payable account.company1 Cr 500
    Company1.Interco Payable account.company5 Cr 100
    Company5.Interco Recievable account.company1 Dr 100
    Company1.Interco Recievable account.company2 Dr 300
    Company1.Interco Recievable account.company3 Dr 300
    Company1.Interco Recievable account.company4 Dr 500
    Have you faced this kind of issue? Does Oracle support intercompany Invoice with a negative line (credit)? If 11i doesn't support this feature, does Oracle E-Biz 12 support this feature?
    Your insights will be very helpful.

    Hi,
    Now we are trying to convert the 11g-Database UTF-8 characterset to AL32UTF8 characterset.Why do you need to change the database characterset?
    As per metalink Notes, there is no very clear steps on how to deal with Apps Environment after DB characterset change using CSALTER.Did you go through these documents?
    Note: 788156.1 - AL32UTF8 / UTF8 (Unicode) Database Character Set Implications
    Note: 260192.1 - Changing the NLS_CHARACTERSET to AL32UTF8 / UTF8 (Unicode)
    Note: 124721.1 - Migrating an Applications Installation to a New Character Set
    Note: 225912.1 - Changing the Database Character Set ( NLS_CHARACTERSET )
    1) After DB characterset change, do we have to run Autoconfig, after editing the DB XML file to reflect new characterset value.Yes.
    2) Does the same apply to Application CONTEXT file also for APPL_TOP, etcAre you also changing the application tier characterset? However, I would say you will have to run AutoConfig in both cases.
    3) when shud we run adadmin- filesystem cahracterset conversion. Before or after autoconfig.Run the "Convert character set" via adadmin, then run AutoConfig -- See "Oracle® Applications Maintenance Utilities" manual for details.
    Also i am facing issues in connecting to sqlplus from applmgr user after the DB characterset change.
    It just core-dumps.Did you implement all the steps mentioned in the documents? What is the complete error message? What does "echo $NLS_LANG" return as oracle and applmgr users?
    Regards,
    Hussein

  • Raising a credit note for a VAT credit.?

    Clients wants to raise a credit note for VAT credit.
    Unable to credit negative amount . i.e. cannot enter negative amount in credit note.
    Trying to adjust VAT.
    Also they d o not want separate process. i.e. they raise a credit note and invoice.
    What is the best way rud this ?
    Edited by: Darpal Thiarha on May 20, 2008 7:47 PM
    Edited by: Philip Eller on Jun 3, 2008 8:53 AM
    Edited by: Philip Eller on Jun 17, 2008 9:18 AM*

    hi darpal,
    Tick mark "Allow negative tax amount in rows" in
    document settings and then have a try.
    Jeyakanthan

  • How do I Credit Note negative amount line item in Invoice

    Hi Experts,
    I have an AP Invoices that have a negative line item total.
    Now that I realize there is something wrong with this AP Invoice, I will like to CN it. But I was stopped by SAP, because I cannot CN a negative amount line item.
    Can anyone advice me how can I Credit Note (in any sense) this negative line item?
    Much Thanks!
    Warmest Regards,
    Chinho

    Hi Chinho,
    I believe this functionality is to be made available in version 8.8. The SAP workaround for 2007 is:
    To cancel an invoice with negative line, please use the workaround as
    per below:
    1. For the rows with the positive Row Total, create an "independent"
    Credit Memo (not based on an Invoice).
    2. For the rows with the negative Row Total, create another Invoice
    with a positive Row Total opposite to the original negative Row,
    and reconcile between the two rows manually via Internal
    Reconciliations. (This option is available in Banking module in
    2005 version and in Business Partner module in 2007 version.)

  • Credit note for invoice with item with negative value

    Hi,
    is it possible to create credit note for invoice, where in one line is negative value (its non stock item).
    There exists 2 possibilities:
    negative qty and positive price (its possible create only through SDK, not SBO)
    positive price and negative qty
    for example
    itemcode 123
    qty -1
    price 1000
    How to create credit note from this invoice?
    Thanks a lot for hints.
    Petr

    Hello Petr Verner,
    It's a standard functionality of Business one, that it is impossible to enter a negative amount in an independant credit note or in a credit note based on a invoice with negative amount.
    To solve this issue:
    1.  For the rows with the positive Row Total, create an "independent" Credit Memo (not based on an Invoice).
    2.  For the rows with the negative Row Total, create another Invoice with a positive Row Total opposite to the original negative Row, and reconcile between the two rows manually via Banking => Bank Statements and Reconciliations => Reconciliation.
    Hope the above helps.
    Wilma Wang
    SAP Business One Forums Team

  • Assignment Field In Customer Line Item While Credit Note - SD

    When Invoice is been Generated through SD , assignment field in Customer Line item is getting SD Invoice number.
    But while Generating Credit Note through SD , it is taking Customer
    Account number in teh same field. What could be the reason ?
    We need Credit memo number in the said field.
    thanks in advance.

    Visu
    These configurations come from the copy controls. In the Copy controls you need to assign the correct requirements, allocation number and the reference number. For the copy controls for your crredit memo document, you need to change it similar to your billing document settings. The transaction code for this is VTFA and VTFL. Hope this helps.
    I found a similar thread for your reference in the SDN.
    Assignment Field - Accounting Document
    Let me know if you need anything else on the same.
    Karthik

  • Text blank in Customer line item display for credit notes

    Dear SD gurus,
    We are creating credit memo request in SAP and credit notes are created later on. Now when we look the customer line items, the credit note number is seen over there. But the text field is coming blank. We want to enter some text in the credit memo request and the same should be displayed in the customer ledger i.e., customer line items.
    Kindly suggest some solution.
    Thanks in advance.

    Hi
    Can you elaborate more? Is it that the text is not getting copied form Refernce document to subsequent document ?
    Regards
    Deepak

  • Drawing line on PDF - not working in Acro 8 and 9

    I have code in a simple Acrobat plugin that draws a line from the point where the mouse button was pressed to the current mouse pointer position, refreshing the lines position as long as the mouse button is being held down. The code works fine in Acrobat 6 and 7, but appears to do nothing in Acrobat 8 and 9 (the code is being called, but no line is drawn). Any insights would be most appreciated. The code is copied below - the first function simply converts the User space point to windows screen coordinates, and the clickProc function is called by an AVAppRegisterForPageViewClicks notification.
    Thanks in advance!
    void AVPageViewUserPointToScreen(AVPageView pageView, ASFixedPoint *src, POINT *dest)
    ASFixedMatrix matrix;
    ASFixedPoint fp;
    AVPageViewGetPageToDevMatrix(pageView, &matrix);
    ASFixedMatrixTransform(&fp, &matrix, src);
    dest->x = FixedTruncToInt16(fp.h);
    dest->y = FixedTruncToInt16(fp.v);
    ACCB1 ASBool ACCB2 clickProc(AVPageView pageView, AVDevCoord x, AVDevCoord y, AVFlagBits16 flags, AVTCount clickNo, void *data)
    ASFixedPoint fpStart, fpEnd;
    POINT drawStart, drawEnd;
    AVDevCoord x0, y0;
    WinPort winPort;
    LOGPEN pen;
    POINT width;
    //store the start point in user space
    AVPageViewDevicePointToPage(pageView, x, y, &fpStart);
    //Get the starting point in screen coordinates
    AVPageViewUserPointToScreen(pageView, &fpStart, &drawStart);
    drawEnd.x = drawStart.x;
    drawEnd.y = drawStart.y;
    winPort = (WinPort)AVPageViewAcquireMachinePort(pageView);
    pen.lopnStyle = PS_SOLID;
    pen.lopnColor = RGB(128, 128, 128);
    width.x = 1;
    pen.lopnWidth = width;
    HPEN hPen = CreatePenIndirect(&pen);
    SelectObject(winPort->hDC, hPen);
    SetROP2(winPort->hDC, R2_NOT);
    while (AVSysMouseIsStillDown())
    AVPageViewGetMousePosition(pageView, &x0, &y0);
    //erase the previous line
    MoveToEx(winPort->hDC, drawStart.x, drawStart.y, NULL);
    LineTo(winPort->hDC, drawEnd.x, drawEnd.y);
    //store the new end point in user coordinates
    AVPageViewDevicePointToPage(pageView, x0, y0, &fpEnd);
    //Get the new end point in screen coordinates
    AVPageViewUserPointToScreen(pageView, &fpEnd, &drawEnd);
    //draw the NEW line
    MoveToEx(winPort->hDC, drawStart.x, drawStart.y, NULL);
    LineTo(winPort->hDC, drawEnd.x, drawEnd.y);
    return TRUE;

    Hmm...
    I don't see anything obvious that would have changed in Acrobat 8 and later. We did change from 16->32 bit coordinates back in Acrobat 7 - but you say the code works fine there, yes?
    If you are still having problems, I would recommend filing a formal support request with developer support.

  • Sub-line of credit in case of facilities

    Hi,
    I have created various lines of credit in TCL1 such as
    1.Funded
    2.Non-Funded, etc
    I created a facility using 56B. At the structure tab, there is an option 'Other lines'. Here, I want to have the Prim.line of credit as the Main line of credit and the sub-lines of credit as
    Funded and Non-funded.
    However when I try to do that I get an error FTR_FC012:Main Line of credit cannot be selected.
    Please guide.

    Hi,
    Thanks for your suggestion. However, there is a problem.
    Let me give u an example for better understanding of the requirement.
    eg. Suppose there is a facility sanctioned for $1 million out of which $0.60m is funded and $0.40m is non-funded.
    So the limits would be:
    Main line of credit/prim.line of credit =$1m. The bifurcation of which would be Subline : funded=$0.60m & non-funded= $0.40m
    When I draw $0.30m against Funded sub-line, my drawings should show $0.30m against Funded as well as main(prim.) line of credit.
    However, currently I am getting drawings only against Funded and not against the main line of credit.
    In other words, it is treating the main line of credit as independent of the subline.

  • Issue in creating Credit Note for road carrier invoice from SAP TM system

    Dear All,
    I am facing issue in creating Credit Note for road carrier invoice from SAP TM system.
    The following steps I have performed:
    1)  
    1)    1) Create Freight order with Amount 20,100
    2)     2) Create Freight Settlement Doc and send it to ECC. Hence PO and SES will be created in ECC with Amount 20,100
    3)     3) Invoice verification (MIRO) done w.r.t. FO in ECC with Amount 20,100 and following entries posted :
    Carrier A/c - 20,100Cr
    GR/IR A/c – 20,100 Dr
    4)    4) Created Credit Note in SAP TM against freight order with Amount 1,010 and transfer it to SAP ECC.
    5)    5)  By this a new PO and SES was created with negative values (with amount 1,010) in SAP ECC
    6)    6)  In transaction MIRO, Credit Memo was created against the freight order.
    7)    7)  By this it is showing value 21,110 by adding the line items of Original Purchase Order and Credit Note Purchase Order as 20,100 and 1,010 respectively.
    8)    8)  By posting this following are the accounting entries which is not correct:
    Carrier A/c – 21,110 Dr
    GR/IR – 20,100 Cr
    GR/IR – 1,010 Cr
    9)    9)  In report FBL1N which is showing the remaining liability of value 1,010(21,100 – 20,100) instead of 19,090 (20,100-1,010=19,090) for the carrier.
    Please suggest how to resolve the issue and get the correct accounting for credit memo?
    Regards,
    Vibhu Gupta

    Hello,
    Like my reply in Linkedin group, I got the same issue and solved with BADI in TM side(REQREQ...).
    Regards, Marcelo Lauria

  • Alternative for 'AR Receipt apply to Credit Note'

    we are using 11i. in the AR Receivables User Guide (115arug.pdf), we found this:
    You can apply receipts to any type of transaction except guarantees and standard credit memos.
    however, our users are requesting if they can apply the receipt to credit memos.
    Need advice on alternatives.
    Business scenarios:
    1) revise of price
    let's said we have 3 invoices,
    INV 1=$ 1000 (with 1 line, $ 100 * 10 Each), on 90 days terms.
    INV 2=$ 2000 (with 1 line, $ 100 * 20 Each), on 90 days terms.
    INV 3=$ 3000 (with 1 line, $ 100 * 30 Each), on 90 days terms.
    on day 75, we decided to revise the price to $90 (we are telco industries, handset price drop very fast).
    so user will generate a Credit Note of $10*60=$600, not related to any invoices. (CN1)
    when customer make payment of $90*$60, user create a receipt of $5400, and would like to apply to INV1, INV2, INV3, and CN1.
    but Receipt can not apply to CN1. what can we do here? (right now they apply CN1 to INV1, and Receipt to part of INV1, full INV2, INV3, which to them, look weird)
    p/s: above is simplified scenario, sometimes we have a lot of invoices/lines, which user dun want to create many CN, but wish to create a lump sum CN.
    2) RMA on paid invoices
    let's said we have 3 invoices,
    INV 1=$ 1000 (with 1 line, $ 100 * 10 Each), on 90 days terms.
    INV 2=$ 2000 (with 1 line, $ 100 * 20 Each), on 90 days terms.
    INV 3=$ 3000 (with 1 line, $ 100 * 30 Each), on 90 days terms.
    on day 34, customer make full payment of INV 1 (RCP1, $1000). so now the open balance is:
    INV 1= $ 0 (fully paid)
    INV 2= $ 2000
    INV 3= $ 3000
    on day 51, customer found the unit faulty(our customer actually is the dealer, they dun open/check the received stock immediately), request for RMA.
    So our user create RMA order, complete it, and during autoinvoice, a CN1 is created and automatically apply to INV 1. so now the balance is:
    INV 1= $ -1000 (receipt applied, credit note applied, thus become negative amount)
    INV 2= $ 2000
    INV 3= $ 3000
    on day 80, customer pay the remaining $4000 (RCP2, $4000). user wish
    1) CN1 is not automatically apply to INV 1 if INV 1 has been paid. (is this possible?)
    2) RCP2 ($4000) can be apply to INV2, INV3, and CN1.
    please advise what is the right way to handle above scenario, thanks.

    Hi,
    I also faced same issue. Please use ar_receipt_api_pub.Apply_other_account API. This should solve your problem.
    Thanks,
    AB

  • Credit Note Without Stock Update

    Hi Experts,
    Here I have come across a scenario where it is required to generate credit notes after A/R Invoices for customers if we furthur wish to allow them some Price Discount/Exemptions . Here a new Form For this purpose is required to be created using SDK as the B1's A/R Credit Memo also updates the stock which is not required .
    So The Credit Note Form would refer to the Base Document ( A/R Invoice ) and would allow the users to update the Unit Price,Discount,Tax Code ....
    Furthur For Payments, The List should not pick the entry from A/R Invoice rather from this credit Note as it is just an update of that A/R Invoice only.
    Im not able to close that A/R Invoice and introduce that Credit Note into payments grid.
    Plz suggest me how to resolve this problem.
    Awaiting for response.

    HI,
    this is not possible.
    Tips:
    1. Create a reserve invoice with negative amount with items copying the original invoice rows inside with custom code. (this will not thouch the stock).
    or
    2. Create a non inventory managed item (service type)  - code: DE (Discount/Exemptions)
    then you can use it:
    2.1. Create the credit memo
    2.2. Copy lines via custom code, but the itemcode will be always your itemcode, and every other can be copied from Invoice.
    each cases there will no connection between your Original Invoice and Created Credit Memo/Reserve Invoice. You should have to use custom code to copy lines from original items.
    In payment you can use the numatcard field for matching the documents together (numatcard: Vendor/Customer reference number)
    Regards,
    J:

Maybe you are looking for

  • Weird keylistener problem...

    I just upgraded my java to 1.4.2 which caused this problem i believe. I add an action listener with the following code:     this.addKeyListener(new java.awt.event.KeyAdapter() {       public void keyPressed(KeyEvent e) {         main_keyPressed(e);  

  • Is it possible to make a background pic in SAP SCRIPT ..........

    PLS LET ME KNOW IF YES

  • FTPS podcast producer

    Anybody have any luck publishing with FTPS? I am able to publish via ftp to a filezilla server but am unable with FTPS. I get a "not logged in" error on filezilla. I am using the exact same workflow. I change from ftp to ftps and it does not work. An

  • Displaying Information selected within a Checkbox Choice column on a separate line

    I am looking to change the display output of a Choice column, which has checkboxes enabled for multiple selections, to show on Separate lines. At the moment when more than one box is selected the data is separated by a comma JR

  • *help*  Select Expert (filters) in crystal

    problem with crystal.... i need help in the following situation.   when i go to create a report i go to select expert,  then click on category and select say copper fittings.  boom i get a list of all my copper fittings.  my design sheet is set up so