Upload/Download GUI STATUS

Hi SAP Experts,
Is there any way to download GUI STATUS from Z program to local PC and after that upload that GUI STATUS from the local PC to another 'Z' program.Both the Z programs are in different versions.
Please help.
Mukesh Kumar

Hi Mukesh,
Check these threads...
How to GUI status from one system to another
download Programs
cheers,
Prashanth
P.S Please mark helpful answers

Similar Messages

  • Upload / download gui-status/dynpro when function group

    Hi All,
    I'm coding a program where I can download and upload reports and module pools but I tried to do the same with function groups and I found It is different to upload dynpro and gui staus when the objet to generate is a function group.
    Could anyone help me a little in order to complete and finish this issue?
    Below is shown the routines I coding in order to achive that:
    For gui-status uploading I use:
    CALL FUNCTION 'RS_CUA_INTERNAL_WRITE'
        EXPORTING
          program   = prog
          language  = sy-langu
          tr_key    = tr_key
          adm       = adm4
        TABLES
          sta       = sta4
          fun       = fun4
          men       = men4
          mtx       = mtx4
          act       = act4
          but       = but4
          pfk       = pfk4
          set       = set4
          doc       = doc4
          tit       = tit4
          biv       = biv46c
        EXCEPTIONS
          not_found = 1
          OTHERS    = 2.
    For screen uploading I use:
    GENERATE DYNPRO gs_d020s gt_d021s gt_d022s gt_d023s  ID dynp_id
                          MESSAGE mess  LINE line   WORD    word.
        IF sy-subrc = 0.
          EXPORT DYNPRO gs_d020s gt_d021s gt_d022s gt_d023s  ID dynp_id.
        ENDIF.
    But both options don't work when uploading function groups
    Regards...
    Edited by: Rob Burbank on Jun 1, 2011 11:58 AM
    Edited by: Kenneth Castañeda on Jun 2, 2011 7:31 PM
    Edited by: Kenneth Castañeda on Jun 2, 2011 7:34 PM

    Hi Kenneth,
    sorry, it is really not obvious that [there is a link behind zsaplink|http://code.google.com/p/saplink/].
    From the link:
    "SAPlink is an open source project that aims to make it easier to share ABAP developments between programmers. It provides the ability to easily distribute and package custom objects."
    This software allows you to up- and download all kinds of SAP objects. It is distributed under the GNU General Public License.
    I think this is exactly what you are looking for - or I did not understand your question.
    Regards,
    Clemens

  • How to download GUI status and then upload to another system?

    Hi,
    I have a requirement to copy a module pool program to another system (different system, it cannot be transported to that system)
    We have options to download/upload programs/screens in SE38 and SE51. But, I couldn't see any such option in SE41.
    Is there any other way to download GUI status from SE41 and then use that file to upload in other system?
    Thanks in advance.
    Regards,
    Arun Mohan

    Hello Arun,
    If the object's transport order has been released, you can ask your basis person to download and import that request files(Co file + Data file) from the current system to the new system.
    This is the easiest possible way to achieve your requirement.
    Regards,
    Karthik D

  • Urgent : program to copy or download GUI status

    Hi Experts,
    I have to copy Screens and GUI status, GUI titles from one SAP sysytem to another SAP system. Do anyone have the solution for it.
    Or any program that could download to local system and then to upload the GUI Status and Screens to another syatem....
    Thanks,
    Govind

    Hi Govind,
    You can download the entire code one by one in simple flat file and can upload the same in the target system. It will reduce a lot of effort on your part. But as for the screens I think you need to put the data elements again. But you can check it as I have never tried.
    The process to upload and Download the entire code is given below:
    To download
    SE80->Utilities->More Utilities->Upload/Download->Download. ( use this to download in a simple flat file.)
    To Upload
    SE80->Utilities->More Utilities->Upload/Download->Upload.  ( now upload the simple file in the target system in the same way.)
    Thanks and Regards,
    Samantak.
    Rewards points for useful answers.

  • Download GUI Status

    Hi All,
    Any idea? how to download/upload GUI Status...
    Thanks in advance,
    Vinodh.

    hi,
      go to SE41 ,open ur PF status open all the bars than go to >>>>
    system > list > save > local file > name of ur file (unconverted)
    by u can seen ur PF status image , u can not uploaded but can make by seeing this,
    hope it will help u
    make the points if yes
    with regards
    chetan vishnoi

  • Upload / download PF Status

    Hi,
    I am trying to download programs from SAP. I have set PF-Status in my program. Now when i try to download / uplaod program how can i get my PF Status details?
    When i upload my program into SAP the pf-status is not available...i need to create it again. Can i download / upload PF-Status of the program?
    can anyone give me idea of how to solve my issue.
    regards
    padma

    You can use these code in your report program to display the PF status
    START-OF-SELECTION.
      SET PF-STATUS 'BASIC'.
    In the module pool program you can use
    DATA fcode TYPE TABLE OF sy-ucomm.
    MODULE status_0100 OUTPUT.
      APPEND 'CHANGE'  TO fcode.
      APPEND 'SAVE' TO fcode.
      SET PF-STATUS 'STATUS_0100' EXCLUDING fcode.
    ENDMODULE.
    When you finish the  uploading the code you have to activate all the programming objects.

  • Gui status - upload / download

    Hello All,
    Is there any way where I can download GUI status from one system and upload it to another system ?
    Thanks in advance,
    Senthil G

    Hi Senthil,
    Gui status is tied directly to programs, so that said, you want have to tie this gui status to a program, then transport the program. So if you have a gui status that you want to use that is tied to standard program, create a "Z" program, then you can copy the gui status from the standard program to the "Z" program. Now you can transport the "Z" program to this other system, then you can copy the gui status from the "Z" program to where ever you need it in the other system. Make sense. I'm assuming that this other system is outside of the DEV->TST->PRD heiracrchy.
    You can copy the gui status using SE41. Click User Interface, Copy, Status.
    Regards,
    Nitin.

  • How to download PF-STATUS of a Report to a Text File

    Hi Friends,
    Please guide me on this,
    I want to download PF-STATUS of a Report into a text file,
    Problem is how to get/capture the PF-STATUS.
    Regards,
    Sowjanya

    Hi,
    Please follow the following link
    Upload / download PF Status
    Regards,
    Shailaja

  • GUI status upload and download....

    Hi experts,
        I am working upgradation project have problem with GUI status. How to upgrade GUI status from 4.6c to 6.0 ECC, Is there any upload and down load options.
    Thanks & Regards.
    Kk

    Hi,
    check this doc
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c08e5899-1444-2a10-e489-ef6ffbf13146
    Regards,
    Anirban

  • Can a GUI Status be downloaded to disk?

    Hello,
    I need to copy a Gui Status from one system to another. (there is no transport route)
    Does anyone know if there is some method to download it to disk and upload to a different machine?
    Thx.
    Andy

    Check these fm
    RS_CUA_INTERNAL_FETCH -> download
    RS_CUA_INTERNAL_WRITE -> upload

  • How to copy GUI status to new program

    Hi all,
    In report A, i have GUI status with lot of menu bar activities. i need to create one more report B, with the same GUI status. Is there any option to copy/download from Report A to paste/upload to the new report B.
    Note: Both the Reports are in different SAP Systems.
    Please suggest.
    Thanks.
    Regards,
    Venkat
    Edited by: VENKATA PRASAD BATHINAPATLA on Sep 19, 2011 8:39 AM

    Hi,
    You can do this:
    go to Transaction se90. Drill down to Program library -> program sub objects -> Double click on GUI Status.
    In the program name enter Your PROGRAM NAME and press execute. now select check box beside <Your GUI STATUS which you want to copy>. and in the menu click on GUI Status -> Copy.
    Now copy it to ur B report pf status.
    or
    goto se80 select Program enter your program name then under GUI Status  right click on your gui ststus which you want to copy and press copy and enter your B Report name.,
    hope this helps u.,
    Thanks & Regards,
    Kiran

  • File upload, download using ADF UIX and not JSP

    I have examples for the file upload, download using JSP
    But I want to use ADF UIX. Look and feel in this is impressing and I want to use this. Any one have example for this.
    Users will select a file from their desktop
    This will be stored into the database (Any document. Word, Excel)
    When they query the records then the UIX column need to give a hyperlink. Clicking on the link should prompt to download the file to the local system

    Sure, I use the Apache Commons File Upload package, so that is what I will discuss here ( [Commons File Upload|http://commons.apache.org/fileupload/] ).
    The Commons File Upload uses instances of ProgressListener to receive upload progress status. So first create a simple class that implements ProgressListener:
    public class ProgressListenerImpl implements ProgressListener {
        private int percent = 0;
        public int getPercentComplete() {
            return percent;
        public void update(long pBytesRead, long pContentLength, int pItems) {
            if (pContentLength > -1) { //content length is known;
                percent = (new Long((pBytesRead / pContentLength) * 100)).intValue();
    }So in your Servlet that handles file upload you will need to create an instance of this ProgressListenerImpl, register it as a listener and store it in the session:
    ServletFileUpload upload = new ServletFileUpload();
    ProgressListenerImpl listener = new ProgressListenerImpl();
    upload.setProgressListener(listener);
    request.getSession().setAttribute("ProgressListener", listener);
    ...Now create another servlet that will retrieve the ProgressListenerImpl, get the percent complete and write it back (how you actually write it back is up to you, could be text, an XML file, a JSON object, up to you):
    ProgressListenerImpl listener = (ProgressListenerImpl) request.getSession().getAttribute("ProgressListener");
    response.getWriter().println("" + listener.getPercentComplete());
    ...Then your XMLHttpRequest object will call this second servlet and read the string returned as the percent complete.
    HTH

  • Urgent : file upload / download functionality in oracle portal page

    Hi friends
    I am new to portal development and am working on oracle portal 9i rel2 . I need to know how to put the file upload and download functionality in any page. the functionality given in oracle portal user guide is not user friendly (i.e in the content area add item of type file" ) .... i need to now is their any way to achieve the simple , one button click upload download functionality ..like we do in yahoo mails etc.
    any help will be highly appreciated.
    regards
    Dheeraj

    Well, I do not know the exact location of the document, however you can find the document to do this in modplsql User Guide ..(File Upload/Download).
    I am pasting some hint:
    e.g.
    Create an html form..code something like this:
    <html>
    <head>
    <title>test upload</title>
    </head>
    <body>
    <FORM      enctype="multipart/form-data"
    action="pls/mydad/write_info"
    method="POST">
    <p>Author's Name:<INPUT type="text" name="who">
    <p>Description:<INPUT type="text" name="description"><br>
    <p>File to upload:<INPUT type="file" name="file"><br>
    <p><INPUT type="submit">
    </FORM>
    </body>
    </html>
    Create a table
    (who varchar2(..).
    description varchar2(..),
    file varchar2(..));
    Your procedure something like this:
    procedure write_info (
    who in varchar2,
    description in varchar2,
    file in varchar2) as
    begin
    insert into myTable values (who, description, file);
    htp.htmlopen;
    htp.headopen;
    htp.title('File Uploaded');
    htp.headclose;
    htp.bodyopen;
    htp.header(1, 'Upload Status');
    htp.print('Uploaded ' || file || ' successfully');
    htp.bodyclose;
    htp.htmlclose;
    end;
    You should be able to download/access the file using the following URL format:
    http://<host>:<port>/pls/<dad>/docs/<file_name>
    Where file name is = Look for the value in the "myTable" > file.
    Do tell how you get on this.
    Thanx,
    Chetan.

  • Gui status page up page down

    how to setpage down and page up in ALV report.
    i assign p-  p++ fcode in gui status.
    scroll line to last page is not working

    HI
    GOOD
    GO THROUGH THESE LINKS
    http://help.sap.com/download/documentation/additional/getstart/470/Getting_Started_470_EN.pdf
    http://searchsap.techtarget.com/searchSAP/downloads/Teach_yourself_SAP_C20.pdf
    THANKS
    MRUTYUN

  • Web interface upload/download?

    Hi,
    We need to have an area on our site for each of our customers to log in to their own area that they can upload files to us and download any files we have left for them. We have this all set up and it's fine with FTP, but more and more people seem to be allergic to using FTP software.
    We'd like it to be a simple web interface like "YouSendIt" or something like that. Is there a way to enable this in SLS 10.6? If not, anybody know of a 3rd party solution that will work, free or paid?
    We also need to have automatic notification when they have uploaded files, like an email to multiple people.
    Thanks a lot!
    Scott

    There's nothing built-in to Mac OS X Server that will do this, but you have options.
    You could roll your own solution using PHP or other web-based scripting language. It may take some time, though, depending on available technical resources.
    Alternatively you can look at third party solutions. Two that come to mind include Rumpus and CrushFTP.
    Both support both FTP, SFTP and web-based uploads/downloads, with quotas, restrictions, notifications, etc.
    CrushFTP's interface is textbook awful, though, so bear that in mind if your want a pretty GUI to manage the server.

Maybe you are looking for

  • Smart object will not open in CS4

    I have Lightrooom 4.2 and Photoso CS4. When I try to open a RAW file as a smart object in CS4, Photoshop opens but the image does not appear. There is no error message. Any ideas on how to get the image to open?

  • Creative Cloud windows 8.1 installation help

    I installed creative cloud on my laptop yesterday, however had to do a system restore. When checking back, creative cloud wasn't there, so i went to reinstall the desktop app, upon installing it loads a little and then just disappears. please help =(

  • Invalid Entry in Trex Configuration

    Hi gurus, We have just installed an application server and attached it to our portal system. When a user logs into this application server and tries to make a search an error message is displayed: "Error during search occurred - com.sapportals.wcm.Wc

  • Organization of folders

    Hi have been reading posts on organizing folders and albums in iphoto but still having problems with it. basically what i want to do is create a folder or album called photoshop and be able to open that folder to veiw subfolders ie.clouds ,sky ,fire

  • Videos that require flash player constantly restart and freeze

    Running Windows 7 and have tried multiple browers and versions of Adobe Flash Player (all set back to the latest versions as of right now), and have updated my video drivers, but no matter what if I go on any website like YouTube that uses Flash Play