Default Variant for Txn.

I have made two Variants
VAR1 and VAR2 for txn. ME28 i want that whenever USER1 open that txn by default VAR1 values will come and same for USER2 :- VAR2 will come by default
user doesn't have to select from the Variant Window it will come be default user wise.
how can it be possible ?
abhishek suppal

Hi,
Create the variants as U_username1 and U_username2.
Whenever user1 executes the transaction, he will get only his selection screen.
U_ is user specific variant declaration.
Regards
Subramanian

Similar Messages

  • How to set a Default variant for VL06O (Outbound Delivery Monitor)?

    Hi All,
    I want to set a DEFAULT VARIANT for  VL06O (Outbound Delivery Monitor) selection screen with "For Picking", "For Confirmation", "For Goods Issue" and "List of Outbound Deliveries" button option.
    I have already created a variant with those 4 buttons. But I cant find a way to set it as DEFAULT.
    Appreciate your help on this.
    Please note I'm using SAP ERP 6.0 Ehp 4.
    Thanks & best regards,
    Anupa

    Hi Indranil,
    Superb !
    This is what I was searching for.
    That works really fine. Thanks a lot!
    Best regards,
    Anupa

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

  • User specific default variant for FBL1n FbL5n

    Friends,
    I am trying to create a variant for FBL1n report layout for specific user. Now the issue is the user has to go and select his specific variant every time he executes FBL1n. Is there any way by which we can default the specific variant for specific user.
    Any help is much appreciated.

    Hello,
    Go and change the variant selection settings in FB00. You select the relevant variant.
    Regards,
    Ravi

  • Setting Default Variant for Report Trans

    Hi All,
    Is there a way to set a default Variant to a reporting transaction? for example for ME2N how do I set a default Variant to be imported to the selection screen automatically once the report transaction is called?
    This is useful if the user uses the same variant all the time.
    Thanks in advance!

    Pls try the below example
    I give you one example,
    Enter t-code ME2N, Then click on Dynamic field selection button.
    Then double click on created by field enter enter any user id in it.
    Then click on save button.After click on this screen your can see one other screen for variant.
    Here you have to assign variant name and meaning. You can also change field status for report with help of this screen.
    Before click on save button, tick on protect check box button and then click on save.
    Then exit from transaction and enter ME2N.
    Click on Get variant button. Here you can see list of variant, select your variant and get report as per your requirement.
    by
    Rajj

  • Default variant for VL10C

    Hello All,
    My user wants to have a default variant loaded automatically, when VL10C is launched.
    Any idea how to do that?
    I tried to set up parameter in user profile LE_SHP_DEL_MON_LISTT but it doesnt work.
    Your help would be really appreciated.
    Thanks
    Michal

    I have one additional question. .
    When I go to transaction Vl10c and execute it with some selection criteria i get the work list. I modify the layout of the work list and save it. Then i want to go to settings-layout-administration to make a layout default but for some reason i am missing Settings option in my menu. I have only System and Help.
    Regular menu for this transaction should be List Edit Goto Settings System Help. I have only System and Help.
    Any idea how to deal with that?
    Thanks for help!
    Mike
    Edited by: Szafran on Sep 21, 2010 3:59 PM

  • How to set default variant for selection screen

    Hi,
    I want to make one variant as default for selection screen for one user.
    For eg., take COOIS. For the selection screen, i have 3 variants. But i want one variant to be default. Thsi is not for all users. Thsi is for particular user.
    I am not seeing any way to do this. please help me..
    Thanks
    Srini

    Hi,
    If you are using Z program then you can ask your developer to get Variant name Runtime from Parameter ID.
    This means you decide a Parameter ID name : ZVAR in your Z program and ask your developer to load variant each time your Z program loads.
    Now, second step will be using SU01 transaction you can set value of ZVAR in Parameters tab for the user. This value will be the variant which you created for this user.
    This will solve your problem and you can make n number of variants and assign it to different users.
    Regards,
    Arpit

  • Default variant for ff_5

    Hi friends,
    I want to use a default varaint when ever I use this transaction FF_5, how can i do that.
    can I create a variant and use as default ?? if so please let me know, how can i do that ..
    thanks
    madhu.
    will award points to useful answers.

    Hi ,
    thank you for reply
    Can you knldy let me know the steps in creating Transaction Variant,
    1) I have created a variant in FF_5, save it.
    2) T code SHDO, and try to select the variant but it says variant does not exists,
    Please let me know where i am doing mistake,
    thakns
    madhu

  • Default variant

    Hi All,
    I have created a variant for VA01 Transaction and selected fields which we need   Using configuration button  activated the variant  and it is available throughout the client.. and it is working fine.
    I want to know how to make  this variant as default for all users in the system? some of the users have their own variant now we want to make one variant as  default variant for all.
    pls let me know if any one know abt this....
    Thanks & Regards,
    sksk.

    Hi,
    Following are the setps for creating variant, attaching it to the target transaction & making available for all the users -
    1. Transaction SHD0 - Create a variant for the required transaction by changing the layout through hiding fields and screens.
    2. Transaction SE93 - Create a variant transaction (e.g. for VA02 = ZVA02). Next allocate the transaction variant to this variant transaction.
    In 4.6c, you can default your transaction variant as the standard variant. (SHD0 - Edit -> Activate/Deactivate as standard variant)
    For more details, find the following link -
    [variants|http://help.sap.com/saphelp_nw04/helpdata/en/67/232037ebf1cc09e10000009b38f889/content.htm]
    regards,
    Archana

  • ME05:  default varaint for selection screen

    Hello All, 
    I am trying to display a variant as a default variant for the selection screen in ME05. To achieve that, I went into SE93 and tried to give a variant name in Start with variant field and tried to save it. Then I am getting the error "No system variant chosen for nonlocal object". The variant was created by the user and is out there.
    I also tried by creating the Ztransaction code with the same program name and the with the same variant name, but I got the same error  "No system variant chosen for nonlocal object".
    Any idea why this is causing the error?
    Thanks for the great help,
    Sobhan.

    When i click on check button in SE93, i get the same message as warning. If it's warning message in your case, just hit enter and you should be able to save it.
    Regards
    Sridhar

  • JITH Setting a default variant

    Hello, I try to set a default variant for transaction JITH.
    Can you help me.
    Fabien

    Pls see transaction code SHD0.
    This should answer your query.
    cheers,
    Vincent

  • Default variant to be picked for QGA3 when run through QE01/QE02/QE03.

    Hi Gurus,
    I need help regarding one requirement, Our client want to have default variant which will have custom form name of selection screen of QGA3, along with the inspection lot number carried from QE01/QE02/QE03.
    Our client did not get convinced for any alternative like custom transaction code or transaction variant for QGA3, they want only during std t-code run only.
    I will explain the requirement once again, During QE01/QE02/QE03 when we click on "Inspection result print" it will take to QGA3 screen. The inspection lot is carry forward from QE01/QE02/QE03 to QGA3 screen and along with this the default variant also to be picked automatically .
    Thanks in advance for your help
    Nag.

    Explore function module exit EXIT_SAPLQEEM_022 & EXIT_SAPLQEEM_026

  • 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

  • Default Start Variant for VF04

    Any Info on Default Start Variant for VF04.
    Regards,
    M

    Dear Manisha,
    Default Start Variant for VF04
    There are two types of variant in VF04.
    One is the selection variant before clicking the Display Billing List Button.
    You can set the start variant via SE93 using the Change mode.
    The second variant is the Billing Layout display variant. 
    This is after clicking the Display Billing List Button.
    After creating your layout display variant, you can set it by clicking :-
    Settings ->
              Display Variant
                                ->  Administration
    Select the layout display variant you want and click :-
    Edit ->
            Define default settings
    Regards,
    Rakesh

  • SAP VIM Integrated Invoice Cockpit - single default layout variant for all exceptions

    Dear all,
    I hope some one has found the solution for this problem we are experiencing in SAP Vendor Invoice Management 600:
    For the Integrated Invoice Cockpit ( transaction /OPT/VIM_IIC ) we want to be able to define ONE global layout variant ( available for all users)  that is available for all exceptions in  the ICC. This so we only have to define and maintain one layout variant centrally.
    However this seems not possible: we tried to do so with the  transaction /OPT/VIM_EIIC_ADM  but  it appears that it is only possible to define global layout variants for each exception in the ICC separately ( which is a lot of maintenance work)
    Is there a solution available for this ?
    Many thanks in advance for your help.
    Kind Regards,
    Arjan

    Dear all,
    I hope some one has found the solution for this problem we are experiencing in SAP Vendor Invoice Management 600:
    For the Integrated Invoice Cockpit ( transaction /OPT/VIM_IIC ) we want to be able to define ONE global layout variant ( available for all users)  that is available for all exceptions in  the ICC. This so we only have to define and maintain one layout variant centrally.
    However this seems not possible: we tried to do so with the  transaction /OPT/VIM_EIIC_ADM  but  it appears that it is only possible to define global layout variants for each exception in the ICC separately ( which is a lot of maintenance work)
    Is there a solution available for this ?
    Many thanks in advance for your help.
    Kind Regards,
    Arjan

Maybe you are looking for

  • Problem on Macbook Pro (16GB RAM, i7) with large video files

    Hallo, I have a recurring problem working with Premiere Pro CS6 on a new Macbook. THe Macbook has16GM RAM, i7 processor and I have the video files on my internal disc. THere is enaough space on the disk, aprox 250 GB free. I have a Canon Legria HF28.

  • Aiport Express Multi Platform Issues

    I bought an airport express a little over a month ago. I hooked it up to the currant LAN network, and had my iBook and two windows XP computers using it for internet. My Boyfriend had to wipe his desktop PC and reinstall windows and since then neithe

  • I am trying to print a document. The light comes on that the Cyan ink cartridge is out of ink

    I am trying to print a document.  The light comes on that the Cyan ink cartridge is out of ink....it is at least half full...i have shaken it, disconnected the printer from power source and the pc...still will not stop flashing.  Oh, sorry...it is a

  • Downloading one months premiere pro

    Hello, I'm a very very horribly amatuer wannabe film maker. I don't know or (right now) care much for presets, codecs and all those fine details that I will learn later on in my career. I do however know how to use the editing software effectively an

  • Doubt in CRM sales order Cube and ODS

    Hell Friends, We have a standard cube '0CSAL_C03' and ODS '0CRM_SALO' for CRM sales order. ODS is attached with infosurce(datasource) -0CRM_SALES_ORDER_I and 80CRM_SAL2(this is update rules-another sales order items(lean extraction) ODS - 0CRM_SAL2).