T-code: FBL1N  - Change Layout , Select Layout and Save Layout

hi all,
T-code: FBL1N  - Change Layout , Select Layout and Save Layout
3 of the layout was grey out and does not allow me to choose.
Anyone can help?
Thanks.
Joo

Hi KK,
Pls follow the steps below:
1. In the SAP Screen where u get the Change layout icon is grey out.
2. Pls type /nSU53.
3. After that pls open a new session.
4. Pls type SUIM
5. Now, select the "ROLES"
6. Enter your SAP ID and the T-code and click execute
7. The roles will displayed and kindly double click it.
8. Go to the authorization object tab
9. Select display authorization object (Bottom left)
10.Select FIND and enter the authorization object where you can get from /nSU53. The authorization object is start with F_*.
11.Now, click on the display and you can see the authorization object is missing.
12.You can sent the screen shot and request the SAP FICO Functional Team to maintain it in the SAP System.
Assign points if useful
Thanks.
Joo

Similar Messages

  • Functionality for Select and Save layout in a report output

    Hi,
    I had developed a report program containing several fields in the output and requires the Functionality for Select layout and Save layout in a report output.
    Please suggest.
    Thanks,
    Shariq.

    While calling the FM for List Display ( "REUSE_ALV_LIST_DISPLAY" or "REUSE_ALV_GRID_DISPLAY" ) set the Parameter I_SAVE for Setting the Layout and Selecting a different Layouts.
    The possible values for I_SAVE are "A", "U", "X" or others. Depending on the requiement you can set different values for the Parameter I_SAVE.
    ' ' = display variants cannot be saved
    Defined display variants (e.g. delivered display variants) can be selected for presentation independently of this flag.
    Changes can not be saved.
    'X' = standard save
    Display variants can be saved as standard display variants.
    User-specific saving is not possible.
    'U' = only user-specific saving
    The user can only save display variants user-specifically
    'A' = standard and user-specific saving
    The user can save a display variant user-specifically and
    as standard display variant. The user chooses in the display variant
    save popup.
    Reward points if helpful.

  • On transaction FBL3N  report change layout and save layout icons  not activ

    Hi,
    I am working on upgrade project from 4.6C to ECC6.0. On transaction FBL3N  report change layout and save layout icons  not active; only select layout icon is active.
    Please advise how these two icons can be activated.
    saeed

    Hi,
    The object F_IT_ALV has a field, the activity ACTVT, which can
    contain four permitted values: 01, 02, 03 and 70.
    Activity 03 corresponds to the minimum authorization, which is the
    most restricted one: You can only select layouts which have
    been configured already. In particular, all of the other functions
    named above are inactive with activity 03.
    I guess that your user-id have set activity 03 for this object.
    The SAP notes 374656 and 409190 are recommended.
    So, if the values 01 and 02 are not included, then
    the user can't change and save layouts.
    For the line item display in FI the authorization
    object FI_IT_ALV has been created as an extra security check in addi-
    tion to the ALV authorization object S_ALV_LAYO.
    Please check note 374656 where you should be able to find
    relevant info about this. Also note 637554 should be helpful.
    Regards,
    Aidan

  • FBL3N  change layout and save layout icons  not active

    Hi,
    I am working on upgrade project from 4.6C to ECC6.0. On transaction FBL3N  report change layout and save layout icons  not active; only select layout icon is active.
    Please advise how these two icons can be activated.
    saeed

    You are missing an authorization object in your user profile.  Run FBL3N and then run SU53 to see which auth obj is missing.  Then send those details to your Security.

  • Change,Select and Save Layout tab is supressed in FBL1N, FBL3N,FBL5N

    Hi Sapients,
    While using the above T-codes the tab is suppressed. It is like that from beginning. I want to use that functionality, what shall i do. Please guide me.
    Regards,
    Divyesh

    Hi,
    Please check with the basis team as you are not authorized for th same.
    What you can do is after executing the report enter /NSU53 in the transaction code field. This will show you the authorization objects missing. Take a screenshot and forward it to the basis team. \
    Thanks and Regards,
    Anit

  • Do I have to have an unlock code to change my SIM card and use my iPad in France

    My iPad 2 has an Orange SIM card which is quite expensive to use roaming, during a trip to France at Easter with our camper found it very difficult to find a good WiFi connection (couldn't find anything usable to Skype).  I understand that we could now get a Pay as you go SIM from 3 that can be used in Europe, can anyone tell me whether I need an unlock code to swap this over?
    Thank you

    Depends on whether you bought your iPad from Orange on a contract with the SIM already in there or whether you bought the iPad unlocked directly from Apple and then bought a SIM from Orange separately.
    If you got it unlocked from Apple then you can put any SIM in there. If you didn't and are still under contract to Orange then I doubt they would allow you to put a Three SIM in there (i.e. unlock it).

  • SAP instance dies when I try to make a change to the role and save

    Hello Friends
    I am an ABAP and XI guy, but am working on Enterprise Portal.
    I have created an IVIEW (URL) and am trying to associate it with a user and role.  I have created user and then when I try to assign role by clicking on AssignROles and then select a role and try to save, it consistently kills the SAP instance (dm36939 0) and this instance turns to yellow (instead of staying green). I have to restart this again. I have installed ECC and EP on this server and ECC (ABAP programs tables etc.,) works without any problem. EP also works most of the time, but consistently fails at this point as explained above.
    I am not sure if there is any specific settings I should be looking at. Any feedback will be highly appreciated.
    Thanks
    Ram

    NOone responded and so closing here to open it again in a relevant area.

  • Save Layout and change Layout button.

    Hi Guys,
                Im calling the below method of class: cl_gui_alv_grid.
        gs_variant_lic-report = sy-repid.
        gs_variant_lic-username = sy-uname.
          CALL METHOD gi_alv_lic->set_table_for_first_display
            EXPORTING
              i_structure_name         = 'Z_STRUC'
              is_variant                    = gs_variant_lic
              i_save                        = 'A'
              is_layout                    = ls_layout
    However, the Select layout and Save Layout button dont appear.
    Instead i get the button 'Choose Layout'.
    If i dont pass gs_variant, i get single button 'Change Layout'.
    My requirement is to get 3 buttons: 'Change Layout', 'Select Layout' and 'Save Layout'.
    How can i achieve that?
    Thanks,
    Rohit.

    Please share how did u solved it?

  • How to enable the SAVE LAYOUT button?

    When using CALL METHOD G_ALVGRID_HDR->SET_TABLE_FOR_FIRST_DISPLAY, how do I enable the SAVE LAYOUT push button?
    It shows the Change layout button but does not allow me to save the layout as the SAVE LAYOUT button is not available.
    I am using the following code but it does not show the SAVE LAYOUT button.
      CALL METHOD G_ALVGRID_HDR->SET_TABLE_FOR_FIRST_DISPLAY
        EXPORTING
          I_SAVE                        = L_SAVE
          IS_VARIANT                    = LS_VARIANT
          IS_LAYOUT                     = LS_LAYOUT
          IS_PRINT                      = LS_PRINT
          IT_TOOLBAR_EXCLUDING          = I_EXCLUDE
        CHANGING
          IT_SORT                       = I_SORT_HDR
          IT_OUTTAB                     = I_OUTTAB_HDR[]
          IT_FIELDCATALOG               = I_FCAT_HDR
        EXCEPTIONS
          INVALID_PARAMETER_COMBINATION = 1
          PROGRAM_ERROR                 = 2
          OTHERS                        = 3.
      IF SY-SUBRC <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                   WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    Pl advise.
    Thanks,
    Ven

    pass the variant and enable is_save = 'A'.
    in my case I had to upgrade the gui also.

  • SM12 save layout

    Hi gurus,
    Is it possible save a layout for transaction SM12? Options are displayed but are disabled!
    There isn't OSS note about this problem. Version is 6 ECC.
    Thank you!
    I will reward points all answers!!!

    Hi,
    As pointed out there is no save layout for the transaction SM12. The very purpose of the SM12 transaction is to check the lock entries which the users have locked the particular table for updation. Since its a dynamic data, it will vary from time to time. If you have the authorization, then you can delete the lock entries.
    The option which you can go ahead is :- We can change the layout as desired and save the same in the excel file or local file (F9) so that the desired data is saved.
    Hope this helps.
    Sunil.K

  • Modifying additional Layout  destroys teh original default layout-Why?

    Reports 6i in c/s.
    I create a layout, customize it and save it.
    Then I crate an Additional Default Layout. OK so far.
    Now I want to re-enter in Additional Default Layout and modify it slightly thru wizard.
    It destroys my previous original default layout.
    Is there any way to avoid it?
    Pl. guide.
    Tariq

    Hi Tariq,
    The "Additional Default Layout" wizard isn't re-entrant. It is for adding various layouts to the layout painter but not modify an existing layout.
    In addition, the Reports Wizard removes any objects from the layout section that you are defaulting into. Therefore, if you have added an additional layout and then run the Reports Wizard it will overwrite the current layout in that section.
    The Reports Wizard gives you a starting point from which to develop your report. If you want to go beyond the options available in the wizard, you will need to use the live pre-viewer and layout painter.
    Robin.

  • How do I save into iphoto some images that have been emailed to me without having to select and save each one?

    Hi - I have received lots of emails with photos from a recent party, but I cant seem to select them and save them into iphoto as a group - so far I have been selecting them one by one, but I am getting a bit weary of that! I am sure there a faster way.... any ideas?

    Hi Bamber17,
    When you're in Mail, click and hold on the Save button and it'll bring up a drop down showing all the photos that are attached to that particular email message. Then choose the "Add to iPhoto" option. Should save you a lot of time.

  • I want to change subject line and save emails from others

    For instance my client may respond to an email question and I want to change the subject line because it includes an answer such as clients address, but I cannot figure out how to change the subject line and save it to my file folder I have for them.

    This add on claims to do that.
    https://addons.mozilla.org/en-US/thunderbird/addon/edit-email-subject/?src=ss
    There might be others but that is the first one that came up. I have never used it so I cannot speak for how well it works.

  • Why can't I "trim to selection" on a MP3 and save using quicktime?

    Is it not a simple procedure, using quicktime pro?
    I have an mp3, that has 2 secs. of silence at the beginning.
    I just want to trim using the "trim to selection" feature and save it.
    But quicktime pro , states clearly, "document "xxxxxx" could not be saved.
    Now that I think of it, Ive had this problem before when i was attempting to
    trim a movie I had, but that was probably because it was in a differnet format that quicktime couldn't understand.
    Is this the same issue?
    no mp3 trimming?
    lost in Detroit

    The QuickTime Movie Info window should show the audio codec used in the file.
    MPEG-1 (level 3) what people call .mp3
    http://www.iis.fraunhofer.de/amm/techinf/layer3/
    is very old technology and better formats do exist.
    QuickTime Pro can open and edit this format. But it saves as the .mov "container". Still the same format but in a different "bucket".

  • Unable to Hide *Review and Save* step using personlization

    Hi,
    using personlization we want to hide  * Review and Save*  step in bank information iview under Personal Information.
    FYI...
    Step 1)  click on Content Administration
    Step 2) Expand Portal Content
    Step 3) Expand Content Provided by SAP
    Step 4) Expand End User Content
    Step 5) Expand Employee Self Service
    Step 6) Expand Roles
    Step 7) double click Employee Self service
    Step 8) Expand Personal Information
    Step 9) Select the Personal Information page and click on preview buttonStep
    Step 10) In the popup window click on Bank Information
    Step 11) select Review and Save and control right click to open the
    Personalization window
    step 12) In the Personalization window, select Review and save and
    select the radio button visible No and click on the Apply Button.
    Step 13) As a result the following error screen is displayed
    java.lang.IllegalArgumentException: Name portal_content/com.sap.pct/srvconfig/com.sap.pct.erp.srvconfig.ess.employee_self_service/com.sap.pct.erp.srvconfig.in/com.sap.pct.erp.srvconfig.bank/com.sap.pct.erp.srvconfig.fpmapplications/com.sap.pct.erp.srvconfig.per_bank_in/com.sap.xss.config.roadmapsteps/r3 is incorrect. It must only contain a..zA..Z0..9._-$ symbols.
        at com.sap.tc.webdynpro.repository.model.DelegatorRepositoryModelClass.checkCreate(DelegatorRepositoryModelClass.java:400)
        at com.sap.tc.webdynpro.repository.model.DelegatorRepositoryModelClass.createRelatedModelObject(DelegatorRepositoryModelClass.java:318)
        at com.sap.tc.webdynpro.progmodel.personalization.ViewPersonalization$Implementation.createInElements(ViewPersonalization.java:128)
        at com.sap.tc.webdynpro.progmodel.view.ViewElement._getPersonalization(ViewElement.java:318)
        at com.sap.tc.webdynpro.progmodel.view.PersonalizationHelper.setOverriddenProperty(PersonalizationHelper.java:942)
    Thanks,
    vijay.

    Hi Vijay,
    To edit the text you can follow the method or follow Note 1234273.
    And For making any changes to the roadmap you might want to look at modifying it from Self Service Administrator.
    Check the below links on more info on SSA.
    http://help.sap.com/saphelp_erp2005/helpdata/en/43/3b6c0cfa6c1bcbe10000000a1553f7/frameset.htm
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/bf/a74fecb9434fe7bd760c75db094366/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/6a/3e47d0a0dc4abaa58f93689a077334/content.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/07/acc80592b4451badb0f90ccd3bc55b/frameset.htm
    Hope this helps.
    Cheers-
    Pramod

Maybe you are looking for