Upgrading Obsolete FM "DOWNLOAD" by "GUI_DOWNLOAD"

Hi All,
  I am changing FM "download" by "gui_download" in a program.which import parameter of FM gui_download should be used to replace import parameter FILETYPE_NO_SHOW of FM "download ? What this parameter do?
Please let me if you guys have any solution.
Points will be rewarded.

Hi,
This is the code which I have to upgrade by FM GUI_DOWNLOAD by keeping the functionality of the program.
CALL FUNCTION 'DOWNLOAD'
       EXPORTING
            filetype                = 'DAT'                filemask_mask           = '*.xls' 
            filemask_text           = '*.xls(Ms Excel)' 
            filetype_no_show        = 'X' 
       TABLES
            data_tab                = itab_down
       EXCEPTIONS
            invalid_filesize        = 1
            invalid_table_width     = 2
            invalid_type            = 3
            no_batch                = 4
            unknown_error           = 5
            gui_refuse_filetransfer = 6
            OTHERS                  = 7.
can you suggest me how to do?

Similar Messages

  • Difference between DOWNLOAD and GUI_DOWNLOAD

    hi
    let me know the difference between DOWNLOAD and GUI_DOWNLOAD  and    giv me clear  idea  of wat  and wat not should be done with respect to  conversion  from download to gui_Download??????
    give me clear process of  putting my download  data  into my  own defined file name ..  during   manual   and    backgrnd job. process..
    thanks inadvance

    Hi Shaik,
    DOWNLOAD function module is obsolete now and DOWNLOAD as well as WS_DOWNLOAD should be replaced by GUI_DOWNLOAD function module.
    The only matter you need to be careful off is mapping the parameters correctly.
    Also, you have asked "during manual and backgrnd job. process.. " , well GUI_DOWNLOAD or any download module for downloading to Presentation server CANNOT be used in the background.
    Because background work processes are run on application server level and do not have access to the desktop of any PS.
    For downloading to the presentation server essentially, pass the contents of internal table to DATA_TAB tables parameter and pass the presentation server file name to FILENAME importing parameter.
    Cheers,
    Aditya

  • I purchased today thedobe Acrobat Professional XI - Upgrade Upgrade - English -  Mac - Download.  Once i get started it confirms that the my serial number is valid but that a qualifying product could not be found on my computer.   I do have Acrobat Profes

    I purchased today the Adobe Acrobat Professional XI - Upgrade Upgrade - English -  Mac - Download.  Onceiget started it confirms that the my serial number isvalid butthat a qualifying product could not be found on my computer.   I do have Acrobat Professional Pro v8 from 2006 installed on my computer. Anyadviseon how  ican resolve this?

    after entering your xi pro serial number the installer checks your computer for that pro v8 product.  failing to find it you will be presented with a menu that allows you to select your qualifying product (pro v8) and you then will be prompted for its (pro v8) serial number.
    enter the correct number at the correct time and installation should proceed.

  • I have ip 3gs and ios 4.1 i want to upgrade it to download latest version of apps ,which ios will be compatible and is there any danger to update ios before i erased all settings and content and i tried to update but it failed .it is working properly

    i have ip 3gs and ios 4.1 i want to upgrade it to download latest version of apps ,which ios will be compatible and is there any danger to update ios before i erased all settings and content and i tried to update but it failed .it is working properly but i want to update from itunes.iwill do back up but is there any other thing i will face after updating like it will jut show apple loge and will not work. please answer quickly

    An iPhone 3GS is too old to update to the very latest iOS and you will never be able to use apps that are compatible.  The phone is just too old now in technology terms and the app makers have all moved on, so it's time to get a new phone. 
    Ideally, perhaps get an iPhone 4s or if you can afford it, an iPhone 5s or 5c which are the newest models.

  • I am trying to download CS5.5, which I purchased. But I can only find the upgrade software to download. Where is the non-upgrade version of CS5.5???

    I am trying to download CS5.5, which I purchased. But I can only find the upgrade software to download. Where is the non-upgrade version of CS5.5???

    There is no upgrade version.  The serial number that you use dictates whether or not the software is treated as an upgrade.  If you purchased it as an upgrade then the serial number you have is an upgrade serial number and that will require you to provide proof that you qualify ro install/use the upgrade.

  • I was trying to upgrade to OSX 10.9 but during the upgrade when the download got to 2.6gb /5.29gb message "an error occurred" appeared and since then i have been un able to upgrade, what can i do.

    I was trying to upgrade to OSX 10.9 but during the upgrade when the download got to 2.6gb /5.29gb message "an error occurred" appeared and since then i have been un able to upgrade, what can i do.

    If you purchased Lion for your iMac, just log into the Mac App Store from your MacBook using the Apple ID under which you purchased Lion and go to the Purchases page. You will be able to download and install Lion there. 
    searching the internet i found a link to upgrtade to 10.7
    The only place you get get Lion is from the Mac App Store. If you found some other site, that was an illegal copy and almost certainly tied to someone else's Apple ID and hence unusable by you. If the link was just to the Mac App Store, see above.
    As to the problem with synchronization to iCloud, that's not a 10.6 question, so I'd suggest you take up that specific issue in either the Lion or iCloud forums, providing full details, and someone there can probably help you sort things out.
    Regards.

  • I have an iphone 4 and trying to upgrade ios 6, downloaded the version and when trying to install get an error that i need internet, i have internet of course... please help...

    I have an iphone 4 and trying to upgrade ios 6, downloaded the version and when trying to install get an error that i need internet, i have internet of course... please help...

    C Mawle wrote:
    Thanks.  I have followed all the instructions as recommended and nothing has worked so it looks like the restore/update may have been interrupted - would loss of internet connection do this?
    Yes it would, possibly even brick it.
    Have successfully connected my ipod nano with iTunes so looks like the device driver is working.
    Can I use my ipod nano USB connector to check?
    It is not much help to you, since the device that you need still not recognized.
    Anyway looks like I may have to swallow the loss of data.  Have set-up a call for tomorrow with Apple support so will wait until after this before doing the factory restore!
    Good luck, but if you expect miracle from that call good luck again.

  • Fixing columns while downloading using GUI_DOWNLOAD!!

    Hi,
    I have declared an internal table which is downloaded using GUI_DOWNLOAD and after downloading the required outpout should appear in their own place for example:
    MATNR MEINS PLANS
    123       test1    test2
    12         test3    test3
    but whats actually happening ...
    123test1test2
    12test3test3
    how to fix the columns so that field value appear in that location only and from the same postion for all the records once downloaded..
    Regards
    Gunjan

    Hi Gunjan,
    You can try this:
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
        FILENAME                      =  v_filename
        FILETYPE                      =  'ASC'
        WRITE_FIELD_SEPARATOR         = ' '
    For ASCII download, if you specify the field separator as spaces, then it will automatically separate fields with TABS.
    Hope this helps.
    Thanks,
    Rajesh

  • Problems extracting LR5.6  upgrade files after download

    Hello!
    I've just completed installing a LR5 upgrade from a DVD.
    After this, I downloaded the latest upgrade which i this case was is LR5.6.
    My problem is that I am unable to extract the files in the upgrade.
    I just get a message from the installer telling me that there is a problem extracting some files and to check that there is enough memory on my computer. The message also suggest to check that I am authourized to use the target folder for the extraction.
    I've reinstalled LR5, I've tryed downloading a new upgradefolder several times, I've tryed extracting it in different folders.
    There is enough memory and my computer system meets the requirements. (I'am the administrator of course.)
    Anybody has a solution?
    Thanks in advance!
    Felix
    PS below is an image of the message I get when trying to extract files (in swedish though).

    Hello Jeff!
    And thanks for your answer.
    Yes i've tried extracting/installing both updates (5.5 and 5.6). The outcome was the same in both cases. Same message with 5.6 as the one in my screenshot.
    There is some information in this but I can't figure out what it is.
    Felix
    Skickat från min iPhone
    29 aug 2014 kl. 22:50 skrev Jeff A Wright <[email protected]>:
    Problems extracting LR5.6  upgrade files after download
    created by Jeff A Wright in Downloading, Installing, Setting Up - View the full discussion
    Felix2 from your screen shot it appears you are attempting to download and extract the Lightroom 5.5 update/installer.  Do you receive the same error downloading the 5.6 update at Adobe - Lightroom : For Windows : Adobe Photoshop Lightroom 5.6?  Each update contains the full installer so you do not need to have a previous version of Lightroom installed prior to installing Photoshop Lightroom 5.6.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6685604#6685604
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Downloading, Installing, Setting Up by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Replacing download with gui_download

    Hi,
    as part of upgradation i am  trying to replace Download fm with  Gui_download but the problem is in download function i have  exp parameter  filemask_mask but  its not available in gui_download. Is there any way to  down load? Please help me out!!
    Thanks and Reg,
    Archana
    Edited by: archana pakanati on Feb 9, 2009 8:14 AM

    Hi,
    Refer to the following code:
    *& Report  ZDOWNLOAD_PROGRAM
    report  zdownload_program.
    parameter : p_path type rlgrap-filename default 'C:\Pdata.xls'.
    data : gt_output   type standard table of trdirt,
           wa_output   type trdirt,
           p_filen     type string.
    at selection-screen on value-request for p_path.
      clear p_path.
      call function 'F4_FILENAME'
        importing
          file_name = p_path.
    start-of-selection.
      select * from trdirt
               into table gt_output
               where name like 'Z%'
                  or name like 'Y%'.
    end-of-selection.
      move : p_path to p_filen.
      call function 'GUI_DOWNLOAD'
        exporting
      BIN_FILESIZE                    =
          filename                        = p_filen
       filetype                        = 'ASC'
      APPEND                          = ' '
       write_field_separator           =
    cl_abap_char_utilities=>horizontal_tab
      HEADER                          = '00'
      TRUNC_TRAILING_BLANKS           = ' '
      WRITE_LF                        = 'X'
      COL_SELECT                      = ' '
      COL_SELECT_MASK                 = ' '
      DAT_MODE                        = ' '
      CONFIRM_OVERWRITE               = ' '
      NO_AUTH_CHECK                   = ' '
      CODEPAGE                        = ' '
      IGNORE_CERR                     = ABAP_TRUE
      REPLACEMENT                     = '#'
      WRITE_BOM                       = ' '
      TRUNC_TRAILING_BLANKS_EOL       = 'X'
      WK1_N_FORMAT                    = ' '
      WK1_N_SIZE                      = ' '
      WK1_T_FORMAT                    = ' '
      WK1_T_SIZE                      = ' '
      WRITE_LF_AFTER_LAST_LINE        = ABAP_TRUE
    IMPORTING
      FILELENGTH                      =
        tables
          data_tab                        = gt_output
      FIELDNAMES                      =
       exceptions
         file_write_error                = 1
         no_batch                        = 2
         gui_refuse_filetransfer         = 3
         invalid_type                    = 4
         no_authority                    = 5
         unknown_error                   = 6
         header_not_allowed              = 7
         separator_not_allowed           = 8
         filesize_not_allowed            = 9
         header_too_long                 = 10
         dp_error_create                 = 11
         dp_error_send                   = 12
         dp_error_write                  = 13
         unknown_dp_error                = 14
         access_denied                   = 15
         dp_out_of_memory                = 16
         disk_full                       = 17
         dp_timeout                      = 18
         file_not_found                  = 19
         dataprovider_exception          = 20
         control_flush_error             = 21
         others                          = 22
      if sy-subrc <> 0.
    message id sy-msgid type sy-msgty number sy-msgno
             with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
    Regards
    Rajesh Kumar

  • Downloaded through gui_download, upload ws_upload displaying junk character

    Hello Experts,
    I have downloaded the data unsing method gui_download, when I tried to upload same file in 4.6 version using function module ws_upload, I am getting junk characters. Is there any soluction to overcome this problem.
    Please provide your valuable solutions for the above said issue.
    Thank you,
    Krishna K

    Hi Krishna
    WS_UPLOAD is an obsolete function module. GUI_UPLOAD is the function module in replacement for that.  Refer the following link for more details.
    http://wiki.sdn.sap.com/wiki/display/ABAP/ReplacementofObsoleteFunctionModulesforECC+6
    So upload your data using GUI_UPLOAD..
    Hope this helps you.
    Regards
    Vinodh

  • Need to extend header length in Excel file being downloaded by GUI_DOWNLOAD

    hello Experts,
    I have written a program where the data from DSO is downloaded into Excel File which is being saved on my desktop.
    Now, i am facing one problem with the length of header and the values.
    For eg:
    I have 15 cloumns and i have given description for each column ie header name. This header is being displayed only upto 255 characters. If the total length of all the columns header desc exceeds 255 char, then blank header is displayed further.
    Same is the case with the values of the columns.
    I am pasting the relevant code.
    The code for displaying header and fields is:
    Concatenate
    'Sales Org'
    'Sales Org Desc'
    'Sales Dist'
    'Sales Dist Desc'
    'Sales Rep'
    'Sales Rep Desc'
    'Customer Number'
    'Customer Desc'
    'Billing Document'
    'AGI Code No'
    'AgiCode Desc'
    'UCAGI Code No'
    'UCAGI Code Desc'
    'Design Code'
    'CalMonth'
    'CalYear'
    'Billing Qty'
    'ZDIF'
    'ZE01'
    'ZE13'
    Into ls_contents-line SEPARATED BY lc_tab.
    APPEND ls_contents TO lt_contents.
    CLEAR ls_contents.
    Loop at i_t_Table into wa_i_t_t_Table.
    concatenate
          wa_i_t_t_Table-/BIC/G00000574
          wa_i_t_t_Table-salesorg_name
          wa_i_t_t_Table-/BIC/G00000514
          wa_i_t_t_Table-salesdist_name
          wa_i_t_t_Table-/BIC/G00009361
          wa_i_t_t_Table-SalesRep_name
          wa_i_t_t_Table-/BIC/G00000466
          wa_i_t_t_Table-Customer_name
          wa_i_t_t_Table-/BIC/G00000464
          wa_i_t_t_Table-/BIC/G00000001
          wa_i_t_t_Table-agicode_name
          wa_i_t_t_Table-/BIC/G00000002
          wa_i_t_t_Table-UCagicode_name
          wa_i_t_t_Table-/BIC/G00000005
          wa_i_t_t_Table-CALMONTH2
          wa_i_t_t_Table-CALYEAR
          wa_i_t_t_Table-/BIC/G00001108
          wa_i_t_t_Table-/BIC/G00021022
          wa_i_t_t_Table-/BIC/G00021023
          wa_i_t_t_Table-/BIC/G00021024
    INTO ls_contents-line SEPARATED BY lc_tab.
    *CONCATENATE ls_contents lv_hex1 INTO ls_contents.
              APPEND ls_contents TO lt_contents.
              CLEAR ls_contents.
    ENDLOOP.
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
      BIN_FILESIZE                    =
       FILENAME                        = c_filename
    FILETYPE                        = 'DAT'
      APPEND                          = ' '
       WRITE_FIELD_SEPARATOR           = ' '
    HEADER                          = '01'
      TRUNC_TRAILING_BLANKS           = ' '
      WRITE_LF                        = 'X'
      COL_SELECT                      = ' '
      COL_SELECT_MASK                 = ' '
      DAT_MODE                        = ' '
      CONFIRM_OVERWRITE               = ' '
      NO_AUTH_CHECK                   = ' '
      CODEPAGE                        = ' '
      IGNORE_CERR                     = ABAP_TRUE
      REPLACEMENT                     = '#'
      WRITE_BOM                       = ' '
      TRUNC_TRAILING_BLANKS_EOL       = 'X'
      WK1_N_FORMAT                    = '0'
      WK1_N_SIZE                      = '20'
      WK1_T_FORMAT                    = '0'
      WK1_T_SIZE                      = '20'
      WRITE_LF_AFTER_LAST_LINE        = ABAP_TRUE
      SHOW_TRANSFER_STATUS            = ABAP_TRUE
    IMPORTING
      FILELENGTH                      =
      TABLES
        DATA_TAB                        = lt_contents
      FIELDNAMES                      =
    EXCEPTIONS
      FILE_WRITE_ERROR                = 1
      NO_BATCH                        = 2
      GUI_REFUSE_FILETRANSFER         = 3
      INVALID_TYPE                    = 4
      NO_AUTHORITY                    = 5
      UNKNOWN_ERROR                   = 6
      HEADER_NOT_ALLOWED              = 7
      SEPARATOR_NOT_ALLOWED           = 8
      FILESIZE_NOT_ALLOWED            = 9
      HEADER_TOO_LONG                 = 10
      DP_ERROR_CREATE                 = 11
      DP_ERROR_SEND                   = 12
      DP_ERROR_WRITE                  = 13
      UNKNOWN_DP_ERROR                = 14
      ACCESS_DENIED                   = 15
      DP_OUT_OF_MEMORY                = 16
      DISK_FULL                       = 17
      DP_TIMEOUT                      = 18
      FILE_NOT_FOUND                  = 19
      DATAPROVIDER_EXCEPTION          = 20
      CONTROL_FLUSH_ERROR             = 21
      OTHERS                          = 22
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Note:  Gone through SDN where many things are suggested like to use parameter of GUI_DOWNLAOD ie "FIELDNAMES " which is disabled in my SAP version.
    Please suggest how to make all the headers and the values of the fields properly.
    Would appreciate immediate help.
    Thanks in advance.
    Regards
    Lavanya

    solved.

  • Problem downloading in GUI_DOWNLOAD

    Please don't post your subjects in ALL CAPITALS
    HELLO FOLKS..
    I am downloading data from an int tab to excel.
    im using gui_download for that.
    we have to pass the internal table to this FM where all the fields' data are put into string field of itab
    separated by '#' and passed to FM.
    now the problem is- the data is getting copied into excel, but the hashes are still there. and the data is stored in only one cell not different.
    im using ascii encoding- 'ASC' and file encoding type '4103'.
    thanks in adv.
    Edited by: Matt on Jun 11, 2009 8:35 AM - edited title

    Hi Sumit,
    You need to declare constants like below:
    CONSTANTS: c_tab TYPE c VALUE cl_abap_char_utilities=>horizontal_tab,
               c_ret TYPE c VALUE cl_abap_char_utilities=>cr_lf.
    And use the separator c_tab as below to concatenate the data into the workarea wa_objbin1 which will finally be updated to internal table t_objbin1.
    CONSTANTS: c_tab TYPE c VALUE cl_abap_char_utilities=>horizontal_tab,
               c_ret TYPE c VALUE cl_abap_char_utilities=>cr_lf.
    And use the separator c_tab as below to concatenate the data into the workarea wa_objbin1 which will finally be updated to internal table t_objbin1.
    FORM  email_spreadsheet.
      DATA: l_check(3)      TYPE c,
            l_psapundo(3)   TYPE c,
            l_npsapundo(3)  TYPE c,
            wl_objbin_final TYPE solisti1.
      CLEAR wa_objbin1.
      CONCATENATE text-a01
                  text-a02
                  text-a03
                  text-a04
             INTO wa_objbin1 SEPARATED BY c_tab.
      CONCATENATE c_ret wa_objbin1 INTO wa_objbin1.
      APPEND wa_objbin1 TO t_objbin1.
      LOOP AT t_output INTO wa_output.
        MOVE : wa_output-check     TO l_check,
               wa_output-psapundo  TO l_psapundo,
               wa_output-npsapundo TO l_npsapundo.
        CONCATENATE wa_output-jobname
                    l_check
                    l_psapundo
                    l_npsapundo
               INTO wa_objbin1 SEPARATED BY c_tab.
        CONCATENATE c_ret wa_objbin1 INTO wa_objbin1.
        APPEND wa_objbin1 TO t_objbin1.
        CLEAR: wa_output, wa_objbin1.
      ENDLOOP.
      LOOP AT t_objbin1 INTO wa_objbin1.
        MOVE wa_objbin1-line TO wl_objbin_final-line.
        APPEND wl_objbin_final TO t_objbin_final.
        CLEAR: wa_objbin1, wl_objbin_final.
      ENDLOOP.
    ENDFORM.
    Then use this Perform to send the mail.
    FORM process_email.
    DATA: tl_objpack TYPE STANDARD TABLE OF sopcklsti1,
            wl_objpack TYPE sopcklsti1,
            tl_reclist TYPE STANDARD TABLE OF somlreci1,
            wl_reclist TYPE somlreci1,
            wl_mailid  TYPE tp_mailid,
            wl_docdata TYPE sodocchgi1.
    *--Body
      wl_docdata-obj_name  = 'Mail_Excel_File'(007).
      wl_docdata-obj_descr = 'Report on SAP Job Rollback Monitor'(008).
      CLEAR wa_objtxt.
      IF s_jobnam-low IS NOT INITIAL
         AND s_jobnam-high IS NOT INITIAL.
        CONCATENATE text-012 s_jobnam-low text-a05 ' ' s_jobnam-high
               INTO wa_objtxt SEPARATED BY space.
      ELSEIF s_jobnam-high IS INITIAL.
        CONCATENATE text-012 s_jobnam-low
               INTO wa_objtxt SEPARATED BY space.
      ENDIF.
      APPEND wa_objtxt TO t_objtxt.
    *-- Insert a blank line in the mail
      CLEAR wa_objtxt.
      APPEND INITIAL LINE TO t_objtxt.
      CLEAR wa_objtxt.
      IF t_output[] IS NOT INITIAL.
    *-- Please find attached the SAP Job Rollback Monitor
       MOVE text-009 TO wa_objtxt.
      ELSE.
    *-- No Jobs selected for the given criteria
       MOVE text-013 TO wa_objtxt.
      ENDIF.
      APPEND wa_objtxt TO t_objtxt.
      DESCRIBE TABLE t_objtxt LINES w_tab_lines.
      CLEAR wa_objtxt.
      READ TABLE t_objtxt INTO wa_objtxt INDEX w_tab_lines.
      wl_docdata-doc_size
             = ( w_tab_lines - 1 ) * 255 + STRLEN( wa_objtxt ).
      CLEAR wl_objpack.
      wl_objpack-head_start = 1.
      wl_objpack-head_num = 0.
      wl_objpack-body_start = 1.
      wl_objpack-body_num = w_tab_lines.
      wl_objpack-doc_type = 'RAW'.
      APPEND wl_objpack TO tl_objpack.
    *--Attachment
    *-- Check if any data is found for the given criteria
      IF NOT t_output[] IS INITIAL.
        DESCRIBE TABLE t_objbin1 LINES w_tab_lines.
        wl_objpack-doc_size = w_tab_lines * 255.
        wl_objpack-transf_bin = 'X'.
        wl_objpack-head_start = 1.
        wl_objpack-head_num = 1.
        wl_objpack-body_start = 1.
        wl_objpack-body_num = w_tab_lines.
        wl_objpack-doc_type = 'XLS'.
        wl_docdata-obj_name = 'Job Rollback Monitor'(010).
        wl_objpack-obj_descr = 'Report on SAP Job Rollback Monitor'(008).
        APPEND wl_objpack TO tl_objpack.
      ENDIF.
      LOOP AT s_mailid INTO wl_mailid.
        CLEAR wl_reclist.
    *--Create the list of recipients
        wl_reclist-receiver = wl_mailid-low.
        wl_reclist-rec_type = 'U'.
        wl_reclist-express  = 'X'.
        APPEND wl_reclist TO tl_reclist.
    *--Send the e-mail
        CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
          EXPORTING
            document_data              = wl_docdata
            put_in_outbox              = 'X'
            commit_work                = 'X'
          TABLES
            packing_list               = tl_objpack
            contents_bin               = t_objbin_final
            contents_txt               = t_objtxt
            receivers                  = tl_reclist
          EXCEPTIONS
            too_many_receivers         = 1
            document_not_sent          = 2
            document_type_not_exist    = 3
            operation_no_authorization = 4
            parameter_error            = 5
            x_error                    = 6
            enqueue_error              = 7
            OTHERS                     = 8.
        IF sy-subrc = 0.
          COMMIT WORK.
          MESSAGE s999(zz) WITH 'Mail Sent Successfully'(011).
        ENDIF.
        CLEAR wl_mailid.
        REFRESH tl_reclist[].
      ENDLOOP.
    ENDFORM.
    Regards,
    Amit.
    Edited by: AMIT BISHT on Jun 11, 2009 9:02 AM
    Edited by: AMIT BISHT on Jun 11, 2009 9:03 AM

  • How do I reinstall the OS when I upgraded from a download?

    Like I said, I upgraded to 10.4 from a software update download - no disks involved. Which leaves me in a bind here when my finder crashes and won't launch, no matter what. I tried an archive and restore from Disk Utilities from my old 10.3 install disk, but that won't work, as it can't restore anything above 10.3, understandably enough. So I figure it will work if I do it from a 10.4 disk, but I don't have one. My only other option is to shell out for an external drive, and do the whole clone, wipe, and clone back option. But even if I did that, how would I reinstall 10.4? So would it be possible to get a free Tiger install disk from Support to use its Disk Utilities, given my current plight and seeing as how I've already bought it? And if I can't and have to go with an external drive, how would I go about reinstalling the OS anyway?

    Tiger as an upgrade to Panther was never made available online via a download. If another user downloaded it from an online site, it probably was a place where they pirated a copy of Tiger that was hacked. Therefore any instability is because you have a pirated copy of the software. Get a legal copy of the software, and then we'll be able to help you. Please read the terms of use as far as participating in illegal activities. Tiger is only licensed for use with the machine that came with it, or the retail version that you purchase at a store or through the up to date program which only was available for Macs made from April 8th to April 29th, 2005. Anything else is an illegal version of Tiger. Speak to that other user and find out what their real source was. If you bought a retail copy from them, be sure they have gotten rid of any copies of their's.
    The term "Download" means it was gotten off the internet, and therefore why we have any consternation trying to help you. Tiger was never made available as an internet downloadable product for Panther installations. Updates to existing Tiger installations were made available via download. But you are saying you updated Panther via download, which can't be done legally.
    Disk Utility is not available stand alone.
    Why do you say getting the retail versions are out of the question now? The retail version is available from any of a number of retail outlets and they do work with with all G4s, except those that came with a newer version of 10.4, in which case, you want to call AppleCare for the original restore disks if the original owner of the G4 lost them.

  • Download using GUI_download

    Hi all,
    i am trying to download the internal table which have 10 field, into the EXCEL file,
    at the same time i wanted into the downloaded file
    field name also appear....how can we do that,,
    while downloading its appearing in a one column,
    i want to shift the every field in different column,
    Any idea about that how i will acheive this
    Thanks for your help..
    Manish

    Hi manish,
    1. For the same purpose
       i have developed an INDEPENDENT SUBROUTINE/FORM
       in which we pass just two things :
        a) itab
        b) file name with full path
    2. It then downloads the file
       (ALONG WITH THE FIELD NAMES AT THE TOP)
      (We have to use GUI_DOWNLOAD two times,
       once for downloading data,
       and once for downloading the field names separated
        by tab)
    3. Just copy paste in new program.
    report abc.
    data : itab like table of t001 with header line.
    select * from t001 into table itab.
    perform mydownload tables itab using 'D:\t001.txt'.
    INDEPENDENT FORM
    form mydownload tables ptab using filename.
    DAta
      DATA : components     LIKE     rstrucinfo OCCURS 0 WITH HEADER LINE.
      DATA : allfields(300) TYPE c.
      DATA : fld(100) TYPE c.
      data : begin of htab occurs 0,
             allfields(300) type c,
             end of htab.
    Get component list
      CALL FUNCTION 'GET_COMPONENT_LIST'
        EXPORTING
          program    = sy-repid
          fieldname  = 'ITAB'
        TABLES
          components = components.
    construct
      LOOP AT components.
        CONCATENATE   components-compname
      CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB INTO fld.
        CONCATENATE allfields fld INTO allfields .
      ENDLOOP.
      htab-allfields = allfields.
      append htab.
    download first field list
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
      BIN_FILESIZE                    =
          FILENAME                        = 'D:\t001.txt'
         WRITE_FIELD_SEPARATOR           = 'X'
        TABLES
          DATA_TAB                        = htab
    then download file data
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
      BIN_FILESIZE                    =
        FILENAME                        = filename
        APPEND                          = 'X'
       WRITE_FIELD_SEPARATOR           = 'X'
      TABLES
        DATA_TAB                        = ptab
      endform.
    regards,
    amit m.

Maybe you are looking for

  • Open VI Reference asking save option

    Hello, I am opening a VI reference to analyze the state of the VI and closing it back and repeating this process for the bunch of VI's in a folder. While closing the VI reference, it is throwing save dialog box for the some of the VI's, after closing

  • Infopackage red in process chain but green in monitor

    With our system (BW30B, patch14, W2K, Oracle 9.2.0.5) we are having some issues with some infopackages which are included in a process chain. In the process chain, the status is red with the following error messages: "Processing in Warehouse timed ou

  • IPhoto 6.0.6 importing problems

    On 6/12/08 Apple software update wanted me to up to QuickTime 7.5, it failed to install? That is when my problems seemed to occur. I cannot import into iPhoto pictures from any source, camera, card reader, CD, etc. I get Unreadable Files Alert. I fou

  • Bug in RichText fields default style

    The Microsoft version of Adobe Reader crashes, if the default style (DS) attribute of the widget dictionary has a trailing semicolon. E.g. crashes if /DS(font-family:'Courier'; font-size:10pt; ) This will work: /DS(font-family:'Courier'; font-size:10

  • User Exits about budget

    dear all: 1, the user's requirement is below:     the project have a budget. When exceed budget, system auto send a message to the relevant person in charge  (such as: project managers, financial, etc.) 2, he question is below:     How to automatical