HOW TO ACTIVATE SAVE LAYOUT OPTION IN VA05 T CODE

Dear Genios,
i am facing probel to activate the save layout option in any sap standard reports.
I want to create & save a layout in standard report va05.
please help me for the same.
Regards
Rabin Nayak

Go to SU01/SU3 ( to ur ID) select parameters tab and then scrol down and press F4 select SD_VARIANT_MAINTAIN and in the next field select A or X then try it will allow u to save ur own variant.(the save icon come to screen variant selection screen)
More on this:
By default, SAP user can't save report layout in some SAP SD t-code such as: VA05 and SDO1. The 'save' menu will be grey. But, you actually can save the layout by adding a parameter in your SAP user profile. You do that with t-code: SU3. Go to 'parameters' tab and add new parameter id, which is: SD_VARIANT_MAINTAIN'. The parameter value for that is 'A'. Then save your user profile and try again to save layout in VA05 or SDO1 t-code.
Regards,
Sanjeev

Similar Messages

  • Standard Report not Displaying 'SAVE LAYOUT' Option

    Dear All,
    Using Tcode VF44, i am getting output list.But in that list when i click on select layout option from toolbar its not displaying 'save layout' Option. can anybody give me soln for the same.How can i get that option?
    Regards,
    Mayank

    hi ,
    it depends on the user parameters.
    U have to identify the parameter id and u have to activate it in user maintainance partameters .
    su01 -> parameters.
    ex .  parameter id ->  SD_VARIANT_MAINTAIN -> X
    so u can save layout now.
    regards,
    manikandan

  • Standard Report's Layout not displaying 'SAVE LAYOUT' Option

    Dear All,
                Using Tcode VF44, i am getting output list.But in that list when i click on select layout option from toolbar its not displaying 'save layout' Option. can anybody give me soln for the same.How can i get that option?
    Regards,
    Mayank

    HI,
        No yaar, This one is standard report and  i am getting 'SAVE LAYOUT'  option in 300 but not in Production Server.There must be settings for this.  If u hv any idea ?
    Regards,
    Mayank

  • IN ALV Report 'SAVE LAYOUT' option missing

    Dear All,
                 I have created one report in ALV GRID using ABAP OBJECTS(Using class CL_GUI_CUSTOM_CONTAINER and
    CL_GUI_ALV_GRID).But in output when i click on change layout option i am not getting SAVE layout option.
    I have already passed I_SAVE parameter = 'A' while calling metod SET_TABLE_FOR_FIRST_DISPLAY. But i didnt worked.
               Please do needful.
    Regards,
    Mayank

    Hi,
    You can manage display variants by using parameters, “is_variant” and “i_save” of “set_table_for_first_display”. Here are options for variant handling. <structure_name> is the variant-defining structure of type “DISVARIANT”. The field “report” in this structure should contain the value of “sy-repid.”
    Hope this helps. Reward points if helpful.
    Thanks,
    Balaji

  • How to remove save, cancel option when end user runs the workbook in Portal

    Hi,
    how to remove save, cancel option when end user runs the workbook and make some small changes like using page items or increasing rows and columns
    I already made 2 changes
    1) I removed the option in Oracle Enterprise Manager under discoverer viewer of saving
    2) I also removed the option of Allow saving changes made in Viewer when adding workbook to portal
    But still the end user gets options of saving when made small changes to workbook like increasing rows and columns
    Is their any place, I need to make changes?
    Thanks in Advance
    Rowdheer

    Don't use JSP to serve a binary file. It almost implies the use of awful scriptlets and the invocation of both the response writer and the response outputstream which would only lead to IllegalStateException headaches in the server logs.
    Use a Servlet instead. Specify the file name as request parameter and let the servlet read the file and write it to the outputstream of the response.

  • How can we create save layout option in grid tool bar

    hi,
    how can we create select layout option in grid tool bar to save my own layout. if any one knows tell me immediately
    thanks

    Hi again,
    1. We need to do 1 additional thing.
    data : GS_variant TYPE DISVARIANT.
    GS_variant-REPORT = sy-repid.
    2.  while calling pass this parameter also.
         IS_VARIANT                    = GS_variant
    It will work now.
    3. Moreover, I_SAVE has 3 options.
    I_SAVE = SPACE
    Layouts cannot be saved.
    I_SAVE = 'U'
    Only user-defined layouts can be saved.
    I_SAVE = 'X'
    Only global layouts can be saved.
    I_SAVE = 'A'
    Both user-defined and global layouts can be saved.
    regards,
    amit m.
    Message was edited by: Amit Mittal

  • Z ALV with Default Setting in save layout option disabled

    Hi friends! I need a little help. I have a Z ALV and we trying to save layout, but the option "Default Setting" is grey and I cannot use this. How can I enable this option in save layout?
    Thanks!!

    hi,
              there is a field  in the FM REUSE_ALV_GRID_DISPLAY HAVE export parameters "I_SAVE"   PASS  'X' to it. I think it will work.
    regards,
    Edited by: ZAHID HAMEED on Oct 26, 2011 10:41 PM

  • Save layout option for FITRV_PRINT_TABLE_CONTROL_DATA

    Hello,
    I need to print table control data ,for this am using FITRV_PRINT_TABLE_CONTROL_DATA
    My requirement is now to have the option to save the layout which is generated after calling this function module.
    currently 'save layout' is not shown in the pf status and is disabled in the menu. only change layout is enabled which cannot be saved.
    1. Can we enable the save layout inside this list generated by fm.if yes how.
    2. can we have custom buttons inside the list generated using this fm.if yes how.
    3. Copying fm and convert to Z can do it I guess but I want to check if there is any option with the existing standard fm .
    4. Is it better to remove this fm and generate a new alv list  for the table control. which option is better.
    Thank you.
    Best Regards,
    Abhilash

    Hi,
    Use the below function module
    FITRV_PRINT_TABLE_CONTROL_DATA
    Regards
    Sudheer

  • Save layout option for Block Alv

    Hi,
    Small Question,
    Is there any way to enable Save layout(Ctrl+F10) option for Block ALV?As i cannot see any option to do so with Reuse_*Block like i_save in Grid and For list ALVs...FM.And its by default it is Disable.
    Any Hints?
    Cheers,
    Amit.

    That's what i already investigated(Small).
    wanted Just to confirm.Anyways thanks.
    @Gautham:I already found that link([And this also |/message/702997#702997 [original link is broken];) but thought After 2 and
    half yrs Vijay found any solution and would land with any solution as always
    Anyways Thanks Vijay And Gautham.
    Cheers,
    Amit.

  • SAVE Layout Option in ALV list Report

    Hi Experts,
    Is it possible to SAVE the layout option for Block ALV list Reports?
    Thanks in Advance,
    Sivak.

    Hi,
    It is not possible to save layout in BLock ALV display but possible to change layout. There is no parameter to save. It is not possible to store the layout as it has several structure.
    Thanks & Regards
    Rocky

  • 'Reuse_alv_grid_display' - how to enable save layout button

    Hi,
    am not getting the option 'save layout' button in my ALV. I have tried the following code.
    s_layout-colwidth_optimize = c_on.
    s_layout-zebra = c_on.
    s_variant-report = sy-repid.
    s_variant-username = sy-uname.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
    is_layout = s_layout
    it_fieldcat = t_fieldcat
    is_variant = s_variant
    is_save = 'A'
    TABLES
    t_outtab = rt_final
    EXCEPTIONS
    program_error = 1
    OTHERS = 2.
    Please help.

    Dear Arvind,
    If you are using "REUSE_ALV_GRID_DISPLAY" and not passing "I_CALLBACK_PROGRAM = SY-REPID", You will not be able to save layout.
    So I request all to pass following parameters to save layout.
       CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          I_CALLBACK_PROGRAM = SY-REPID
          IS_LAYOUT                     = WA_LAYOUT
          IT_FIELDCAT                   = IT_FIELDCAT
          I_SAVE                           = 'X'
          IS_VARIANT                    = 'X'
        TABLES
          T_OUTTAB                      = IT_DATA
        EXCEPTIONS
          PROGRAM_ERROR        = 1
          OTHERS                         = 2.
      IF SY-SUBRC <> 0.
    * Implement suitable error handling here
      ENDIF.
    With Regards,
    Tushar Trivedi.

  • How to activate save session when closing multiple tabs?

    i've opened many tabs that i want. When I close Firefox there are many tabs. Those tabs have to be restored when i open again Firefox. how to activate in firefox 4.o. In firefox 3.6 it is asking defaultly to save sessions.

    In Firefox 4 you can always restore the previous session via Firefox > History > Restore Previous Session
    You can set the warn prefs on the about:config page to true via the right-click context menu or toggle with a double left-click.
    * browser.showQuitWarning, see http://blog.zpao.com/post/3174360617/about-that-quit-dialog
    * browser.tabs.warnOnClose, see http://kb.mozillazine.org/About%3Aconfig_entries
    * browser.warnOnQuit , see http://kb.mozillazine.org/browser.warnOnQuit
    * browser.warnOnRestart , see http://kb.mozillazine.org/browser.warnOnRestart
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    * http://kb.mozillazine.org/about%3Aconfig

  • How to record SAVE AS option in BDC

    HI,
        I am trying to create a Utility program which will download all the Z* -SMARTFORMS from the System on the Presentation server.
    I am recording a BDC for the Same.During record I am following steps like
    1- Tcode - SMARTFROMS
    2- Utlitities -> Download form
    3- Form Name
    4- Path to download
    But in the recording the SAVE button is not getting recorded, I guess as that is a window call from SAP so it is not getting recorded.
    So when I run the BDC for in BAckground mode - the Pop to save each and every file comes up..It is any way to automate the SAVE AS option in BDC or is there any other option.
    Basically I dont want any Human Intervien for saving activity.
    Regards
    Sandeep

    Thanks for your replies..
    I even tried running the program in E mode...it is still showing the SAVE option screen
    Is there any other way of downloading smartforms programatically...As basic requirement of Utlility is Mass download of smartforms.
    Can you suggest me some other way if possile?

  • How to control save as option in a jsp whose content type is PDF

    Hi
    I have one jsp in which i am showing PDF, it means it content type is PDF. I want to control save as option in it,
    i.e when a user tries to save it the default name which is coming it is name of the jsp, but i want default name is dynamic which depends upon user.
    I used response.setHeader(content-deposition,inline;filename=abcd.pdf) , but it doesnt work. if i use
    response.setHeader(content-deposition,attachment;filename=abcd.pdf) then it is working but it straight away giving option as "U want to open or want to save it". I dont want this i want first PDF to be shown in jsp then if some one wants to save he will click on save button in PDF and there and want this option.
    Kindly help me

    Don't use JSP to serve a binary file. It almost implies the use of awful scriptlets and the invocation of both the response writer and the response outputstream which would only lead to IllegalStateException headaches in the server logs.
    Use a Servlet instead. Specify the file name as request parameter and let the servlet read the file and write it to the outputstream of the response.

  • How to disable save as option in forefox when we right click on the image?

    Hi Folks,
    Can somebody help to disable save as option when i right click on the image which is showing in the browser.

    Hi,
    '''sorry,it is impossible by code'''
    you can use addons.
    or
    you can disable while developing webpage using:
    <script language="javascript">
    document.onmousedown=disableclick;
    status="Right Click Disabled";
    Function disableclick(event)
    if(event.button==2)
    alert(status);
    return false;
    </script>
    Regards
    '''Deepak Krishnan'''

Maybe you are looking for

  • How do I play video from my macbook pro to my tv?

    How do I play video from my macbook pro to my tv?

  • Create a new object that surrounds the selected objects

    Is there anyway in illustrator to create a new vector object from selected objects? IE if i have three rectangles selected, can I make a new vector path that surrounds them all. I dont mean welding a group of vectors together or offsetting a path...w

  • How do I turn off Photoshop Elements Welcome Tour?

    Everytime I start Photoshop Elements 8 I get stuck in an endless loop of the "Welcome to Photoshop Elements" screen.  There is no close button or link.  The only way I have found to get past it is by clicking on "Show me what is new", then "Start Tou

  • 3.1.2 & SunONE Studio 5u1 problem

    Hi, I just updated from Kodo 3.1.0 to 3.1.2. When I try to build my kodo-ized package in SunONE Studio 5 Update 1, I see the following Exception: Annotation: Exception occurred in Request Processor kodo.util.FatalUserException: The objectid-class spe

  • Ipad mini and bluethoot connection with pc

    I have a ipad mini Model MD531C/A on version 6.1.3. It is named Caroline. I want to connect the ipad Caroline on the internet using bluethoot with my PC (on windows 8). My PC is named Creator. The PC detected the ipad named Caroline. The ipad dected