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

Similar Messages

  • 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.

  • 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

  • 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

  • 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

  • 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

  • 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

  • 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

  • "Select Layout" Option for ALV Report

    Hi All,
    I have developed a ALV report.
    In the output, on clicking the "Select Layout" button, a small window opens with some layout option/variant say "ZSLEB".
    When i choose this layout, the output changes and takes the form of the chosen layout i.e. ZSLEB.
    Now, on refresh, the alv output doesnt display this new layout, but goes back to the default layout/variant.
    Actually, i am not passing anythin to the IS_Variant parameter in the ALV_GRID_Display FM.
    I suppose i need to somehow manage to fetch the "ZSLEB" layout value during refresh and pass it to Is_Variant. Please help me in doing this.
    Thanks & Regards,
    Tejas Savla

    Hi
    On refresh ,
                       Call ths below code.
    s_variant-report = sy-repid.( Your report name ).
      CALL FUNCTION 'REUSE_ALV_VARIANT_F4'
        EXPORTING
        is_variant                 = s_variant
      I_TABNAME_HEADER           =
      I_TABNAME_ITEM             =
      IT_DEFAULT_FIELDCAT        =
      I_SAVE                     = ' '
      I_DISPLAY_VIA_GRID         = ' '
       IMPORTING
      E_EXIT                     =
        es_variant                 = s_variant
       EXCEPTIONS
         not_found                 = 1
         program_error             = 2
         OTHERS                    = 3
    Can pass this to IS_VARIANT while calling for REUSE_ALV_ DISPLAY
    Please reward if useful.

  • Layout options for email......where?

    Well, I am learning the ins and outs of iPhoto '11 and know that at some point I saw that there were different looking email options for announcing a new MM Gallery but this morning I cannot find such an option! I will make a note to self when some kind soul enlightens me! Thanks in advance! Judy

    YOu can change it to vibrate. setttings - sound - new mail - vibrate only

  • Line layout option for G/L account

    Dear All,
    When we clear G/L account using tcode F-03, we get line layout as
    Assignment, document no, document type, Posting key, posting date, amount.
    I want to add  material number column to this line layout.
    1. I tried using  IMG -> Fi-> AR/AP -> Vendor accounts->Line items-> Open item processing -> define line layout
    Here we cannot add material in line layout, because fields are extracted from structure RFOPS.
    MATNR(material number) field is exist in table BSEG, not in structure RFOPS. So we cannot add MATNR field in Line Layout here.
    2. In this path, IMG -> FI -> G/L accounting -> Buisnes stransactions->open item clearing -> Make settings for processing open items ->  Here we do not have option to change line layout for clearing of G/L account. Here we can change it for diaply and change documents.
    Could any one help me in this case?
    Thanks in Advance!
    Regards,
    Nidhi

    Hi Nidhi,
    1.Please refer to note: 647773 and note:693288 if you want to make another field available in open line items seletion screen. these are modification notes.
    2.as far as I confirmed in sap testing systems( release 470 and 600), there is create and change button existed, so if you don't have change and create button available in T-cd:O7Z1, I guess that you don't have the change or create authorization.
    Addition if you want to maintain default value in T-cd:07V1, please double click the layout,then you can define it.
    WIth Best Regards,
    Gladys xing

  • VA05 :  Save Layout Option is deactive..

    Greetings..
                     In T code VA05.....i need to set the user specific menu .....
    in my case Save Option is not available when i chose field ...
    How to save the layout in VA05..as Save option is not avaialble......

    Hi,
    try with the above 3 guys telling that is absolutely correct.  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)
    rebgards,
    sk
    Edited by: Sadanandam Kasarla on Mar 16, 2009 9:02 AM
    Edited by: Sadanandam Kasarla on Mar 16, 2009 9:03 AM
    Edited by: Sadanandam Kasarla on Mar 16, 2009 9:06 AM

  • Please explain the two QuickTime Pro "Save As" options for image sequences.

    I am attempting to send a qt file to a windows user and they had no issues with the first file I sent, 15,762 Kb except it's size.
    Noticing the two save options: 1)self contained movie any external media will be included with this movie or 2) any external movies will be required to play this movie).
    This message, second option particularly I find confusing, Is this supposed to read "Any external media will be required to play this movie"? Could someone explain this message please?
    Thanks

    The two options are "Self Contained" and "Reference".
    A self contained file gathers up all of the "parts" and places them in a single file.
    A reference movie merely notes the "location" of the parts (music in your iTunes Library, photos, transitions or effects and video) wherever they are stored on your machine or network. As playback occurs all of the parts are pulled back as needed.
    Self contained is the best method of saving. Reference movies are usually only made and saved for "local" viewing.

  • How to show the layout option for double-sided printing on Acrobat Pro X on Mac?

    Adobe Acrobat Pro X version 10.0.0 print dialog does not show the option to select Layout for two-sided (double-sided) printing. How to fix it?
    System: Mac OS X 10.6.6 on Mactel
    Thanks.

    David,
    Wow, it worked. Many thanks. This is what I did, following your directions to print PDF files as double-sided:
    01-Command P & Click "Printer button".
    02-Click Yes.
    03-Click the Popup Arrow to display contents.
    04-Select Two-sided "Long-Edge binding" or whatever needed and Click Print.
    05-Click OK to Print.
    What fooled me is that from Word (.doc) files the screen on step 3 and 4 show directly selecting a popup menu on the initial print window, whereas when printing PDF files it is required to go through steps 1-2-3 above.
    Again, many thanks. You made my day!!!

Maybe you are looking for

  • Quicktime playback of .TOD files with Perian installed

    I recently purchased a JVC GZHD3 camcorder, and have had no problems playing the .TOD files in quicktime until I installed Perian 0.5 which I got from the apple website. Why did does it now say, the movie could not be opened, the movie contains and i

  • 11.1.1.5 - Unable to copy XML to the clipboard

    Could someone do a quick check in 11.1.1.5 and see if you're experiencing this? Click the Catalog link on the common header. Click the More icon for any analysis or KPI. Click Copy. The XML should be on the clipboard, right? Now try to paste into a t

  • I need to get this to work on my website....

    Hey, I need to get this http://rapidshare.com/files/126113880/rscasmall.zip.html to work on my website...Its an executable jar file thats ment to work without being on a server I need it to work on a SERVER can you please tell me how to make it work

  • Audio tracks aiff/wave vs. ac3: considerable difference in volume. Why?

    I realized that Ac3 audio files are consistently lower in volume compared to corresponding aiff or wave files. It seems to be an ac3 own encoding process feature. Just wondering why it has been designed this way.....

  • Can any Oracle Forms developer show what a master-details form is?

    I created a master-detail form in APEX. However, the MD form really made me laugh because I needed to SAVE the master record and the detail tabular form separately. There was one SAVE button associated with the master record and one SAVE button assoc