Removing Currency Symbol in PLD & Dot Matrix printer issue

Hi All
I need to know if its possible to remove the currency sysmbol on your print out. I'm printing on a pre-printed stationery and the currency symbol makes the lines to overlap.
Aonther question is , which font format can you select to for printing when you are using dot matrix printer (OKI Microline 3321 9 Pin Printer)
When its printing it's printing in bold and on the invoice after the second one , it looses the margin setting and prints on the wrong fields.
Thanks.
Bongani
( South Africa)

I tested the Amount function and it works perfectly for your need.
Add a formula field and in the Content Tab insert the Formula as
Amount(Field_198)
Here the Field_198 is shown as an example but you will enter the Field number of the amount field which currectly shows with the currency in your PLD.
For each such amount field you will need a Formula field to remove the currency symbol.

Similar Messages

  • Smartforms dot matrix printer issue?

    Dear Experts,
    I have developed smart form, it is going to be printed in DOT MATRIX printer, when i am trying to print in dot matrix printer it is not showing any horizontal and vertical lines , remaining data is printed perfectly. how do i resolve this issue( horizontal and vertical lines) . in print preview it is showing all lines .
    please help me on this issue. i will appreciate for your valuable replies.
    Thanks
    Ravilla

    Hello,
    There are some general known limitations with Dot Matrix printers.
    For example, the BOX command is not supported with Dot Matrix/Line
    printers when you use the dedicated device type. eg: device type EPESCP2
    There are several other limitations to the device types that use the
    STN2 driver(Line Printer driver II ) as described in the SAP Note:
       19807 - SAPscript print problems with standard driver STN2
    These problems with Dot Matrix printers can be overcome by using device
    type SAPWIN with the Dot Matrix printers connected to a Windows system.
    SAPWIN is also a page-oriented device type, which supports the BOX
    command.
    By using SAPWIN device type, you can use access method G (SAP note 821519)
    or S (note SAP 894444).
    Regards,
    David

  • How to remove currency symbol in PLD

    Hi All,
    I would not like the currency symbol to be printed in PLD. Can anyone plz help me.
    Regards,
    NN

    Hi Rich,
    Try this,
    for example: Document Total - Field ID -> F_123
    ->> Open your PLD.
    ->> Create 1 Formula Field in Page Footer and put the below formula in Formula Field.
    Amount(F_123)
    OR
    Substring(F_123,3)
    IF you add currency symbol in Doc.Total field.
    Formula Field=Amount(F_123)-> Uncheck Tick Mark in Visible at General Tab on Properties Window.
    and
    Doc.Total = F_123 -> put the Tick Mark in Visible at General Tab on Properties Window.
    Regards,
    Madhan.

  • Unable to print euro symbol in dot matrix printer

    i am unable to print euro symbol in dot matrix printer from abap list. whereas it is printed as '#'  symbol instead of euro.
    my sap product is ECC 6.0
    regards
    mohanraj

    Check this
    [http://help.sap.com/saphelp_nw04/helpdata/en/90/78f078030211d399b90000e83dd9fc/frameset.htm]
    also check the SAP Note 129581

  • Dot matrix printing on 15 x12 inch paper

    Hi
    I have created report for purchase register
    Report is so large to print
    so i have desiged this report in PDL for dot matrix printer and  paper size 15 inch x 12 inch.
    When i going to print this report, i not get proper print out
    Please tell me the setting regarding to print this report on dot matrix 15 x 12 inch continous paper.
    Regds
    Kishor

    HI
    Thanks for you valuable suggestion
    Printer at my end  is not supported by SAP B1
    ok
    what is use of Function grouplinenum() in PLD
    I wants the follwing output
    docnum, Acct Code, Acct_total document_total
    1    xyz1    500      1100
          xyz2    600
    2    abc1   1000      2000
          abc2    500
          abc3    500
    Total          3100     3100
    Please study the following query for above and Please tell me it is possible to design PLD
    SELECT A.SERIESNAME, A0.DocType, A0.DocNum, A0.DocDate, A0.NumAtCard, A0.TaxDate,
    A0.CardCode, A0.CardName, A1.City,
    A2.TaxId11,  A2.TaxId1, A2.TaxId2,
    A4.TAXTYPE, A4.VATRATE, A4.vattaxable, A4.Totvat,
    A0.DOCTOTAL, A0.WTSUM,
    A5.TAXCODE, A5.formatcode, A5.ACCTNAME, A5.ACTOTAL,
    (case when TAXTYPE IS  NULL  then A0.DOCTOTAL + A0.WTSUM ELSE 0.00 END) AS  LabourChrg,
    (case when TAXTYPE IS  NOT NULL 
          then A0.DOCTOTAL + A0.WTSUM - ISNULL(A4.VATTAXABLE, 0.00) - ISNULL(A4.TOTVAT, 0.00) ELSE 0.00 END) AS  LabourChrg
    FROM NNM1 A
    INNER JOIN OPCH A0 ON A.SERIES = A0.SERIES
    LEFT OUTER JOIN CRD1 A1  ON A0.CARDCODE = A1.CARDCODE AND A1.LINENUM = 0
    LEFT OUTER JOIN CRD7 A2 ON  A0.CARDCODE = A2.CARDCODE
    LEFT OUTER JOIN
    (SELECT C0.DOCENTRY,
    MAX(case when C1.nftaxid = -7 then 'L' when C1.nftaxid = -4 then 'C' else 'O' end) as TAXTYPE,
    MAX(C0.TAXRATE) as VATRATE, SUM(C0.TAXSUM) as TOTVAT, SUM(C0.BASESUM) as VATTAXABLE
    FROM PCH4 AS C0, OSTT AS C1
    WHERE C1.ABSID = C0.STATYPE
    AND C1.nftaxid  in (-7, -4)
    GROUP BY C0.DOCENTRY) A4 ON A0.DOCENTRY = A4.DOCENTRY
    INNER JOIN
    (SELECT E0.DOCENTRY, E0.TAXCODE, E1.formatcode, E1.ACCTNAME, E0.ACTOTAL
    FROM
    (SELECT D0.DOCENTRY, D0.TAXCODE, ISNULL(D1.ACCTCODE, D0.ACCTCODE) AS ACCTCODE,
      SUM(D0.LINETOTAL + D0.LINEVAT + D0.DISTRIBSUM + D0.STCKDSTSUM) AS 'ACTOTAL'
      FROM PCH1 D0 LEFT OUTER JOIN  PDN1 D1
      ON   D0.BASEentry = D1.DOCENTRY  AND D0.BASELINE = D1.LINENUM
      GROUP BY D0.DOCENTRY, D0.TAXCODE, ISNULL(D1.ACCTCODE, D0.ACCTCODE)) AS E0
      INNER JOIN OACT E1 ON E0.ACCTCODE = E1.ACCTCODE) A5
    ON A0.DOCENTRY = A5.DOCENTRY
    WHERE A.SERIESNAME  ='[%0]'
    ORDER BY DOCNUM
    Thanks

  • PO printing issue in Dot Matrix printer

    Hi expert
    We got unnecessary spaces on the second page while taking a PO print out.
    printer is dot matrix- EPSON LQ2180.
    Page Format     DINA4
    Device type is EPESCP2
    Can any body help in this matter?what have i to do remove unnecessary spaces from PO printout?
    And also i can not under stand the code which was written in Page Format DINA4?
    please find below codes.Help to understand the below code as well.
    Printer initialization
    reset
    \e\0x40
    designate codepage for slot 0
    \e\0x28\0x74\0x03\0x00\0x00\0x03\0x00
    select codepage from slot 0
    \e\0x74\0x00
    set line spacing 6 LPI
    \e\0x32
    set page length to DINA4 (=70 lines at 6 LPI)
    \e\0x43\0x46
    cancel bottom margin
    \e\0x4F
    set left margin to 0
    \e\0x6C\0x00
    select LQ quality
    \e\0x78\0x01
    select non-proportional spacing
    \e\0x70\0x00
    Thanks
    MM
    Edited by: samir DODIYA on Feb 28, 2012 1:30 PM

    There is something I don't understand: if the barcode printed is visually correct, and exactly the same as with a laser printer, why do you want it would be better with a PDF (especially on a dot matrix printer).
    Could you also tell us what symbology you use, and do you use smart form new barcode technology?

  • Printing Invoice Dot Matrix Printer  in the paper size 9.5 x 11 inches

    Dear All, 
    Am using Pre-printed Stationery but I have a problem with  printing configuration for AR Invoice through Dot Matrix Printer in paper size 9.5 x 11 inches, when command to print the first page it print perfect but the continuation  is not start on the body of the contents but it start from the header of the pre-printed stationery  any one with experience on this please share with me.
    Regards
    Grayson

    hi,
    Have you customized PLD according to paper size ?
    Check whether you customized fields in start of report area ? If yes then it will be printed
    only on first page.
    Check for printer supported by B1 in below link
    [SAP Business One Best-Practice System Setup and Sizing document ]
    Jeyakanthan

  • Laser and dot matrix printer

    Hi ,
    I have developed delivery note using smartforms when i see print preview of this form giving logical destination laser printer it is coming fine and print is also good. but as my client wants to take the form print both on laser and dot matrix so when i am giving logical destination as dotmatrix printer if i see print preview then the total settings are disturbed like boxes and also in print the box lines are not printing.
    what i have to do to get good printout on both the printers.
    thanks in advance.

    Best idea to print your script on both dot matrix and laser printer is, create one table and allow user for maintainance, now before print preview go and check this customized table(using subroutines) and if laser printer, print all boxes... if on dot matrix remove what all lines not supported on dot matrix printer.
    EX:
    Go and fetch printer name from customized table,
    IF printer = 'LASER'
    ***Draw boxes
    ***LINEITEMS
    ELSEIF printer = 'Dot matrix'
    ***LINEITEMS.
    ENDIF.
    Regards,
    Sairam

  • BMP image not printing on LIPI Dot MAtrix printer

    Hello everybody .
    I am facing a promlem while printing a signature ( bmp image ) in a report .
    In print preview it is showing coreclty but while printing to LIPI Dot matrix printer model TALLY 2500 that Signature( bmp image ) is not getting printer.
    Can anybody let me know wether any setting is to be done from SAP side .
    Thanks in advance .
    Regards
    Dhaval..

    Hi Raje,
    Try to take the print in inkjet or laserjet printer
    just for confirmation purpose .
    if it prints in that and  doesn't print in dot matrix then the problem is with the dot matrix.
    In that case ask the basis guys to install the relevent device driver for that dot matrix printer( as normally they would have installed some generic driver ).
    Hope this helps.
    Regards,
    Guru
    *mark helpfull answers

  • Print to Dot-Matrix-Printer

    Hi,
    My actual job is to create an Report in Oracle Reports 10, running on an IBM AIX Unix Server and direct the output to an Dot-Matrix Printer.
    The Report is ready for Preview.
    What Parameter should be set as Report_DesFormat for that Dot-Matrix Printer?
    I found only the list HTML, HTMLCSS, PDF, RTF, POSTSCRIPT, XML but the Printer can not unterstand any of these formats.
    Thanks for any help
    Rolf Mamat

    Hi.
    Using one of graphical destination format can lead to unexpected results. What you should do is to configure your printer at the system OS level. Then you should include that printer into $ORACLE_HOME/guicommon/tk/admin/uiprint.txt file. The line you add to this file should be read as printer_name_you_specified_at_os_level:ASCII:1:some_comment:: For example :
    my_dot_printer:ASCII:Testing printer::
    Be aware of two colons at the end of the line.
    For a destination format you should use one of predefined formats (dflt, wide, ...) or you can make your own format file which should be stored in $ORACLE_HOME/reports/printers directory. And dont forget to define your report design in character units.
    Hope this answers your question.
    Best regards.

  • Print PDF Report(XML) in Dot matrix Printer in Oracle E-Biz R12

    Hi Friends,
    Is it possible to print a PDF Report (xml report) in Dot Matrix Printer in Oracle E-Biz R12 assuming the Dot Matrix Printer supports Post Script.
    If so , what configuration needs to be performed from Oracle E-Biz?
    Regards,
    DB

    user4525564 wrote:
    Hi Friends,
    Is it possible to print a PDF Report (xml report) in Dot Matrix Printer in Oracle E-Biz R12 assuming the Dot Matrix Printer supports Post Script.
    If so , what configuration needs to be performed from Oracle E-Biz?
    Regards,
    DBI do not think it is possible -- Please confirm with your printer vendor if your printer support PDF printing first.
    Thanks,
    Hussein

  • Problem with countinuous paper printing in dot matrix printer

    Hi All,
      I have problem with dot matrix printer (Devise Type EPESCP) while printing continuos printing. If  i am printing 2 or more than that prints at a time, 2nd page is printing 5 lines up.
    I have developed one smartform for this and i have used A4 size page format.
    I have tried to change the Printer initialization code to 86 lines for DINA4.  Still no change in continuous printing.
         Printer initialization
         Reset after exit
         Cover page
         First Page
         Start of even page
         Start of odd page
         Start of page
         End of first page
         End of even page
         End of odd page
         End of page
         Start of line on an even page
         Start of line on an odd page
         Start of line
         End of line on an even page
         End of line on odd page
         End of line
    Printer initialization
    # reset
    \e\0x40
    # select character table 3 -> PC 437 character set
    \e\0x74\0x03
    # set line spacing 6 LPI
    \e\0x32
    # set page length 86 lines
    \e\0x43\0x46
    # cancel bottom margin
    \e\0x4F
    # set left margin to 0
    \e\0x6C\0x00
    # select LQ quality
    \e\0x78\0x01
    # select non-proportional spacing
    \e\0x70\0x00
    Can any one help me.
    Thanks,
    Vishnu

    Hi Vishnu,
    Above you have the following commands:
    set line spacing 6 LPI
    \e\0x32
    set page length 86 lines
    \e\0x43\0x46
    46 HEX = 70
    So the above settings mean 70 lines at 6 LPI = 11.66 inches.
    So is the paper length 11.66 inches? If not, you should adjust the settings accordingly.
    Regards,
    Aidan

  • Is it possible to connect a dot matrix printer to MacBook Air? If yes, please suggest a good application for printing bills in a shop.

    Is it possible to connect a dot matrix printer to MacBook Air? I need to print receipts in my textile showroom. Please suggest good applications for printing receipts and saving daily sales records.

    Prath33k wrote:
    Is it possible to connect a dot matrix printer to MacBook Air?
    yes.  As long as it is a newer one (means not 15-20 years old). Do you have one?  If so, provide the make/model.  If you do not have one, which ones are you looking to purchase?

  • Sales invoice Smartform printing in dot matrix printer in sucession

    Dear all,
    I am trying to Print Sales invoice on Dot matrix Printer.
    My First Invoice is printed ok, but if i try to print second invoice without manually adjusting the paper the alignment on printer goes haywiered.
    Do we have some option in smartform where we can trigger new page command.
    Regards,
    Gaurav Sood

    Hi Amiya,
    you need to check the paperformat which is used. I'm pretty sure that there is a wrong paperformat selected. The supported paperformats are published in the official documentation of the printer-model.
    ~Florian

  • Problem with custom paper size on dot matrix printer

    Hi All,
    I'm using CR2008 with updated to SP2. I have a problem with custom paper size (W=21; H=14), the CR Viewer show report with custom paper size correctly but when I print it to a dot matrix printer (Epson LQ 300+) the content was rotated to landscape. If print to a laser printer the content was printed correctly. My report was printed correctly by CR10 or previous versions I got this issue when upgraded to CR2008. I aslo tested my computer and printer with orther application like MS Word the printing have no problem with custom paper size.
    Thanks for any advice for me.
    Han

    Looking at the Epson LQ 300+ driver, I see that the latest update is from 2002. In my experience, most matrix printer drivers are not unicode. Crystal Reports is designed to only work with unicode printer drivers. See the [How Printer Driver Options Affect a Report|https://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/a09051e9-721e-2b10-11b6-f9c65c64ef29&overridelayout=true] article, page 6 for details. Also, see [this|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do] note.
    Finally, see if you can print from the CR designer to this printer and if you get the correct results here.
    Ludek

Maybe you are looking for

  • Add an animated gif to a LiveCycle 8.2 form

    Can you program an animated gif to be activated upon a given circumstance? Thank you very much. tucson102

  • 10.5.3 General Malaise

    Since updating to 10.5.3 I've suffered a series (read a significant amount) of app crashes and "unresponsiveness" from all my apps and OSX in general - it hangs when I try and copy large files from one drive to another, among other things. I had to r

  • IE7 & Flash Movie not displaying FF works fine

    Hi, I have an issue with IE7 and my Flash video movies. When I use IE7 (7.0.5730.13) the 6 videos (flash movies) on the page do not display all 6 BUT in FF they all display and my navigation menu works fine. The video boxes/placeholders change when I

  • HT201303 ITUNES PURCHASES AND CREDIT CARD VERIFICATION

    Can someone please tell me why I need to go through the processing of verifying my credit card every time I make a purchase (even for 10 cents) . If I make three purchases in a day, I end up signing in three times, entering my credit card information

  • Pf status and user-command

    hi can any one explain me about pf-status and user-command?  what is the difference between this two and how to display icons in it. max reward points for good answer thanks alka