How to save the layout in SAP Gui

Hi,
In the registration-area of the CAT2-screen I want to change the order of the columns. This can easily be done by drag-and-drop, but how can I save the new layout? If I exit from CAT2 and run it again, the old layout is back. Tips on this?
Best regards,
Thor-Egil Ekeli

Hi,
you must use the configuration button on right corner of the ALV-grid to change the columns.
Kind regards
Frank

Similar Messages

  • How to save the data to sap abap using Adobe Flex

    Hi Everybody......
    I am new to Adobe flex with sap abap.
          How to save the data in sap abap using Adobe Flex coding is Action Script and using RFC web service.
    Please give me any suggisions on that.
    Thank you
    Venkatesh V

    Hi Venkatesh,
    Try with folowing coding...
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"
         initialize="initApp()">
         <mx:Label x="10" y="23" text="Airline" width="90" id="lblAirline"/>
         <mx:TextInput x="108" y="21" id="txtAirline"/>
         <mx:Button x="10" y="49" label="Get Data" id="btnGetData" enabled="false" click="getData()"/>
         <mx:DataGrid x="10" y="97" id="dgFlightData" dataProvider="">
         </mx:DataGrid>
           <mx:Script>
              <![CDATA[
                   import mx.collections.ArrayCollection;
                   import mx.rpc.AbstractOperation;
                   import mx.rpc.events.FaultEvent;
                   import mx.rpc.soap.LoadEvent;
                   import mx.rpc.events.ResultEvent;
                   import mx.rpc.soap.WebService;
                   [Bindable] public var flightData:ArrayCollection;
        private var flightWS:WebService;
         private function initApp():void{
              flightWS = new WebService();
              flightWS.wsdl = "http://uscib20.wdf.sap.corp:50021/sap/bc/soap/wsdl11?services=ZGTEST&sap-client=000";
            flightWS.addEventListener(FaultEvent.FAULT,onWSError);
              flightWS.addEventListener(LoadEvent.LOAD,onWSDLLoaded);
             flightWS.addEventListener(ResultEvent.RESULT,onFlightWSGotResult);
              flightWS.loadWSDL();
    private function getData():void{
              var operation:AbstractOperation = flightWS.getOperation("ZGTEST");
              var input:Object = new Object();
              input.Airline = txtAirline.text.toUpperCase();
              operation.arguments = input;
              operation.send();
         private function onWSError  (event:FaultEvent):void{
         private function onWSDLLoaded(event:LoadEvent):void{
              btnGetData.enabled = true;
         private function onFlightWSGotResult(event:ResultEvent):void{
              flightData = event.result.SFLIGHT;
              ]]>
         </mx:Script>
    </mx:Application>
    Regards,
    Vinoth

  • How to save the output of sap script to pdf document in sap

    hi abapers
    how to save the output of sap script in sap so that can retrieve the saved document later.
    i have to save the rcia output from sap script in pdf document in sap so that it can be retrieved later
    how to use dms

    Hi deepika,
    This thread will solve ur problem OTF  -> PDF
    Regards,
    Pravin

  • How to save the output of sap script in sap so that can be retrieved later

    hi abapers
    how to save the output of sap script in sap so that can retrieve the saved document later.
    i have to save the rcia output from sap script in pdf document in sap so that it can be retrieved later
    how to use dms
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on Dec 26, 2008 11:01 AM

    Hi Deepika,
    Look into this link https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/401cca81-b861-2910-ada2-f416dfb3b3fe
    Regards,
    Pravin

  • How to save the layout screen of the report in which contains subtotal

    Hi All,
    I developed Zprogram with 100 fields in ECC 6.0.Now i want to change the layout and save the layout.
    It was working fine if I select the fields which does not contain subtotals.
    Now I am facing the problem when I am selecting the subtotal and saving the layout then it was not
    reflecting in the saved layout.Can any body solve this problem.
    Thanks,
    Ram

    HI,
    while changing the layout are you not checking the check box for "Aggregate".
    regards,
    neha

  • How to save the layout in ZFIPRICE

    Hi all,
    In ZFIPRICE, there is an icon to change the layout but not to save it. How come?
    Thanks!
    Stan B

    Hi everyone,
    Is there a customizing to be able to save a layout in tcode ZFIPRICE?
    Thanks!!
    Stan B.

  • How to read the configuration for SAP GUI elements in Plant Maintenance module from SPRO and leverage the same in NWBC for HTML.

    Dear Members,
    Greetings for the day!
    I am working on NWBC for HTML in Plant Maintenance module.
    We have configured some changes in SPRO for customizing the UI elements( like visibility, mandatory ) like tabs and fields in transactions like IW21( Create Notification).
    As of now separate parallel configuration needs to be carried out in NWBC for HTML in PM module to achieve the same UI features for creating notifications and this is time consuming.
    Is there any way to read the configuration done in SPRO for the SAP GUI's and leverage the same in NWBC for HTML.
    Appreciate your time in responding to this.
    Thanks & Regards,
    Ram.

    >
    <IfModule mod_weblogic.c>
    WebLogicCluster 127.0.0.1:7005,127.0.0.1:7007,127.0.0.1:7003,127.0.0.1:7103,127.0.0.1:7104
    MatchExpression /app1
    </IfModule>
    <Location /weblogic>
    SetHandler weblogic-handler
    WebLogicCluster 127.0.0.1:7003,127.0.0.1:7005,127.0.0.1:7007,127.0.0.1:7103,127.0.0.1:7104
    DebugConfigInfo ON
    PathTrim /weblogic
    </Location>
    <IfModule mod_weblogic.c>
    WebLogicCluster 127.0.0.1:7003,127.0.0.1:7005,127.0.0.1:7007
    MatchExpression /app2
    </IfModule>
    <Location /weblogic>
    SetHandler weblogic-handler
    WebLogicCluster 127.0.0.1:7003,127.0.0.1:7005,127.0.0.1:7007
    DebugConfigInfo ON
    PathTrim /weblogic
    </Location>
    >
    This configuration is weird little bit. There is MatchExpression /app1 and MatchExpression /app2 and at the same time two <Location /weblogic> sections. Are you sure you understand what that configuration stands for?
    Try something like this ...
    <Location /app1>
    SetHandler weblogic-handler
    WebLogicCluster 127.0.0.1:7003,127.0.0.1:7005,127.0.0.1:7007,127.0.0.1:7103,127.0.0.1:7104
    DebugConfigInfo ON
    </Location>
    <Location /app2>
    SetHandler weblogic-handler
    WebLogicCluster 127.0.0.1:7003,127.0.0.1:7005,127.0.0.1:7007
    DebugConfigInfo ON
    </Location>
    where /app1 and /app2 are contexts of your weblogic applications.
    http://download.oracle.com/docs/cd/E11035_01/wls100/plugins/apache.html
    http://httpd.apache.org/docs/2.0/mod/core.html#location

  • How to check the previous loaded SAP GUI patch number

    Hi
    now I am installing patch#24 SAP GUI ,now where to check the previous added patches,where I need to check, please mail the path

    Yes, Rolf is right.
    For every patch run there is a sapsetup<n>.log.
    Look at the file timestamp for the sequence.
    But what you see is a very indirect clue what you have installed.
    You see a very verbose installation protocol which is obviously targeted to developers of SAPGUI to troubleshoot installation issues...
    What they forgot to trace is the name of the patch file...
    The clues for the versions involved are texts like
      File version of source file is: 6405.5.24.1016
      File version of target file is: 6405.5.23.1016
    In this case I have updated 6.40 GUI Patch 23 to Patch 24
    HTH, Rudi

  • How to save the pdf file or word doc into sap table

    Hi Expertu2019s
       I have a pfd file in my presentation server .Now I want to save the pdf file into sap table using module pool program. Whenever i need, I want to open that file from the table and show it in the Screen. Please any one tell me how I can save the file. What is the table name, guide me.
    Regards,
    S.Nehru.

    Hi,
    Try the following code
    FORM gui_upload.
      DATA: lv_filetype(10) TYPE c,
            lv_gui_sep TYPE c,
            lv_file_name TYPE string.
      lv_filetype = 'PDF'.
      lv_file_name = <name of ur file>.
    DATA: tb_file_data TYPE TABLE OF text4096.
    * FM call to upload file
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          filename                = lv_file_name
          filetype                = lv_filetype
          has_field_separator     = lv_gui_sep
        TABLES
          data_tab                = tb_file_data
        EXCEPTIONS
          file_open_error         = 1
          file_read_error         = 2
          no_batch                = 3
          gui_refuse_filetransfer = 4
          invalid_type            = 5
          no_authority            = 6
          unknown_error           = 7
          bad_data_format         = 8
          header_not_allowed      = 9
          separator_not_allowed   = 10
          header_too_long         = 11
          unknown_dp_error        = 12
          access_denied           = 13
          dp_out_of_memory        = 14
          disk_full               = 15
          dp_timeout              = 16
          OTHERS                  = 17.
      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.                    "gui_upload
    I dont think you can save the data into sap tables in PDF format.
    With the above code you can save data into an internal table.
    Regards,
    Manish

  • How to hide display details in sap gui and create ad-hoc request in UWL?

    Hi,
    how to hide display "details in sap gui" and "create ad-hoc request" in UWL?
    Please telme the step-by-step procedure to hide "details in sap gui" and "create ad-hoc request".
    Thanks,
    Rashmi

    Hi,
    Thanks for the information. It was very helpfull.
    Can you please tellme where can we fine UWL iView? I tried to find this out in two ways.
    1) Portal Content -> Content Provided by SAP -> End User Content -> Standard Portal Users -> Views -> com.sap.coll.iviews -> Universal Worklist (finally i got this iView). Here i dint find any property called "List of UWL Actions to exclude". In the link which you had given, its written that we can modify the iView and add the name of the actions under the Actions to exclude from the UWL property.
    Which iView do we need to modify and where can i find that property?
    2) I downloaded the xml file and then tried to find this property "List of UWL Actions to exclude" or " Actions to exclude from the UW". But i couldnt find both the properties in xml file.
    Thanks,
    Rashmi

  • How to save the instance in standard lead from custom business object

    Hi Experts,
              I am unable to save the instance(Record) in standard Lead business object from custom business object.
    Steps:
    created one custom business object with mandatory fields for creating instance in standard lead.
    in quick create screen i bind  data elements to standard lead business object elements.
    issue:
    when i click on preview i am getting exception as Arguments not found
    can you please tell me that How to save the instance in standard lead from custom business object with step by step .

    Hi Vijay,
    Please refer this link under that mentioned that how to create lead using ABSL code
    Web 2 Lead in SAP Cloud for Customer, step by step - Part 1 - myCloudDoor myCloudDoor
    Under the "Action-CreateLead.absl" mentioned how to create lead
    the above link for convert web 2 lead functionality and under they create lead using web data from ABSL code.
    Regards,
    Mithun

  • How to save the report file in network drive

    Hi experts,
    Can any one of you pls tell me how can  save the report file in network drive.
    My requirement:
    by running a report i wll get daily data into a list.SO, i want to keep this in a common drive (network drive:Z) where every one can acces the txt file.
    I want the code in SAP to design this.
    Awaiting for an early reply.

    Is the Z drive in the application or presentation server ?
    make sure the server has write access to the required folder
    for presentation server
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
        filename              = 'c:\test_xls.xls'
        filetype              = 'ASC'
        write_field_separator = 'X'
      TABLES
        data_tab              = itab.
    for the application server, use
    data: outfile(120).
      OPEN DATASET outfile FOR APPENDING IN TEXT MODE ENCODING DEFAULT.

  • Can I save the layout for a table?

    I'm using Hyperion Intelligence Explorer 8.3 on Windows XP/SP3.
    There is one section of a report I use that I like to convert to an Excel spreadsheet.
    I use the Insert Table function. Then layout all the columns from that section.
    Then do an Export Section. Which works just fine.
    What slows me down is that every time I do this I have to select off all of the columns for the report.
    Which takes a while.
    What I'm wondering is if there is some way that I can speed up this process.
    For example, if I could save the layout once and re-use it for future reports that would be wonderful.
    The columns are always the same. But maybe there is an even better way to convert this
    section to Excel?
    Thanks for any help or suggestions!

    Yes, one section of a .bqy file. The entire file has about 20 sections.
    I'm usually interested in just one of those sections.
    I think it is a results section. How can I check to make sure?
    It is a nicely formatted report. With columns and rows. Headers above each column.
    Totals on selected columns. It could easily be mistaken for an Excel spreadsheet.
    Yes, I would be happy to get all of the columns into Excel. From there it would
    be easy to hide/delete the ones I don't need.
    I have tried doing a File/Export/Section. Save as type 'Excel (.xls)'.
    That processing works without error and builds the .xls file.
    But I don't think it is really an .xls file. When I try to open it Excel complains that the
    filetype doesn't match the actual contents. When I say OK, the file opens.
    It's pretty messy. Some of the data rows are correct. But the column headers are all messed up.
    Rather than go left to right the column headers are one after another vertically.
    And a column header with two words gets spread over two rows.
    So 'First Name' becomes
    First
    Name
    What it actually looks like is some sort of .txt file. But it doesn't seem to have any commas or tabs
    that could be used to delimit the fields.
    Now when I go through the 'Insert Table' process and then Export that section I do get a 'real' .xls file.
    And it is formatted just fine.
    Well, I really appreciate the interest and help. Just let me know what I can try and I'll give it a whirl!

  • How to delete the Sites in SAP IS RETAIL

    hello ALL,
    can any one explain me how to delete the Sites in Sap Retail.
    thanks in advance

    Hello All,
    Delete the plant / Site complete details and put in one transport and do the import & export.
    Thanks.
    Edited by: krishna cherry on Jul 26, 2010 3:28 PM

  • How to get the last page  SAP Script form

    How to get the last page  SAP Script form.
    I want to print a specific information in the last page of SAP form (Script). Please tell me how to get the last page number.
    Regards

    Hi
    You have to check the system variable &NEXTPAGE&, if it's 0 it means you're in the last page.
    From SAP Help:
    This symbol is used to print the number of the following page. The output format is the same as with &PAGE& .
    Note that on the last page of the output, in each window that is not of type MAIN, &NEXTPAGE& has the value 0.
    /: IF &NEXTPAGE& = '0'
       Last page
    /: ENDIF
    Max

Maybe you are looking for

  • Stuck on a white screen!

    Well, I'm currently posting from my phone right now seeing how my PC is having some problems. As I said, I'm on my phone so I can't be to discriptive on the problem. I just got this new PC. Its an HP, 23 inch, 2311x PC. I was using it for about two d

  • Embedding video in Muse slideshow

    Hello all, I am in desperate need of help here. I am trying to recreate a slideshow as seen at www.montereybayaquarium.org, where the first "slide" is actually a short video. For the life of me I can't figure out how to do that in Muse or even if it'

  • Why can't I access my browsing history?

    very simply, when I use the pull down tab to view my browsing history, there is no history shown, and I know I have history from today, and more than that, I probably have a month's worth of browsing that I would like to access.

  • View Optimizing

    Hi all, Firstly I'd like to mention that I'm a Apps Developer and not a DBA so my assumptions may be a bit skewed and this is why I'm turning to you for advice. I've been given the task of looking into the views that have been created for the busines

  • Expression Join TopLink

    Hello, I'm having problems doing a join with a TopLink expression. I am using two tables, and I have the two classes corresponding to these tables. Also the Java Client file for both Java classes. In the first Java client (BosetudeClient.java) I have