Default Variant at user specific in FB50,FB60 & FB70

Hi,
I have a created variant in T.Codes: FB50, FB60 & FB70, user wants invisible some of the fileds. This Vairant I have created in configuration(middle in the left side small box) and I used administration selected  few of the fileds as invisible and activated. but still all fields are appearing, when I check those fields it is selected as invisible. How can I restrict those fields and  I want to use this variant as default at user specific level. Please advise me how can I set as default variant.
Thanks
VS Rao

HI,
First you suppress the fields in Field status group and then create variant for those fields.
Regards,
Azeem

Similar Messages

  • Screen Variants disabled for FB50,FB60,FB70

    Hello All,
    The screen variants for FB50 FB60 FB70 disabled. These vairants can be selected as Edit --> Screen variant --> Select screen variant.
    When any user executes transaction he gets some field missing (table control setting set as basic settings) and when he try from the above option for the desired screen then also screen remains same. It doesn't change
    Previously it was not the case. previously when user executes these trasnaction screen was coming correctly.
    Many users facing this issue.
    If anyboday faced similer kind of issue then request you to please share your inputs.
    Thanks  & regards,
    Prashant

    Hi Prashant,
    Please refer to notes 546889 and 186961.
    if user is calling transaction FB*0 the first time no screen variant
    for items is selected. So in order to assign a user to a screen variant,
    the user has to switch the tree on (SHIFT+F1).
    In the folder 'Screen variants for items' the user has to choose your
    'default' variant by a double click. After clicking on the button
    'Refresh Tree' this screen variant is saved in the table TFBUF, which
    contains the personalizations for ENJOY transaction. This table is
    always read by starting transaction FB*0. Because of the user
    personalization with table TFBUF the SET/GET-Parameters SCRVAR & STV are
    not used in the FI-Enjoy transactions. It's the enjoy and personlization
    system design that always the last selected screen variant of the user
    is used by starting transaction FB*0 and not a default one.
    But I can suggest you a modification, for setting your default screen
    variant in FB*0 with the value of parameter SCRVAR until the user will
    chosse another screen variant in the tree. Furthermore this default
    variant is set if user is executing 'Reset screen variant' under
    EDIT -> Screen variant. You can find the program changes of this
    modification below:
    Because it is only possible to set standard for transaction variants and
    not for screen variants and due to user personalization goal of the
    enjoy transaction It cannot change this system behaviour during
    maintenance.
    Here is the program code for this modification:
    1.
    FORM posting_transaction_init.
    If variant transaction is active, get screen variant     "Note 421236
          CALL FUNCTION 'RS_HDSYS_GET_SC_VARIANT'              "Note 331997
               EXPORTING                                       "Note 331997
                    progname         = 'SAPLFSKB'              "Note 331997
                    dynpro           = '0100'                  "Note 331997
               IMPORTING                                       "Note 331997
                    scvariant        = g_scvariant             "Note 331997
               TABLES                                          "Note 331997
                    values_scvariant = tab_values_scvariant    "Note 331997
                    guixt_scripts    = tab_guixt_scripts.      "Note 331997
        ENDIF.                                                 "Note 421236
    *Modification Begin of insert
        IF acc_kontext-scvariant IS INITIAL and g_scvariant is initial.
          GET PARAMETER ID 'SCRVAR' FIELD G_SCVARIANT.
        endif.
    *Modification End of insert
        IF NOT g_scvariant IS INITIAL                           "Note430830
    2.
    FORM create_tree_treev_style_enj.
    data entry variants
    Only if screen variant not provided by transaction variant
    *Modification begin of deletion
    IF p_scvariant IS INITIAL.                               "Note 331997
    *Modification end of deletion
        PERFORM create_tree_ev TABLES p_node_table.    " Erfassungsvarianten
        PERFORM create_item_ev TABLES p_item_table.
    *Modification begin of deletion
    ENDIF.                                                   "Note 331997
    *Modification end of deletion
    assignment models
      PERFORM create_tree_km TABLES p_node_table.      "Kontierungsmuster
    3.
    MODULE tree OUTPUT.
    read screen variants
    Only if no screen variant provided by transaction var.   "Note 331997
    *Modification Begin of deletion
    IF g_scvariant IS INITIAL.                               "Note 331997
    *Modification end of deletion
        PERFORM get_screen_variants.
    *Modification Begin of deletion
    ENDIF.                                                   "Note 331997
    *Modification end of deletion
    read parked documents if required.
    I recommend you to check with your local consultants if this modification is suitable to your requirements.
    Kind Regards,
    Fernando Evangelista

  • Table control in Enjoy transactions like FB50/FB60/FB70

    Hi,
    I am using enjoy transactions like FB50/FB60/FB70 which provide me the facility to enter more than one GL Accounts in a very easy manner.
    The screen looks like a table where we can enter the data very easily.
    Now we can hide and display fields in enjoy transactions using the Table Settings button.
    This button is provided at the right most corner of the section where GL accounts can be entered.
    If the curson of the mouse is placed at this button the decription "Configuration" will appear.
    Now when I click on this button and click on Administrator button, I will get the fields which can be made invisible for this transaction.
    This is a user specific setting.
    Now I can see that at the end of the screen explained above, there are certain fields that are not assigned.
    Example, in FB70, the "Fld name" ACGL_ITEM-UZAWE is assigned to Pmt meth.supl. but ACGL_ITEM_GEN-GEN_CHAR1 is not assigned to anything.
    I want to use this field ACGL_ITEM_GEN-GEN_CHAR1 for Reference Key 1.
    Can anyone please guid me how to use this functionality of SAP?
    Thanks in anticipation,
    Nitish

    Hi
    I think the table in which it is updating the data has some constraint ....check the constraints

  • Set default variant for user in ME5A

    Hi gurus,
    It's possibile to set a default variant for the ME5A transaction for a user? Which parameter I must use in SU01?
    Thanks
    regards.

    There's a way to add entries to that table.
    Go to the table ESDUS through SE16N and activate the editing mode by entering &SAP_EDIT in the command field. It will give you information message in the bottom "SAP editing function activated" ("Maintain entries" check box will be visible).
    Let us examine the ABAP code for the program behind ME5A
    DATA: l_action  LIKE esdus_s-action VALUE 'RM06BA00'.
    CALL FUNCTION 'ME_SET_REPORT_USERVARIANT'
       EXPORTING
         im_report           = l_report
         im_esdus_action     = l_action
         im_standard_variant = l_variant.
    MOVE l_action      TO my_esduscom-action.
    MOVE 'USERVARIANT' TO my_esduscom-element.
    MOVE sy-slset      TO my_esduscom-active.
    Stay in SE16N and in the field "Act." enter RM06BA00 and execute. You'll see all the users who executed the ME5A (a.k.a program RM06BA00) and the default variant SAP selects is "SAP&STANDARD" which is a system variant, in the "Active" field. Change that value to what user want to be defaulted. Keep the value 'USERVARIANT' in the El. field. Click save on the top. It will popup a window records inserted, deleted, changed. Just hit enter.
    Now whenever the user executes it will be defaulted to whatever you rewrote in the table.
    Caution: Do not use &SAP_EDIT with other tables especially which share common primary keys it can serious problems in your database.

  • Changing Default Layout Setting - User-specific

    Dear Gurus,
    This is related to general ALV Layout setting. When we choose Select Layout -> Choose Layout, the default layout setting will show All, is there any way by which we can change this to User-specific  Layouts by default? (may be through some parameter id?).
    Many Thanks!
    Best Regards,
    Sree.

    Hi ,
    Can you explain me your requirement in detail.
    Regards,
    Rohan.

  • FB50 FB60 FB70 - Setting screen variant as default

    Hello all,
    I searched the web, I searched the forum but  I did not found a solution.
    Is it possible that I can set screen variant that I created with SHD0 as default? That means if the users are accessing the above mentioned transactions that a dedicated screen variant is automatically selected by the system?
    If it is possible, please tell me who!
    Thank you very much in advance!
    Regards,
    Steffen

    Hi,
    I think you can set the default document screen variant at the company code level. In transaction code OBY6 -> Global settings for a company code . you can set the default document screen variant.
    Thanks,
    Veer.

  • Fb50 line item level  user specific filelds

    hi,
    FB50 transaction leven i want specify user specific fileds for perticular fields
    i have to make it default  the specific fields for that perticular  user
    even iam trying in administrator
    but i uable to crete the variant for specific user
    kindly explain me how  to creat  variant for user specific filelds for defult values
    thanks in advance
    regards,
    Jyothi

    thnaks

  • Can't save ALV layout as user-specific

    Hi!
    Whenever I try to save an ALV layout the option User-specific is grayed out, so all variants will be public.
    Users would like to save their own layouts safe from other users, as happens with program variants.
    First of all then, is there any authorization object related to the User-specific option that my roles are missing?
    I read somewhere that 'user-specific' option is controlled by auth. S_ALV_LAYO, ACTVT = 23, yet I have
    this auth object with ACTVT = *.
    Second, if this option was available, would this let users create their own layouts so that other users don't
    overwrite them?
    thanks
    gracias
    xiè xiè

    in the resue FM check the I_SAVE which value are you passing:
    Value range
    ' ' = Display variants cannot be saved
    Defined display variants (such as delivered display variants) can be selected for presentation regardless of this indicator. However, changes cannot be saved.
    'X' = Standard save mode
    Display variants can be saved as standard display variants.
    Saving display variants as user-specific is not possible.
    'U' = User-specific save mode
    Display variants can only be saved as user-specific.
    'A' = Standard and user-specific save mode
    Display variants can be saved both as user-specific and as standard
    variants. Users make their choice on the dialog box for saving the
    display variant.

  • Screen Layout with MIRO, FB50, FB60, FB65, FB70, FB75 ETC.

    Hi,
    Can anybody let me know how the screen layout of TCode= MIRO, FB50, FB60, FB70, FB65, FB75 etc. is changed?
    I want to add the column "COMMITMENT ITEM" during posting with the above Transaction Code.
    Please help.
    Regards
    Rahkes

    Hi Amanullah,
    Thanks for your response.
    For Commitment Item - I have created one DUMMY Commitment Item with Financial Transaction = 50 (Clearing). (TCode-FMCIA)
    I like to assign this DUMMY Commitment Item where I don't require the Fund Management Activities like Budget. I am doing this b'cos commitment item is mandagory in Fund Management.
    I have assigned Commitment Item = DUMMY to all remaining GL Account in FS00.
    When I am posting transaction with FB01 then it has no problem b'cos the field Commitment Item is visible and optional and "DUMMY" is automatically assign to the commitment item. But in case of FB50, FB60, FB70, MIRO etc where the Commitment Item field is not visible I am getting the error "No Commitment Item entered".
    To avoid this error, to me there are two options
    1. I can assign the "DUMMY" commitment item to each GL Account under FMDERIVE
    2. To assign to "DUMMY" commitment item to each GL Account in FS00 and make the commitment item visible and optional in all T-Code like FB50, FB60, FB70, MIRO etc. But in this case I am not able to make the commitment item visible and optional during posting of the transactions.
    Could you please help with your expereise?
    Which option is more logical in this case?
    Regards
    Rahkes

  • User specific default variant in  a selectio screen

    Is it possible to provide an option to create user specific default variant in a selection screen?
    I have developed a custom report program. Now I want to allow users to choose one of their variants as default variant ?  Please help.

    Hi very Simple and easy solution:
    In SE93 when u are creating the transaction for the program use the option 'Start with variant' and give your own vaiant name for the program start. This will help you in starting your proam always with your default variant.
    Hope That Helps
    Anirban M.

  • User specific default variant setting

    Hi gurus,
    My requirement is Report should get executed with default  user specific Variant.
    For example while running MB51 system should pick the corresponding variant based on the user who is executing the report.
    Based on threads i created variants with U_userid like U_RAM & U_LAX.
    I checked with user ids of RAM and LAX, But system is not picking automatically.
    can u help me

    hi,
    see this.
    https://forums.sdn.sap.com/click.jspa?searchID=14929390&messageID=5872211

  • Default screen variant for a user in T.Code - FB60

    Dear All,
    My client requirement is create a new screen variant for T.Code - FB60 & make it default for certain user.
    Your help will highly appreciable.
    Regd,
    Sp sahu

    Hi Sahu,
    Have a look at URL
    http://www.mortenhjorthnielsen.dk/Security/transactionvariants.htm
    Hope this provides inputs.
    Thanks
    Lakshman

  • Disabling User specific/Default Setting

    In the output of CV04n selection while 'Save Layout' how is it possible to enable/disable
    'User Specific' or 'Default setting'

    Hi,
    Did you mean Set or enable / disable? Anyways if you want to set, you can do it as follows:
    1. Global: I.e. Available for all
    Selection Variant: Global     do not toggle the User specific box
    Description: XYZ
    2. User Specific: Available only for the user
    Selection Variant: aaa   Toggle the user specific box.
    Description: uvw
    If this doesn't answer your query, please explain further.
    regards
    C

  • User specific variant (how to )

    Hi gurus,
    i have made one report. in this report we need different layout.
      i have user reuse_alv_grid_display .
      our requirement is we want to create one default layout and other user specific layout.
    so if user doen't have his ownlayout then we want to display default layout otherwise display that user specific layout.
    i am not able to figure it out how it works in this function module.
       call function 'REUSE_ALV_GRID_DISPLAY'
           exporting
                i_callback_program          = g_repid
                i_structure_name            = 'ZSDMATATP'
                it_fieldcat                 = zfield
              it_sort                     = sortcat[]
                I_DEFAULT                   = 'X'
                i_save                      = 'U'
                is_variant                  = g_variant
          IMPORTING
              e_exit_caused_by_caller     = exit_caused_by_caller
              es_exit_caused_by_user      = exit_caused_by_user
           tables
                t_outtab                    = display
           exceptions
                program_error               = 1
                others                      = 2.
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
    please tell me where i made mistake.
    Thanks,
    Jignesh.

    1. Put one parameter on the screen like:
    PARAMETERS : P_VAR LIKE DISVARIANT-VARIANT obligatory.
    2. Assign the F4 help for that parameter
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_VAR.
    DATA:       W_VARIANT LIKE DISVARIANT.
      CALL FUNCTION 'REUSE_ALV_VARIANT_F4'
        EXPORTING
          IS_VARIANT    = W_VARIANT
          I_SAVE        = e_save        "Was 'A'
        IMPORTING
          ES_VARIANT    = W_VARIANT
        EXCEPTIONS
          NOT_FOUND     = 1
          PROGRAM_ERROR = 2
          OTHERS        = 3.
      IF SY-SUBRC EQ 0.
        P_VAR = W_VARIANT-VARIANT.
      ELSE.
        W_VARIANT-REPORT = SY-REPID.
      ENDIF.
    3. Pass this W_VARIANT to FM
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          IS_VARIANT         = W_VARIANT
    By this way, user has to select at least one variant. He can pull down the F4 help for avaliable variants. He can see the default one alongwith his own variants if he has any.
    Regards,
    Naimesh Patel

  • User Specific Display Variants

    Hi
    Were on ECC 6.0 and when I choose to create and save a display variant from and ALV screen the user-specific box is ticked and I can not un-tick it because its grayed out - no matter what we do we can not un-tick this checkbox. We need to create global display variants so that all user can use these display variants.
    Is there a configuration setting that we can adjust ?? any suggestions to overcome this problem are welcome.
    Thanks

    Hi Eric,
    I'm a bit busy now and I cannot give you a complete solution, but sure can give you some c(l)ue. Just see if you have some success. If you do not, then i wuill get back to you later.
    Refer to the follwoing SAP Tables and see if you have some luck.
    ==========================================================
    LTDX  --> Generic storage of display variants
    LTDXD --> Default display variants
    LTDXS --> SAP Default Display Variants
    LTDXT --> Display variant texts
    ==========================================================
    The idea is to try and manipulate the table entries for various users.
    Regards,
    Anand Mandalika.

Maybe you are looking for

  • Why 16 Dim in   SAP BW?

    Dear Gurus, Why there are only 16 dimensions in SAP BW?Why not less or more? Is there any specific reason for this restriction. Thanks in advance. Best regards Niranjan

  • How to connect remotely to a computer running XP professional

    How can I connect remotely to my work computer running XP Professional from my mac book; I'm running tiger on the mac Thanks in advance

  • ORDERS05/ORDERS IDocs - E1EDPT2-TDLINE

    Hi, While creating the ORDERS05/ORDERS IDocs , I have to remove the special characters from the segment field E1EDPT2-TDLINE. Can you please tell me in which user exit, i can do this? Thanks in advance, Ezhil

  • Dynamic Components in Survey Suite

    Hi, all !    There are a lot of useful functionality described (http://help.sap.com/saphelp_crm50/helpdata/en/2c/2ddf3ac9ecc11de10000000a11402f/frameset.htm).    But, unfortunately, a lack of knowledges HOW to realise this features. In particular, i'

  • IPad 2 not seeing any networks

    Hi, My iPad 2 recently stopped seeing any available networks.  At the time it happened, I was running iOS 7.  When I try to look for available networks, none come up.  When I search for my network by name, I get a message saying it could not find it.