Zebra printing for smartforms

Hi
SAP version ecc6.0
I want to roate a single text on the lable by 270 degrees. I have searched this forum and came to know about including a print control. therfore for the device type lzeb2( 200 dpi print head) created a print control z270 with the following A0BFD.
description of the command
Description The ^A command specifies the font to use in a text field. ^A designates the
font for the current ^FD statement or field. The font specified by ^A is used only once for that
^FD entry. If a value for ^A is not specified again, the default ^CF font is used for the next
^FD entry.
Format ^Afo,h,w
This table identifies the parameters for this format:
Important u2022 Parameter f is required. If f is omitted it defaults to the last value of the ^CF
command.
Command Details
f = font name Accepted Values: A through Z, and 0 to 9
Any font in the printer (downloaded, EPROM, stored fonts, fonts A
through Z and 0 to 9).
o = field orientation Accepted Values:
N = normal
R = rotated 90 degrees (clockwise)
I = inverted 180 degrees
B = read from bottom up, 270 degrees
Default Value: the last accepted ^FW value or the ^FW default
^FD means field data
my questions
Do i have have to create a print control for 300 dpi printer  or is there a differenet universal  solution?
secondly with ^A i specify the type of font i use....i simply don't wont to be concerned with the type of font? I want to use what is used in the smartform?
thirdly the text to be printed it as the right hand side of the label so in order to see that the text gets printed i have to create
which simply exceeds the length of the label length, but it achieves the rotation and the printing is within the label itself...strange
do you guys have any alternative solution / recommendations
thanks
Sachin

correction  for the below text in the thread
"thirdly the text to be printed it as the right hand side of the label so in order to see that the text gets printed i have to create
which simply exceeds the length of the label length, but it achieves the rotation and the printing is within the label itself...strange"
thirdly  the text to be printed it as the right hand side of the label so in order to see that the text gets printed , i create a window
that is horizontal but exceeds the length of the lable, but usiing the aforementioned command prints the text roated by 270 degress and within the label, so the text printed is within the label.
I find it strange

Similar Messages

  • Duplex printing for smartform

    Hi,
    Has anyone worked on Duplex printing for smartform? If yes, please tell me the procedure/steps that need to be taken for the same.
    Thanks
    Regards

    Hi,
    You can select Duplex printing in th epage properties of a page (D = Duplex)
    The printer STARTS duplex printing from that page. This means that the printer triggers a pagefeed on that exact moment and starts printing on a new page. So when you have 1 page that stretches over more that one sheet of paper this means trouble. after every page the flow of the program starts a new Duplex print (thus feeding the current sheet and starts at a new page) this results in a new sheet of paper every page. this is not what you want.
    You can solve this by creating 2 pages and set their respective NEXT PAGE to each other. Page 1 you set to DUplex, pagae 2 you leave blank..
    But notice that when you select duplex printing most (if not all) printers start printing on the backside of the paper. When you use pre-printed (logo) paper, you will find that it prints the front on the back etc.
    This can sometimes be corrected (if needed) by sending prescribe commands to the printer directly.
    Good luck!
    Joris

  • Problem with printing barcodes to a Zebra printer via Smartform

    Hi
    I am trying to create a printed label from smartforms, being directed to a zebra printer.  The label must include a barcode.
    Via oss notes 750002 and 750772 I have imported the LZEB2 device type.
    In SE73 I have created a system bar code on the new technology.
    In the smart form style, I create a character type with this barcode font.
    The barcode prints okay and can be read when it has up to 10 characters.
    However we need a long bar code of appoximately 22 characters.
    I can find no supported barcode type which will let me write a barcode of this length
    The max length in the smartform style for the barcode format is always coming up as 50mm which is too short.
    I have tried with using a printer bar code prefix and suffix with the native zebra ZPI-II commands, attaching to command nodes on either side of the text node in the smart form,  But this does not seem to work.
    Any advice ?
    Thanks

    sounds like the variable containing the barcode data is too short...is it at least 22 characters long?

  • Zebra Printing in Smartforms

    Hi Experts,
        Can you give  me a step by step procedure to create a smartform for Zebra Printing. HOw different is it from normal smartform development?
    Thanks in advance,
    Regards,
    Ravi

    Hi Ravi,
    My name is Andy Rogerson and I work for Zebra Technologies. Please send me an email to [email protected] and I can send you a Whitepaper that steps your through what you need to do to print to a Zebra printer.
    It is essentially the same as any other printer but there are some differences when it comes to barcodes.
    Regards,
    Andy

  • Not printing the label in the zebra printer for 4 X 7 inch size

    Dear all,
    Iam trying to print the barcode in the label of size 4.00 X 7.00 inche in smartforms , for which i have created a page format in SPAD with 4 x 7 inch and specified the same in Form interface and specified 4.00 x 6.00 inche in the MainWindow of smarforms,
    im getting the print preview ,but it is not printing it in the printer, i checked with the zebra printer set up also and in the printing preferences i gave it as user defined.
    but when i tried with page size of 4.00 x 6.00 , it is printing without any problem. but my requirement i need to print that in 4.00 x 7.00.
    Can anybody guide me how to resolve this.
    thanks in advance. Points assured.

    sorted out by setting the SPAD - Device types
    format, just added the zxxx format to this and now it is working

  • Multiple printing for smartforms

    Hello again masters,
    i am trying to print  smartform page for 2 times. i am using tdcopies parameter for that but it is still printing for once. what am i not doing ?
    here is my code :
    data : gv_smart TYPE rs38l_fnam,
           con_pa  type ssfctrlop,
              out_op  type ssfcompop.
    INITIALIZATION.
    out_op-tdcopies = 002.
    START-OF-SELECTION.
    perform smartform.
    form smartform.
       "IF NOT itab_tb[] IS INITIAL.
         CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
           EXPORTING
             formname = 'Z_HEDIYECEKI_DENEME'
           IMPORTING
             fm_name  = gv_smart.
         call function gv_smart
         exporting
           control_parameters = con_pa
           output_options     = out_op
           user_settings      = space
           it_data            = itab_tb
         exceptions
           formatting_error   = 1
           internal_error     = 2
           send_error         = 3
           user_canceled      = 4
           others             = 5.
    endform.

    Hi,
    Some printer servers (host spool systems) do not handle the copy counter sent by R/3 spool system. What's the setting in SPAD for copy counter on the output device you ar using:
    and can you try "Pass Copies as Separate Output Request" if it is not yet set?
    Edit in: and is there no exception processing just because you shortended code for posting here, or is there really no exception processing after FM calls..? Please... if someone (possibly "fresher") having to look for hours to get to the source of wierd problems after inheriting your work (and then cursing when he/she finally sees missing exception processing) does not worry you, every time somebody neglects to process exceptions when programming with smartforms, enraged programming gods kill a kitten, and a timid "fresher" somewhere is made to do SAP assignment before being given training, guidance and friendly encouragement, and Larry Ellison's "henchmen" get to badmouth HANA... Please, think of the "freshers" and kittens At least take the exceptions out of the call so the thing dumps, should anything untoward happen...
    cheers
    Janis
    Message was edited by: Jānis B

  • Label printing on ZEBRA printer TLP2844 with smartform

    Hi Gurus,
    Requirement:
    Print label on Zebra printer with smartform
    1. i have created a smartform with desired layout
    2. and trying to print on Zebra printer
    Questions:
    1. smartform is not printing on zebra printer
    2. suggest me if there are any ways to print smartform on zebra printer
    3. does it requires any native programming language for printing labels on zebra printer
    Best Regards,
    Krishna

    hi Krishna,
    This printer does not support ZPL2 so I thnk you cnnot use the device types like LZEB2. It should work to print via windows and a device type like SAPWIN or SWINCF.
    Regards,
    Aidan

  • Smartform material desc. window + zebra printer. 40 chars desc not display

    Hi All,
    I have a problem in printing the material description of 40 characters using zebra printer for label printing.
    If I take field of 40 characters, the printer is wrapping the text after 30 and print in the next line.
    So I divided the desc into 2 strings 30 and 10. and display them in 2 separate windows.
    but the problem is that it is taking space between these two strings, I tried to adjust the windows by overlapping them, but could not succeed .
    Printer settings can not be changed as client dont allow that to do.

    because its wrapping up the text after character 30 and if I print in the same window, it will not show at all
    like if my material desc. is like this:
    string 1
    1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 
    a a a    b b b b b  b        c  c   c       d   d   d      e   e   e   e        f    f   f    f        g 
    string 2
    1 2 3 4 5 6 7 8 9 10
    g g g g g
    in print out it should print without any spaces in between g(30) and g(1) , but it is taking a space.
    is it because I have taken 2 separate windows ? I need to check it by displaying both strings in the same window. I will check that one.

  • TSC or ZM400 (Zebra Printer) printing speed?

    Dear Folks,
    I am using TSC or ZM400 (Zebra Printer) for label printing but I have one issue.
    I am printing the sticker and its getting but the speed of printing is very slow . Its creating spool request for evey label.
    Even I deleted spool request one after other in user profile but did not get the right speed.
    Any body have any idea how to increase printing speed . I am printing bulk of data (1000 sticker).
    Thanks and Regards
    Gurminder

    Hi,
    Do you use any graphics or true type fonts in your form that creates the spool? if you use graphics, ensure that the flag "Resides in the Printer Memory" is set for the graphic in transaction SE78. Also try to avoid true type fonts as this increases the size of the spool transferred from SAP to the printer greatly.
    If you want to ensure that spools are appeded, you need to ensure that parameters 'New Spool Request' and ''Completed' are not set as per SAP note #85318.
    For Sapscript forms, when your application calls the function module OPEN_FORM, the parameters the parameters ITCPO-TDNEWID and ITCPO-TDFINAL should not be filled when calling function module OPEN_FORM. Then the spools should be appended.
    Regards,
    Aidan

  • Reset Zebra printer to portrait after output

    Hi,
    I successfully created a label to a zebra printer using smartforms and itu2019s printing ok in landscape format.  I used the command  S_LZPL_SETUP   - '^FWR' to set to landscape.    However any subsequent labels that I try to print come out in landscape format as well.  How can I reset?
    Thanks
    Ann

    Hi,
    yes, I was able to change the format to landscape using
    att name                             att value
    S_LZPL_SETUP     '^FWR'
    This command was on the first window(just once)  and that window and every subsequent window rotated 90deg.
    the windows need to be set up accordingly.  This was messy. 
    hope this helps
    regards
    Ann

  • Command to move content left/right in Smartform label for zebra printer

    Issue : Command to move print content left/right in Smartform label for zebra printer.
    Requirement : If you changed the printer setting top position and left position, Print should start from a specific (X,Y) position.
    I am facing an issue while printing a smartfroms in different zebra printer.  We had tried all
    S_LZPL_SETUP_X  (Where X is LH/SPD/MD/PM/FT )
    But these command are not working in smartforms.
    We had used ZPL II printer command like u2018LH X,Yu2019  and u2018FT,X,Yu2019  in main window as well as in subsequent windows. But that also not working.
    Please advice.
    dinesh.

    Hi,
    If you follow notes #750002 and #750772 and use a smartforms and device type LZEB2, then the you cn just adjust the position of the text in the smartform. e.g. Use tab-stops, spaces or adjust the position of the window. There is no need to use ZPL2 commands directly.
    Regards,
    Aidan

  • BarTender for Zebra Barcode Label printing using Smartform

    HI Experts,
    Does anyone know how to use BarTender 7.10 software to create barcode labels for Zebra printer?
    I have to include a jpg Logo into the Label using BarTender.
    But when I test using the Zebra printer - the logo/picture won't print out.
    Any idea?
    Thank You.
    Best Regards,
    CW

    Hi There,
    I had problems with using Bartender when I tried to print a logo onto my labels, but I contacted a [labelling company |www.iidsolutions.net] who specialise in barcode label printing and the bartender software,  they sorted out my problem but then after a chat with them I decided it would be easier to get them to print the labels for me as I had loads of changes and they were quite cheap.  See if they can help you. :~)
    Good luck.
    Dave.

  • Rotation of label using smartforms by 90 deg using zebra printer

    Hi,
    I am facing one problem using smartforms for label printing. Since the zebra printer which is being used requires 90 deg rotation of form for the normal smartform design. I have even tried using ZPL commands by using ^FWR  command in the window attributes but the text within that window only gets rotated and each line gets overwritten on one another. Please let me know if it s possible to rotate the complete form in smartform for label printing using zebra printer.
    Thanks and Regards
    Anand

    Hi Anand,
    Check my previous thread below about this:
    Re: print label landscape to zebra printer - text position wrong & overlapping
    regards,
    Aidan

  • Printing Japanese Characters on Zebra ZM400 from Smartform

    Hi Experts
    I am trying to configure a Zebra ZM400 printer to print a Japanese label from a smartform but get no Japanese characters on the output.
    The original language of the smartform is English, but I have maintained a translation in SE63 which uses the Andale_J font.
    The printer ZM400 has the ANDMJ.TTF font installed and the printer has been set up in SPAD to use the LZEBU2 device type (which is the Zebra Printer Driver for 200dpi) and the Berkeley protocol (U).
    When looking at the printer spool in graphical format I am getting the appropriate Japanese characters displayed, when looking in RAW format it appears to be using the correct font, FCANDALE_J, although the characters are represented as #'s.  On the printer output, I get numbers or English where no translation has been maintained, but nothing where the Japanese characters should be.
    Has anyone come across this problem before, or have any idea how to solve this issue?
    Thanks very much
    Andrew Beavan

    Hi Aidan
    Thanks for your swift response, as you may have guessed this is all very new to me and so I am struggling to make much progress.
    I have uploaded the andale_j font to the printer which creates a file called anmdj.TTF.  I have also uploaded a JIS.DAT file which should convert any TTF to unicode and a printer configuration file which should effectively set this font as the default.
    I have tried to upload a TTF font in SAP using se73 and created a device type to go with this, however whenever I set the device type for the printer to this I get no print spool request generated.  Based on your reply, I have created a style using the TTF font I uploaded, but again when I reference this in a smartform I get no errors displayed, but I also don't get a print spool request generated so I'm not convinced that the font has been loaded correctly into SAP.
    I have just wiped the flash memory on the printer and am re-loading the font using a slightly different setting on the printer, so will try that, but welcome any further suggestions or clarifications if I have mis-understood your previous reply.
    Many thanks for your help.
    Andrew Beavan

  • Inverting Smartform output on Zebra Printer

    Hi Gurus,
    I am printing a SmartForm on a Zebra LP 2844-Z Thermal Printer. The label is coming out fine. However, due to the nature of my thermal labels (there is a small insert that you peel off separately) I need to print the label upside down.
    I have included a COMMAND node in my SmartForm with 'S_LZPL_SETUP' in the Attribute Field and '^POI' (Page Orientation Inverse) as the Attribute Value. When I print out the SmartForm, the labels are still the wrong way around!
    I am using the ZLZEB2 (ISO 8859-1 (Latin) 203 dpi ZPL-II) driver.
    Any assistance or thoughts on this will be much appreciated.
    Thanks,
    Pat Yee.

    Hello,
    Please let me know, if you found any solution for you problem. I am using the same printer.
    The Tips and Tricks of Zebra
    (http://www.zebra.com/id/zebra/na/en/documentlibrary/misc/sap_smartforms_technical.File.tmp/13760L_SAP_Smart_Forms.pdf)
    on page 40 didn't work. I just want to print two texts  vertical. The rest of the lablel should be printed normal.
    Bye!
    Now I have a solution for the rotation problem. For rotation single fields of the lable you have to create new print controls of your Z* Printer driver device. In this new control you can add the ^FWR (for rotating °90) and ^FWN (for normal print) print control.
    I have tested it and it works.
    Thank you smartforms - no more BARONE
    Bye!
    Silvio Hey
    Message was edited by: Silvio Hey

Maybe you are looking for

  • Wrong Base amount calculated for JEC1 & JSEP

    Hello All, I am using TAXINN procedure, while creating a PO, in invoice tab, BED (JMOP) is getting calculated correctly, but for JEC1 ( 2% Edu Cess) & JSEP (1% H&SEcess) , the base value is calculated wrongly, and because if this the duty amount is s

  • System requirements for additional payroll cluster

    Hi experts, in our SAP HCM system we currently perform the monthly payroll run for our country divisions AT, DE and SK. Now we want to implement the payroll run for an additional country division CZ in our system and before we start the project we wa

  • Duplicate icloud accounts

    Inadvertently, I set up two icloud ("me") accounts - one under my personal email address and another under my apple.com user id - me.com email address.  Various devices are logged into different icloud accounts which makes tracking them, etc. a guess

  • Photo library pictures not showing properly

    I have recently restored my iPhone 4s but when I checked my photos some of them are just black white or half white...I have tried removing all my images and adding them again but that hasn't worked...Any ideas?

  • Add llb to palette set

    I am trying to add the llb C:\Program Files\National Instruments\LabVIEW 2009\vi.lib\Utility\Queue.llb to my palette set because I really like using the simple Queue vi's for queued state machines. Going in and editing the palette set has proven to b