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.

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

  • 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

  • How to set an screen variant as default for my user?

    Hello,
    For example in t-code FB50 we have 4 screen variants.  The default screen variant is 1.  How can I change the default sreen variant for my user only ?
    Thanks,
    Alexandre

    Hi
    Use T.code FB00 and in the document entry tab in screen templates and line layout variant for doc entry enter necassary details
    For further details, the following link may be useful:
    http://www.r3.duke.edu/stepbystep/journal/3.pdf
    Regards
    Aravind
    Assign points if useful

  • 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

  • Selection Screen Variant (optionally default) -I dont think it's possible!?

    I have spent a lot of time looking at this issue - researching forums/sap help/on the system  - so any help appreciated...
    On the selection screen (for tx me59n) is it actually possible for users to set a variant as default on the selection screen?  It's actually that I want "Test Run" to be defaulted.
    This is the ideal scenario:
    - The selection criteria variant is created centrally (or even individually by the user)
    - The user can then optionally set this variant as their default selection criteria for the transaction
    - Next time the user runs the transaction, the defualt variant is used
    What I do not want is:
    - User having to select the variant each time they run the transaction
    - The variant always being default (it should only be default when user decides they want it as such)
    Any ideas?  I can't see that it's possible....?
    thanks in advance,
    Matt

    I've been trying SHD0 alot, but doesnt seem to work - again, i've spent time reading and trying it out but with no luck.
    This is how I'm doing it to try to default "Test Run" checkbox for ME59n
    - Run transaction SHD0
    - Input "ZDefault" into Transaction Variant field
    - Click create
    - ME59n loads
    - I tick "Test Run" (which is what I want defaulting for the transaction)
    - Click save
    - It prompts me to create screen variant
    - I input ZTEST_VARIANT and click save
    - I get a pop-up box which I enter ZTEST_VARIANT to name field but dont make any other changes
    - Get message saying ZTEST_VARIANT saved
    - Click back to Transaction Variant screen
    - Save it as a local object
    - Get message saying "Trans Variant and Screen Variant Saved"
    - Click back to initial SHD0 screen
    - Click TEST to try it out.
    - ME59n loads, but "Test Run" is not checked - the variant appears not to have been loaded at all.
    I run ME59n independently and still nothing seems to get loaded when I run the transaction. Although the new screen variant is availbale in the variant list, which if I select it it works perfectly.  But I want make it default??? How do I do it?
    Any ideas what i'm missing?
    Usually I can figure these things out pretty quickly, but this one has me stumped!
    thanks
    Matt

  • 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

  • Screen Variants for items

    Hi
    very one GM
    Can any one what is the procedure of Screen variants for items
    in FB50
    FB60
    FB70
    Pls suggest  at least one

    Hi,
    For FB60
    A) For the Header Data.
    1. Go to FB60.
    2. Click on Edit in the Top Header Bar.
    3. Click on Screen Variant & then Click on Create Screen Variant.
    4. Create your own variant.
    B) For the Line items
    1. In the Line item box on the Top Right corner there is a configuration button , click on this button. The Table setting window will open.
    2. Go to Maintain Variant box.
    3. Enter the Variant Name here.
    4. Click on Create.
    Similarly you can do for FB50 & FB70.
    Reward points as a token of your appreciation.
    Rgds
    Prasad

  • Screen Variant  , user has dif field than others

    Hello All,
    I have three questions, which are related to each
    1-I wonder what is the differences between Screen variant(IE FB50 you can define screen variant) and user parameter SU3 or SU01D  as in
    SPRO Tcode  O7E6 based on some FB50 Field( GL entry ) you can define user parameter and select Field for
    Also as third one we can define variant for tcode under  SHD0, I thought if you create the Var under
    this option it should be available in FB50 as well -which they are- but when I am
    looking at FB50 variant selection I can see more than what I can find under
    SHD0, why is that?
    2- I have user that her screen in FB50 is different than
    anybody else, her screen columns are few (she doesn’t have Value date Field), I
    asked her to reset the screen var(over phone) but seems she still has issue. Any
    help please?
    3- I copy her ID from Prod to QA; I have all column and Field
    that she is looking for not sure if user parameter or screen var comes when basis
    refresh QA from Prod
    Thanks for your help,
    Hamid

    hi sri,
        Transaction code : <b>SHD0</b>
        First you have to create a screen variant.
        Second you want tp assign the screen variant to the
        transaction variant.
        thrid you can assign it to the specific user in the
        standard variant.
       so that particular user only will be having that screen variant.
    Reward points if it is helpful.
    Regards
    Alfred

  • 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

  • Screen Variants for FB60 and Fb70

    hello,
        i want to know how to set-up user specific screen variants , i want to change the order of the columns in the line item section and remove unwanted or redundant col.
    Please let me know , the steps required to be configured.
    Thanks very much.

    Hi,
    In the upper-right corner of the items table, you will see a configuration button. After you have changed the layout, press this button and save the layout (you may also define it as your default layout).
    Regards,
    Eli

  • Cost Center Description in FB50,FB60,FBV0 ,FV50,FV65,FV70,FB70,FV75,FB75

    Hi FI Experts,
    Could you please  suggest  me if there is any  way we can add Cost center ,WBS and Internal order description fields in  transactions  FB50,FB60,FBV0,FV50,FV65,FV70,FB70,FV75,FB75.
    Programatically yes it is possible , we can copy the standard programs and may add new columns ,but which will be a Lengthy work .
    Thanks in advance .
    Regards,
    Kishore.S

    Hi
    Refer to SAP Note 174413. This should be of help to you in form of a very minor enhancement
    To include customer-specific fields, proceed as follows.
    1. Include structure CI_COBL, which contains the customer fields, as an Include in structure ACGL_ITEM.
    Attention: If you have maintained foreign key dependencies for your customer fields, then copy structure CI_COBL into structure CI_ACGL and include it in structure ACGL_ITEM instead of structure CI_COBL. Adjust the foreign key checks in structure CI_ACGL so that you ony use fields of structure ACGL_ITEM as foreign key fields.
    2. Place the customer fields on screen SAPLFSKB 0100 (Transaction SE51).
    3. Enter '001' in Mod. group 4 for the added customer fields in the element list of the screen, and in Mod. group 1 fill the value from TCOBF-GROUP1 of the respective field.
    4. Transfer the fields to the flow logic of this screen. For every field, insert a FIELD statement between each of the two CHAIN/ENDCHAIN statements.
    5. In routine MOVE_ACGL_ITEM in Include LFSKBF01, insert a statement such as ACGL_ITEM-ZFIELD = *ACGL_ITEM-ZFIELD for every customer field (example ZFIELD).
    6. Generate or activate all objects.
    7. To take the new fields in the entry variants into account, choose 'Create entry variant' via the menu. You can then take the customer fields into account when creating the new entry variant.
    To include SAP standard fields that exist in structure ACGL_ITEM, proceed as follows:
    Increase the number of columns of screen SAPLFSKB-0100 or switch visible fields you do not need to invisible. Afterwards, copy the fields that you require from the Data Dictionary (structure ACGL_ITEM).
    As described above, execute points 4-7 for the fields that you supplemented, and use the modification groups as described in point 3.
    For technical reasons, fields of ACGL_ITEM for local currency amounts cannot be copied to the table control.
    Regards
    Sanil Bhandari

  • Screen Variant for table control in FB60

    Hi ,
    I need to create variant to show Quantity and Base Unit of Measure columns in the table control which is available at the first screen of FB60 . I tried using the option screen variant - > create variant. i couldnt see the options of colmuns properties for table control on click that small icon available at the right conner. Pls guide.
    Thanks

    In transaction SHD0 you need to create a new variant.
    After that you will be taken into FB60.
    Press Enter as if you are trying to process vendor invoice. It will take you to a screen "Screen values    1100 Program  SAPMF05A"
    There you will have 3 columns Output only, Invisible and Mandatory.
    Select as you want.
    Just try out carefully, you will be able to get the desired result.
    It is very difficult to guide you in details.
    Please let me know if you face any problems.
    Rgds,
    Harmees

  • Screen variant for Fb60

    Hello People,
    Can Anyone help me with screen variants for transaction FB60.
    Actually i want to make the field Business place/Section  as mandatory.
    I tried creating screen variants .But The checkbox for making the field required is greyed out.
    Can anyone help out?

    Hi,
    make use of Tcode SHD0 and see its documentation
    Reward points if useful..
    Regards
    Nilesh

  • Change column sequence for screen variant FB50

    Hi Experts,
    I am able to hide unwanted fields in screen variant for items for tcode fb50 by creating screen variant and i also selected adopt column sequence check box.when  i go tcode shd0 and clicked screen variant that i already created and click with processing button i can get FB50 tcode screen there i can change column sequence by drag and drop .is it correct way to change the column sequence? but i am unaware how to save the changes i made.
    Please let me know how to proceed to change the column sequence and save it.
    Thanks&Regards,
    narasimha.

    Hi Faheem,
    After changing the column sequence i clicked configuration button and click save button and again clicked Configuration and selected Administrative button there i can see the column sequence change and clicked activate button .now if i close and reopen the transaction my column sequence is same with out changes that i made .
    you asked me to save the changes where i can do exactly ? Could you please tell in briefway from scratch so that i can trace where i done mistake.
    Thanking you in advance.
    Regards,
    narasimha.

Maybe you are looking for