Invoice printing issue

HI ...
I have an issue in printing invoice.....
invoice contains 7line items per page....
Against that particular invoice  original copy which was taken print out , tha last item line is completely missing and that too
suppose ...last item 070   cs   12345     lemon tea description   4343.00       1234.00 
                                                               *non-taxable*
                                                               *support*       ....
In the above displayed last line item 070 line is completely missing ,but the 2nd and 3rd line of the description in next lines are being displayed.....
and this problems occurs only in the first print in ,when it is printed on a plain paper it is perfectly fine and displays the first line as well...
i want to know how to debug and find the solution in th driver porgram as i think  the problem is inthe logic of driver program.
output type is rd00..and it is only single output type....
please help me solve this ticket as its on high priority.....sos
thanks in advance
Santosh

Hi Expert
seenario 1:
Unit price is not printed in Invoice, in case the item condition type is ZN00. Customer is demanding that every item does appear on the invoice with an unit price
Scenaro 2 :
Customer requires item details of the individual invoices on the invoice list; they want to see the lines for full service and rental separately. Currently smartform ZSDINVOICE_LIST_SF_PORT does not support this 
Please help me on this issues

Similar Messages

  • Invoices Printing issues

    The invoices when printing are not coming out in order. It prints page one, then page 3, then page 6.
    Can anyone help me on this?

    Hi,
    Please check the printer setup. May be you have given selection option as 1,3,6 etc.
    Regards,

  • In BI Publisher RTF table layout issue for invoice printing

    Hi,
    I am working on check printing and invoice printing project on bi publisher and i am facing one issue. That is i have used section break on check priting so because of that if the the records are more than 20 then check will print on second page and on first page there would be void printed othervise it should print on first page only. In this case the preprinted stationary is not having invoice table form. we are using blank preprinted stationary to print this .
    Now i have done with invoice and cheque layout but in output if the number of records are more than 20 then its going to second page but the problem is that invoice table break into two parts and and the end lineof table layout is not coming on first page .even on second page i am not getting start layout line to make complete table outline.
    I want that full table layouton both the pages of the table. i have tried to to create table skeleton and used it as a watermark to print all the records on it but it is coming in to the middle of the page .so it not working.
    Please anyone knows the solution on this problem please let me know or share your thoughts on this issue.
    As i have tried many options but still stuck into this issue .Kindly help me.
    Regards,
    Prachi G.

    Hmmm ... sounds like a regression bug.
    I would contact support, provide, the version you are using, layout template, sample XML data, 2000 RTF output and 2003 RTF output and ask them to investigate.
    Tim

  • URG:11i to R12.1.3: Invoice print Selected Invoices fails with REP-1419

    Hi,
    Invoice print Selected Invoices fails with the following error: Forcing NLS_NUMERIC_CHARACTERS to: '.,' for XDO processing
    APPLLCSP Environment Variable set to :
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.UTF8
    REP-1419: 'beforereport': PL/SQL program aborted.
    Checked the setups based on 557171.1, 375693.1,1101855.1.
    Still the issue is existing.
    May i know the cause of the issue or is it a bug?
    Thanks
    Nancy

    Hi ,
    The cause of the issue is the standard rdf is set to run for single operating unit. But R12 is a moac setup enable application. Hence The operating unit mode is changed to Single from null in system administration concurrent program setting for the XML report concurrent program.
    This fixed the issue.
    Thanks
    Nancy

  • Excise invoice printing problem (page skiping)

    Hi all,
    Issue: Excise invoice printing as maintained in billing document.
              In each page, page no, address, so no etc will come in the header portion.
              In main window, I have to print out 10 line items of billing doc.
    If line items exceeds 10 lines then subsequent items should be printed in the following page. And at the very last page, asseable amount, vat, tax amount, mode of transport & amount in words should be printed.
    It is getting printed superb without header text of billing doc.
    Requirement is that after printing completed of all line items, first seven line of billing documents header details (eg FG, semifinished, packing, size, etc.) are to be printed.(eg if line item is 10, then header details will be printed in the last page containing footer details). I have declared two text element in main window (one is item, another is header text). My requirement is to control dynamically print of items as well as header text in main window. I have declared 7.60 MM of main window height which is suitable for only 10 line item printing. Header text will come only on last page. I have declared 7 different header text variable in main window as maintioned in driver program. If there is no header text in billing document, it is giving 7 blank line feed after items printed.(eg if i have 10 or 20 line items then it is giving one extra page for 7 lines blank header text). I want to control this page skipping. If there is no header text then I want to finish printing in that particular page where items are being finished. It should be dynamic.
    Pls help.
    Srimanta

    Hi,
    What i understand from request is to print the header data if exit and not then do not print the header data bust need to print the tiem data.
    For this the solution is as follows:
    1) define the header data in separate window (but not in main window) and name this windiw as header and also place this window on top of the page i.e. adjust the window to pribt on top of the page.
    2) Now place the condition for this wibdow i.e. to print  if the header data Internal table or variable field data is ne space.
    with above said  details te header window will print if there is data only and this will print on all pages.
    Do let me know if ou need any more details in this regard.
    Regards,
    Raghotham Reddy.
    if this is rght solution for you then do not forget to allocate reward points.

  • AR Invoice Print - Print on Preprinted stationary with Line comments & more

    Hi All,
    I have a requirement to print a report in XMLP for AR Invoice Print.
    Requirement
    For Template Body - Line Items
    Line 1-------------------------------------------------------------------------------------
    Line 2-------------------------------------------------------------------------------------
    Line 3-------------------------------------------------------------------------------------
    ----------------------<LINE COMMENT>----------------------This will be line :4
    Line 5-------------------------------------------------------------------------------------
    Line 6-------------------------------------------------------------------------------------
    Line 7-------------------------------------------------------------------------------------
    ----------------------<LINE COMMENT WITH 2 LINES - So the 2nd line will wrap >-----This will be line :8 and 9
    Line 10-------------------------------------------------------------------------------------
    1. Display 10 lines per page
    2. If there are Line comments for the particular line description then print the line comment in the next line as shown above - So it starts from the begin of the first column and prints till the last column of that particular row
    3. If there are more than say 100-200 characters of text then the Line comments will wrap to the next line
    4. Maintain the size of the frame size (or display 10 lines per page)
    I have already implemented 10 lines per page, which is not at all any issue, but in case there are line comments then it does not count that row. Also if the line comments wrap to 2 or more lines then it is still more complicated.
    Does anyone have a solution to this issue. Also, if any of you have implemented this earlier, kindly let me know if you can share the template for reference.
    Thanks and appreciate all your suggestions.

    Hi,
    Was anybody able to an answer to this issue? I have the same requirement where I have multiple subgroups under main group. To print a fixed number of lines in the template is causing an issue.
    Thanks,
    Sandeep

  • Smart form printing issue with LOCL printer and SAP printer

    Hi,
    The issues are as follows:
    1. the top portion of the Invoice and PO does not print when using the SAP printer (works when using LOCL)
    2. the shaded areas of the Order Confirmation and Invoice are black when printing to a SAP printer (works when using LOCL)
    In an attempt to correct the printing issue is was suggested that we change the SAP printer device type from HPLJ4 to POST2. This did address the problem where the shaded areas were black but then we received reports that other reports printed "garbage". Its possible that using POST2 device type causes issues when printing to HP compatible printers.
    Apparently all the testing was done using the SAP printer LOCL and not the SAP printer name and SAP spool system. LOCL uses the SAP GUI and Windows system to produce the output. Our production users at the plant site and Toledo are using SAP defined printers with the device type of HPLJ4. HPLJ4 is our standard here as OC for our printer definitions and we have HP compatible printers installed in our Toledo location and all of our remote sites. We need to be able to correctly print the Invoices, Purchase Orders, Sales Order Confirmations on our SAP printers.
    What can be done to the reports to allow them to print on our HPLJ4?
    Thanks,
    Babu

    Hi Prathap,
    Check the background shading of the windows of the Smartform where you get the black boxes. If it is set something like this:
    Color: White
    Saturation: 100%
    this can be the problem.
    I know it is strange but some black and white printers cannot handle this setting. They only know one color black so the ignore the color setting and just take the saturation 100% setting.
    The reason it works with local and device type SAPWIN is that the print data is created in Windows and sent to the printer as graphic.
    Please change the shading for window MAIN -> tab 'Output Options' to:
    Color: Black
    Saturation: 0%
    and this should resolve the problem.
    Then create a new spool and check if the problem is resolved. See SAP Note #400050.
    Regards,
    Prabhu

  • Smart form printing issue with LOCL and SAP printer

    Hi,
    The issues are as follows:
    1. the top portion of the Invoice and PO does not print when using the SAP printer (works when using LOCL)
    2. the shaded areas of the Order Confirmation and Invoice are black when printing to a SAP printer (works when using LOCL)
    In an attempt to correct the printing issue is was suggested that we change the SAP printer device type from HPLJ4 to POST2. This did address the problem where the shaded areas were black but then we received reports that other reports printed "garbage". Its possible that using POST2 device type causes issues when printing to HP compatible printers.
    Apparently all the testing was done using the SAP printer LOCL and not the SAP printer name and SAP spool system. LOCL uses the SAP GUI and Windows system to produce the output. Our production users at the plant site and Toledo are using SAP defined printers with the device type of HPLJ4. HPLJ4 is our standard here as OC for our printer definitions and we have HP compatible printers installed in our Toledo location and all of our remote sites. We need to be able to correctly print the Invoices, Purchase Orders, Sales Order Confirmations on our SAP printers.
    What can be done to the reports to allow them to print on our HPLJ4?
    Thanks, Prathap

    Hi Prathap,
    Check the background shading of the windows of the Smartform where you get the black boxes. If it is set something like this:
       Color: White
       Saturation: 100%
    this can be the problem.
    I know it is strange but some black and white printers cannot handle this setting. They only know one color black so the ignore the color setting and just take the saturation 100% setting.
    The reason it works with local and device type SAPWIN is that the print data is created in Windows and sent to the printer as graphic.
    Please change the shading for window MAIN -> tab 'Output Options' to:
       Color: Black
       Saturation: 0%
    and this should resolve the problem.
    Then create a new spool and check if the problem is resolved. See SAP Note #400050.
    Regards,
    Aidan

  • 10.5.5 and quickbooks (and other printing issues!)

    ever since installing 10.5.5 i've been having printing issues... like many people are reporting, my InDesign prints at about 400%... i can get around that by exporting PDFs and then printing those.
    but, one serious bug i'm having is that my Quickbooks invoices are defaulting to landscape mode in the printer and it can't be changed... even if i export a PDF it's in landscape mode.
    help help..!

    >Looks like the only change that I can tell is that the media selection now makes the forced to Colorsync setting choose the profile (in the driver) that is set for that media in CU.
    I think I was wrong in that statement it looks like 10.5.5 works the same way.

  • Maintain Output for delivery & invoice printing

    I have maintained the output condition types in VV21 & VV31 to have automatic output option during my Delivery note printing & invoice printing.
    And I have also maintained the Output determaination procedure & assigned to my delivery & invoice doument types.
    But when I goto VL02n & issue to output, the next output screen pops up, but without the output types that I have maintained.
    So I cannot send to the print option. Can you let me know if something is missing?
    regards
    pri

    Hi Ann,
                 Just check the condion types tables as which combination you have selected, eg ., customer/country like that.
    Now if that is correct see whether the proper out script or form has been assigned to V2( Shipping ) and V3 (Billing )applications in Transaction code " NACE ".
    see while maintaining the condition records at VV21 whether the partner function is SH ( Ship to party ) and VV31 where it should be BP ( Bill to party).
    See if it helps.
    Thanks & Regards
    Sadhu Kishore

  • Australian ABN in Customer Invoice Print out

    Hi,
    I am using the standard ByD Customer Print Out and everytime I print out, the two fields Our ABN and Your ABN are always blank.
    We have maintained the ABN of both our company and customer company under Financial Data/ Tax Data but somehow they does not appear in the Invoice Print out (PDF). The customer ABN appears in the ByD Invoice though.
    I checked the form and they are using standard data binding which displayed for other countries but not Australia.
    Anyone has the same issue and know how to solve it?
    Thanks.
    Nguyen Ly

    Hi,
    Please check the table J_1IMOCUST for the customers you will find all the details like TTIN ,LST,CST ECC no. etc....
    (J_1ILSTNO,J_1ICSTNO -fields)
    Regards,
    Krishna O

  • Cash Sales : Invoice Printing

    Hi All,
    Can anyone please tell me , From where in cash sales is invoice printed ??
    Regards,
    Ashima

    hi,
    As the earlier post rightly said in Cash Sales(CS) the output is generated as you save the order and the out type assigned is RD03.
    For cash sales, payment is made when the goods are ordered. The invoice is also printed at this time.
    The SAP R/3 system offers a cash sale transaction for business transactions of this type.
    n Cash sales have the following characteristics:
    Ÿ The order and the delivery are created in one step, although you receive a document for each.
    Ÿ Goods issue is posted at a later time as a separate transaction so the customer does not have to
    wait.
    Order type CS is used for cash sales. It has its own output type RD03 which allows you to print an invoice (receipt) from the order.The actual billing document can be created later after goods issue has been posted. To do this, use billing document type CS. Type CS is configured as follows:
    order-related billing
    no output determination, as this has already been carried out in the order
    no new price determination, as the pricing should not differ from the printed invoice
    posting in FI is made to a cash settlement account, not to the customer
    billing type SV is used for cancellations in cash sales
    regards,
    Krishna Prasad

  • Intercompany AR Invoices Printing with No Amount/Description

    Greetings,
    I'm currently having an issue with Intercompany invoicing. The process is working fine and the accounting is correct, however, when the invoices print all they show is the date and invoice number... The rest is a blank document with no description of the line items.
    On our other Intercompany invoices it shows everything and lists Intercompany ar in the description of each line item. I'm only having this issue with one of the Orgs but I can't find anything in the interco setup or customer setup that could be causing this.
    Does anyone have any idea as to what this issue could be? I'm on the functional side.
    Thank you!

    Hi,
    i assume that you are using a CUSTOM REPORT for printing the Invoices generated by the system .. and this custom report should pick up relevant data based on the Invoice number ....
    If above is the case, chances are more likely due to a validation that might have been placed in the custom report .. which is to pick invoices pertaining to particular operating unit and not for others ...
    ELSE,
    if the custom report picks up operating unit automatically based on the responsibility you use for running the report ... try running the report using different responsibilities and see the output ...
    (Also do not use the copy option while submitting the concurrent program, re-enter the parameters afresh ..)
    Regards,
    Ivruksha

  • Display invoice print (PDF) in sales order(Credit/Debit note) attachement for Validator

    Hello Expert,
    I would like to know if is there any possibility to display invoice print (PDF) in sales order (Credit/Debit note) as attachment.
    Issue:  Customer raise the credit note with the reference of invoice, sometimes user don't explain the reason for credit and don't attach any reference document in sales order(credit request).
    Customer requirement: Customer want to display reference invoice print (PDF)in sales order(Credit request) for validator so validator can cross check with invoice and validate the credit note.
    Could you suggest the best solution?
    I am thinking to give mandatory text box (Text determination)at sales order(Credit request)
    Vipin

    Hi,
    You can enable Document Management System (DMS)
    Please refer below links for details:
    http://scn.sap.com/thread/459101
    http://scn.sap.com/thread/2096563

  • Problem in invoice printing smartform

    Sir,
            I am encoutring a problem in smartform of invoice printing,
            the customer and invoice details are taken in secondary windows,
           and the item details are taken in mainwindow.
           the main is repeating if that invoice has more no items, to next page.
           but the secondary windows for customer and invoice details are not
           repeating.
           pls provide the solution.
    Regards.
    Satish.P.

    HI friend,
    Please specify check the Check box only At end of main window in the conditions tab of those two secondary windows ie customer and invoice details secondary windows.
    I think this will solve your problem. Revert me if you have any issues i will help you.
    Thanks,
    Sri Hari

Maybe you are looking for