Page Index in the first page of sapscript print out

Hi
Can anyone tell me how will I create an Index with section and page numbers in the first page of the sapscript about various sections that I will create dynamically in various page numbers during sapscript processing.
Thanks and Regards
Panda

Hi,
if you want something like this Page 1 of 10 use this.
Page &page& of &sapscript-formpages&
Regards
Amit
Reward all helpful replies.

Similar Messages

  • Don't know if this went through the first time. Cannon printer would not print black. bought a new Epson-800. Same problem. Can it be something in my Mac causing the problem. It's only the black that is not working.

    Don't know if this went through the first time. Cannon printer would not print black. bought a new Epson-800. Same problem. Can it be something in my Mac causing the problem. It's only the black that is not working.

    Bill ...
    Believe it or not, might be a font issue > Computer won't print black text in...: Apple Support Communities

  • HT4623 Hi I have the first iPad that was bought out is there an iso update for it ?????

    Hi I have the first iPad that was bought out , is there an iso update for it ??????????

    The Original iPad can only be updated to IOS 5.1.1

  • SAPScript Print Out problem

    My user has changed a new printer. Then, the printout of first page of each document will go up 1 line and thus not showing in the boxes of preprinted form, but the following pages of SAME document are not affected.
    Then BASIS has done something on SPAD > Full admin > Device Type > Format > Printer Initialization. This then caused the first document to be printed two lines down and we have no idea how to push 1 line up this time. We also tried to put Line Feed Command in 'First Page' but layout in eveyr page is gone. Anyone of you encounter this issue and able to resolve it before? Appreciate your help., Thanks.
    Edited by: Chiew Ngee Ho on Dec 23, 2010 4:38 PM

    Hi,
    For Material document Print out settings refer the below steps..in link
    Re: Printing all items (collective) from material document
    there are lot of threads regrading same answered in the forum have a look for the same
    Once all the settings are done check in MB90 you are selecting the line item and shoting the print.

  • Sapscript - print out seperate labels for multiple delivery items

    Hello,
    we do have an output type that prints barcode labels for deliveries (VL02n).
    Now if there are more than one delivery item on the delivery, it will only print out a label for the first item.
    How can I trigger that all items will be printed out on a seperate label each?
    thanks
    Anne

    Hi,
    Just open the script which prints the lables and check for the variable name used for label printing
    Check the script for variables and pass the value to that avriables and those to be declred in your print/driver program.
    when you call write_from in the loop  there you give a window name what ever the value in the variable it will pass to script
    Regards
    Krishna

  • Pages are not printing out correctly. I have tried to fix in the options, with no luck. It prints out with spaces in between the letters.

    When I go to print any page from an email, webpage, pdf file..the pages print out very wide fonts to the point where it is unreadable. I have tried to fix in the options with no luck. I can provide you with visuals if you need me to.

    Thanks very much! It works! The print / review print - print works like it is supposed to. The print is corrected and works great. Thanks again.

  • Getting the index to the first row of an Internal table

    Hi,
            Assume that i have inserted five rows(fiiling contents for some fields) in an ITAB using Append statement.. Now if i want to fill the content for the remaining field from the first row , then how will i get it back to first row, If i still use Append it starts inserting from the 6th row, Instead of 6th row i want it from first row... Plss Help!!!!!!
    Thanks In Advance,
    Sanu

    lets say itab contains fields as f1,f2,f3,f4.
    one method is :
    LOOP AT itab into is.
      if sy-tabix = 1.
        is-f2 = 'asdasd'.
        is-f3 = 'gggg'.
        is-f4 = 'kjhjk'.
        modify itab from is.
        exit. " to come out of loop.
      endif.   
    ENDLOOP.
    another method is:
    clear is.
    read table itab into is INDEX 1.
    IF sy-subrc = 0.
      is-f2 = 'asdasd'.
        is-f3 = 'gggg'.
        is-f4 = 'kjhjk'.
      MODIFY itab from is INDEX 1. 
    ENDIF.

  • Printing from Windows = only the first half of documents print

    I'm trying to set up a home print server, to allow access to an HP LaserJet 1005.  It's working OK locally and accessed when printing from another Linux box.  From XP and Vista, however, the first half of multiple-page documents print, and one-page ones don't print at all.  This seems to be the case when using any Windows postscript driver (such as Apple LaserWriter 16/600 PS and HP LaserJet III Postscript Cartridge), and with documents from any program.
    I can't see anything obvious in the logs when set to debug, as far as I understand them, they appear to show all pages printing, including the one-page documents which disappear completely.  Whether this show it to be a Cups problem rather than a Windows one, I'd rather not attempt to say!  This is /var/log/cups/error_log when printing a five-page document, in case there's something useful in it which I have missed.
    /etc/cups/cupsd.conf:
    LogLevel debug
    SystemGroup sys root lp
    # Allow remote access
    Port 631
    Listen /var/run/cups/cups.sock
    # Enable printer sharing and shared printers.
    Browsing On
    BrowseOrder allow,deny
    BrowseAllow all
    BrowseRemoteProtocols CUPS
    BrowseAddress @LOCAL
    BrowseLocalProtocols CUPS dnssd
    DefaultAuthType Basic
    DefaultEncryption Never
    <Location />
    # Allow shared printing and remote administration...
    Order allow,deny
    Allow all
    Allow From all
    </Location>
    <Location /admin>
    # Allow remote administration...
    Order allow,deny
    Allow all
    Allow From localhost
    Allow From 192.168.1.33
    Allow From 192.168.1.34
    </Location>
    <Location /admin/conf>
    AuthType Default
    Require user @SYSTEM
    # Allow remote access to the configuration files...
    Order allow,deny
    Allow all
    Allow From localhost
    Allow From 192.168.1.33
    Allow From 192.168.1.34
    </Location>
    <Policy default>
    <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job CUPS-Get-Document>
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default CUPS-Get-Devices>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
    </Limit>
    <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs CUPS-Reject-Jobs>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
    </Limit>
    <Limit Cancel-Job CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    <Limit All>
    Order deny,allow
    </Limit>
    </Policy>
    <Policy authenticated>
    <Limit Create-Job Print-Job Print-URI>
    AuthType Default
    Order deny,allow
    </Limit>
    <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job CUPS-Get-Document>
    AuthType Default
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
    </Limit>
    <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs CUPS-Reject-Jobs>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
    </Limit>
    <Limit Cancel-Job CUPS-Authenticate-Job>
    AuthType Default
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    <Limit All>
    Order deny,allow
    </Limit>
    </Policy>
    /etc/cups/printers.conf:
    # Printer configuration file for CUPS v1.4.3
    # Written by cupsd on 2010-04-11 22:13
    # DO NOT EDIT THIS FILE WHEN CUPSD IS RUNNING
    <Printer hp-laserjet-1005>
    Info HP LaserJet 1005 series
    Location Presario
    MakeModel HP LaserJet 1005 Series hpijs, 3.10.2, requires proprietary plugin
    DeviceURI hp:/usb/hp_LaserJet_1005_series?serial=0
    State Idle
    StateTime 1271020410
    Type 8425484
    Filter application/vnd.cups-raw 0 -
    Filter application/vnd.cups-postscript 100 foomatic-rip-hplip
    Filter application/vnd.cups-pdf 0 foomatic-rip-hplip
    Accepting Yes
    Shared Yes
    JobSheets none none
    QuotaPeriod 0
    PageLimit 0
    KLimit 0
    OpPolicy default
    ErrorPolicy retry-job
    </Printer>

    Are you using Samba?
    Firstly a shot in the gloom:  If so, have you tried setting
    use client driver = yes
    in smb.conf, under the printers section? Or if it is yes, try no.
    The other thing you can try is to stop the file being printed/removed from the spool directory(s), and see where the lost stuff gets lost.
    To be honest, I'm not sure where/how you can do this, but I believe that samba will store the file initially in a spool file specified by smb.conf and then Cups will store it somewhere else. Changing the print commands to not print/remove the file from these two points may help identify the loss point.
    Can you plug the printer directly into the windows box and see what happens?

  • MX711 - Prints fine for the first few jobs then prints with no ink

    Pixma MX711
    - Prints fine for the first few jobs
    then after 10 minutes or so it prints but no ink is on the page.
    I replaced the ink cartridges and did all the nozzle clean, priming, alignment etc.
    Questions.
    1. What is the process to do a factory reset?
    2. Any other troubleshooting steps I can do myself?

    Hi tda43,
    Performing a factory reset of the printer will likely not resolve the issue of the inks not printing; however, you can perform the following steps to reset the settings of the printer:
    1. Press the MENU button.
    2. Select SETUP, then press the OK button.
    3. Select DEVICE SETTINGS, then press the OK button.
    4. Use the arrow buttons to select RESET SETTING, then press the OK button.
    5. Use the arrow buttons to select SETTINGS ONLY, then press the OK button.
    6. Press the HOME button to return to the main menu after the settings have been reset.
    When inks do not print correctly, we recommend performing at least one cleaning and two deep cleanings on the printer to try and get the ink to print.  If you still experience difficulty, the printer will require servicing.  Please call or email us using one of the methods on the Contact Us page for further assistance.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Page size? 4 page booklet to print out on 11X17, acrobat 9 pro

    Hello,
    I need to create a printed application which will print out on 11X17 in paper and then fold in half.
    so pages 2 and 3 are on 1 side and
    pages 1 and 4 are on the other side.
    when you fold it it opens up like a book.
    does anyone know how to change the page size to 11X17?  or how to create a booklet in adobe acrobat 9 pro
    Squirrel

    11 x 17 inch paper is known as "Ledger."  If your printer supports Ledger,you would select this size in the Properties dialog for your model.

  • HT1918 how can i get the first device i put in out and the second one to stay in without time restrictions?

    So I've been having an apple account before I got my first and only iphone. But I plugged in my friend's device first into my account and the account read it as the owner device of the ID. Two days later, I plugged in my device and read it as a second device in the accound and therefore, my device is just "borrowing" the ID and it set a time limit to use it. But it needs to be the other way around. The first device is not mine and I want it out, and I want the second device in as the owner of the apple account.
    What do I do?
    I've already removed the first device,but it still has a time restriction on the second device. THE SECOND DEVICE IS MY DEVICE AND ITS MY ACCOUNT!

    "Well, since its the first device into the account, I guess the account read it as the "owner" device of the account."
    There is no such thing as "owner" device at all.
    "Apparently, the account read it as the second device and thought that it was "borrowing" the account since it was the second device"
    There is no such thing as "borrowing" the account.  You can use your account from ANY device/computer that has itunes.
    You seem to completely misunderstand the way it works.
    There is no time limit.  You are confucing your account with associated devices:
    iTunes Store: Associating a device or computer to your Apple ID
    If you want to buy music from your iphone, simply go to Settings and sign into your account.
    The musci your friend bought using your account belongs to you and it is not legal from your friend to use.
    iPhone User Guide (For iOS 6 Software)

  • SAPScript print out Margin problem

    Hi Gurus,
    I have configured a printer already existing to one of my storage location. When I am taking print out of material document, it is not coming correctly. Text is getting wrapped up on right hand side. But the preview of same material document is showing perfectly in spool result.
    I have checked the printer setting, print out is coming correctly for windows.
    I am using HPLaserJet Printer. I have maintained in SPAD- > Output attibutes- > Additional SAPscript & Smart Form Information:- Horizontal Move: 3mm , Vertical Shift: 2 mm. There is no page format maintained in tray info.
    but in Spool request, under "Print with changed parameters", the format under spool request is " DINA4".
    Please guide, if i need to maintain some more settings for the margins.
    Thanks & Regards,
    Sandeep

    Hi,
    For Material document Print out settings refer the below steps..in link
    Re: Printing all items (collective) from material document
    there are lot of threads regrading same answered in the forum have a look for the same
    Once all the settings are done check in MB90 you are selecting the line item and shoting the print.

  • Why are the whites in my graphic printing out as a tainted brown yellow both on regular & photo pape

    Hi,
    I just aquired a couple HP photosmart printers. One is a C4480 the other a C4580 all in one printer.
    I have just put new inks in both of them and ran the test page and the following alignment calibration with no discernable issues.
    I ran a test print page as well as cleaning the print heads. Everything looks accurate and vivid.
    Now when I print a graphic that I made either on regular paper or HP Advanced Photo paper the whole thing comes out with a hazy yellow brown that is very noticable especially where it should be white. It looks like they were dipped in dirty dishwater on lasagna night. 
    Has anyone else had this color muddling problem and if so was there a solution to it? If I take the same graphic to the local copy store it prints crisp blacks and whites with no yellow staining. Any suggestions or input would be greatly appreciated.

    Hi there,
    Could you provide the community with a little more information to help narrow troubleshooting? What operating system are you using and what application are we printing from?
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • How to Suppress the POP UP window for Print out Device

    Hi All,
    I have One ALV Grid report and in this report I want to SUBMIT another report which, when executes gives the POP UP window for Printer Device and sends the output to that device. if we give LOCL, sends output to Spool.
    So I want to Suppress that POP UP Window and by default that POP UP window should take 'LOCL' as Printer Device.
    Thanks in advance,
    Helpful answer get awareded.

    On the submit command is a spool parameters option.
    The addition WITHOUT SPOOL DYNPRO suppresses the print dialog box that is displayed as standard when you use the addition TO SAP-SPOOL.
    The addition SPOOL PARAMETERS is used to transfer the print parameters in a pri_params structure that belongs to the data type PRI_PARAMS from the ABAP Dictionary.
    PRI_PARAMS-PDEST specificies the output device.

  • Can the storyline in FCPX be printed out as a hardcopy?

    I am learning how to use FCPX.  In other video applications I was able to print out the storyline so I could pin it ups and look at it.  Am I able to do that with FCPX?  and is so, how?  Thanks for your time.

    No function like that in pro apps I've seen, not in FCP either.

Maybe you are looking for