Draft font character base report for printing

Hello forum
i have designed a character base report for a company for printing on DOT MATRIX but i dont have dot matrix printer.
the problem i m facing whatever font i set on the report and test my desk jet printer prints perfect but when the company prints same report on their dot matrix printer the alligment is disturb.
now what should i do to get rid of this problem?
the printer have only three fonts
Roman
Draft
Sanserief
any idea?
best regards
adeel

Hi the problem got solved by choosing appropriate formats in sp01 itself.

Similar Messages

  • REP: 3002 & 19200 - Character base report on n-tier application.

    Dear friends
    We are using ORACLE 8i as database server, IIS as Web server,
    Front-end
    is -Forms 6i and Reports 6i. We have developed Reports both in
    character
    and Bitmap as per client's requirement. Bitmap reports are
    working fine
    in 2- tier as well as in 3- tier application.
    Character base reports are working fine in 2-tier application
    but in
    3-tier it shows “ REP: 3002: ERROR INITIALIZING PRINTER. PLEASE
    MAKE
    SURE PRINTER IS INSTALLED” We have tried and communicated with
    local
    ORACLE for quite some time, but the solution is not found till
    date. (We
    have tried with DESFOMAT and other parameters)
    Is there any other way so that we can generate the output in
    character
    mode from 3-tier (without converting to bitmap) as this is a
    specific
    requirement of our client. (As within the premises they are
    using 2-tier
    and from remote place they will be using 3-tier application
    through
    web.)
    Could any one please help us in this matter? Pl. consider this
    as a
    urgent.
    Thanks in advance.

    Yu may want to use a dictionary which has a built in hash table for the key.  See code below for starting point
    List<string> input = new List<string>() { "abc", "abd", "def", "ghi" };
    Dictionary<string, List<string>> dict = input.AsEnumerable()
    .GroupBy(x => x.Substring(0,1), y => y)
    .ToDictionary(x => x.Key, y => y.ToList());
    jdweng

  • Report for printing actuals for a fiscal period

    i have a report which prints the actuals for a fiscal year . Its like each country has their own fiscal year representation , The report is currently printing the data based on its own fiscal year representation , i have to modify the report and want it to print based on US(sep-aug) fiscal representation .. like for example for india its printing with may as fiscal period 1 , instead i want to print it with may data as fiscal period 9 and to print the data from sep-aug for all countries. I dont understand how to give the select statement and how to proceed with this. I appreciate if anyone can help me with this.
    Lets load up the yps_costplan table for loading.
    if they didn't specify a project to single load, go get them all.
    if s_objnr is initial.
    if in first fiscal month, "Sept", then get previous years data to
    fill in the last month, month 12.
    if t_t009b-poper = '001'.
    select * from yps_costplan into table i_yps_costplan
    where yyobjnr gt 'PR00000000' and yygjahr ge yprevyear and
    yygjahr lt yplus1year.
    else.
    select * from yps_costplan into table i_yps_costplan
    where yyobjnr gt 'PR00000000' and yygjahr ge p_fiscal and
    yygjahr lt yplus1year.
    endif.
    When getting all, start with 2003, when doing month, use current
    fiscal year only.
    yygjahr between t_yearm1 and t_yearp1.
    else.
    They secified 1 project, go get his data.
    if not s_objnr-LOW cs '*'.
    concatenate s_objnr-low '%' into hold_projn.
    loop at s_objnr.
    if s_objnr-high eq space.
    concatenate s_objnr-low '*' into s_objnr-low.
    s_objnr-option = 'CP'.
    modify s_objnr.
    endif.
    endloop.
    select posid objnr from prps into table t_prps
    WHERE POSID IN S_OBJNR.
    else.
    concatenate s_objnr-low(sy-fdpos) '%' into hold_projn.
    select posid objnr from prps into table t_prps
    where posid like hold_projn.
    WHERE POSID IN S_OBJNR.
    endif.
    if sy-subrc eq 0.
    loop at t_prps.
    if in first fiscal month, "Sept", then get previous years data to
    fill in the last month, month 12.
    if t_t009b-poper = '001'.
    select * from yps_costplan into table h_yps_costplan where
    yyobjnr = t_prps-objnr and yygjahr ge yprevyear and
    yygjahr lt yplus1year.
    else.
    select * from yps_costplan into table h_yps_costplan where
    yyobjnr = t_prps-objnr and yygjahr ge p_fiscal and
    yygjahr lt yplus1year.
    endif.
    if sy-subrc eq 0.
    loop at h_yps_costplan.
    i_yps_costplan = h_yps_costplan.
    append i_yps_costplan.
    endloop.
    endif.
    endloop.
    endif.
    endif.

    Hi Fris,
       You can do this using a process chain and ABAP program.
    1. Create one process chain and create abap program, include in it. Scedule this chain every day.
       Write a code in this ABAP program to check last day of fiscal period and to raise an event to execute 2 process chain or infopackge.
    From system date find currect period
    (Use FM : DATE_TO_PERIOD_CONVERT).
    Find last day of period(Use FM : LAST_DAY_IN_PERIOD_GET)
    Check system date(sy-datum) is equal to last day of period then you can raise an event(Use FM : BP_RAISE_EVENT).
    Use this event to schedule 2nd chains(contains infopackage) or direct scheduling of infopackage.
    You can create event at : SM62.
    Hope it Helps
    Srini

  • Fonts when sending Reports via Printer Option (10g Reports / Redhat 5)

    When I send a Oracle 10g report to the printer, which PPD file is it using? The printer you install on the server or the one in ORACLE_HOME/guicommon/tk/admin/PPD directory?
    I installed a printer on the Linux Server and copied the file to the ORACLE_HOME/guicommon/tk/admin/PPD directory. I added some new fonts in the PPD so that the report would pick some Windows fonts that didn't exist originally on the Linux. I installed the fonts on the server and am able to see them in PDF Output options on the server.
    When I send the report with the same parameters to the printer directly, it doesn't see those fonts. I only modified the PPD for that printer on ORACLE_HOME/guicommon/tk/admin/PPD directory. So I was wondering if I have to do it on the installed server file as well or not.
    Any help is appreciated.
    Chris

    This was a response that I received from Oracle Support. Basocally, I'd have to install the font in the internal printer memory to get this to work.
    Is there a way to send a Report to PDF in Oracle Forms and then at the same time once that PDF is generated, send it to the printer (without user interaction). That would take care of my problem. That would take care of my printing issue. I know PDF's work and I know I can print them displaying the fonts just fine.
    Support Response:
    Fonts need to be present in the PPD file as well as the internal printer memory .
    Reason is as follows.
    1)Based on PPD file , Font metrics will be used to create thye PS file with the correct font names.
    2)When the PS file is sent to the the printer, actual fonts are not sent . Note that this is a limitation of Oracle Reports PS driver on unix and . Hence, it is required to have a printer that has the fonts installed in its memory/system.
    Currently there is an internal pending enhancement request to upgrade the Postscript driver of Oracle Reports
    Reference
    4149510 UNIX POSTSCRIPT PRINTING ENHANCEMENTS

  • To attach a RTF template(Report for printing ) in the master detail form

    I have an application in which I have 3  master detail forms  of which one of the form is a gate pass form . Now this gate pass form has a report region as the detail.
    All that i need help is to print the Gate Pass with few fields as information in the gate pass form , where an image or picture of the visitor is also a filed .
    Now I have created an RTF Template  which is the Gate pass layout with the pic.
    So ultimately I have the application for the gate pass form and the RTF template ready with me .. Fixing this template with the application with a BUTTON called PRINT is the challenge am facing !
    SELECT XVH.GPDATE
           , TO_CHAR(XVH.VISITORTIMEIN, 'HH:MI') VISITORTIMEIN --, (XVH.VISITORTIMEIN )
           , (TO_CHAR(XVH.VISITORTIMEOUT, 'HH:MI'))VISITORTIMEOUT
           , XVH.VISITOR_NAME --, = XVH.PERSON_ID
           , XVH.COMAPANY_NAME
           , XVH.PURPOSE_OF_VISIT
           , (SELECT A.FULL_NAME
                FROM PER_ALL_PEOPLE_F A
               WHERE A.PERSON_ID = XVH.PERSON_ID
                 AND SYSDATE BETWEEN A.EFFECTIVE_START_DATE AND A.EFFECTIVE_END_DATE) To_meet
           , XVH.VISITOR_PHONE
           ,APPS.GETBASE64 (XVH.VISITOR_PHOTO)
      FROM xxcdot.XXBCT_VGPF_HEADER XVH
    WHERE XVH.GP_HEADER_ID =  :P_HEADER_ID
    This is the query for the template ..
    Please help me with this. I am very new to apex and learning it with help of online tut

    Pars I need another Help
    I am working with a master detail form where in the form region i have a Radio group . Lets say the Radio group is
    o Returnable
    o Non Returnable
    o Other
    so when i select Non returnable I want a particular column called
    Line Status to get Disabled .
    I have done that by a dynamic action - using jquery statement (.Disable) .
    Defining the element attributes as Disable .
    Now the problem is that ,, Line status is getting disabled on the selection of Non returnable radio button. but unless and until i dont press the Add row button it does not work ,, else i will have to switch over between the radio buttons to get this action done !!

  • Report for Print tracking

    Dear All,
    We want to track  the username and no. of times that a particular SAP report has been printed so as to avoid wastage of stationaries.
    I have tried a lot with no fruitful results. Please suggest.
    with best regards,
    Sandy

    Hi Sandy,
    You can get spool statistics from transactions SPAD and ST03. In SPAD click on Admin and then click on Print Request Overview. That will give  you some stats on print and spool requests. You can display de data by user, printer, etc.                                                                               
    In ST03, double click on Spool Statistics. There you can see number of requests, pages, response time, size of the printout, and a lot more spool activity information.   
    Another workaround for getting the stats you need.                        
    There is one requirement: you must have the spool requests present in your system for the statistical analysis you want to make. That means that you are not deleting the spool request after the printout.                                                                               
    If you have them, proceed as follows: Go to SP01 and display the spool requests for the client/user/date/etc... that you want. Then, go to the menu Settings -> Layout -> Current and add the columns: "Output device"  and "Host printer" to the left side of the screen. Click Ok. That will show you all the printouts for the selection options. There, you can create totals and subtotals by user, date, printer (for LOCL, you need the host printer column). You can download the contents of the list to an excel file and create your own statistics.                                                                               
    If the workaround above does not work for you, you can enable the spool job statistics, but it means that if you did not have it enabled you cannot retrieve statistics from the past, because the statistics are created when the spool request is deleted by program RSPO1041.  Please check the procedure to activate the spool statistics in the online documentation, for instance at:                                                                               
    http://help.sap.com/saphelp_470/helpdata/en/e0/989de87a6111d39a1d0000e83dd9fc/frameset.htm    
      b.rgds, Bernhard

  • Using old Base Station for Printer??

    Just upgraded to a new AEBS so I can plug in a HD for back ups.
    I'd like to use my old Base Station to plug in my printer (it needs to be in another room to keep the wife happy)
    Is this possible or do I need an Airport Express for that?
    Thanks,
    David

    The round 802.11b/g AEBS supports a single compatible USB printer.
    The AEBS can not join a wireless network as a client. You will need to use WDS to wirelessly connect the 2 AEBS. This will force your new AEBS to operate in 802.11g mode. Also the WDS link will cut your available bandwidth in half. So the best wireless bandwidth you would see is 27 Mbps. Quite a lot less than the maximum offered by 802.11n.

  • SBC dsl wireless modem talk to my Base station for printing?

    I have no problems just printing through my Apple base station. I also use a wireless SBC dsl modem for Internet service. My problem: When I'm using my SBC dsl on the Internet, I have to print by switching from my "2wire175" network to the Apple network, print my page, then switch back, hoping I'm still on-site.
    How do I either: attach my HP550 to the SBC dsl modem OR get my Base station to talk with my SBC modem. Or ........???
    Charlie

    To get your Base Station to "talk" to your 2Wire wireless router, you will need to:
    - connect to the Airport Base Station's wireless network, run the Airport Admin Utility, then (1) under the Airport tab, turn the transmitter power down all the way since you don't really need to have two base stations running, and (2) under the Network tab, uncheck the box to "Distribute IP addresses". Then update settings to the Base Station.
    - cable the LAN port of the Base Station to one of the LAN ports on the 2Wire router
    - then restart all wireless Macs, and connect to the 2Wire wireless router. The printer connected to the Base Station will now be accessible.

  • I want a report for printer usage

    hi everyone,
    i am using
    HP LaserJet Pro 400 Printer M401n
    and i am facing a problem, someone in my company printed 500 pages from a book and it is not alowed to print presonal stuff on company printer, well i want to get a report if excisit from the printer to tell me officialy who printed those 500 pages ( by IP ).
    kindly advise.

    mohab_el_amry,
    I am sorry, but to get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial printer. You can do this at http://h30499.www3.hp.com/hpeb/ .
    I hope this helps.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Character Mode Report Print in Developer 6i

    How i can create character mode reports for efficeint printing on dot matrix printers. I m not asking about the Character Mode Template(in the report wizard). And how i can convert the existing reports to Character Mode.
    I am using Reports 6i.

    Please post this question in the Rpeorts forum: Reports

  • Font for Print out and Print Preview

    Hi all,
    I am working in SAP R/3 4.6C and using SmartForm.I have a trouble :
    I uploaded  Arial Font into System Font and Printer Font and i want to use this font for print out and print preview.But this font is only applied for print out and the print preview uses still  Courier Font not Arial as I want.
    So, anybody tell me why and give some idea to solve this problem.
    Thanks .

    Hi,
    There is no  arial font option in 4.6..but it 4.6 scriptforms arial option is there,but  it will not work..it will give some other font...
    Mainly  4.6 version does not support ARAIL font..
    4.6 does not support all the fonts which are avilable in MS-WORD..only few fonts are uploaded into SAP 4.6 syatem...this is the problem
    Regards
    Kiran
    Edited by: Kiran Saka on Feb 11, 2009 8:19 AM

  • Draft font in smartform

    Hi gurus,
    I need to print an output in SF on DOTMATRIX printer.
    The client is telling to use DRAFT font wherein it can easily print on dotmatrix output.
    I coudnt find this font in our dictionary.
    Please Help.
    Regards,
    Roshan Lilaram.

    Hi,
    call transaction SE73 and press button "Install truetype font". In the new window select a font name (or create previously one) and enter the path for the file with your draft font. Perhaps you have it in your computer. Make a search with windows explorer with '.ttf' or under c:\windows\fonts'.

  • Crystal Report Passbook Printing

    Hi,
    Iam using the Crystal Reports Release XI. Iam having a one report for printing the passbook from java.
    Iam unable to give more printing options to the report. Already iam using this below API  com.crystaldecisions.sdk.occa.report.document.PrintReportOptions.
    For example:
      Number of pages in the pasbook = 10.
      Number of records per page in the passbook = 10. So we can printing 100 records in this passbook. Problem is I need to print from 16th line to 28th line for customer transactions. How can I solve this one....? Could I use the PageRange API in the PrintReportOptions class....?
    (Iam having more printing options like passbook_layout, line_space, print_record_in_Grid, length_value and breath_value).
    Thanks,
    anandhsv.

    Hi,
    I solved the problem by putting the report in Programme Files/SAP /Addon folder.
    Regards,
    S.G.Sekar

  • How to modify & use Printer Defination files for Character Mode Report

    How can use & modify printer defination files for changing formats & orientation in character mode report. I donot know how to use printer defination files I tried to set the system parameter (Desformat) but it doesn't work.

    I m also faced same problem that u face,
    If u want to make character mode report so plz follow these instructions:
    1. Set the properties of Report Name Node in Character Cell is Yes.
    2. Change the mode of the System Parameter Mode is Character.
    3. Goto the Layout---> Main Section Properties and set the Character Report Width and Height like 132 and 66
    4. Create Formula Column and write this code "RETURN(CHR(14));"
    5. Goto Layout Model and map this formula column into Header of the Body Like If ur Company Name is "ABC COMPANY" attached with field and map Formula Column.
    5. Goto Printer Definition File DFLT.prt open in NotePad and set width and hieght that u set in Main Section of Report.
    6. At Last u Run the Report with Some System Parameter or User Parameter and View as Character Mode Report.
    In My Case I used EPSON LQ2180 Printer
    So, U Ask More Qustion and u have more knowledge About character mode report Plz Mail me at this address.
    Shahid Shafi
    [email protected]

  • Switch from OINV to ODRF in Crystal Report layout for print the Invoice?

    Hi,
    I have imported in Sap Business One some standard report developed by Sap with Crystal Report (like Sales Invoice).
    I have try to print my Invoices and all is OK, then I have try to print a Draft Invoice and, even in this case, is all ok. Then I have open the Crystal Report designer for this print module, and the entry point is the OINV table. How can he print succesful the Draft Invoice (that is in the ODRF table ObjType = 13)? Formula Field? I don't understand!!
    Thank for the help!!
    Marco

    Hi Marco,
    You only need a single Crystal report for this. Base it on a stored procedure which has two INT type parameters @DocKey and @ObjectId. Within your SQL create IF blocks to handle different @ObjectId values:
    IF @ObjectId = 13 then use the invoices tables OINV/INV1 etc.
    IF @ObjectId = 112 then use the draft tables ODRF/DRF1 etc.
    Don't forget to put the @ symbol at the end of the parameter in the report itself. That is all that is needed to create a single report that works for both added invoices and draft invoices. You could extend the SQL to handle other @ObjectId values like 14 for AR Credit Notes and so on.
    Regards,
    Andrew.

Maybe you are looking for

  • Error when creating interactive report

    Hi everyone, I get the following error when creating any kind or interactive report, one might say is was a huge amount of data, however it hapens whether is is a small or big reporrt. ORA-20001: Unable to create modules. ORA-20001: create_table erro

  • Middleware issue

    Hi all, Pls guide me on below mention issue.............. Issue Details In our scenario we have SAP CRM 5.0 and ECC 6.0 (IS-U), basically it is an utliity implementation project. Where there is SAP CRM front end and ISU backend. We have done all the

  • Security questions i have forgot and isn't sending the reset email

    Hi, my parents have provided answers to security questions ages ago that we have tried to answer and they have forgotten so it says (The Authentication Information provided does not match our records. Please verify your personal information and try a

  • Getting Infinity in a new build

    So, I am moving into a new build where other houses on the street/estate are showing as being able to get Infinity 2, howver my house number cannot.  I believe this is because it doesn't have a phone line so it doesn't show up as available. I have bo

  • Passing parameter from applet to portal is failing

    hi all. We have an external applet that we can view on the portal. We want to have two parameter (parm1 and parm2) passed from the applet to the gateway and thus have them re-written by the portal gateway. When we access the applet from the portal, a