Smartforms - Printing Label

Hello All,
I´m developing a smartform to print information in a label that has 6cm height.
My problem is that when I print the informaton the smartform prints information of the next label on the previous information. It seems that the smartform understands my label has 5cm of height.
How can I 'enlarge' the height of the window or table so smartform will print the correct information on the next label ?
Thanks in advance.
Best regards,
Marcelo Perine

Matt,
The smartform receive information in Form interface -> Tables -> ZTB0014
Each register of this table is printing in one label. Then, my problem is that the smartform is printing two registers in one lable. It´s seens that the new-page function ins´t working.
Main window
-Loop
--Table
---Text1
---Text2
--Command
Main - Output options
Left margin 0,00 CH
Upper margin 0,00 LN
Width 82,00 CH
Height 15,00 LN
Loop
Internal table ZTB0014 INTO EST0014 
Table
Table width 80,00 CH
Horizontal alignment Left 0,00 CM
Minimum Height 0,00
Line1 50,00 CH | 30,00 CH
Text1
(1) Recebedor das Mercadorias.    
  &EST0014-NAME1&                 
  &EST0014-STRAS&                 
&EST0014-ORT01& - &EST0014-REGIO&
  &EST0014-ORT02&                 
  CEP &EST0014-PSTLZ&             
(4) Transportadora                
  &EST0014-TRANS&                 
Text2
Volume             
  &EST0014-VOLUM&  
Command
X Go to new page %PAGE1                                            
Reset paragraph number P1
Message was edited by: Marcelo Perine
Message was edited by: Marcelo Perine
Message was edited by: Marcelo Perine

Similar Messages

  • Standard Smartform for label printing for packages - pls advice

    Hi All,
    I need help in changing a print program ie Standard Smartform for label printing for packages ?
    Standard Driver program: SDPACKDR
    Please provide me with the detailed steps for editing the Std Smartform according to any requirement.
    Points will be rewarded promptly.
    Thanks.

    hi,
    1. The smartform name is SD_PACK_ETIK.
    2.Just copy the standard program into Zprogram and make chanes and assign in NACE with the form.
    3.But,in smartform lable printing is not possible.
    4.you can print barcodes.
    Regards,
    Kumar(Reward if helpful).

  • Help in printing labels

    Hello experts.
    I need your help in the concept of printing labels.
    Is it possible using SapScripts or Smartforms?
    Any help in this regard would be highly appreciated.
    Thanks in advance.
    Regards,
    Jani.

    Hi,
    Check out the following:
    SAP Scripts:
    To create labels in SAPSCRIPT, you will have to define multiple MAIN WINDOWS in the Page Window.. try the following steps..
    Main windows in page windows allow you to format text in multiple columns. Define an area in the page window, in which to position the main windows.
    1. Create a page window and assign it to a page.
    2. Choose Edit --> Main windows.
    A dialog box appears.
    3. Enter values in the fields Area width and Area height in accordance with the input guidelines for main windows.
    4. Enter values in the fields Spacing and Number in the Horizontal group if you want to use multiple columns. You can ignore the fields in the Vertical group.
    5. Determine how many columns and line areas are required for label printing. Then enter the corresponding values in the fields in the Horizontal and Vertical groups.
    Smart forms
    http://www.satoworldwide.com/labelgallery/downloads/WhitePapers/Printing%20labels%20from%20SAP%20R3.pdf#search=%22LABEL%20PRINTING%20IN%20SAP%22
    http://www.zebra.com/id/zebra/na/en/index/industry_solutions/alliances/sap_new/sapsmartforms.html
    http://www.datamaxcorp.com/_assets/library/pdf/sap_91803.pdf#search=%22LABEL%20PRINTING%20IN%20SAP%22
    Reward points for helpful answers.
    Ashvender

  • Limited size in printing labels

    Hello everybody,
    We are trying to print labels, which are created from smartforms, to Zebra S4m (203 dpi). We use Host Spool Access Method C (Direct Operating System Call). Everything prints fine, but we are limited with the size of the printed document. The limit is only 644 KB. There is no error message in SAP queue or in Zebra printer when we exceeded this limit. But it prints a lower amount of labels than we need. We don't know whether the problem is in SAP system or in the printer. Is there any posibility to split the printing task?
    Jan

    Hello Jan,
    could you pls let me know which device type are you using?
    Also are you printing the label with sapscript or smartform?
    Where you see the size limitation?
    Can you test if you can print more size if you are using the access method G
    from the frontend client PC to you zebra printer?
    Regards
    Jie Bai

  • Modify MIGO print label

    I am using the following for printing the label.
    I am using output type wee1
    Program SAPM07DR
    FORM routine ENTRY_ETIE
    Form MM07ET , output type WEE3, WE03
    procedure ME0001
    I have 2 barcode and 3 lines,
    I need to add more barcode in this label
    how can I do it.

    Hi Shuva,
    I have never dealt with label printing and in an urgent issue I have to visit client to do config for label form output determination at MIGO. Can you please let me know where its config is done. Is it same NACE and WE01 etc with smartform name and program name. If yes then what program name is taken from the list. if you reply bit early it will be appreciated.
    REQUIREMENT is - smartform for label is ready by some third party and I have to attach that for MIGO and LT06 Transfer Order printing? How can I do and what do I need to do for that.
    Thanks and Kind regards

  • Print labels row*column wise

    Hi Gurus,
    We have a requirement to create a report which will print labels (RTF layout using XML publisher). Our client wants supplier information (labels, single label of 8 lines) to be printed on a single page i.e. on A4 size paper, 3*8 = 24 labels should get printed like- (Below Lxy is a single label with 8 lines, x and y denotes numbers below)
    L01 L02 L03
    L04 L05 L06
    L07 L08 L09
    L10 L11 L12
    L13 L14 L15
    L16 L17 L18
    L19 L20 L21
    L22 L23 L24
    This will be a nightly job and once client will come in the morning all the labels will get printed on the A4 size papers. These number of labels in a single request may vary as well eg- it can be either 4 during one night or 29 during another, so this has to be taken care while printing.
    I can not call it as a matrix report as number of rows and columns may both get changed dynamically.
    Is anybody came across the same requirement? Please provide your valuable inputs.
    Thanks in advance.
    Rgds,
    Sumir

    HI,
    Here you go good program links
    <a href="http://www.sapfans.com/forums/viewtopic.php?t=52107">How to Set Color to a Cell in AVL</a>
    <a href="http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_color.htm">ALV Grid Coloring</a>
    Thanks
    Mahesh

  • How do I get spouses and children on to printed labels and envelops?

    I store spouses and children in the fields provided for these names. When I go to print labels, Address Book puts the primary name and one randomly selected child name on the first line. So if the person is Jane Smith, I have her spouse listed as John, and two kids listed as Jake and Janice, the label will read.
    Jane Smith and Janice
    142 Main St.
    Nowhere, NH
    Can I get the spouse name and the other kids to show up? How?
    +Also, any tips on dealing with couples with two last names? That's more of a data entry question, but if anyone has ways this works for labels but also for logical address book and iPhone look up.+

    Turn iCloud contact syncing off and choose keep when prompted.

  • In Address Book, I would like to have a field "File As". So, l can list "Joe Smith", as "The Smith Family". I will use this when I print labels for Xmas cards and such. Thanks!

    In Address Book, I would like to have a field "File As". So, l can list "Joe Smith", as "The Smith Family". I will use this when I print labels for Xmas cards and such. Thanks!

    In Address Book, I would like to have a field "File As". So, l can list "Joe Smith", as "The Smith Family". I will use this when I print labels for Xmas cards and such. Thanks!

  • When printing labels for each printed label a blank label comes out of the printer

    Hello Experts
    We have a CR report which is designed to prints labels for the items using a label printer. After an upgrade that we have last month the settings for this report are missing so the labels were coming out wrong.
    Due to this I have had to reconfigure this report and its printing preferences and so far I have managed to make the prints fit in each label. But the problem is that if I try to print 5 copies of a label, the 5 labels come out of the printer just fine, butt after it another 5 blank labels come out of the printer too.
    I have tried with all parameters in "Printing preferences", mainly in the "Material" tab but nothing works.
    Thanks in advance and regards

    Hi,
    Please check below SAP note and let me know your feedback:
    1043235 - Label/thermal printers are not supported by SAP Business
    One
    Thanks & Regards,
    Nagarajan

  • HP Officejet Pro 8500 A909g Series capable of printing labels on the CD?

    I have Sure Thing label software that can print label information on a printable CD if the printer has the capability.   Not able to find any HP doc confirming whether it does or does not.  Anyone know for sure?  Thx.

    Hi,
    No, it can NOT print on printable CD/DVD's:
      http://h10010.www1.hp.com/wwpc/ca/en/sm/WF06b/18972-18972-238444-3328086-3328086-3752454-3752460.htm...
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • MIGO Print label WEE1 for non stock items from GR for PO

    Hi,
    I added logic to print new label into printing program MZ07DETI which is printing labels for stock items. My label is for non stock items. The problem is that for non stock items printing process is not triggered. I created PO with Account Assign. Category F, P or K no material number and no storage location. For this type of PO no print possible during GR posting. Is any set up available in IMG to make it work. I appreciate any response.

    Hi,
    Please check up if there is any default value at the plant level;in case of such default,the system will post to the GL Account defaulted,not with standing the "standard item category".Better checkup if any cost center /order has been assigned.
    The GL item is defaulted thro'the item category.If both the goods and services have been defaulted to the same GL  Account,then not with standing the type [ie] whether goods or services,the system will post tot he same GL Acct.
    Hope this helps.
    Regards.
    Ramesh

  • Issue with Printing Labels using PrintToPrinter

    Hi,
    Recently we have upgraded our reports from crystal reports XI to crystal report 2008.
    We are currently facing problems with the labels printed through crystal reports.
    I've used the ReportDocument.PrintToPrinter(1, false, 0, 0); method to print the report directly to the label printer.
    The problem is, if I export the label to a PDF file and print the report by selecting the printer the label comes out perfectly, but when I print the report directly using "printtoprinter" method instead of exporting it to a PDF, the font size is reduced and the label looks like its shrinked to half the size. Our production server is still running on crystal reports XI and we don't have any problem printing labels from it. Let me know if i'm not sailing in the right direction.
    System Details:
    OS: Windows Vista Buisness 64-bit
    Visual studio 2008
    .NET Framework 3.5
    Label Printer: Dymo Labelwriter 330
    Crystal Reports 2008
    Code:
    private ReportDocument oRpt = new ReportDocument();
    // initialize the repot.
    initReport();               
    oRpt.PrintOptions.PaperOrientation = PaperOrientation.Landscape;
    oRpt.PrintOptions.PrinterName = prnName;
    oRpt.PrintToPrinter(1, false, 0, 0);
    Thank you,
    Vijay

    Hey Josh,
    I'm sorry there was a typo in the link.
    Here is the link for that forum Re: Custom Paper Size & Orientation Problem
    The solution mentioned by Amit singh in the thread solved my problem. I'm pasting the code here for you to look at.
    boReportDocument.Load(Server.MapPath("CrystalReport.rpt"));
            PrintOptions boPrintOptions = boReportDocument.PrintOptions;
            // The paper size used for this report is  '14x7'.
          System.Drawing.Printing.PrinterSettings oPrinterSettings = new       System.Drawing.Printing.PrinterSettings();
            oPrinterSettings.PrinterName = "     ";
            foreach (System.Drawing.Printing.PaperSize oPaperSize in oPrinterSettings.PaperSizes)
                if ("14x7" == oPaperSize.PaperName)
                    boPrintOptions.PaperSize = (CrystalDecisions.Shared.PaperSize) oPaperSize.RawKind;
                    break;
            CrystalReportViewer1.ReportSource = boReportDocument;
    Hope this solves your problem.
    Vijay

  • Smartform printing on Dot Matrix printer for continuous stationery

    Hi Friends,
    I'm throwing my smartform print output on printer using local printer .Now the problem is as i have designed the SF using A4 page size , the output on Dot matrix is my output (WHICH IS 1/3rd OF a PAGE) + rest of empty space which is actually wasting pages.
    Settings in SPAD are as follows:
    Output device : Lp01
    Device type : SWIN
    and page format : LINE_21
    Format Type : LINE_21
    What i want is a restricted output .please let me know the possible solutions and do i need to load the driver for my printer in SAP as well (Printer is  : wipro WEP 800 DX)
    Thanks and Regards,
    Sachin Soni

    Hi,
    Change the page settings in the form
    -> under the form attributes you can find the page format there you can set up your required format
    Thanks,
    Nethaji.

  • Problem printing labels on dot-matrix printer

    I am currently using Oracle Reports v 3.0 on an NT network. I need to print labels on an Epson LQ-570+ printer. The user will run a number of reports which will create a file for each location we need to send to. The user will then send 10 - 20 files to the printer at a time. The problem I am having is that since we went to Reports 3.0 on NT if a file has only one label, it will print that label then page forward spitting out 10 blank labels. It then prints the next file. We are using continuous feed labels and are wasting a LOT of labels. I have tried to reset the page size in the properties page of the report but no luck. Any help would be greatly appreciated!

    hello, I could not write English, but I will help you
    You could see it in SYSTEM PARAMETERS of reports, in the MODE option, putting the to initial value Character type
    You also have to see the Dflt.prt file, that this located in the C:\ ORAWIN95\ REPORT60\ PRINTERS, the who you control the margins of
    impression in manner [caracter]. They for [default] are 80 Columns and 66 Lines, the
    who you could publish and change the courages
    You count me if I operate you.
    Greeting

  • When using Appleworks database for printing labels can I have columns of different widths?

    When using Appleworks database for printing labels can I have a column of different width?
    Case in point, the supplied avery labels in Appleworks does not have 8195. When I build one using custom design  I need a small column between column 2 and 3 to line up the info in columns 3 and 4. All the labels are 1.3/4 inch wide but I need to insert a column 1/4 wide to match up with the avery page....
    Any ideas???    
    Thanks......
    ---warren

    Well, the issue is that when you creat a custom width of 1.3/4 from the edge of the first label to the edge of label 2 all is good. The right and left margins were also set correct in AW. The Avery page, for some reason, has a small 1/4 inch column between the columns of label 2 and 3 therefore making the distance between the left edge of the label in column 2 and the right edge of the label in column 3 - a width of 2 inches and not 1.3/4.
    I guess Avery wanted the page to look even.
    I did this work around.....
    I created a custom lay out of 2 columns (not 4) with the correct width of 1.3/4 from label edge to label edge and the correct left side margin. After printing the first page I just turned the sheet 180 degress and printed the 2nd page to use all the labels on the Avery sheet. Since the upper and lower margin were the same it worked great....
    "Great minds think alike"...   thanks for your suggetion

Maybe you are looking for