SAPSCRIPT - PO-PRINTING

Hi Friends,
Need your suggestion on following ....
In sapscript for po printing the default format is curior,size 10. I have also defined N2 as new paragraph format. In below given code the include prints item text with default format i. e. curior where as it should print with N2 format.
/E  ITEM_TEXT                       
N2  ,,&TTXIT-TDTEXT&              
/:   INCLUDE &T166P-TXNAM& OBJECT &T166P-TDOBJECT& ID  &T166P-TDID& LANGUAGE &
Thanks in advance.
Pankaj

How was the text in the purchase order created?
Is it possible they are using a paragraph symbol in the text?
Normally "*" or "/" is used for the text in the actual document.  If someone specified a different paragraph format (like AS), it will override the PARAGRAPH option on the INCLUDE line.
Assuming paragraph N2 is defined properly, check the text in the PO for a paragraph symbol.

Similar Messages

  • SAPScript Duplex Printing (SD Invoice)

    Hi all gurus,
    After reading some threads and as I told on this "answered" question from Manfred:
    Re: Duplex Printing SapScript: Invoice - Printer tries but fails backside?
    We need to print SD invoices in duplex mode.
    Settings that we have changed by now:
    - Sapscript: first page printmode as DUPLEX, next as default -> OK
    - Since read from official SAP documentation, for sapscript duplex you don't need to change display type or device type from SPAD. So I left the one was been used. Anyway, to be sure, I change its print mode to DUPLEX. I have also check if the print control SPMDU appears on the device -> OK
    - The printer we use is an OCE MP 1020 which can print on duplex mode and has PCL
    - I have tried printing the text SAPSCRIPT-PRINTMODETEST from SO10 but duplex does not work. They print on different pages.
    Following those instructions, I could not manage to do it.
    I have some questions:
    - Do we need to configure the printer locally in any way?
    - About the example "SAPSCRIPT-PRINTMODETEST", do you need to configure something before testing it for duplex printing?
    Could you please explain the needed steps to accomplish SAPScript duplex print?
    Thanks in advance,
    John

    Hi Aidan,
    Thanks for your response.
    I have changed the device type from SAPWIN to HPLJ4000.
    When I try to print the text: SAPSCRIPT-PRINTMODETEST
    The SAPLPD.LOG says:
    (11:10:16) Number of processors: 4
    (11:10:16) Icon DLL loaded.
    (11:10:16)
    (11:10:16) Network Communication via SAP-NiLib
    (11:10:16) Hostname: xxxxxxxx
    (11:10:16) IP Address: 9954064.2684488.2684488.1617840
    (11:10:16)
    (11:10:16) SAPLPD Version 6.29 for Windows/NT (OPT) is listening
    (11:10:16) OS-Info: version = 6.1, build = 0/7601, text = Service Pack 1
    (11:10:16) Copyright © 1992-2001 SAP AG
    (11:10:16)
    (11:10:26)
    (11:10:26) Receive job for printer __DEFAULT (Berkeley LPD protocol / RFC1179)
    (11:10:26) send_status called
    (11:10:26) send_status called
    (11:10:26) send_status called
    (11:10:26) send_status called
    (11:10:26) send_status called
    (11:10:26) Job 002aBOrZ.IS1 for user XXXXXX queued.
    (11:10:26) Job 002aBOrZ.IS1 (raw) started on printer \XXXXXXXXXX
    (11:10:26) Job 002aBOrZ.IS1 (raw) with 4955 bytes finished
    The printer is not printing any page :S
    This is the printer model:
    http://www.oce.co.uk/products/mp1020/specifications.aspx
    It supports PCL and Postscript
    What could be the problem?
    Thanks in advance

  • Sapscript's print preview problem

    Hi everybody!
    My problem is in sapscript's print preview.
    When I call the transaction directly the print preview is ok. But when I call that same transaction through a CALL TRANSACTION command from others reports, the print preview is showed as a simple report output, like it's printed with WRITE commands.
    Has anyone got an idea about this?
    Thanks,
    Raphael

    Hi Curtis!
    Yes, I'd found the answer.
    To solve that, when use the CALL TRANSACTION command, you have to set the parameter CTU_PARAMS this way:
    CTU_PARAMS-NOBINPT = 'X'.
    Doing that, the system knows that it isn't a batch procedure.
    Regards,
    Raphael

  • URGENT: SapScript Layout printing

    hi all,
    i have to develop a form which look something like this (click the link for layout)  
    <a href="http://www.geocities.com/xwing88/layout.JPG">LAYOUT</a>
    my problem is for columns: Date, Vessel & Remark, these are include texts.
    - i need to print the column lines
    - the texts should not overlap the column lines
    - how should the window placement be? i've tried the first 5 columns from left is the main window, the remark column is a VAR window which displays the text only, however at the end of the text i'm supposed to display the attachment list. i've tried displaying the list from an internal table but the form only prints the last record, even if there's 3 records, all printing the same value
    - i've even tried the whole thing is the main window. my problem arises when i tried to print the include texts. if i use the include text command from sapscript and supply the PARAGRAPH to the command, the texts will be printed a line below, displaying a line feed. however if u use FM READ_TEXT in the print program and use element to control, i ahve the same line feed problem as well. the remark column is printed a line below.
    -how to make all the text starting from the first line?
    -how do i keep all the text within the column line? what if the texts are very long??
    plz any help or suggestions are very much appreciated. any tips will do...
    thank you.

    Hi!
    This is very complicated task in SAPScript.
    - If the texts are constant, or they are not changing very frequently you might create windows for all grids. You will place the relevant text in the right window, you can address windows dynamically.
    - You might try to read the text within the printer program (using FM READ_TEXT) and separate the corresponding lines into a table. Then loop at the table and just simply print the lines, and use BOX command for the frames
    - Or you might write it in SMARTFORM, which makes this task easier. This is one of the smartform's advantages, it can handle cells very well.
    Regards
    Tamá

  • Sapscript FI - Printing cleared items

    Hello all.
    I am the program RFKORD00 to print payments with a sapscript.
    When i make partial payments i can print them without any problems.
    The problem is when i make the rest of the payment. From this moment on, i can only print the final payment. When i try to print the previous partial payments it tells me the items have been cleared by another document.
    I have a copy of RFKORD00. What do i need to change in it so i can still print the previous documents?
    Thank you
    Nuno Silva

    Hi,
    I am not sure if i understood ur question correctly.
    Anyways i think in the output types there is settings which you can define whether to reprint a already printed document. Check if this is enabled or not.
    If its not enabled it will not allow you to re-print the documents printed earlier.
    Did you try printing from tcode VF31?
    Cheers
    VJ

  • Copying sapscript for printing in different language

    Hi,
    I need to create a sapscript which needs to be printed in 2 langauges and assigned to 2 different output types(one for english language and other for Chinese).
    I have already created teh sapscript for the english language and not sure how to create the other one for chinese language.
    The language for printing will be determined from vendor master.
    Do I need to copy the sapscript(English version) and while copying just maintain it in English language or Chinese language?
    Please advise.

    Hi ,
    As David says,
    you can create your chinese language layout and use Menu path
    Form-> Copy From... and copy your english language  lanyout to your chinese langyage layout.
    after that you can use SE63 for translation your english Script to chinese language Script or directly you can change heading text  and other text in inside your layout.
    but make sure  if your paragraph format is not support chinese language then you can create new paragraph format for chinese language Script.
    Regards,
    Prasenjit

  • SAPscript - to print a checkbox

    HI ALL,
    I need to print a check box and a tick mark in the check box in SAPSCRIPT.Kindly send a sample code
    Thanks
    Points will be rewarded

    Hi,
    In window>textelements>insert>charecters>SAP SYMBOLS.
    There you click on the symbol what ever you want by placing the courser in text elements.
    I think it will not reflect in print preview but will come in raw copy.
    Thanks.
    If this helps you reward with points and close the thread.
    Message was edited by: KDeepak

  • About include text in sapscript form printing

    hi experts:
        I am learning about form printing,the control command-include,for example:INCLUDE ZTEST OBJECT TEXT ID ST.
    the question is:how to ceate the text?
       thanks

    Hi,
    Standard text are used to include a Fixed Note or Rules or regulation document in SAPSCRIPT.
    You can include this text any where in your SAPSCRIPT, just by using include text.
    It is created in SO10 transaction, Where you can create the standard text. Object Name --> Starting with Z, Text ID --> ST, Language --> EN
    Just enter the text you want to display inside the editor and save it.
    Then go to sapscript editor --> in Menu Include --> Text --> Standard.
    It wil get included.
    Hope this may be useful..
    Regards,
    Prashant

  • SAPSCRIPT NOT PRINTING in WYSIWYG

    Hello,
    when I print (using A4 Paper DINA4 ),  onn the print preview I see the document how I want it to print.
    Whenit is physically printed ,  I get a 5mm top marginb and 5mm left margin, before anything is printed, what is the easiest way of getting rid of this.
    Thanks

    Hi
    That may be ur default printer setting and if ur sure that this printer is the Same printer that is going to be used in the Production enviroment then Manually change the Sapscript to include those spaces, or else test in a different printer.
    Hope that helps
    Anirban M.

  • Sapscript - Not printing Cover Page

    Hello Experts,
    I have created 2 pages in sapscripts(Cover and First). Cover will print only once and First will be printed depending upon the main item data. But, while printing, Cover page is not getting printed. Only the First page is printing. Even, on header, I have already defined cover as fisrt page and first page as next page.
    Please suggest.
    Regards
    Arpit Chelawat

    Yes Surya.
    Value of  ITCPO-TDCOVER = D(Default, Priter setting).
    I have checked in debugger, it is not calling Cover page either.
    Pleaes help.

  • Sapscript logo printing reverse

    In a sapscript, I am using a logo. In print preview, its coming fine but when it is printed, it is coming reverse.
    What could be the problem and possible solutions? I have seen some threads here related to that but I would like to know if those solutions solved their problems.
    I appreciate your time and input in advance.
    Thanks a lot.

    hi Krishen,
    Check out these threads
    logo printing reverse
    Sapscript logo is printing topside down
    Regards,
    santosh

  • SAPScript form printing twice

    Hi Experts,
    I have a sapscript form being used in transaction LT31. When LT31 printing is executed, the form is always being printed twice. Where should I start investigating on this?
    Thanks in advance!

    Check the variant, I guess in variant you will have an options...
    Regards,
    SaiRam

  • SAPScript:GRN Printing Label

    Hello Experts,
    I m working on SAPScript .My requirement is i want to add storage bin(MARD-LGPBE) field in SAPScript for GRN Label printing FORM:(rm07etikett).Everything else is coming from mseg, mkpf, ekko table but not from MARD
    Plz sugget how to proceed.
    Aastha

    Hi,
    There is Label printing tutorial. Pls check the below link. May help you.
    [http://help.sap.com/saphelp_bw30b/helpdata/en/6b/54b4b8cbfb11d2998c0000e83dd9fc/content.htm]
    Regards,
    Lokesh.

  • Sapscript Mass Printing

    Hi All,
    I would like to ask for the Transaction code for Mass Printing Sapscript form and how it is used. 
    Thanks.

    >
    jamison2004 jordan2004 wrote:
    > Hi All,
    >
    > I would like to ask for the Transaction code for Mass Printing Sapscript form and how it is used. 
    >
    > Thanks.
    What do you mean by MASS PRINTAING?
    means you want to print some multiple copy of any layout?

  • SAPScript font printing

    Dear all,
    I have a same version of SAPScript layout in both Dev and Prod server. But the printing in Dev suddenly having alignment problem. Below is the printing example before and after in DEV; the spacing between each character become wider:
    Before:
    Production order : 123456789
    Name             : Test123
    After:
    P r o d u c t i o n  o r d e r : 123456789
    N a m e             : Test123
    FYI, the paragraph being used for above printing is HELVE 8.0, and the Device type is ZSWIN (copied from SAPSWIN) type L. I did checked on SE73 - printer font, the required font is there.
    Will it caused by the recent SP(SAP_BASIS and SAP_ABAP) that applied on DEV? I'm in SAP 4.7
    Base on your experience, could you please point me out what went wrong and what should i check?
    Thanks in advance.

    Hi Bhaskar,
    Thanks for your post, however may i know how Print-control affect my case here? I don't see the relation, could you please elaborate further?
    FYI i did checked the output type's font(SE73) for output type ZSWIN in both DEV and PROD, they having the same fonts.
    I'm totally running out of idea on how to get it solve.
    Any suggestions are welcome, please....

Maybe you are looking for

  • Is itunes compatable with windows 8

    I just purchased a new PC with Windows 8. Is itunes compatable with it?

  • Weblogic.management.NoAccessRuntimeException: Cannot perform the requested

    Hi, I am using WLES 4.2 with WebLogic 8.1 SP4 Portal domain. Managed Servers are not running, Admin server starts normally, when i try to access WebLogic Admin Console i get below exception. Any idea what could be the root cause????? weblogic.managem

  • Java program

    Hi, i have a problem with a file:ExampleTag.java package coreservlets.tags; import javax.servlet.jsp.*; import javax.servlet.jsp.tagext.*; import java.io.*; public class ExampleTag extends TagSupport { public int doStartTag() { try { JspWriter out =

  • Massive pixellation & audio dropouts on internet c...

    Don't know if it's anything to do with the new internet channels launching today, but I'm getting massive pixellation on internet channels today (green/pink blocks scrambling display). When I do get a clear picture, I'm often getting audio dropouts.

  • Connecting Motorola PVR to EyeTV via Firewire

    I didn't know where to post this, and thought that this was the most appropriate place. I am trying to connect my Motorola Converter Model DCT6200/1000 PVR to my EyeTV on my Mac OS X Snow Leopard Minimac. As of yet, I haven't been able to get anywher