Script print problem - foot not updated

Hi friends:
  When printing GR document, the PO No. at window foot of the doc is same.
  But infact the PO no. at foot is different.
  How can I get the right result? Thanks.
  PERFORM open_form_sammel.
>>>SAMUEL20061011 BEGIN NEW SPOOL ID
  CALL FUNCTION 'START_FORM' .
  LOOP AT traptab.
    CALL FUNCTION 'WRITE_FORM'
           EXPORTING
               ELEMENT = 'WE3BACOKOPF'
               WINDOW  = 'RÜKOPF'.
    AT NEW EBELN.
      CALL FUNCTION 'END_FORM'    .
      PERFORM close_form.     
      PERFORM open_form_sammel.
      CALL FUNCTION 'START_FORM'. 
    ENDAT.
    CALL FUNCTION 'WRITE_FORM'
           EXPORTING
             ELEMENT  = 'WE3FUSS'
             WINDOW   = 'FUSS'
             FUNCTION = 'APPEND'.
  ENDLOOP.
  CALL FUNCTION 'END_FORM'    .
  PERFORM close_form.

Hi
Check the type of FOOTER WINDOWS: if you need to print different data in different pages, that windows has to be VARIABLE and not CONSTANT.
Max

Similar Messages

  • Firefox problems - Can't open from Downloads - Can't print - FF will not update and more and more...

    I've been having several problems with Firefox, to the point that I almost can't use it anymore. In no particular order, they include:
    1. When I download something, 'Downloads' opens. When a d/l finishes I used to be able to run an install or open an image from there, but now I get this error message,
    Windows cannot access the specified device, path of file. You may not have the appropriate permissions to access the item.
    ...but I can go to my Downloads directory and run or open it from there.
    2. If I go to File > Print or File > Print Preview, I get this
    Printing Error:
    "Before you can perform printer-related tasks such as page setup or printing a document, you need to install a printer. Do you want to install a printer now?"
    and if I click yes, i get this,
    "Operation could not be completed."
    3. Firefox will not update itself. I go to About, it downloads the new update, and I click the Apply Update button. Firefox closes, and nothing happens. A few minutes later I click to run it, and it opens with a 'Software Update' window that says,
    Update Failed
    "The partial update could not be applied. Firefox will try again by downloading a complete Update"
    ...and that does not work.
    I download the new version, and when trying to run it from Downloads, I get the error (as in #1 above):
    "Windows cannot access the specified device, path of file. You may not have the appropriate permissions to access the item."
    When I go to the folder it's in and run it from there, it installs, but the problems persist.
    4. I go to Help|Troubleshooting Information, and clicking the Reset Firefox button only closes Firefox. Clicking the Show Folder button doesn't do anything.
    5. I used to be able to drag a url to the desktop, a folder or even a email, but now all I get the the O with a / through it.
    6. I also used to be able to, when I click Browse on a site to upload a jpg or a gif, I could right click the file and open it in a photo viewing program (Irfanview or Paint), and now I get
    "Windows cannot access the specified drive, path or file. You may not have the appropriate permissions to access the item."
    I've created a new profile and it makes no difference.
    I've disabled all add-ons and it makes no difference (I have to disable them manually).
    The problems are there for different user accounts in Windows.
    I've uninstalled Firefox, and removed the profile - rebooted and reinstalled it, but the problems persist.
    What more do I have to do more to completely uninstall it?
    I've kinda saved myself by using Firefox Portable, which I'm running from it's own directory. It runs as it should, but I'd prefer not to have to use it.
    If i can't fix it, I'd like to completely uninstall Firefox, and just install it new and have it work properly. I have no (or only occasional minor) problems with Firefox on other computers. This computer is Win XP, fully updated

    The post I was responding to said,
    "Try to boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps. "
    Somehow, I think that means Windows...
    I've tried Firefox in Safe Mode - it makes no difference.

  • Printing problems after Airport Update 5.2.1

    G'day
    Has anyone noticed that their wireless printing problems started after they downloaded and installed the latest Airport base Station update 5.2.1????
    Thanks
    Blocko

    see problem with
    Error Number: 300
    http://discussions.apple.com/message.jspa?messageID=5451206#5451206
    for further info.

  • Printing problems after security update

    Any fixes to the printing problems (for me it is with Quicken) after the security update??
    Don

    There are several threads popping up over in the Mac OS X v10.6 section of ASC about the Security Update.
    Mac OS X v10.6 Snow Leopard: Mac OS & System Software: Apple Support Communities
    It seems that the update has killed printing and other functions for some PowerPC Applications.
    Start with > after Security update 2012-001 cannot...: Apple Support Communities

  • Script Print problem..

    Hi ,
      Iam developing a new program for printing the Delivery note. Program contains two radio buttons if first button  checked then output should get printed without displaying and if second radio button is checked output should only displyed no print required. (just like print preview).
    Can anybody help me to get the above functionality.
    Thanks in advance.
    Bhushan

    Do you have to do like this:
    print_flag is the check box here.
        IF PRINT_FLAG = 'X'.  "If Print button is chosen
          X_OPTIONS-TDIMMED   = 'X'.   " Print Immediately
          X_OPTIONS-TDIMMED   = 'X'.   " Print Immediately
          X_options-PREVIEW = ' '. "Do not show Preview
        ELSE.                "If Print Preview button is chosen
          X_options-PREVIEW = 'X'. "Show Preview
        ENDIF.
    then call your script function module
    open_form by passing the x_OPTIONS to OPTIONS parameter and

  • PM workorder printing problem -- *"Express document "Update was terminated"

    Hi All,
    I have designed a PM workorder smartform.
    This form is getting triggered from the standard transaction IW32. There is a Z driver program and Z smartform.
    However when I am directly trying to print the this smartform(Order> Print>order) using the shoppaper number customized for my Zdriver program and zsmartform, the workorder gets saved but then on again entering into the workorder its gives the message :-
    "Express document "Update was terminated" received from author "XXX".
    And hence I am not able to print the smartform.
    However when I see its print preview and then try to print the smartform its allowing me to do so.
    Can anyone provide me the solution for the same.
    Thanks in advance for your help.

    Hi,
    the exception in fm CO_BH_ORD_HEADER_PRE_READ appears in two places:
    1.-
      IF import_message_id IS INITIAL.
      ELSE.
        IMPORT order_tab FROM MEMORY ID import_message_id.
      ENDIF.
    * Aussteigen falls überhaupt kein Auftrag/Netzplan gefunden wird
      IF NOT sy-subrc IS INITIAL.
        RAISE not_found.
      ENDIF.
    2.-
      IF no_afpo IS INITIAL.
      ELSE.
        IMPORT pos_tab FROM MEMORY ID import_message_id.
      ENDIF.
    * Aussteigen falls überhaupt kein Auftrag/Netzplan gefunden wird
      IF NOT sy-subrc    IS INITIAL AND
             counter_tot =  1       AND
             no_afpo     IS INITIAL.
        RAISE not_found.
      ENDIF.
    Put a break point and execute to see what is going on.
    Best regards.

  • Epson Stylus Photo R2400 printer driver will not update from 2.53 to 3.0

    I am having an issue with installing a print driver from Epson's web site. I do not have access to the print options or any other settings of the printer when i try to FILE>PRINT. The choices are crossed off the list and say "This panel is not compatible with your computer. Contact the printer manufacturer for the latest version of your printer software."
    It says my driver is version 2.53, I installed the 3.0 Driver numerous times today, one of which was with an Epson tech support representative and their conclusion was that it is something wrong with my computer.
    The printer prints and is recognized in the print & fax utility; i can add and remove it at will, but the 2.53 will not upgrade to 3.0.
    Has anyone had this problem?

    Hi Apos, and a warm welcome to the forums!
    Is this the driver you got, v3.10...
    http://tinyurl.com/cpj2un

  • Anyone having printing problems after latest update?

    I could print right up to the time I installed the newest update last night.
    Help!

    In a follow up, The printers are a brother mfc-4800 and an Epson 870. It seems like Apple in the latest update did something to make the software so secure that you are not allowed to print whats in your computer?
    Hey Apple can you update the update? My other drive is loaded with the 10.4.4 and everything works

  • TS1424 printing problem with new update

    since the new update, I can no longer print the jewel case insert from the playlist; the right side title page is ok but the left side track listing is compressed and smudged together

    I've already spent HOURS on the phone with several upper level support personel.  The list of unhappy iTunes customers is growing from when willieshar & I got going on this.  The last guy I spoke with did give me a "reasonable" way around my printing issue.  Maybe it will help you. 
    In windows XP, Instead of sending to your printer, when you get to the "print" window, change the "NAME" in the scroll down to Microsoft Office Document Image Writer.  Then print that.  It's not as good but acceptable until a real fix can be found.

  • Javax.print problem: data not of declared type

    Hi all,
    I'm trying to print a simple text-only document with the below code but it keeps giving me an illegal argument exception. By the way, I've tried all the combinations of DocFlavor.*.* and SERVICE_FORMATTED.PRINTABLE and SERVICE_FORMATTED.PAGEABLE are the only ones working for me. Is this normal?
    Thanks!
    IllegalArgumentException:
    java.lang.IllegalArgumentException: data is not of declared type
            at javax.print.SimpleDoc.<init>(SimpleDoc.java:82)
            at DiagnosticsPane.actionPerformed(DiagnosticsPane.java:350)
    import java.io.*;
    import javax.print.*;
    import javax.print.attribute.*;
    class testPrint
         public static void main(String args[])
              PrintRequestAttributeSet pras =     new HashPrintRequestAttributeSet();
              DocFlavor flavor = DocFlavor.SERVICE_FORMATTED.PRINTABLE;
              PrintService ps[] = PrintServiceLookup.lookupPrintServices(flavor, pras);
              PrintService defaultService = PrintServiceLookup.lookupDefaultPrintService();
              PrintService service = ServiceUI.printDialog(null, 200, 200, ps, defaultService, flavor, pras);
              if (service != null) {
                   try {
                        DocPrintJob job = service.createPrintJob();
                        DocAttributeSet das = new HashDocAttributeSet();
                        FileInputStream fis = new FileInputStream("report.txt");
                        Doc doc = new SimpleDoc(fis, flavor, das);
                        try {
                             job.print(doc, pras);
                             System.err.println("Job sent to printer.");
                        } catch (PrintException e) {
                             System.err.println("Print error!\n\n" + e.getMessage());
                   } catch (FileNotFoundException e) {
                        System.err.println("File not found!\n\n" + e.getMessage());
    }

    Hi duffymo,
    I've tried all the available DocFlavors and even wrote a little program to list all my supported DocFlavors. And, I've only got 2 available for each of my printers, one being a Canon i320 and the other is a Adobe PDF printer.
    import javax.print.*;
    import javax.print.attribute.*;
    class listDocFlavor
      public static void main(String args[])
        PrintRequestAttributeSet pras = new HashPrintRequestAttributeSet();
        DocFlavor flavor = DocFlavor.SERVICE_FORMATTED.PRINTABLE;
        PrintService ps[] = PrintServiceLookup.lookupPrintServices(flavor, pras);
        for (int j = 0; j < ps.length; j++) {
          DocFlavor df[] = ps[j].getSupportedDocFlavors();
          for (int i = 0; i < df.length; i++)
            System.err.println(j + ": " + df);
    0: application/x-java-jvm-local-objectref; class="java.awt.print.Pageable"
    0: application/x-java-jvm-local-objectref; class="java.awt.print.Printable"
    1: application/x-java-jvm-local-objectref; class="java.awt.print.Pageable"
    1: application/x-java-jvm-local-objectref; class="java.awt.print.Printable"

  • Java script ? problem - does not display my web

    Hello Folks,
    Seems that I have a problem with my code(s) or something when I try to load my main page in Mozilla 1.7
    My Menu Bar and some other entries for AltaVista and BabelFish translators (images) do not display (load)
    http://www.pcbugfixer.com
    The menu bar does display on other pages using Mozilla - http://www.pcbugfixer.com/news - or http://www.pcbugfixer.com/downloads - etc but just refuses to display on the main page.
    Can you help please to track the error on my page.
    All loads OK in IE browsers.

    Java and JavaScript are different beasts.
    You might get a better responce posing on a [url http://www.google.com/search?q=JavaScript+forum&sourceid=mozilla-search&start=0&start=0&ie=utf-8&oe=utf-8]JavaScript forum.

  • Printing problem after software update 10.5.5

    Hey Folks,
    I'm trying to keep my HP LaserJet 3 (yes 3) alive using Gutenprint drivers. After the latest software update to OSX, after I hit print in any app, the printer dialog says that the printer is off-line. I tested with my Windows laptop, so clearly it's an OSX issue. Anyone have any ideas? Thanks.

    How did you setup the printer in Print & Fax? You should set it up as an LPD printer. The printer should have an assigned IP, Gateway IP address, and network mask configured in the printer. These should conform to the network mask used by your router (to which the computer is connected), the router's Gateway IP address, and the printer's IP address should be within the router's DHCP address range (such as 10.0.1.2 - 10.0.1.199.) Also check the Ethernet cable to be sure it's good and be sure the network card in the printer is configured properly for TCP/IP.
    You can also try the shareware utility, Print Therapy, to try and get things working - VersionTracker or MacUpdate.

  • HP PRINTER PROBLEM AFTER SOFTWARE UPDATE

    MY HP LASER PRINTER WORKED FINE UNTIL I INSTALLED SOFTWARE UPGRADE WHICH WAS SUPPOSED TO ELIMINATE PROBLEMS WITH HP PRINTERS. NOW I HAVE TO SHUT IT OFF AND TURN IT BACK ON WHEN I WANT TO PRINT.ANY ADVICE?

    Welcome to Discussions - first, posting in CAPS is akin to shouting, it's disturbing, so please don't do it.
    Go to the HP support page [here|http://welcome.hp.com/country/us/en/support.html] and see if there are others with your problem. You can remove the printer from your printer list, uninstall and then reinstall it without the upgrade which is causing problems.
    Let us know (in lower case) how you made out

  • Problem is not updated when converting applications account

    When converting Apple Store account from state to state that does not show you the applications that need to be updated

    ????????????????????????????????

  • Safari problems.  not updating java or adobe flash.  now lost sound in youtube videos.   other apps and programs are fine as is Chrome.

    How do I remove and reload safari?   Do I have to reload the operating system?

    Install Flash Player in Safe Mode.
    Shut down the computer.
    Press the power button. Immediately after you hear the startup sound, press and hold the Shift key.
    The Shift key should be pressed as soon as possible after startup,but not before the startup sound.
    Release the Shift key when you see the Apple logo on the screen. Startup will take longer than usual.
    Login to your account. Launch Safari.
    Install Adobe Flash Player.
    Type in this address in Safari address bar manually.
        http://get.adobe.com/flashplayer/
    Install Adobe Flash Player.
    Once done, quit Safari and restart the computer from  in the menu bar.
    Once back in to the normal mode, make sure that plug-ins are allowed.
    Safari > Preferences > Security > Allow Plug-ins.

Maybe you are looking for

  • Cannot send email on ipad?  But ok on iphone and on mac

    Having trouble sending and forwarding  emails on my ipad they are fine on my iphone and my mac have checked settings they seem to be the sae . Most puxxled any ideas?ed

  • Payment advice printing issue F110

    Dear expert, i have a problem when running the payment advice for vendor using F110. The payment advice can't print since encounter the erro messsage 'Cannot process message, no route from XXX to 028249'. Any one can give sgguestion on this, or had m

  • Need help with code for adding dates to form

    Hello forum goers I'm new to making forms and figured out how to auto add the date, however I need the form to change the date for every copy made. For example today is 06/08/2012 if I print 10 copies of the form it will output 10 pages ranging from

  • How to sort podcast search results in iTunes11?

    After searching for podcasts I was able to sort them by video or audio. In iTunes11 I cannot find this option. Is it gone?

  • Fans spin up only in one account

    I have a late 2010 MacBook Air (2.13/256GB SSD/4GB RAM running 10.6.8) and when I'm in my user account the fan spins up to 5200 RPM with the CPU temp at 79°. When I login to the guest account, the fan operates at its normal speed. In my user account,