Creating a variant transaction

Hi,
Im trying to create the above in SE93. Im calling it Z_SWWL and its calling transaction SWWL, which contains variants. But its not finding any 'transaction variant' to choose from!?
Any ideas?
Thanks,
Dave

Hi
goto SHD0 tcode and create a Transaction variant with screen variants for a dialog Transaction
then assign that Transaction variant in SE93 by creating a variant transaction code
see the doc
we can create Transaction Variants Using SHD0 Transaction.
Transaction Variants and Screen Variants
Transaction variants can simplify transaction runs as they allow you to:
Preassign values to fields
Hide and change the 'ready for input' status of fields
Hide and change table control column attributes
Hide menu functions
Hide entire screens
In particular, hiding fields in connection with screen compression, and hiding screens, can result in greater clarity and simplicity.
Transaction variants are made up of a sequence of screen variants. The field values and field attributes for the individual screens found in transaction variants are stored in screen variants. Each of these variants is assigned to a specific transaction, can, however, also contain values for screens in other transactions if this is required by transaction flow. The transaction that the variant is assigned to serves as initial transaction when the variant is called.
There are both client-specific and cross-client transaction variants. All screen variants are cross-client, but may be assigned to a client-specific transaction variant.
A namespace exists for cross-client transaction variants and screen variants and both are automatically attached to the Transport Organizer. Client-specific transaction variants must be transported manually.
In principle, transaction and screen variants can be created for all dialog and reporting transactions. There are, however, certain Restrictions that apply to certain transactions, depending on their internal structure.
No transaction variants are possible with transactions already containing preset parameters (parameter transactions and variant transactions).
see the links
http://help.sap.com/saphelp_nw2004s/helpdata/en/43/132f9803d76f40e10000000a422035/content.htm
http://searchsap.techtarget.com/tip/0,289483,sid21_gci1213076,00.html
Re: shd0 transaction
http://help.sap.com/saphelp_nw2004s/helpdata/en/43/132f9803d76f40e10000000a422035/content.htm
http://searchsap.techtarget.com/tip/0,289483,sid21_gci1213076,00.html
Re: shd0 transaction
Regards
Anji

Similar Messages

  • Shd0 - creating a variant transaction

    Hi !
    I am new in creating a variant transaction.
    i need to change the default of transaction PKBC from the radio button - Auto to radio button- Empty.
    please tell me how to this ?
    Also i will be glade to get material about this subject.
    thanks
    Moshe

    Transaction SHD0 - Create a variant for the required transaction by changing the layout through hiding fields and screens.
    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)
    Variant Transaction
    http://help.sap.com/saphelp_nw04/helpdata/en/7d/f63a0a015111d396480000e82de14a/content.htm

  • SHD0 transaction-how to restrict the variant transaction to specified users

    I have created a variant transaction for MM02 wherein am disabling a field .I want this field to be disabled only for certain users.The variant transaction which I created affects all users.So,for everyone the field is grayed out.How to restrict this for specified users???

    Hello,
    Try to look an exit for that transaction, either user exit or badi, then try to disable the field doing a LOOP AT SCREEN, but first you should have the restricted users in a Z table, or by cheking the profiles for each user..
    Another way to do it is trying to do it the profiles customization, maybe you can do it that way.
    Cheers!!
    Dont forget to reward.
    Gabriel P.

  • Shd0 - variant transaction

    Hi !
    I have to create a variant transaction for Tcode ME23N.
    I need to hide part of the tabs of the tabstrip.
    At Shd0 screen i check the "Do not Display screen" checkbox and saved and exit the screen i want to hide, however it doesn't"t work and despite the checkbox check the tabs i want to hide are shown.
    Please tell me how do i have to do the task of hiding the tabs ? please answer in details.
    thanks
    moshe

    Hi SOLMAN*,
    search in this FORUM ,u will get it .
    Otherwise See the Documentation in that Tcode SHD0
    Regards
    Prabhu

  • Problems with variant transaction zme51n

    Hi,
    I have created a variant transaction zme51n.
    But I can only start the transaction when I add the original transaction 'me51n'
    in T_Code in profile generator.
    Any ideas why?
    Thanx for your help in advance.
    Thomas

    Hallo Rob,
    thanx for your help. I think we're on the right track...
    Greetings.
    Thomas

  • Variant transaction

    Dear all,
    I have created several variant transactions (shd0). No problem with that. After that I assign some transaction codes to the created variants. No problems either.
    I have created a variant transaction for CO11 and one for MB1B (transfer material to material).
    During testing all is working very well, except for...
    When the transfer with the variant of MB1B is posted, he returns to the initial MB1B screen! (not the variant screen, where I've hided some fields).
    However, after a confirmation with the variant transaction of CO11, SAP returns to the initial variant screen of CO11 (with hided fields).
    I would like to obtain the same result for the variant transaction ofMB1B.
    Does anyone has a clue?

    Hi,
    withint standard this is correct the SAP note 46625 question 1 for details.
    If you need to change this you need to modifiy the system.
    Regards,
    Sabine

  • Assign variant transaction to SD01 tcode

    Good morning experts,
    I want to create a variant transaction to the std. SAP tcode SD01.
    Is it possible to do this?
    if Yes then how?
    Moderator message: please do some research before asking.
    Edited by: Thomas Zloch on Feb 24, 2011 2:14 PM

    In case of SD01 , I think most thinks your require should be possible with the favorites and other options in the Area Menu.
    Or is your requirement more complex.?
    Suzie

  • How to create a variant used in SM30,View variant in Parameter transaction?

    Dear Team,
    I have a view V_TCURR. For which I would be creating a parameter transaction for transaction SM30 by filling the default Values section (VIMDYNFLDS-LTD_DTA_VR, VIEWNAME,TVIMV-VARIANT). The values for first two fields are obvious.
    The question is on TVIMV-VARIANT How can we create a variant which can be used in tcode SM30.
    Delving a  little deeper show that these variants Obsolete since R/3 Release 3.1I: Selection variant for a table or maintenance view.
    Since R/3 Release 4.0, there are view variants instead of selection variants.
    The field only exists for reasons of backwards compatibility.
    If thats is so, How do I use the same in parameter transaction..?
    I have tried creating a view variant and use it parameter transaction but in vain..
    Please help resolve my problem. I hope I am very clear. If still need any clarification, please get back to me.
    Thanks a lot in advance,
    Reagards,
    Sai.
    P.S. Though there are multiple quuestions on simlar subjects none of them has been either answered or is completely relevant to mine.

    Dear Suman,
    Thanks a lot for the answer. Actually the Tcode is getting created if I do what you have said me.
    But when I run the tcode which was created by view variant created, I am not getting the desired details .
    To be more clear..
    Previously there was a variant (TMIMV-VARIANT) created with follwing criteria..
    Table TMIMV.
    TABNAME    VARIANT AS4POS            VIEWFIELD NEGATION OPERATOR     VALUE         AND_OR      TABIX
    V_TCURR     ZTHB     1     KURST     NOT     EQ     M     AND     2          
    V_TCURR     ZTHB     2     KURST     NOT     EQ     DWBP     AND     2          
    V_TCURR     ZTHB     3     TCURR          EQ     THB     OR     4          
    V_TCURR     ZTHB     4     TCURR          EQ     USD     OR     4          
    V_TCURR     ZTHB     5     TCURR          EQ     US$          4     
    When we run tcode created by paramaeter transaction.. viewname as  V_TCURR, TMIMV-VARIANT. I am getting the desired records for updation.
    But if I do the same using View variant with the same selection criteria
    Table            Field name     Operator      Comaparison  AND/OR
                                                                   Value
    TCURR     KURST     NE     'M'     AND
    TCURR     KURST     NE     'DWBP'     AND
    TCURR     TCURR     EQ     THB     OR
    TCURR     TCURR     EQ     USD     OR
    TCURR     TCURR     EQ     US$
    And the run the tcode created by using the view variant .. I am getting No entries found that match selection criteria...
    Could you please help and let me know if I am missing any step.. Kindly also check from your side how this can be achieved.
    Thanks a lot in advance,
    Sai.

  • Cannot select the newly created Screen variant in ENJOY transactions.

    Hello All,
    I have created a screen variant for a specific requirement from the client in transaction SHD0.
    However I am unable to select this new screen variant in all ENJOY transactions.
    When I try to select the screen variant in FB50-Post GL through>EDIT>Screen Variant, Select,Reset and Create Screen variants are greyyed out.
    I have checked the setting in SU3, as well as FB00 for the Parameters, it appears to be correct.
    Kindly help at the earliest!!
    Regards
    Shrutika

    Hi,
    Shrutika.
    Try this I hope this may help you.
    Go to FB50 at above left hand side will see Tree On option button. Click on that you will see Screen vairants for items option with drop down object. Simply click on that now select your desired screen variant by double clicking applied. 
    I hope this may help you to solve your issue. If you have any doubts feel free to ask.
    Regards,
    Pankaj A Bhalerao.

  • Creating dynamic variant on Period field in transaction MC$4

    Hi,
    I would like to create dynamic variant for field 'period' on the selection screen of tcode : MC$4.
    I would like to create a variant for the logic: current period - 12 months.
    I am able to do this on the date field in the variant as its defined using data element datum. Thus it allows me calculation.
    But the period filed in the sel. screen has NUMC type so not able to do any dynamic variants for this filed.
    Please help if anyone has any info on this.
    Helpful replies will be awarded.
    Thanks,
    Husain

    Any inputs will be appreciated...

  • How to create a variant to a maintenance view (trans: SM31)

    Hi gurus.
    I have created a maintenance view (called z_jest). By running it from SM31 there is a variant option. However, I am not able to create the variant which I want to filter a selection upon in this transaction.
    I have even looked into transaction SE54 and created a variant for the maintenance table view there( called z_jestv). Then going back to transaction SM31 and view z_jest, i push 'Variant' radiobutton and type as variant: 'z_jestv', I only get the message: "Variant z_jestv for object z_jest does not exist".
    Can anybody please advice on how to create and/or connect the variant to the maintenance view?
    Regards LL.

    Hi Mahalakshmi
    Thanks for reply.
    When I look into the procedure, there is a prerequisite: "The basis dialog for which the maintenance variant is created already exists."
    I am a little bit unsertain if I miss this 'Basic dialog'. Can you please advice on how to check / create this 'basic dialog' before I go on to create the variant. (I need this 'basic dialog' as input in the procedure you sent.)
    (Note: I have already created a 'maintenance dialog' for the view, but I have a feeling, that is something different...)

  • MMPV - Close period - How to create a variant

    Hello all,
    Transaction MMPV is used to close the MM period and open a new one. Currently, we run this transaction every month MANUALLY.
    We would like to create a variant that will open the new period automatically every month. The only problem is the period / year that changes every month (I do not know how to create a variant with changed values - if it is at all possible).
    How can we create a variant that will run every month to close the MM period ?
    Thanks for your help,
    Isaac

    Hello Isaac
    It is possible......But to make it happen you need to go with date field and not with Period and year.
    Steps -
    1 - Enter field FROM Comp Code and TO Comp Code
    2 - Enter the date (E.g - 05-Mar-2007)
    3 - Save as varient....Give the varient names as required.
    4 - Activate the 4th checkbox (Selection variable) in front of date field
    5 - Click on button 'Selection variable' at the top of screen.
    6 - Click on YELLOW light. This will turn it GREEN. Now you have 1st light as YELLO which was previously yello.
    7 - Click on the down arrow just below the yello light.
    8 - Select the appropriate option and save the varient.
    The day of batch job scheduling depends upon the options you selected in the 8th step.
    I hope it clarifies your dought and will allow you to create the varient as per your requirement.
    Best Regards
    Avinash

  • How to create a variant

    Hi :
       I developed a BDC program using call transaction, and also a tcode for this program.How can i add variants to this tcode.
    from se38 when i enter program name and from menu bar im selecting variants tab, here im creating a new variant and saving it.
    But when i execute my tcode, in selection screen i am not seeing variant option.
    Do i need to add any code for creating a variant in my program?
    Thanks.
    Raghu

    Hello,
    CALl the Transaction U have created fro the BDC. It will show the selection screen. There u fill the data for the field and SAVE button will be there in the menu click it will ask for Variant name give it and save.
    If useful reward.
    Vasanth

  • How to create a variant dynamically and get it?

    hi friends,
    I have to create variant dynamically when the user execute a report.
    i.e After entering all the details in selection screen and click on execute button. I have to create a variant with user entered details.
    When user clicks on Refresh Button in output, then i have to get this variant which i created dynamically and i have to pass it to SUBMIT statement..
    This process and all in same program.
    With example code will be helpful.
    Any helps will be appreciate......
    Regards,
    Shankar.

    Hi,
    Try this......
    Step 1:  Go to transaction SE38 to specify the Program name and select u2018Variantu2019 radio button and u2018Displayu2019.
    Then it will lead you to next screen u2018ABAP:Variants u2013Initial Screenu2019  Specify the variant which needs to be created . 
    Step2: Specify all those values which are static on the selection screen in this step. Then click u2018Variant Attributesu2019 to define selection variable for u2018any field' on the selection screen.
    Step 3: In this step, provide suitable meaning for the variant. As we need to define selection variable for u2018fieldu2019 item on selection screen, check the box under column in the selection screen below:
    Step 4: In the previous step, select u2018Selection Variablesu2019 on the menu. It leads to the next screen  As we have decided to create selection variable for u2018fieldu2019 item only, in this screen you get to see the variable as u2018fieldu2019. Here you are provided with three options.
    Now click the black arrow and you will be prompted with search help of different formulas for the selection variable
    Step 5: Find the suitable formula as select it. This will lead you to the next screen to enter the values . Save the variant and this will conclude the creation of dynamic variant with the help of selection variable. This variant can also be used in the background jobs.

  • How to create a variant and execute a Z-program in background

    Hello,
    I have created a specific transaction to update relationships between partners (BP).
    For this i have create a screen painter, but as the run time is long i want to execute the program in background.
    How to save a variant and to execute the report in background ?
    Thanks in advance
    Christophe

    Hi,
    Please go to your z-transaction.
    Enter your selection criteria. & click on save button to save your your selection criteria as a variant.
    Now go to tcode SM36 to shedule your program with saved variant.
    Regards,
    Narendra

Maybe you are looking for

  • How to create Cross Tab type report?

    Hey all, I am in the process of converting an application. The current application uses Crystal Reports to generate a Cross Tab report. I want to use Oracle to generate this type of report. Can anyone tell me how this is accomplished?

  • How to delete songs that are trying to download, that I did not select?

    Clicked on one song, and it is trying to add approx 20 others, I can manually stop the download, and delete, but they come back and try to download later? This could get expensive, now I am afraid to click on my purchased songs, because the downloadi

  • Uploading files using Zend Framework

    I am tyring to use the Zend Framework to upload files as outlined in the "Adobe Dreamweaver CS5 with PHP" book by David Powers.  I've been using the example code (more or less), and can get it to work perfectly with a local XAMPP installation of Apac

  • My iPad won't sync emails older than 2 weeks from my Microsoft Exchange account (no "No limit" option). Any chance I can get that back?

    I set up 2 differents Exchange accounts on my iPad2, Hotmail and business email. While the hotmail account has the "No limit" option for the syncing timeframe, the other one doesn't (2 weeks max.). Does anyone have that same problem and a possible so

  • How do you turn off sleep

    I just got an iPad 3 today and used it to post a recipe I could refer to while cooking.  But it kept going to sleep. understandably to reduce battery usage.   I've looked for a control to turn off sleep but do not see one.   I'd settle for just touch