Problem with GUI_DOWNLOAD fm in Background

Hi Friends
In my Report I am using the FM: GUI_DOWNLOAD and while running the report in foreground, I am getting the proper results. But while running the same in Background I am getting the error: CONTROL_FLUSH_ERROR .
As my understanding ,to resolve this we have to upgrade the sap gui.
Can anyone suggest me the exact reason for this error and the solution as well.
Points are assured for useful answers.
Regards,
Sree

Dear sir ,
there is nothing to worry about it,
while instaltion of the sap-gui,
your grapics gui nested options are not tckied,
at the time of instalation,
in that there are two option one is at os level and
2nd one is backen level.
pls check the both option ticked or not.
also check that the gui patch of new Ecc.vesrion, is
under the AMC of the sap or not.
pls ask to your basis admisitrator to reasign the
runtime memory area roll out, should be more then rool in
area.
i think problem must solve.
pls try and do this and keep in contact.
REWARDS are expected.
yours
vivek

Similar Messages

  • Problems with customising menu template backgrounds

    Hi.
    I am experiencing problems with changing the background of the included disc menu templates in PE9. I can change the background image to anything i like on the computer and all seems to work OK but when i burn the project to disc (PAL_Dolby DVD) the custom background image has gone and been replace with the default template imagine.
    Anyone got any ideas whats going on!
    Thanks

    This issue showed up with PrE 9. I do not recall reading of it with earlier versions.
    I do not know if the PSD files have some corruption, or if some change in PrE 9's code "did the deed," but many have filed a Bug Report, and I ask that you please do, as well. It should be an easy fix for Adobe (but I am not a coder, or software engineer, and could be wrong).
    Good luck to us all,
    Hunt

  • In CP5 - problem with the 'Paste as Background' option

    Hi,
    Since I have started working with CP5 I am having issues with the 'Paste as Background' option.
    After I work with CP5, and use the option few times it disappears from the menu although I have an image copied to my clipboard.
    After I close Captivate and re-open it, the option appears again.
    Any ideas?
    Thanks,
    Merav.

    merav, have you run the recent update for CP5?  It fixed a lot of issues with the Background issues.
    Also, the Paste as background option is not there if you have "Use Master slide background" checked for the slide.  It defaults to "on" if you copy slides, for instance.

  • Problem with GUI_download in background

    Hi all,
            When i ran the program in the background,the job has been canceled.
            the report should download the records into the local file have checked in debug mode the job has canceled when it comes to GUI_DOWNLOAD,GUI_download will not work in background or not.
    if i ran the program in foreground it will generate the file.
    please help me.
    thanks
    sriman.

    Hi Sriman,
    The FM GUI_DOWNLAOD will not work in background mode, as it has to download to the local PC, but when run in background it is being run on the APP server and thus loses the link with the Desktop, so it does not know what desktop to download the file to and hits an error which is why the program will dump.
    Better to use the open dataset commands if running in background as this will download the file to the server, where the code is being run, you can easily FTP the file back on to the desktop if need be.

  • Problem with full screen flash background

    I want to use a shockwave swf animation as a full screen
    background for a captivate presentation.
    If I use, 'rest of movie' to display this swf background,
    then any objects I try to put on top get covered over by the
    animation... ie. I can't see them.
    If I add the swf to each slide seperately ('rest of slide' or
    any other setting), I can then see my other objects, but the
    presentation gets huge - it sees the same swf multiple times (once
    for each slide), even if I copy and paste. I am referring to the
    size of the final generated swf file, btw.
    I'm using v.1.01.
    Thanks in advance..

    Every time I think I've heard it all with regard to new
    problems and new ways to create them, I see something like your
    post, roke2468.
    I am not being even a little bit critical; in fact, I admire
    your creativity in even thinking of using animation as your
    background!!
    But the fact of the matter is, I don't believe there is any
    way around the problem you are describing. Animation files are
    generally large and when added to Captivate, it takes no time at
    all to make the Captivate files humongous. Captivate just isn't
    currently designed to be used this way - without exactly the
    problems you are seeing. Sorry.
    Welcome aboard the Community, and if we can figure out a way
    to do what you are attempting (without blowing file-sizes and
    download times into the stratosphere), we'll sure share it (neat
    idea).

  • Problems with XleTView and the background image

    Hello!
    I�m a student trying to develop aplications with MHP, i am actually using XleTView 0.3.6.
    I�ve traying to show a background image but but nothing appears in the background. I have tryed with Steven Morris's HaviExample and with other codes found in the internet and in this forum.
    As i have read, with this version of Xletview its not neccesary to have an I-Frame so i�ve been trying with .jpg, .png, .gif...
    actually if i try with an .mpg this appears:
    [XleTView]-INFO->org.havi.ui.HBackgroundDevice:
    At the moment XleTView always return a HStillImageBackgroundConfiguration here
    [XleTView]-INFO->org.havi.ui.HBackgroundImage:Display of .mpg is not yet supported.
    A workaround for now is to use a .jpg with the same name.
    xjava.io.File - Menu1.jpg
    and i have the Menu1.jpg in the right directory, but nothig appears. I've tryed the 0.3.5 too. Someone can help me?
    Thank you!!

    Finally i have resolve the problem, i have used this code to resize the video layer (maybe is usefull for someone):
    ServiceContext serviceContext = null;
            Player player = null;
            try{
                 serviceContext = ServiceContextFactory.getInstance().getServiceContext(context);
            } catch(ServiceContextException ex){
                 ex.printStackTrace();
            ServiceContentHandler[] handlers = serviceContext.getServiceContentHandlers();
            for(int i = 0; i < handlers.length; i++){
                 if(handlers[i] instanceof Player)
                     player = (Player)handlers;
    AWTVideoSizeControl awtVideoSizeControl;
    if (player != null) {
    awtVideoSizeControl = (AWTVideoSizeControl) player.getControl("javax.tv.media.AWTVideoSizeControl");
    awtVideoSizeControl.setSize(new AWTVideoSize(new Rectangle(0, 0, 720, 576), new Rectangle(0,0,0,0))); 

  • Problem with gui_download when using DBF FILE type.

    Good Day Experts.
    I am trying to download excel file using function module  GUI_DOWNLOAD.
    declared  a table it_string type table string.
    initially I  appending my header to it_string. and then passing  my internal table to it  .
    this is how I am passing data into it_string.
    so in gui_download I am passing parameters as below. but I am not getting data into the excel file.
    I tried both ways passing field separator  as 'X' and '#'.
    please guide me where I am wrong.

    Hello Surendra,
    Can you please upload your code sample. Thanks.
    What i manage to find is using this function module  WS_DOWNLOAD.
    The file is downloaded in the directory -->  C:/
    Here is the code sample :
    TABLES: usr03,dd02l.
    DATA: zx030l LIKE x030l.
    DATA BEGIN OF zdfies OCCURS 0.
             INCLUDE STRUCTURE dfies.
    DATA END OF zdfies.
    DATA: BEGIN OF flditab OCCURS 0,
           fldname(11) TYPE c,
           END OF flditab.
    DATA itabusr03 LIKE usr03 OCCURS 0 WITH HEADER LINE.
    DATA tname LIKE dd02l-tabname.
    SELECT * FROM usr03 INTO TABLE itabusr03.
    tname = 'USR03'.
    PERFORM getfieleds.
    PERFORM dwdbffile.
    FORM getfieleds.
       CALL FUNCTION 'GET_FIELDTAB'
         EXPORTING
           langu               = sy-langu
           only                = space
           tabname             = tname
           withtext            = 'X'
         IMPORTING
           header              = zx030l
         TABLES
           fieldtab            = zdfies
         EXCEPTIONS
           internal_error      = 01
           no_texts_found      = 02
           table_has_no_fields = 03
           table_not_activ     = 04.
       CASE sy-subrc.
         WHEN 0.
           LOOP AT zdfies.
             flditab-fldname = zdfies-fieldname.
             APPEND flditab.
           ENDLOOP.
         WHEN OTHERS.
           MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
            WITH  sy-subrc.
       ENDCASE.
    ENDFORM.                    "GETFIELEDS
    FORM dwdbffile.
       CALL FUNCTION 'WS_DOWNLOAD'
         EXPORTING
    *      filename                = 'C:\USR03.DBF'
           filename                = 'C:\USR03.XLS'
           filetype                = 'DBF'
         TABLES
           data_tab                = itabusr03
           fieldnames              = flditab
         EXCEPTIONS
           file_open_error         = 1
           file_write_error        = 2
           invalid_filesize        = 3
           invalid_type            = 4
           no_batch                = 5
           unknown_error           = 6
           invalid_table_width     = 7
           gui_refuse_filetransfer = 8
           customer_error          = 9
           OTHERS                  = 10.
       IF sy-subrc <> 0.
         MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
       ENDIF.
    ENDFORM.                    "DWDBFFILE
    Thanks and Kind Regards,
    Yovish.

  • Problem with Gui_download using ASC File type - japanese characters

    Hi,
    During upgrade,while downloading data for japanese characters using GUI_DOWNLOAD Function module with file type as 'ASC', the space between 2 fields data getting much wider compared to 4.6C Version ws_download Function module's  data.
    Example: the gap between first field data and second field data in ECC 6.0 is 6 characters length,but in 4.6C it is 2 characters length.
    Is there any possibility to get the results similar to 4.6c version.Please give your valueable suggestions.
    Thanks
    BalaNarasimman

    Hi Sandra
    Please find the detailed information for your questions.
    1.Internal table content before download:During Debugging,it was observed that internal table content was same in both versions.For testing,i used only brand new data(Transaction entry).
    2.Download with code Page conversion:Yes,codepage parameter 4103 was explicitly passed into GUI_DOWNLOAD Function module.Also the front end code page which is used by system is 4110 . No errors occured.
    3.System is an Unicode system only.
    4.Actually this 6 character does not refer the byte value,only the gap between 2 fields data is getting referred in ECC 6.0.Please find the below example.
    Example - File data after Download:
    ECC 6.0: Field1            Field2      (gap - 6 characters space between 2 fields data)  Using GUI_Download
    data       u0152©Ïu201Dԍu2020      EN                               
         4.6C: Field1            Field2       (gap - 2 characters space between 2 fields data) Using WS_Download
         data    u0152©Ïu201Dԍu2020  EN    
    Note:Special characters are Japanese characters:

  • Problem with GUI_DOWNLOAD XLS File

    Hi Experts,
    I have used GUI_DOWNLOAD function to download my internal tables in .xls file in local system.  I have used 'ASC' as file type.
    File has been successfully created as .xls. But when you open that file in our local system and update some entries and try to save it, but it has not saving and its giving error. I am not able to update/change that file.
    Is there any other FM which I will use to download a .xls file perfectly...
    Regards,
    Ramesh.

    USe Function Like this:
    data : if_intern type  kcde_cells occurs 0 with header line.
    For calling File
    call function 'KD_GET_FILENAME_ON_F4'
        EXPORTING
          program_name = syst-repid
        CHANGING
          file_name    = p_file1.
    For Excel data upload
    call function 'KCD_EXCEL_OLE_TO_INT_CONVERT'
        EXPORTING
          filename    = p_filename
          i_begin_col = vf_start_col
          i_begin_row = p_brow2
          i_end_col   = vf_end_col
          i_end_row   = p_erow2
        TABLES
          intern      = if_intern.
    if if_intern[] is initial.
        p_text = 'No Data Uploaded'.
    endif.
    Edited by: shelly Malik on Aug 18, 2009 12:34 PM

  • Problem with Export/Import  in background

    Hi Experts,
    I am having a requirement in which i am exporting an flag to memory from one program and importing that in another program. in foreground it is working fine. But in background it is not working. Is there any work around.
    Report 1:
    DATA:l_flag type c value 'X'.
    free memory id 'ZFLAG'.
    EXPORT L_FLAG TO MEMORY ID 'ZFLAG'.
    LEAVE PROGRAM.
    Report 2:
    DATA:L_FLAG TYPE C.
      import l_FLAG from memory id 'ZFLAG'.
      free memory id 'ZFLAG'.
      IF l_FLAG = 'X'.
      LEAVE PROGRAM.

    Hi,
    You can export the flag to database ..it is not required to be a internal tabel. You can refer to this link..
    It is explained with example
    http://help.sap.com/saphelp_45b/helpdata/en/34/8e73a36df74873e10000009b38f9b8/content.htm
    Here obj1 can be single variable..
    EXPORT obj1 ... objn TO DATABASE dbtab(ar) ID key
    This will work in Background not the Export to MEMORY statement.

  • Spry Menu problem with using a transparent background image

    Hi-  I'm new to CS5 and Dreamweaver. I just finished the beginning webpage tutorial and I have started to work on a personal project. The Problem: when I use a transparent png image as a backgroun-image for my spry menu it shows up fine in live view, but doesn't work in browser view (safari), in fact the menu reverts to it's original grey and blue boredom. Does anyone have a solution for me? Does this mean it will be grey and blue when it goes live? Thanks, Ruth333333

    Please supply a link to your site.
    Gramps

  • Problem with gui_download

    Hi,
    in my gui_download function I'm passing the 'ASC' value to the parameter filetype but, once I go to the txt file downladed and I try to save it as a csv file I realise that it's of type UTF-8 and not an ASCII type.
    Can anybody tell me why the file downloaded isn't of type ASCII?
    Thanks in advance.
    Regards.

    Hi,
    To save .txt file in .csv format.  Follow the below mentioned ways , Hope will help you to solve .....
    1) There are different ways in creating a CSV file. The RIGHT way is to use the function SAP_CONVERT_TO_CSV_FORMAT. You can just go through the FM. To complete, for every convert fuction there is an equal and opposite convert function,  TEXT_CONVERT_CSV_TO_SAP.
    2) Use this [LINK|How to create .csv file from ABAP report; as well.
    Regards,
    Saravana.S
    Edited by: saravanasap on Jan 27, 2012 5:49 AM

  • I have just done a c drive clean and now i have a problem with wed site, the background will not load and some web i get error massages

    Im using explorer to ask this question
    here a screen shot of ninemsn web site
    [http://example.com http://imageshack.us/photo/my-images/830/screenshot019ez.jpg/]
    one of the error massage i get,
    File not found
    Firefox can't find the file at http://www.raafsquad.com/welcome.htm.
    Check the file name for capitalization or other typing errors.
    Check to see if the file was moved, renamed or deleted.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"

  • Problem with scalable Flash...

    Hello all,
    I'm having trouble getting a Flash file to scale properly in
    my document:
    http://www.bm-group.co.uk/testspace/fandf/index.html
    The idea is the large central Flash file should occupy one
    half of the page, the solid green area with the white text should
    occupy the other half. They should both scale when the browser
    window is shrunk so they occupy an equal half. Only the green area
    seems to shrink when the window is reduced and the flash file
    doesn't at all. If I start to try and change it too much the Flash
    animation doesn't appear full stop and in its current state it
    doesn't preview properly in Netscape.
    I have successfully scaled Flash before (see
    Our company website) without
    any problems but I'm guessing it is because I am trying to get it
    to only fill half of a 2 column table? The plan was that as the
    Flash animation is kept to scale it would force the height of the 2
    columns automatically. The width would be the only thing that
    changes and since the Flash animation would always be the 'taller'
    of the 2 the text would always fit with some room to spare.
    is what I'm trying to do impossible? Am I being an HTML idiot
    (not a strong point of mine)? Is there a better way of making this
    fit into my template? Help!
    I know the buttons don't go anywhere and there are some other
    problems with the page (the background image, the green circles in
    the background need to be fainter, the file size of the Flash
    animation etc...) but don't worry about this, its early days!
    As always, any help would be much appreciated...
    Thanks
    Charles

    Your code-
    <script type="text/javascript">
    AC_FL_RunContent(
    'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','nam e','Flash','width','650','height','488','id','Flash','
    You need to change the width and height here as well to 100%
    You cannot lose until you give up !!!
    "CharlesNew" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hello all,
    >
    > I'm having trouble getting a Flash file to scale
    properly in my document:
    >
    >
    http://www.bm-group.co.uk/testspace/fandf/index.html
    >
    > The idea is the large central Flash file should occupy
    one half of the
    > page,
    > the solid green area with the white text should occupy
    the other half.
    > They
    > should both scale when the browser window is shrunk so
    they occupy an
    > equal
    > half. Only the green area seems to shrink when the
    window is reduced and
    > the
    > flash file doesn't at all. If I start to try and change
    it too much the
    > Flash
    > animation doesn't appear full stop and in its current
    state it doesn't
    > preview
    > properly in Netscape.
    >
    > I have successfully scaled Flash before (see
    http://www.bm-group.co.uk)
    > without any problems but I'm guessing it is because I am
    trying to get it
    > to
    > only fill half of a 2 column table? The plan was that as
    the Flash
    > animation is
    > kept to scale it would force the height of the 2 columns
    automatically.
    > The
    > width would be the only thing that changes and since the
    Flash animation
    > would
    > always be the 'taller' of the 2 the text would always
    fit with some room
    > to
    > spare.
    >
    > is what I'm trying to do impossible? Am I being an HTML
    idiot (not a
    > strong
    > point of mine)? Is there a better way of making this fit
    into my template?
    > Help!
    >
    > I know the buttons don't go anywhere and there are some
    other problems
    > with
    > the page (the background image, the green circles in the
    background need
    > to be
    > fainter, the file size of the Flash animation etc...)
    but don't worry
    > about
    > this, its early days!
    >
    > As always, any help would be much appreciated...
    >
    > Thanks
    > Charles
    >

  • Problem with Background image and JFrame

    Hi there!
    I've the following problem:
    I created a JFrame with an integrated JPanel. In this JFrame I display a background image. Therefore I've used my own contentPane:
    public class MContentPane extends JComponent{
    private Image backgroundImage = null;
    public MContentPane() {
    super();
    * Returns the background image
    * @return Background image
    public Image getBackgroundImage() {
    return backgroundImage;
    * Sets the background image
    * @param backgroundImage Background image
    public void setBackgroundImage(Image backgroundImage) {
    this.backgroundImage = backgroundImage;
    * Overrides the painting to display a background image
    protected void paintComponent(Graphics g) {
    if (isOpaque()) {
    g.setColor(getBackground());
    g.fillRect(0, 0, getWidth(), getHeight());
    if (backgroundImage != null) {
    g.drawImage(backgroundImage,0,0,this);
    super.paintComponent(g);
    Now the background image displays correct. But as soon as I click on some combobox that is placed within the integrated JPanel I see fractals of the opened combobox on the background. When I minimize
    the Frame they disappear. Sometimes though I get also some fractals when resizing the JFrame.
    It seems there is some problem with the redrawing of the background e.g. it doesn't get redrawn as often as it should be!?
    Could anyone give me some hint, on how to achieve a clear background after clicking some combobox?
    Thx in advance

    I still prefer using a border to draw a background image:
    import java.awt.*;
    import java.awt.image.*;
    import javax.swing.border.*;
    public class CentredBackgroundBorder implements Border {
        private final BufferedImage image;
        public CentredBackgroundBorder(BufferedImage image) {
            this.image = image;
        public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) {
            int x0 = x + (width-image.getWidth())/2;
            int y0 = y + (height-image.getHeight())/2;
            g. drawImage(image, x0, y0, null);
        public Insets getBorderInsets(Component c) {
            return new Insets(0,0,0,0);
        public boolean isBorderOpaque() {
            return true;
    }And here is a demo where I load the background image asynchronously, so that I can launch the GUI before the image is done loading. Warning: you may find the image disturbing...
    import java.awt.*;
    import java.io.*;
    import java.net.URL;
    import javax.imageio.*;
    import javax.swing.*;
    import javax.swing.border.*;
    public class BackgroundBorderExample {
        public static void main(String[] args) throws IOException {
            JFrame.setDefaultLookAndFeelDecorated(true);
            JFrame f = new JFrame("BackgroundBorderExample");
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            JTextArea area = new JTextArea(24,80);
            area.setForeground(Color.WHITE);
            area.setOpaque(false);
            area.read(new FileReader(new File("BackgroundBorderExample.java")), null);
            final JScrollPane sp = new JScrollPane(area);
            sp.setBackground(Color.BLACK);
            sp.getViewport().setOpaque(false);
            f.getContentPane().add(sp);
            f.setSize(600,400);
            f.setLocationRelativeTo(null);
            f.setVisible(true);
            String url = "http://today.java.net/jag/bio/JagHeadshot.jpg";
            final Border bkgrnd = new CentredBackgroundBorder(ImageIO.read(new URL(url)));
            Runnable r = new Runnable() {
                public void run() {
                    sp.setViewportBorder(bkgrnd);
                    sp.repaint();
            SwingUtilities.invokeLater(r);
    }

Maybe you are looking for

  • Annoucement: New Menu Wizard for Captivate

    I'd like to announce our latest product release - the Menu Wizard for Adobe Captivate The Menu Wizard is a 3rd-party software product that integrates directly into published Adobe Captivate movies. The Menu Wizard is a Flash movie that provides a dyn

  • Outputting Results in a single row from a Table

    Afternoon folks, I have a scenario in hand and I was hoping to get some pointers. I could write a PL/SQL program and all would be fine. I was hoping if there was a way to do it in SQL and not have to create a whole new sub-program for this. I already

  • Attachment problem in mail adapter

    Hi We are reading mails from mailbox and forwarding the same to another mailbox, so sending and recieveing mail adapters are configured. The mail is read and sent fine. But not the attachments. The PDF attachment is corrupted when we open it from the

  • Dual Monitor displays weird colors

    Hi there, Yesterday I bought a Displayport to HDMI adapter (Mini DisplayPort Male - HDMI female) for my MacBook Pro 15" (Late 2011 version). I use this to connect my MacBook Pro to my Philips 32" television. Everything has been set up (I've adjusted

  • JBoss NameNotFoundError: tangosol.coherenceTx not bound

    I've successfully deployed the coherence-tx.rar to both JBoss-3.2.6 and JBoss-4.0.5. I am getting the following exception: javax.naming.NameNotFoundException: tangosol.coherenceTx not bound. Do I need to deploy something else in order for the JNDI na