SapScript - Output a big letter as "watermark"

I have a problem with output a big letter as watermark with SapScipt. The letter is much to big. only 2/3 will print. Followig sequence (roh data, is it PCL?) arrive the printer (behind SapScript):
IN02GROSSBST                                                              
MT0000000240                                                              
BCBC_ESC  000000000003                  000 00003                         
BS%0B                                                                     
FCHELVE   100  00084XSF101SF011110000056D X                               
SW00056                                                                 
ST0618663IN;SP1;SD1,21,2,1,4,780,5,0,6,0,7,4148;SS;PA950,2000;DT*;FT3,15
ST0215221,45;PW.01;CF2,0;LBM*;                                            
MT0833800240                                                              
BCBC_ESC  000000000003                  000 00003                         
BS%0A                                                                     
Can everyone declare me the parameters and attributes?
This characterstring is find in ABAP - report, too.
    z_string_grossb_01(56) VALUE
        'IN;SP1;SD1,21,2,1,4,780,5,0,6,0,7,4148;SS;PA950,2000;',
      z_string_grossb_02(28) VALUE
         'DT*;FT3,15,45;PW.01;CF2,0;LB',
      z_string_grossb_03(02) VALUE
      z_typ_grossbuchstabe(92),
*&      Form  Sondertyp_Grossbuchstabe
      text
FORM sondertyp_grossbuchstabe.
Bei bestimmten Konstellationen der Materialnummer wird ein
schraffierter Grossbuchstabe über die ganze Seite angedruckt.
  CLEAR z_typ_grossbuchstabe.
  IF caufvd-matnr+11(1) = 'M'.
    CONCATENATE z_string_grossb_01   z_string_grossb_02
                caufvd-matnr+11(1)   z_string_grossb_03
                INTO   z_typ_grossbuchstabe.
  ELSE.
    IF caufvd-matnr+6(1) = 'D' OR
       caufvd-matnr+6(1) = 'H' OR
       caufvd-matnr+6(1) = 'S' OR
       caufvd-matnr+6(1) = 'T'.
      CONCATENATE z_string_grossb_01   z_string_grossb_02
                  caufvd-matnr+6(1)    z_string_grossb_03
                  INTO   z_typ_grossbuchstabe.
    ENDIF.
  ENDIF.
ENDFORM.                    "Sondertyp_Grossbuchstabe
What I have to do, to minimize the big letter until to fit in page?
Thanks for support!
Karl-Heinz Beinemann
<MOVED BY MODERATOR TO THE CORRECT FORUM>
Edited by: Alvaro Tejada Galindo on Dec 18, 2008 10:20 AM

A different approach for printing a watermark would be creating a second main window and uploading an image with the desired watermark sized appropriately.

Similar Messages

  • Re: Dowloading SAPScript Output into excel

    Hello Experts,
    Could anyone let me know how to download the SAPScript output to Excel?
    Rgds,
    Pavan

    Hi,
    Please folow the link it will ful you
    Download Smartform or Sapscript layout into Excel
    Regards,
    Bhupal.

  • - Sapscript output convert to XML -

    Hi Gurus,
    I need to convert sapscript output with values - not template - to an XML File or txt.
    i tried RSTXSCRP program and FB_CONVERT_FORM_TO_XML function module but doesn't help me.
    Please help me with the solution.
    Regards
    Emre.
    Edited by: emre karakurum on May 21, 2010 11:38 AM

    In my opinion, SAPScript form is something quite unstructured - the layout of it can be very complicated and as well containing graphic and so on. XML is, on the other side, something pretty structured. I don't think that you can find something standard for simple conversion SAPScript to XML. SAPScript is simply not like IDOC - it's human readable layout rather than strucutre of data. You will have to write your own print-program which will create your own XML file instead of printing SAPScript form. The logic how to structure the XML file (which tags will be there and which values) will be coded in this print-program.

  • Download Sapscript output to PDF format

    Hi,
    how to download sapscript output to PDF format

    Hi,
    Please check below link.
    http://www.scribd.com/doc/454814/SAPSCRIPT-to-PDF
    Regards,
    Anil

  • Generating same SApScript output to different output methods

    Hi All,
    Can someone tell me whether it's possible to generate different out methods using the same SAPScript output. if so how to do it ??
    i.e : e-mail & printer or fax & printer.
    thanks in advance
    Dhanushka.

    Hi,
    Is there a BAPI to send the spool request as an e-mail or fax.
    About the sequence of events:
    Generating of the spool request is done using the open_form right. Once the form is closed get the spool id and send it by e-mail or fax ???.
    is this correct
    thanks & regards
    Dhanushka.

  • Lightroom 3 won't let me watermark

    lightroom three wo't let me watermark... it just stopped one day ...reloaded the program. didn't help

    da160 wrote:
    Lightroom 5 won't let me see the folders on my external hard drive.
    Where is it that you are looking that you don't see the folders? Please be extremely specific, or show us a screen capture. Also, please state the exact version of Lightroom and state your operating system.

  • Spool read data (sapscript output value)

    Hi Gurus,
    I need to read spool data. I tried following program ;
    DATA : mem_tab LIKE abaplist OCCURS 0 WITH HEADER LINE.
    DATA : BEGIN OF itab OCCURS 0,
      data(2000),
    END OF itab.
    SUBMIT rspolst2 EXPORTING LIST TO MEMORY AND RETURN
      WITH rqident = '158593'
      WITH first = '1'.
    CALL FUNCTION 'LIST_FROM_MEMORY'
      TABLES
        listobject = mem_tab."( TABLE LIKE TABLE OF abaplist ).
    break xkbahar.
    IF NOT mem_tab[] IS INITIAL.
      CALL FUNCTION 'LIST_TO_ASCI'
        EXPORTING
          list_index = -1
        TABLES
          listasci   = itab
          listobject = mem_tab." (LIKE TABLE OF abaplist)
    ENDIF.
    and   [converting spool contents into internal table;
    but doesn't help me. Because i want to read sapscript output value in spool. 
    anybody have idea ? how do i read my sapscript output data in spool?  Any function any program?
    Please help me with the solution.
    Regards
    Emre.

    Hi,
    By selecting print icon of your form output ur able to generate spool of the document.
    Ex: va03->provide orden no ->frm menu -> Sales Document -> issue output to-> select output type-> click on print icon(ctrl+p).
    Spool of the form will be creatted for u, Check the same in SPO1 transaction.
    For further details you can debug the same after selecting print icon.
    If you need further details, Provide me the exact business requirement.
    Regards,
    Bysani.

  • Sapscript output(Spool) to PDF problem when viewed

    We have a number of documents which are output in Russian using the Cyrillic courier font within our Uincode SAP system. They look fine on the spool when viewed, print okay, and all look fine when converted to a PDF file (using RSTXPDFT4) and viewed via Adobe PDF viewer (vers 9.1.20), except one form, the invoice, which will not display properly in Adobe, showing square blocks with crosses through them when viewed. The strange thing is that when this same PDF is viewed via Sumatra (Open source PDF viewer) it looks perfect, but will not display via the Adobe PDF viewer, even though all the other delivery/dispatch docuemnts (all Sapscript) print and view fine via the Adobe PDF viewer.
    I guess I could suggest that we just use Sumatra from now on, but that is not really the answer when you have a multinational company which has Adobe already installed on all hardware as default.
    Has anyone come across this problem before. I was wondering if there could be anything in Sapscript that might have caused this as this is a copy of SAP standard Russian Invoice Sapscript (J_3RVINVOICE)?
    I'm going to check OSS to see if there's a fault with the PDF convertion program (RSTXPDFT4) but I would like to hear from anyone that may have encountered the same problem.
    Regards
    Gary

    Hi Gary
    How the issue is resolved, please let me know. Since i am also facing same issue.
    Thanks
    M G Shankar

  • LC Output - problem big batch of 1000+ records

    Hi,
    I am creating a prototype with LC Output. The calling application will produce big XML file - Batch with more than1000 records.
    Example XML data:
    <?xml version="1.0" encoding="utf-8"?>
    <BATCH>
    <formDataRecords>
    <LC_KOMA002>
    <customerNameAddress>Jensens Biludlejning</customerNameAddress>
    <customerNameAddress>Vestergade 21c</customerNameAddress>
    <customerNameAddress>7100 Vejle</customerNameAddress>
    </LC_KOMA002>
    <LC_KOMA002>
    <customerNameAddress>Pete Petersen</customerNameAddress>
    <customerNameAddress>Vestergade 10</customerNameAddress>
    <customerNameAddress>7100 Copenhagen</customerNameAddress>
    </LC_KOMA002>
    </formDataRecords>
    In a setVariables step I extract the XML data to be merged with formTemplate. I extract all all nodes under <formDataRecords> in a new XML variable.
    I use this xml as input data to a GeneratePDFOutput (LC Output). The GeneratePDFOutput is set up with 'multiple streams&apos; and &apos;record level&apos; 2 and &apos;Record name&apos; = <LC_KOMA002>. I use the &apos;Output Location URI&apos; to save the pdf with incremental filename xxx1,2,3,4.pdf
    The workflow works fine with 500 records - here it produces 500 pdf files with 1 page.
    Problem:
    When running with 1000 records or more my process does not produce any pdf. The watchedfolder take my XML datafile. But after 3-4 min. it returns this error in the ERROR server log.
    2010-08-12 11:52:00,484 WARN [com.arjuna.ats.arjuna.logging.arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.BasicAction_58] - Abort of action id a10ed08:ce4d:4c596be4:15f4fee invoked while multiple threads active within it.
    It seems like GeneratePDFOutput run out of memory in some way when it handles more that 500 records.
    I hope that you have ideas to configuration/settings that can be used on the Adobe LC server or CL Output so that it can handle large batch jobs??
    I look forward to all you clever solutions - I really want to show the customer Adobe LC can do this one :)
    /Thomas Groenbaek, Jyske Bank

    Thanks Neal,
    You are always a life saver... and wauw you second post, it takes the tough questions to get you out :)
    Great info. I have now succesfully produced Batches with 1000 records and 2000 records. This means my GeneratePDFOutput create 1000/2000 PDF with one pages and 1 Big of 1000/2000 pages.
    Just want to share with everybody what settings I adjusted on my Adobe LC server:
    1) In C:\Adobe\Adobe LiveCycle ES2\jboss\bin\run.bat
    set XX:PermSize=512m -XX:MaxPermSize=512m -Xms2048m -Xmx2048m
    2) In C:\Adobe\Adobe LiveCycle ES2\jboss\server\lc_turnkey\conf\jboss-service.xml
    set <attribute name="TransactionTimeout">900</attribute> Default 300
    3) In Home > Services > Applications and Services > Service Management
    Find service 'outputservice1.1&apos; and click link to open settings
    Changed &apos;Transaction Time out&apos; from default =180 to 900
    When I produce batch with 2000 record it produced all 2000 PDF but I had an error right after it finished:
    2010-08-13 15:16:43,076 ERROR [org.jboss.ejb.plugins.LogInterceptor] TransactionRolledbackLocalException in method: public abstract java.lang.Object com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterLocal.doRequiresNe w(com.adobe.idp.dsc.transaction.TransactionDefinition,com.adobe.idp.dsc.transaction.Transa ctionCallback) throws com.adobe.idp.dsc.DSCException, causedBy:
    java.lang.IllegalStateException: [com.arjuna.ats.internal.jta.transaction.arjunacore.inactive] [com.arjuna.ats.internal.jta.transaction.arjunacore.inactive] The transaction is not active!
    Anybody knowing what caused this error and how to solve it
    /Thomas Groenbaek

  • SAPscript Output Problem - Very Urgent - Please help

    Hi,
    I am having the following problem with SAPscript.
    In the Main Window, I have instructions to the printer in the ZPL2 language (For Zebra Printer).
    There are also several variables, which are highlighted in Gray and enclosed in the’&’.
    There are also several elements – all of them empty except for the one where this code is.
    Now, I received this program to modify in terms of code and the output.
    IF you have never done any work with Zebra Printing, the way it is done is that you create a label using the Zebra BarOne or Zebra Designer program, then output it to an ‘itf’ file, upload it into a standard text as .itf and copy the uploaded contents to the main window. When printing to a Zebra printer, the Zebra printer will read the instructions and will print the output.
    Here is the problem: The config for the output type is correct.
    When doing a printing test from SAPscript, I get the right output and the Zebra printer is able to print it.
    However, the real process for this task will go through MB02. There, if I create a spool request using the proper method (select output type and etc.), it will go the spool. However, if I print preview or output (doesn’t work with the Zebra printer, so I have to output to the Laser printer), it will output the following (none of the following includes any of the ZPL2 code/instructions. Instead, it seams to print the variables contents with the field name next to it – This isn’t whats it’s the Main window!!!)
    http://img244.imageshack.us/img244/6915/66052475zk2.jpg
    Please help. I have debugged but don’t know what to do and can’t find anything wrong.
    This is very urgent. Any help will be useful.
    Thanks,
    John

    Ok, maybe I have confused others in regards to the issue as well.
    We expect this label to be output from a Zebra Printer.
    When output through Sapscripts printing test, the preview from the spool shows the ZPL2 code in small font (non readible if a created a screenshot) and if sent to the Zebra Printer, it prints the label correctly.
    When output through MB02, the preview from the spool shows the code that I have attached to the 1st post in this thread. If I try to output to the Zebra Printer, nothing happens because the ZPL2 instructions are not even in the preview and therefore, the Zebra printer recieves no instructions. I should not have mentioned the laser printer, because it has nothing to do with this issue.
    I hope that this makes the issue a little more clear and understandable. Please help.
    Here is the ZPL2 coding before uploading to standard text (only difference is that once uploaded,  the '/' characters are removed.) However, I believe that the problem may lie in the print program and how it compiles but I debugged and haven't really seen where it comes from:
    /:NEW-PAGE
    / ^XA
    / DFNEW-RE-1FS
    / ^PRC
    / LH0,0FS
    / ^LL1830
    / ^MD0
    / ^MNY
    / LH0,0FS
    / FO244,854A0N,55,46CI13FRFB154,1,0,LFN999^FS
    / FO819,698A0N,55,46CI13FRFN998FS
    / FO245,477A0N,55,46CI13FRFB755,1,0,RFN997^FS
    / FO389,926A0N,55,46CI13FRFB654,1,0,RFN996^FS
    / BY3,3.0FO42,1072B3N,N,152,N,YFRFN995FS
    / FO276,1258A0N,55,46CI13FRFN995FS
    / FO484,774A0N,55,46CI13FRFN994FS
    / FO817,774A0N,55,46CI13FRFN993FS
    / FO611,556A0N,55,46CI13FRFN992FS
    / FO245,556A0N,55,46CI13FRFN991FS
    / FO397,117A0N,55,46CI13FRFN990FS
    / FO245,405A0N,55,46CI13FRFB880,1,0,RFN989^FS
    / FO244,698A0N,55,46CI13FRFN988FS
    / FO629,998A0N,55,46CI13FRFN987FS
    / FO244,623A0N,52,42CI13FRFN986FS
    / FO397,261A0N,55,46CI13FRFB404,1,0,RFN985^FS
    / FO819,854A0N,55,46CI13FRFN984FS
    / FO725,554A0N,55,46CI13FRFN983FS
    / FO397,189A0N,55,42CI13FRFB695,1,0,RFN982^FS
    / FO397,333A0N,55,42CI13FRFN981FS
    / FO638,333A0N,55,42CI13FRFN980FS
    / FO391,21A0N,63,63CI13FRFB433,1,0,CFN979^FS
    / FO36,698A0N,55,46CI13FR
    / FDWBS:FS
    / FO37,405A0N,55,46CI13FR
    / FDMATL:FS
    / FO37,478A0N,62,44CI13FR
    / FDDESC:FS
    / FO554,698A0N,55,46CI13FR
    / FDSUPPLIER:FS
    / FO32,625A0N,55,46CI13FR
    / FDTEXT:FS
    / FO35,1258A0N,55,46CI13FR
    / FDBATCH NO:FS
    / FO770,775A0N,63,51CI13FR
    / FD/FS
    / FO32,854A0N,55,46CI13FR
    / FDESHM:FS
    / FO37,556A0N,55,46CI13FR
    / FDQTY:FS
    / FO32,998A0N,55,46CI13FR
    / FDSAP MATERIAL DOC NO:FS
    / FO525,333A0N,55,46CI13FR
    / FDofFS
    / FO556,854A0N,55,46CI13FR
    / FDINSPECT:FS
    / FO32,926A0N,55,46CI13FR
    / FDUNLOADING:FS
    / FO37,117A0N,55,46CI13FR
    / FDSTOCK TYPE:FS
    / FO32,774A0N,55,46CI13FR
    / FDPURCHASE ORDER:FS
    / FO37,188A0N,55,46CI13FR
    / FDDELIVER TO:FS
    / FO37,260A0N,55,46CI13FR
    / FDSTORAGE LOC:FS
    / FO37,332A0N,55,46CI13FR
    / FDCONTAINERS:FS
    / FO1,1359GB1217,0,6^FS
    / FO594,1359GB0,474,6^FS
    / ^XZ
    /:NEW-PAGE
    / ^XA
    / ^XFNEW-RE-1.ZPL
    / FN999FD&ATWRT_HAZAMAT(6)&^FS
    / FN998FD&EKKO-LIFNR&^FS
    / FN997FD&MABDR-MAKTX&^FS
    / FN996FD&MSEG-ABLAD&^FS
    / FN995FD&MSEG-CHARG&^FS
    / FN994FD&MSEG-EBELN&^FS
    / FN993FD&MSEG-EBELP&^FS
    / FN992FD&MSEG-ERFME&^FS
    / FN991FD&MSEG-ERFMG&^FS
    / FN990FD&MSEG-INSMK(1)&^FS
    / FN989FD&MSEG-MATNR&^FS
    / FN988FD&MSEG-MAT_PSPNR&^FS
    / FN987FD&MSEG-MBLNR&^FS
    / FN986FD&MSEG-SGTXT(40)&^FS
    / FN985FD&MSEG-UMLGO&^FS
    / FN984FD&QALS-PRUEFLOS&^FS
    / FN983FD&V_BACKORDER&^FS
    / FN982FD&V_NAME3&^FS
    / FN981FD&WS_CNTR&^FS
    / FN980FD&WS_CON&^FS
    / FN979FD&WS_HEADER& &^FS
    / ^PQ1,0,1,N
    / ^XZ
    / ^FX End of job

  • SAPscript - output of delivery item text field

    Hello,
    I would like to show an item text field of a delivery (VL02n) on one of the output script forms.
    I've used the function read_text in my print program for the output type:
    DATA: BEGIN OF TEXT_CARTONQUAN OCCURS 20.    
          INCLUDE STRUCTURE TLINE.
    DATA: END OF TEXT_CARTONQUAN.
    CALL FUNCTION 'READ_TEXT'
                 EXPORTING
                   ID        = 'Z005'
                   LANGUAGE  = SY-LANGU
                   NAME      = VBDPL-TDNAME
                   OBJECT    = 'VBBP'
                IMPORTING
                   HEADER    = THEAD
                TABLES
                   LINES     = TEXT_CARTONQUAN
                EXCEPTIONS
                   NOT_FOUND = 1.
            READ TABLE TEXT_CARTONQUAN INDEX 1.
            MOVE TEXT_CARTONQUAN-TDLINE TO VBDPL-USR01_VBLB.
    Now I put this code into my sapscript:
    IL    &VBDPL-USR01_VBLB&
    For some reasons, it does not come up on the form, but I know it should have a value.
    Am I missing something?
    Thanks,
    Anne
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on Jan 7, 2009 11:25 AM

    Hello,
    thanks for the answers!
    @Ramiro Escamilla  
    I've tried that already, but for some reasons, the break point doesn't work, it is not stopping during the print out. I've tested if it is using that print program and uncommented the entry subroutine and I got an error message then, so it's the correct print program. Any suggestions why break point is not working?
    @Pawan Kesari  
    I did that and this is working. But the problem is, I need this value within an IF statement, because I only want to give this and some text out, if  INCLUDE &VBDPL-TDNAME& OBJECT 'VBBP' ID 'Z005' has a value. Unfortunately I cannot use the Include statement within an IF statement.
    Thanks
    Anne

  • SAPScript output

    Hi,
    This is my example.
    In Sapscript the name of the form is Z_TESTSCRIPT.
    Text elements for following windows:
    HEADER
    Element HEADER
    /: POSITION XORIGIN 2 CM YORIGIN '-0.5 CM'
    /: BOX XPOS 1 CM YPOS 1 CM WIDTH 18 CM HEIGHT 1 CM FRAME 10 TW INTENSITY 10
    P2 ,,<B>TEST PURCHASE ORDER</>
    MAIN
    Element MAIN
    P1 <B>Customer/Supplier:</>,,&KNA1-NAME1&
    P1 <B>PO No:</>,,&EKPO-EBELN&
    P1 <B>Part No:</>,,&MAKT-MATNR&
    P1 <B>Description:</>,,&MAKT-MAKTX&
    P1 <B>Quantity:,,</>&EKPO-MENGE&
    P1 <B>Sign:</>&uline(81)&
    P1 <B>Date:</>&EKKO-AEDAT&
    FOOTER
    Element FOOTER
    /: POSITION XORIGIN 2 CM YORIGIN '-0.5 CM'
    /: BOX XPOS 1 CM YPOS 1 CM WIDTH 18 CM HEIGHT 1 CM FRAME 10 TW INTENSITY 10
    P2 ,,<B>PLEASE SIGN THE PO BEFORE DISPATCH</>
    And the ABAP Program name is ZPSAPSCRIPT.
    And the code is like this.
    REPORT ZPSAPSCRIPT.
    TABLES : EKKO,
    EKPO,
    KNA1,
    USR01,
    MARA,
    MAKT.
    DATA : BEGIN OF ZOPTION.
    INCLUDE STRUCTURE ITCPO.
    DATA : END OF ZOPTION.
    PARAMETERS: P_EBELN LIKE EKKO-EBELN,
    P_EBELP LIKE EKPO-EBELP.
    CLEAR EKPO.
    SELECT SINGLE * FROM EKPO
    WHERE EBELN = P_EBELN AND
    EBELP = P_EBELP.
    CLEAR KNA1.
    SELECT SINGLE NAME1 FROM KNA1
    INTO KNA1-NAME1
    WHERE KUNNR = EKPO-KUNNR.
    CLEAR MAKT.
    SELECT SINGLE MAKTX FROM MAKT
    INTO MAKT-MAKTX
    WHERE MATNR = EKPO-MATNR AND
    SPRAS = SY-LANGU.
    CLEAR USR01.
    SELECT SINGLE * FROM USR01 WHERE BNAME = SY-UNAME.
    ZOPTION-TDDEST = USR01-SPLD. "Output device (printer)
    ZOPTION-TDIMMED = 'X'. "Print immediately
    ZOPTION-TDDELETE = 'X'. "Delete after printing
    ZOPTION-TDPROGRAM = 'ZPQRPRNT'. "Program Name
    CALL FUNCTION 'OPEN_FORM'
    EXPORTING
    APPLICATION = 'TX'
    ARCHIVE_INDEX = ' '
    ARCHIVE_PARAMS = ' '
    DEVICE = 'PRINTER'
    DIALOG = ' '
    FORM = 'Z_TESTSCRIPT'
    LANGUAGE = SY-LANGU
    OPTIONS = ZOPTION
    IMPORTING
    LANGUAGE = SY-LANGU
    EXCEPTIONS
    OTHERS = 1.
    CALL FUNCTION 'WRITE_FORM'
    EXPORTING
    ELEMENT = 'HEADER'
    FUNCTION = 'SET'
    TYPE = 'BODY'
    WINDOW = 'HEADER'
    EXCEPTIONS
    ELEMENT = 1.
    CALL FUNCTION 'WRITE_FORM'
    EXPORTING
    ELEMENT = 'MAIN'
    FUNCTION = 'SET'
    TYPE = 'BODY'
    WINDOW = 'MAIN'
    EXCEPTIONS
    ELEMENT = 1.
    CALL FUNCTION 'WRITE_FORM'
    EXPORTING
    ELEMENT = 'FOOTER'
    FUNCTION = 'SET'
    TYPE = 'BODY'
    WINDOW = 'FOOTER'
    EXCEPTIONS
    ELEMENT = 1.
    CALL FUNCTION 'CLOSE_FORM'
    EXCEPTIONS
    UNOPENED = 1
    OTHERS = 2.
    <b>But the output, if i click on print preview button then the output is like below, but i could not see the purchase order which i have selected in the selection screen.
    Element HEADER
    /: POSITION XORIGIN 2 CM YORIGIN '-0.5 CM'
    /: BOX XPOS 1 CM YPOS 1 CM WIDTH 18 CM HEIGHT 1 CM FRAME 10 TW INTENSITY 10
    P2 ,,<B>TEST PURCHASE ORDER</>
    Element MAIN
    P1 <B>Customer/Supplier:</>,,&KNA1-NAME1&
    P1 <B>PO No:</>,,&EKPO-EBELN&
    P1 <B>Part No:</>,,&MAKT-MATNR&
    P1 <B>Description:</>,,&MAKT-MAKTX&
    P1 <B>Quantity:,,</>&EKPO-MENGE&
    P1 <B>Sign:</>&uline(81)&
    P1 <B>Date:</>&EKKO-AEDAT&
    Element FOOTER
    /: POSITION XORIGIN 2 CM YORIGIN '-0.5 CM'
    /: BOX XPOS 1 CM YPOS 1 CM WIDTH 18 CM HEIGHT 1 CM FRAME 10 TW INTENSITY 10
    P2 ,,<B>PLEASE SIGN THE PO BEFORE DISPATCH</>
    Same as the coding done for the text element for the main, header and Footer.</b>
    Message was edited by: sriram Ponna
    Message was edited by: sriram Ponna
    Message was edited by: sriram Ponna

    Hi,
    These is how i define the paragraphs.
    Paragraphs    Attributes
      P1          Default Paragraph
                  Standard attributes
                  Line spacing      1.00 LN
                  Left margin       1.00 CM
                  Alignment         Left-aligned
                  Font attributes
                  Font family       TIMES
                  Font size         12.0 Point
      P2          Header Paragraph
                  Standard attributes
                  Line spacing      1.00 LN
                  Left margin       4.50 CM
                  Alignment         Left-aligned
                  Font attributes
                  Font family       TIMES
                  Font size         18.0 Point
                  Bold              Yes
      P3          Undelined paragraph
                  Standard attributes
                  Line spacing      1.00 LN
                  Alignment         Left-aligned
                  Font attributes
                  Font family       TIMES
                  Font size         12.0 Point
                  Underlined        Yes
    Thanks,
    Sriram.

  • Sapscript - Output Window twice on one Page

    Hi All
    I am working on a cheque output on pre-formatted paper.
    the page is split and perforated into 3 pieces
    1. Summary
    2. Actual Cheque
    3. Summary (identical to Part 1)
    Part 1 and 2 are sent to vendor, and part 3 is kept for our records.
    I need part 1 and part 3 to appear identically on one page.
    The print program is RFFTOUS_C.
    Can anyone help me with this issue
    Thanks

    Hi Anya
    Thank you for replying.
    I don't think this will work.
    The summary parts of sapscript need to output invoice line items, what i really need is two main windows on the one page, one on the top and one on the bottom.
    I have tried creating two main windows, but I only get the output in the top window
    Any ideas ?

  • SAPScript output differently depending on who is running it

    We are running a SAP standard SAPScript.  When I run it, certain information is missing (box numbers which are 'hardcoded' in SE71) but when SAP log into our system and run exactly the same thing, they do see the data.  The problem exists for both printing the SAPScript and viewing it online.
    Any ideas?
    Thanks very much.
    Alison

    It may be because of the following.
    1) may be the user does not have autorizations to see the logo etc
    2) may be both might be testing in different client, note: SAPscript is client specific.
    3) Mostly output option, i.e. printers you are using is different. make sure, both try to view setting the same output device.
    Close the thread once question is answered.
    Regards,
    SaiRam

  • SapScript output spool to a POST script file

    We generate  billing invoice output using custom
    program/Sap script. Subsequently we release the invoice print out from
    the print spool to create a post script file from the print spool by configuring command set "G" in
    transaction u201CSPADu201D. This processis  is working fine in R/3
    However, when we migrated the same functionality to ECC, we are finding
    that the file created containing only garbage data.
    Anyone has encountered this issue and have suggestions to resolve this.
    Thanks
    Palani

    Hi Gary
    How the issue is resolved, please let me know. Since i am also facing same issue.
    Thanks
    M G Shankar

Maybe you are looking for