How to edit font of printer depend on size of abap list report.

Hi all,
How to edit Format type"X_65_255"  of HP Laser printer  when print out the same preview in abap list?
Example:
I want print as below:
     Title of abap list:                 AAAAAAAAAAAA --> size 15
    body of abap list:        
                                           colum1   column2   columm3 ---> size 10
                                            s1          cccc          bbbb    -
> size 10
I need it whenever you find time out of your busy schedule.. Please help me .. Thank you so much.
Edited by: kishan P on Oct 13, 2010 12:02 PM

Hi,
I have to set font type on matrix printer.
Can You please explain how did you find
\e(s0p24h15v0s0b16602T
for
select arial 24 cpi 15 point normal
As I can see, all the escapes defined in "Printer initialization" are in
\e\0xqw\0xer0x\tz
form, where qw, er, tz are hexa decimal interpretation of escapes from printer manual.
I am confused where did You find annotation such as
\e(s0p24h15v0s3b16602T
Thank you, cheers.
p.s. - if You want me to open another subject with this question so I can express my gratitude, please let me know.
p.s. - in SPAD > Device Type, Print Control tab, we have
SF005     |     1B6B001B4D121B57001B461B35
and I know the
"1B"
stands for
\e
but then at "6b........" I am lost...

Similar Messages

  • Font Size in ABAP List report

    Hi ,
    I want to know how to change font size in ABAP list report.
    I want to enlarge the font size.
    I have tried print control but it doesn't work.
    I have also tried line size and line count
    but it can only reduce the font size .
    Thanks.
    John

    Hi Kong,
    Try with following example:
    REPORT ZFONT NO STANDARD PAGE HEADING LINE-SIZE 80 LINE-COUNT 65.
    NEW-PAGE PRINT ON.
    PRINT-CONTROL FUNCTION 'SF000'.
    WRITE: / 'This is CPI 20'.
    PRINT-CONTROL FUNCTION 'SF020'.
    WRITE: / 'This is CPI 6'.
    PRINT-CONTROL FUNCTION 'SF008'.
    WRITE: / 'This is CPI 12'.
    PRINT-CONTROL FONT 1 LPI 6.
    WRITE: / 'font 1 lpi 6'.
    PRINT-CONTROL FONT 2 LPI 6.
    WRITE: / 'font 2 lpi 6'.
    PRINT-CONTROL FONT 3 LPI 6.
    WRITE: / 'font 3 lpi 6'.
    End of print-control
    NEW-PAGE PRINT OFF.
    End of Program
    thnks
    Anurodh

  • How to edit font conversion in se73

    Hi all,
    Do you k now how to edit font conversion in se73
    I can't find change mode there.
    I remember that i used to change it once when i worked with 4.6C
    Thanks & Regards,
    Pichet A.

    Hy All,
    In my point of view, target conversion font datas are fill in function module 'LOAD_PRINTER'.
    These are importing from data cluster.
    But how configure these data ?
    Anyone have a idea ?
    Tkank you in advance,
    Best regards,
    Fabien
    Edited by: Fumagalli Fabien on May 27, 2011 2:21 PM

  • ABAP list report wont print on Z device type with Z format

    Our developer have created a report which outputs data in ABAP list format and the standard format would not fit. We have since created a custom format and copied a device type in to custom device type. So we now have a custom format and custom device type. However when we print, it spools correctly and shows as green but the report wont print. The only thing that gets printed is
    "Sort criteria         AscdgDescndSubtotalGRAND  TOTAL  :               X                X     PROJ" "
    The abap list format is Z_100_500. Basically the report has 450 columns and hence we created this format.
    I am not sure what this means. I have been advised by SAP to follow instruction on note 17895 - Adapting print list formats for customers however i cant fully comprehend point 5 of the note and I believe this is why it wont print. Has anyone adapted ABAP list using this note. Can you please let me know how i should go about printer initialisation mentioned in the noted.
    We have checked everything however dont seem to get around the issue. Any ideas will be appreciated

    No comments

  • New to CS 6....how can I create default "print document" letter-size artboard?

    New to CS 6....how can I create  a default "print document" letter-size artboard ?

    Nothing has changed in CS6 with respect to creating Artboards. File>New and choose Print in the document type profile.

  • Dreamweaver CC How to edit styles across media queries and sizes

    I am creating a fulid grid/responsive website, using the standard Media queries offered by Dreamweaver CC when I start a new document.
    I have creative several DIVs to sturcture my page.
    I don't understand how to apply changes between the various media queries.
    Frist, I see you can drag the width of the boxes to adust how wide you want the portions to be. That I get. But what I don't understand is to apply different formatting/styles in the different screen sizes. There used to be a box that would pop up when you wanted to create a new class. Now I can't figure out which version of the screen to work in and how to make changes ONLY to one screen size.
    Here's an example of what I want to do:
    The main portion of my website has 4 categories, that I would like the user to be able to choose from to click on.
    On the mobile view, I want the image align left, text to the right of that, aligned left, and for the  background of each category to be the same color so that it looks like one big button on mobile.
    On tablet and desktop view, I want the image centered within the DIV, then the text centered under each image. I want the graphic image (which is in a circle) to stand out on a white background.
    In the tablet view, I have it organized by 2 rows and 2 columns.
    In the tablet view, I have it organized by 1 row and 4 columns.
    I hope this make sense.
    How do I signifyand create these changes? I have tried entering it in the code. That just seems to center it every image in every DIV (remember I want it aligned left in mobile) Or I tired entering it on the code in another way and that centered the image across the whole page, not just the DIV. HOw do I work around these problems? Do I need to make them all a class instead of a DIV? I am really confused....
    Please be nice as I am obviously a bit of a beginner and struggling with this basic concept. I appreciate any guidance or help that anyone has to offer.

    #1 Build mobile first.  Everything else is based on that primary layout.  Don't worry so much about content yet.  Just get your mobile layout in order.  Then build tablet and finally desktop.
    #2 Do not tamper with code in your FluidGrid.css or Boilerplate.css files.  These files are temperamental.  Use a separate external style sheet for your content styles.   That way if you do something wrong, it won't break the whole layout.
    #3 Keep your layout structure simple and uncomplicated.  No tables, no positioned elements.
    #4 Everything needs to be inside the <gridContainer> div.  If it's not, it won't be responsive.
    Nancy O.

  • Printing A3 page format using ABAP List from SAP is a problem...

    Hi Experts,
    I am trying to print a standard output (ABAP List) A3 page size from SAP.
    I used SWIN, SAPWIN, I9HP4 device types, but none of them worked.
    I created page format type ZYEVMIYE 290MM – 420MM and the page format L120, W200. In order to make it usable with page size is A3. Unfortunately this did not work either.
    The behaviour of the problem is when I tried to print with the device types that mentioned above then printer indicator comes to an error. And nothing comes out from the printer.
    Just to be on the safe side I made a test from windows self test, it resulted success with A3 page size format. So from this point of the view I got a thought that somehow SAP (selected device types) is not able to send correct signal to Printer for page size A3, because on the printer information screen displays ‘load Tray2 for A4’ this is showing that SAP sends Printer a signal for page format A4.
    I need help on how to make SAP (selected device type) send a correct signal to Printer in order to printout A3 page size format.
    Quick reply will much be appreciated.

    Hi,
    At last i got a Solution to my Question.
    The Problem is that in my SAP-Code they have been translated the PDF into 255 string.But i am retreiving using 132 string.So, i resolved in this way.
    <b>For Each dr As DataRow In ds.Tables(0).Rows
    Dim dataline As String = dr(0)
    If dataline.Length < 255 Then
    dataline = dataline.PadRight(255, " ")
    End If
    sb.Append(dataline)
    Next.</b>
    May be this Thread is useful to Others.
    Regards,
    Rajender.

  • Help in abap list report printing

    Dear all,i did a customized list report using abap.the usual size for report print out is A4 which is line-count 65 and line-size  255. but for this report,my line-size is 296. i define at the begining of my program with "REPORT ZMM_STKVAL_VIEW LINE-COUNT 65 LINE-SIZE 296 MESSAGE-ID ZA."
    i can run this program but the output is not complete.i can only see untill the line-size of 255..anything exceed 255 kenot be displayed..
    Is there anyway to overcome this problem? My user doesnt required this report to be printed out but just to download it into EXCEL file. Thank you.

    Ok, if user doesn't need a list output, then simply gather the data and fire excel.
    report zrich_0001 .
    data: imara type table of mara with header line.
    start-of-selection.
      select * into table imara up to 100 rows
                from mara.
      call function 'WS_EXCEL'
           exporting
                filename = 'TEST.XLS'
           tables
                data     = imara.
    Regards,
    Rich Heilman

  • How to enlarge font for printing?I want letters to be larger on my print outs

    It seems simple to me,I'm just asking you how I can increase the
    size of the printed font so that I can read it with my impaired sight.
    j.conklin

    Firefox button > Print -> Page Setup = '''Scale'''

  • How to edit fonts in Xcode prefs ?

    I would like to change the font Xcode uses to display the keywords in the text editor. Open Preferences > Fonts & Color > Category select "Keyword" > double-click > the font panel pops up, but making changes does not work at all. Only changing colors seems possible.
    Any idea what I'm doing vrong ?

    Frederic Hahn wrote:
    I would like to change the font Xcode uses to display the keywords in the text editor. Open Preferences > Fonts & Color > Category select "Keyword" > double-click > the font panel pops up, but making changes does not work at all. Only changing colors seems possible.
    Any idea what I'm doing vrong ?
    Hmm. I don't have Xcode 3, just 2.4, but on that same prefs pane, look for a checkbox that says "Allow separate fonts" or something like that. When I check that, then I can set the font a different font for keywords.
    charlie

  • How do I set the print and paper size in iPhoto 5

    Can somebody please help. How do you set up iPhoto 5 so that you define both the the size of the print and the photo paper you use?
    For example, I wish to print a 4.5cm x 3.5 cm photo on 6x4 (or 15cm x 10cm to keep all the units the same) paper.
    I've seen a post saying how to do it in iPhoto 8, but the drop-downs are different.

    I do not remember the locations in iPhoto 5 but there are probably three places to mess with
    1 - set the paper size
    2 - set the print size
    3 - set the paper tray for the printer to use that has the paper size that you set in step 1
    these may be in the print sequence or under the file menu as page set up (or similar). If these are not obvious try the Help menu
    LN

  • How to edit "Station ID" to "Test Bench ID" name in HTML Report (TestStand 4.2)...?

    Hi Folks,
    I have regular HTML report from TestStand 4.2; particularly i want to change the header from "Station ID" name to "Test Bench ID" name.
    Can anyone help me on this...?
    Thanks for your help...!!!
    SB_LV

    Here are just 3 options:
    1- Probably the easiest and best option.  Open this file: C:\Program Files\National Instruments\TestStand 4.2\Components\Language\English\ModelStrings.ini.  Search for RPT_HEADER_STATION_ID.  Replace the Station ID in the quotes with Test Bench ID:. The ModelStrings.ini is a resource strings file that contains a bunch of basically "global values" that TS references. 
    2- If you don't want to change your resource strings then open this sequence file: C:\Program Files\National Instruments\TestStand 4.2\Components\Models\TestStandModels\reportgen_ht​ml.seq.  Open the sequence in there titled- AddReportHeader.  Find the step named- Add Station ID.  It should be a statement step.  In the Expression replace ResStr("MODEL", "RPT_HEADER_STATION_ID") with "Test Bench ID:".  This directly edits your process model and every sequence ran on the machine will see the change.
    3- Add the Modify Report Header callback to your sequence file.  In there you will have ot search the Parameters.ReportHeader string for Station ID: and replace it with Test Bench ID.  This will not affect the process model. 
    Hope that helps,
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • How can I set up printer for "Other" sizes of paper? Example 4.5"x12"

    Printer HP Deskjet 3050.  I have labels on a template for Corel Draw.  I can set the 4.5x12 size in the graphic program but can't find the setup for "Other" sizes in the printer setup.  It doesn't even cover labels.

    I don't know what operating system or driver version you are using but try this:
    Click on the Windows Start button and select Control Panel.
    In Control Panel, go to Printers.
    Right click on your printer and select Printing Preferences
    Click on the Features tab.
    Look for a Paper Size drop down box. One of the selections should be Custom and you should be able to specify your dimensions there.
    I am an employee of Hewlett Packard.
    - - Please mark Accept As Solution if it solves your problem so others can more easily find the answer - -
    - - Please click the Kudos star if you would like to say thanks - -

  • How to edit text of UI elements in sap standard ABAP webdynpro component

    Hi All,
    I have a requirement wherein I want to change the standard text of mainly LABEL UI in travel and expenses ABAP webdynpro components. As per my knowledge we canu2019t change UI text directly by changing it in layout in enhancement. We have to do it via wdmodify view method and post and pre exits methods.
    Can you please help me with the steps that I have to follow and code?
    Regards,
    Madhvika

    Hi ,
    Please go through this document.
    [Doc|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/700317da-bd79-2c10-368e-8f18bf5d8b81?quicklink=index&overridelayout=true]
    Create a Pre Exit method for WDDOMODIFY method of the view , and in that method code somthing like this.
    lo_button TYPE REF TO cl_wd_button.
    lo_button ?= view->get_element( 'ID of button' ).
    lo_button->set_text('New Text').
    Thanks,
    Aditya.

  • Printing ABAP List(Report output - SE38) in A3 format

    I have a requirement to print the ABAP report in A3 page format. I am using LP01 printer and in in SPAD transcation I Changed the Tab "Output Attributes"
    Paper tray = "Paper tray 3" and Tab "Tray Info" Tray 3 = "DINA3"  still the report gets print in A4 page format.
    Even i tried by changing the lize size and line count...still .... it prints in A4 format only.
    Could you let me know what exactly I need to in order to print my report output in A3 Page format.
    Waiting for your reply.
    Thanks in Advance,
    Steevan

    Hi,
    Check this below link
    http://www.sap-img.com/basis/how-can-i-print-a3-format-in-sap.htm
    Cheers!!
    VEnk@

Maybe you are looking for

  • Going to a particular page when logged off

    How can I control what page to go to when I hit the logged off icon or link? I know how to set the default page after logging in, but what I don't know is how to set the default logged out page? Can anybody help me with this?

  • Payment Program F110 posts outgoing foreign payments to fx adj. a/cs

    Hi, When posting an outgoing foreign payment using F110,  the system is posting the foreign exchange gain or loss to the FX-gain and FX-loss account respectively. But it is also offsetting this entry with a posting to the FX balance sheet adjustment

  • Weird Error in Mail settings

    what's this? Working on a Macbook Air 2011

  • Can i retrieve all my iPhone pictures?

    Hello, I recently broke my iPhone 4s, however before it broke I backed it up to my laptop (windows7) and to iCloud.... My phone would not even turn on so I could not access anything on it, I now have a galaxy s4, and i really want my photos off my iP

  • Feature request: Better keywording options

    There appears to be no improvements in keywording otpions in LR4b. How about: Larger panels of suggested keywords. (could be configuarable in options, like the number of recent files option in PS) Larger numbers of keywords in a set. Buttons to apply