Script Form print issue

在SAP没有安装中文支持包的前提下,SAP Script Form有可能打印出中文字符吗?如有,怎么实现?
谢谢。

HP打印机时,打印方式是frontend吗?
用EPSON时也是用同样的打印方式吗?
Frontend(F,G)是调用windows的字体,打印机内部没有装中文字体也没有关系,照样可以打印中文。
其它打印方式:L,C不会调用windows的字体,打印机内部必须要装中文字体,才能打印中文。

Similar Messages

  • Script Form print issue with output type

    hello,
    i have maintained a output type for a purchase organisation in MN04, VN partner keep blank , medium 1 for print out and in date time : 4
    output device is 'LOCL' "print immediately" and "release after output" are active in communication.
    a message type generated when i created a PO, but it is a red light, and processing log is "Error in OPEN_FORM for document xxx".
    after checked, custom script from caused this issue, but how to resolve this problem?
    best regards,

    Hello,
    The error ME142 can have different causes like missing authorizations
    or a terminated connection. Please see SAP notes 397691 and 532251. This note
    states that is errors occur when purchasing documents are output, If
    errors occur when purchasing documents are output, the system generates
    an error message in the message log of the message overview. However,
    error message ME142 'Error in OPEN_FORM for document &' contains only
    the information that an error occurred and not the error cause. With the
    attached source code, the error cause is also displayed in the error
    message.
    Regards,
    David

  • Transport.of SAP script form , printer def and device type is not enaugh

    I transported the SAP script form , printer definition and device types of a thermal printer.
    On original system the printout is ok but on target system not. What should I do?

    Thank you for your fast answer
    As the matther of fact I am technical person. I think Output type belongs to application. However the difference is visible in  se71 ->Utilities->Printing test -> output device ->print preview.
    As I wrote I transpored corresponding. SAP script form , printer def and device type

  • Smart form printing issue with LOCL printer and SAP printer

    Hi,
    The issues are as follows:
    1. the top portion of the Invoice and PO does not print when using the SAP printer (works when using LOCL)
    2. the shaded areas of the Order Confirmation and Invoice are black when printing to a SAP printer (works when using LOCL)
    In an attempt to correct the printing issue is was suggested that we change the SAP printer device type from HPLJ4 to POST2. This did address the problem where the shaded areas were black but then we received reports that other reports printed "garbage". Its possible that using POST2 device type causes issues when printing to HP compatible printers.
    Apparently all the testing was done using the SAP printer LOCL and not the SAP printer name and SAP spool system. LOCL uses the SAP GUI and Windows system to produce the output. Our production users at the plant site and Toledo are using SAP defined printers with the device type of HPLJ4. HPLJ4 is our standard here as OC for our printer definitions and we have HP compatible printers installed in our Toledo location and all of our remote sites. We need to be able to correctly print the Invoices, Purchase Orders, Sales Order Confirmations on our SAP printers.
    What can be done to the reports to allow them to print on our HPLJ4?
    Thanks,
    Babu

    Hi Prathap,
    Check the background shading of the windows of the Smartform where you get the black boxes. If it is set something like this:
    Color: White
    Saturation: 100%
    this can be the problem.
    I know it is strange but some black and white printers cannot handle this setting. They only know one color black so the ignore the color setting and just take the saturation 100% setting.
    The reason it works with local and device type SAPWIN is that the print data is created in Windows and sent to the printer as graphic.
    Please change the shading for window MAIN -> tab 'Output Options' to:
    Color: Black
    Saturation: 0%
    and this should resolve the problem.
    Then create a new spool and check if the problem is resolved. See SAP Note #400050.
    Regards,
    Prabhu

  • Smart form printing issue with LOCL and SAP printer

    Hi,
    The issues are as follows:
    1. the top portion of the Invoice and PO does not print when using the SAP printer (works when using LOCL)
    2. the shaded areas of the Order Confirmation and Invoice are black when printing to a SAP printer (works when using LOCL)
    In an attempt to correct the printing issue is was suggested that we change the SAP printer device type from HPLJ4 to POST2. This did address the problem where the shaded areas were black but then we received reports that other reports printed "garbage". Its possible that using POST2 device type causes issues when printing to HP compatible printers.
    Apparently all the testing was done using the SAP printer LOCL and not the SAP printer name and SAP spool system. LOCL uses the SAP GUI and Windows system to produce the output. Our production users at the plant site and Toledo are using SAP defined printers with the device type of HPLJ4. HPLJ4 is our standard here as OC for our printer definitions and we have HP compatible printers installed in our Toledo location and all of our remote sites. We need to be able to correctly print the Invoices, Purchase Orders, Sales Order Confirmations on our SAP printers.
    What can be done to the reports to allow them to print on our HPLJ4?
    Thanks, Prathap

    Hi Prathap,
    Check the background shading of the windows of the Smartform where you get the black boxes. If it is set something like this:
       Color: White
       Saturation: 100%
    this can be the problem.
    I know it is strange but some black and white printers cannot handle this setting. They only know one color black so the ignore the color setting and just take the saturation 100% setting.
    The reason it works with local and device type SAPWIN is that the print data is created in Windows and sent to the printer as graphic.
    Please change the shading for window MAIN -> tab 'Output Options' to:
       Color: Black
       Saturation: 0%
    and this should resolve the problem.
    Then create a new spool and check if the problem is resolved. See SAP Note #400050.
    Regards,
    Aidan

  • Sap script text printing issue..

    Hi,
    I have a SAP script with a text symbol say &abc& defined in the SAP script main window.
    From the print program I want to pass some text to this text symbol.
    In the print program I have an internal table with lines of text, sometime it can have just one line of
    text CHAR512 length or it can have multiple lines of char512 length text.
    Now how do I pass these lines to the text symbol &abc& ?
    I tried to do the following, but it does not help...
    DATA l_data TYPE STRING.
    loop thru the internal table
    concatenate l_data with text got from internal table
    endloop
    CALL FUNCTION 'TEXT_SYMBOL_SETVALUE'
        EXPORTING
          name   = '&abc&'
          value  = l_data
        EXCEPTIONS
          OTHERS = 0.
    I debugged and saw that l_data has most of the text (not all) but the sap script's printed output
    has only few text.
    what should I do to get all the text displayed on the printed output ?
    thnks

    Hi Vivek,
        Including two work area next to each other should not be a problem because i am doing the same thing. Check whether the length of field of work area one is over lapping the field of other work area.
    Note: Reward points if helpful.
    Cheers,
    Shafiq

  • SAP SCRIPT Barcode Printing Issues

    Hi ,
    I'm printing 3of9 , barcode in sap script, which has width of 1CM and height of 1CM, the problem is once it's printed, barcode is being printed at higher position than it's supposed to be and creating alignment issues and also introduces blank lines in between .
    Has any opne faced this problem , and how to over come this.
    Regards,
    Raghavendra

    With SAPscript, barcodes are produced only by each printer (according to BarSimm or whatever technology you use). The preview is just an approximation made by SAP. So, you must trust your printer and adapt your SAPscript until it prints correctly.

  • Smart Form printing issue in repeate page

    Hi,
    We have one smartfforms printing  some notification details in which Only one page layout is use and it is repeated again  at one block Upper margin is 18.23  and Height is 9.60 CM  on first page it is printing properly  but on second page it is stating at  Upper margin is 18.23   properly but not printing total height it is printing only two rows on second line.
    how to solve it
    the block is a interbal table and it is printing material and qty. of that table if material is more means there are more than 8 material then it is printing only upto 11 rows remaining rows it is not printing.
    regards,
    zafar

    Hi zafar,
    I searched SAP.COM for you:
    [Smart Form Trace|http://help.sap.com/saphelp_nw70/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm]
    Transaction Smart Form Trace, switch on, level 60 Fields. Process smartform. Analyze.
    What is the remaining question?
    Regards,
    Clemens

  • Java Script: Form Submit issue.

    Is there a way where I can submit two forms ?
    Thats is submit 2nd form only when the first form is submitted.
    I tried this it works.
    function formSubmit(){
    document.form1.submit(); //Submit First Form
    alert(); //This will stall the execution thus form2 will not be submitted till I click on OK
    document.form2.submit();
    }But If I dont put an alert in between, only the second form is submitted.
    If I put a delay of say 3 seconds in between then it will throw a SOCKET CLOSED error in the action event triggered due to first form submit.
    Well Basically when the Alert pop's up the parent page "STALLS" and thus the form2 does not submit till I click on OK, Is there a way I can stall the browser/Parent JSP page using JAVA SCRIPT ??

    Relax people... Ok I will move my querries else where :) ..
    But whats wrong if somebody can provide me an answer ? I am sure most of you know java script , if you dont know then don't answer simple as that.
    You do know that Sun did not create JavaScript, right? So the Sun forum sites may not be the best place to look for a JavaScript forum " {code} 
    You mean to say if something is not from sun I am not supposed to ask a question on that, I agree that this is JAVA Programming forum.
    Peace,.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • SAP Script form printing

    Hi Folks,
    I am designing a SAPScript form, and printing line items in the MAIN window.  Is it possible to print two line items on the same row of a MAIN window?  The number of single line item column is 50.  I want to print the form in portrait mode.  Please send your suggessions immediately.
    Thanks,
    Janelle

    hi,
    To display 2 line items in 1 row.. i am not sure u can do it... after getting 1st record in sapscript it goes to print program to fetch second record... and takes a new line...
    if u want to display side by side... then the other way but it is not recommended is... create a new itab with 2 line items as fields...like
    name1 lineitem1 name2 lineitem2
    then u can give in sapscript as &name1& &lineitem1& &name2& &lineitem2& with tab settings in paragraph format
    In Header data in Basic Settings TAB u can select portrait or landscape format.
    Regards
    CNU

  • Editable form printing issues

    Hi,
    I have created a form with InDesign CS6, simple text fields with a submit button set up to send it via email to my colleague.
    I have saved it as reader extended. Recepients can open and complete the form as well as save it. However they can't print it.
    Yet when I remove the submit button it prints fine.
    When attempting to print, the page appears in print preview, but nothing but a blank page comes out.
    Is this a bug or intentional?
    Thanks in advance

    If it's a bug, the folks in the Acrobat or Reader forum would know better.

  • Editable form printing issue

    I have created a form with InDesign CS6. Simple text fields with a submit button set up to email the form to my colleague.
    After I have exported the form and saved it as reader extended, recepients can enter and save data, submit it to my colleague but can't print it.
    In the printer dialogue box, the page preview shows the page, however it comes out as a blank page.
    However, if I remove the submit button it prints fine. Is this a bug or is this intentional?

    If it's a bug, the folks in the Acrobat or Reader forum would know better.

  • PO Form printing issue.

    Hi Guys,
    Our ABAPer changed a PO form and moved into QA and PRD. It is printing properly in QA. In PRD the bold feature is gone and printing crappy. Its the same form Why is it doing that in PRD. If any of you guys know where to post, please let me know.
    Thanks and Regards
    Madhu Vutukuri

    Hi Madhu,
                  Please check the printer settings in PRD and Quality.Its the problem of printer.Try to take d printout on another printer.or compare the printer settings in both systems.
    Tcode -SPAD
    output devices.
    Reward if useful,
    Cheers,
    Deepthee Kasal

  • SAP script printout alignment issue

    Hi Experts,
    I have facing one Script Printout Alignment issue.
    SAP Script Form printing some Values in Table format.
    While debugging( in debug mode ), I am getting the correct Alignment ( Proper table format with values ).
    But in printout the Alignment( The vertical and horizontal lines are not printed properly ) is not correct.
    Thanks in Advance.

    HI Glen Anthony,
    I am not using any printer details.
    from the Spol (SP01) I am checking the print priview.
    Success in debug mode but not in Print.
    Please suggest.
    Thanks

  • Check form allignment issue during printing

    I have copied and modified the standard check printing SAP Script F110_PRINT_CHCK to create my own custom SAP Script ZFHR_PRINT_CHCK SAP Script.
    This new Z-script also prints the check and along with that in the main window it calls the remuneration statement developed using PE51.
    The remuneration statement prints correct data in the main window of the SAP Script however the data and texts are not properly aligned inside the MAIN window of the check printing Z SAP Script.....the left side is aligned with the window border but the data and text towards the right side of the MAIN window are distorted and not aligned with the border.
    Please let me know if anybody knows how to fix the issue.
    Thanks,
    Sourav

    Hi Saurav,
    i am having same requirement but am not able to print remuneration statement in the main window.
    How did u do that. i have a form designed by funct. consultant in pe51. but how do i assing it to my script z110_prenum_chck??

Maybe you are looking for

  • How to open 2 playlist at the same time and have them in two diferents windows?

    until iTunes 10 i can open more than one playlist at the same time, and have this playlist in diferents windos but since 11 i cannot do it anymore.. is anoying if i need to fast switc music froms playlists.. so it become usseless... i think the aim o

  • Should BT be able to provide more detail about usa...

    Ok, so I've jut done a bit of searching and found what would be a solution to my problem in the "ideas" section... so commented there also, but so I may get a community opinion, what are your thoughts on the subject of BT providing more detailed usag

  • System update configuration issue with local repository related to machine type

    Hi,  Sorry if the issue has been posted earlier, i tried searching but cudnt find relevant post. Here is my issue:  My machine is Thinkpad R52. Type as printed on label is: 1858-CLG   While adding machine type in update retriever, I added machine typ

  • IPhone to Sony Bravia

    Hey people, So, I have a Sony Bravia Smart TV... There's a mode called 'wifi direct mode.' I CAN connect my iPhone to the Bravia with no problems and it comes up with... 'Device Connected.' So, it obviously recognises the iPhone and talks to it so to

  • FI/CO Virtual query issues

    I am trying to run query 0FIGL_VC1_Q0002 and it is giving me an error message: <i>Hierarchy INT 0000000 is not available for InfoObject Fincl Statement item(BRAIN 037)</i> I read through the "How to ..." paper that saids this report uses the hierarch