Possibility to create variants for parameters in Crystal

Dear all,
I am using crystal reports 2008 SP6. Most of the report are referring on BI queries. In BI queries our users are using variants to save several filter values.
I already noticed that in Crystal there is a personalize button, but this the user allows to just save more or less just one “variant”
Is there a way for the user to save several variants in Crystal like it is possible in BEx. Any idea would be great.
Best regards,
Stefanos from Munich/Germany

when you insert a DTP, it doesnt ask you for a variant infact it will ask you for the technical name of the DTP. Or you referring to some other variant?

Similar Messages

  • Is it possible to create views with parameters ?

    Hi,
    As MS-Access, is it possible to create views with parameters ?
    Ms-Access syntax : parameters [a] text; select * from table where code = [a]
    If yes, can you give samples ?
    Regards
    Pascal

    I suggest you you write a stored procedure that returns a recordset in oracle. Then execute the stored procedure and loop through the record set.
    Look in in MS Knowledgebase searching on ADO Stored Proceedures for the VB/C++/VBS .. code.
    Look in in Oracle PL/SQL guide for the Stored Proceedure code.

  • Creating Variant for VA05???

    Hi SAPians,
    Could you please give me the step by step process on how to create variant for VA05 for column layout.
    Thanks in advance
    MM.

    hello, friend.
    first, execute VA05.  customize your layout by clicking on the "current" icon.
    next, save your layout by going SETTINGS > DISPLAY VARIANTS > SAVE.  please note that unless your user parameters include the appropriate profile, the "save" option remains greyed out and unavailable.  ask your BASIS consultant to assign you parameter = SD_VARIANT_MAINTAIN with value "A".  then you can save your own variant.
    regards.
    p.s.
    i got this idea from someone else.  i think it was lakshmipathi.  whoever it was, thanks.

  • How to create variant for table/view ?

    Hi,
    When I go through SM30, I find a radio button called variant. I don't know the effect.
    Can anyone tell me how to create variant for table / view ?
    I want to know when we need to create variant for table/view.
    Best regards,
    Chris Gu

    hi ,
    Whenever you start a program in which selection screens are defined, the system displays a set of input fields for database-specific and program-specific selections. To select a certain set of data, you enter an appropriate range of values.
    For further information about selection screens, refer to Selection Screens in the ABAP User's Guide.
    If you often run the same program with the same set of selections (for example, to create a monthly statistical report), you can save the values in a selection set called a variant
    Procedure
    To create a new variant:
           1.      On the ABAP Editor initial screen, enter the name of the program for which you want to create a variant, select Variants, and choose Change.
           2.      On the variant maintenance initial screen, enter the name of the variant to be created.
    Note the naming convention for variants (see below).
           3.      Choose Create.
    If the program has more than one selection screen, a dialog box for screen assignment appears. The dialog box does not appear if the program only has one selection screen. The selection screen appears in this case.
           4.      If there is more than one selection screen, select the screens for which you want to create the variant
    5.      Choose Continue.
    The (first) selection screen for the report appears.
    If your program has more than one selection screen, use the scroll buttons in the left-hand corner of the application toolbar to navigate between them and to fill the fields with values. If you keep scrolling forwards, the Continue button appears on the last selection screen.
           6.      Enter the desired selection values, including multiple selection and dynamic selection.
           7.      Choose Continue.

  • HOW TO Create  variants for transaction MASS on LFA1 object?

    hOW TO Create  variants for transaction MASS on LFA1 object?
    Edited by: cheppalliakr on Nov 10, 2011 1:09 PM
    Moderator message: please do more research before asking, show what you have done yourself and provide more information when asking.
    Edited by: Thomas Zloch on Nov 10, 2011 3:10 PM

    Hi Oscar ,
    You need to create optional date prompt variable  in BW which fills your requirement .
    Ex : If you require report should always run for 1st of the month to last of month .Then create Optional date variable in BW with interval .write customer exit ,
    if from date is left blank it should take 1st of the month and if todate is left blank it should take last of the month .
    when creating webi schedules , leave prompts as blank.

  • To create variants for Bex query

    Hi Guys,
    where and how do we create variants for Bex query.
    Thanks,
    Your help is appreciated.

    Hi Sheo,
    There are several threads about this, check here:
    /thread/297437 [original link is broken]
    Hope this helps...

  • How to create variant for selection screen which is in subscreen

    Hi,
    How to create variant for selection screen which is in subscreen in a module pool program?
    it is very urgent.
    Thanks in advance.

    Hi,
    You can create the 'Parameter Transaction' so that whenever you run the particular transaction it will run with the initial value given when the Tcode was created and hence you can skip the initial screen of the module pool program.
    To create Parameter transaction from SE93 you have to choose the last option i.e Parameter Transaction.
    Regards
    Sudheer

  • Reg: How to create Variants for program SAPF120

    Hi SAP gurus,
    How to create variants for programm SAPF 120.
    with regards
    JK rao

    Hi,
    I suppose you intend to include 22 more Recurring Documents in the F.14 screen in an existing variant. Please check if these 22 are Recurring Docs in FBD3. And make sure that all 48 are appearing in the Document Number (Multiple Selection) tab of F.14. You can test (in a test system) by executing after inclusion and not necessarily saving as variant to make sure that BI session includes all 48 docs.
    Rgds.

  • Create variant for VL10b for max delivery date higher than 30 days

    Hi expert,
    I want to create a variant for the transaction VL10b with a max delivery date higher than 30 days.
    The standard transaction make 30 days as default.
    How can a proceed?
    Thanks for your help.
    Regards,
    Haja

    Hi Haja,
    From the moment you run your variant via transaction VL10B, the delivery creation date
    range will get the values saved in your variant. In a second step, when you click
    on "Purchase Order" Tab, the system will re-determine the Delivery creation date
    range taken into account the fact that field CalcRuleDefltDlvCrDt is empty and that
    MaxDelivCreateDate (visible in the variant) is equal to 30.
    Please note, the date calculation is being influenced by 2 factors :
    -The MaxDelivCreateDate field whose default value can be modified in 2 different ways:
      a) either in customizing via transaction VL10CUC
           or
      b) manually, after unchecking the "Use list profile" check box in the user role of VL10.
          By doing this, the field will be made visible and can then be manually modified.
    Afterwards, the date calculation is also controlled by the rule defined in CalcRuleDefltDlvCrDt field. You can then possibly also set this field to blank or define your own calculation rule via an
    user-exit (include V50R_USEREXIT_PREPARE). If the rule is set to 2, then regardless of the
    value stored in MaxDelivCreateDate, the date range will only cover today and tomorrow.
    These are the only 2 influencing factors for the program (not the variable type in the variant). Please try any combination you may need and this should suit your needs.
    BR,
    Enrique

  • Is it possible to create LSMW for PQ10, PQ13?

    Hi Fridz,
    I have created the OM actions, now I'm trying to create LSMW for the actions PQ10 (creation of org unit), PQ13 (Creation of Position) but while recording LSMW relationships are not creating under - Maintain Field Mapping and Conversion Rules in LSMW. Please advice on this whether these transactions are possible to create LSMW with fore & backgroung.
    $Narayana

    Hi Narayana,
    Use BDC's for better maintainance of relationship. which worked fine for me.
    thanks,
    vasu.

  • How to create Variant for braodcasting in BI 7.0

    Hi,
    As we create variants in BW 3.x using table TVARVC and
    t-code STVARV to enter variable to be updated as per requirement and a code for the same.
    And we will get variant in selection screen of report with updated values.
    Can some one tell me how can we do the same in BI 7.0?
    Please reply soon.
    Thanks.
    Santosh

    In the old SAP BW 3.5 version, we used a program that runs everyday after midnite that sets date variables in TVARVC.  The end user could specify which variable from TVARVC to fill the data field in the variant.  We have the user save the workbook and then distribute it via the Web Broadcaster.
    The workbooks are sent via email if things work OK.
    Are you saying we can do something similar using RSRVARIANT?  If we insert a row into RSRVARIANT, will the user be able to replace a field in their variant with the value?
    Here are some of our variables in TVARVC:
    Table:          TVARVC                                                   
    Displayed Fields:   9 of   9  Fixed Columns:                 4  List Width
                                                                                    MANDT NAME                           TYPE NUMB SIGN OPTI LOW                                                                               
    010   Z_PRIOR_FISCAL_PERIOD          P    0000           10/2005      
       010   Z_PRIOR_FISCAL_PERIOD          S    0000 I    EQ   10/2005      
       010   Z_PRIOR_WEEKLY_PERIOD          P    0000           43/2005      
       010   Z_PRIOR_WEEKLY_PERIOD          S    0000 I    EQ   43/2005                                                                               
    This would be for the October 2005 time frame.  In November the Z_PRIOR_FISCAL_PERIOD
    would get bumped up to 11/2005 which would have been November 2005.
    We have a batch procedure that updates the values in TVARVC table.  The user
    can choose with date value to run with.  In the old version everytime the variant
    is accessed, the current value of the variable Z_PRIOR_FISCAL_PERIOD would be fetched,
    so this is the way we could have monthly and weekly batch jobs run for precalculation
    and not get the same date range over and over again.
    How can be give the user an option to choose a variable like the above?
    Do we need to use Microsoft Excel VBA to call SAP BW to call custom code?
    Yes, we can update rsvariant table contents with a program.  But how will we "know"
    which date range the user wants unless they can choose which variable they want to use?
    Has anyone been able to do this?
    Thanks,
    Chris

  • Is there any chance of creating conditions for parameters in discoverer...

    Hello all,
    can u help me..
    i will tell the situation
    i have some countries with some codes like 40 to 80. and i have a group name for these countires like 'EMT'.
    like that i have total three groups of different names ....
    I like to create a parameter in discoveree for theses three group cpuntries.
    if i select "EMT" as a parameter i have to get all countries of code 40 to 80.
    is there any possible way to create condition for a parameter like if select this parameter those values only should display..
    iam selecting country name,code in my query..
    Plz help me..
    Thanks in advance..

    Perhaps I am misisng something, but would you not have a table that links the code values to the group name the code value is assigned to? Good database design would say that such a table should exist. I would just bring in that table into the business area and create the join that allows the link to that table. Then you have the group name available to pick as an item to create a parameter on. If there is no such table, then yes, you are stuck with having to do something as mentioned in the other reply.
    John Dickey

  • Creating variant for a table

    hi , can any one help me creating variant , i have this table table called rszcompdir and list of quries , my instruction was to create a variant on the table to display the given list of quires. thanks in advance

    hi ,
    Follow the steps to create the variant :
    1. Open the table-rszcompdir in se11.
    2. Go to table contents (CTRLSHIFTF10)
    3. Over there give your selections , and then press the SAVE button .
    4. Give the variant name and description and then save .
    5. You can create variants as such for different selection criteria's.
    6. Press the variant button (adjacent to Number of entries) in the selection screen . It would display your list of variants . Select the variant and you can notice  that the selections maintained by you are updated in the fields .
    7. Execute the table
    Variants are created to save time in giving the same set of selections every-time .
    Hope its clear with you how to create variants and use them .
    Regards,
    Lokesh

  • Is it possible to create shortcuts for Faces in iPhoto or Aperture?

    I am naming hundreds of faces.
    The auto detect function has exhausted all its options, so am now doing the remainder manually.
    Is it possible to create a shortcut for: 1) add a face? 2) specific names of faces?
    As am I doing hundreds its quite a laborious task.
    Thank you

    No.  The max no. of months you can create a calendar with is 24.  You might try using iCal.  It's perpetual.
    OT

  • Is it possible to create LABViewApplication for our own Hardware?

    Hi everybody...
    We have designed our own Data Acquisition Hardware...earlier we were developing GUI application using VC++ for that hardware..
    Is it possible to create GUI application for our own hardware?..(Serial port,parallel port,ethernet,TCP/IP,USB)..
    (not NI Devices)
    if possible then how to communicate with our hardware....(how to send & receive commands b/n appln software & our hardware)
    need to write any protocols...(then how to write it in Labview)
    i tried something like configuring the channels.....i found difficult to do that..
    is there any way to do that
    i attached our GUIappln jpeg file with this msg as attachement(i need these to be implemented in LabVIEW)
    help me regarding to that appln ..
    thanks...
    Attachments:
    jpeg1.bmp ‏1451 KB

    Itjalal,
    Absolutely. By all means.. NI software tools are not used exclusively with NI products, although in most cases, you'll appreciate that
    You can create your own custom GUI in LabView or LabWindows-CVI (if you are more familiar with C/C++ and need to create instrument drivers). The benefit of using LabView is to be able to create a custom GUI and the tests quickly. You have all the choices for communication (Serial port,parallel port,ethernet,USB).
    LabView is designed with the end-product in mind, however, you will have to prepare your protocols (drivers). I typically create them using LabWindows-CVI as wrapper functions, but if you can communicate to your product directly using software like HyperTerminal or using a TelNet session, then you can communicate with the product by simply using LabView. Even parallel port communication is simple.
    To answer your question on how communication is accomplished, you will have to let us know the following:
    1. what version of LabView that you are using?
    2. how do you "manually" communicate your your product at the moment?
    3. what is your preferred communication method? (Serial port,parallel port,ethernet,USB)
    4. do you have existing communication protocols?
    5. how did you try to configure the channels? can you provide a brief explanation?
    The GUIappln jpeg can be created using LabView. Let's start with the questions above.
    Please keep using this thread as it can contain all the steps to get you to success.
    And remember: have fun with LabView (experiment with it).
    JLV

Maybe you are looking for

  • New custom field in the POWL search criteria

    Hi experts, My requirement is to add a new custom field in the search criteria (Parameters) In my Easy shopping card POWL. I need to add custom fields in search criteria. I tried appending my custom fields in structure /SAPSRM/S_SEARCHFIELDS And cust

  • Purchase Order External Send, Print for single output message

    Hi Experts,           In my purchase order, NEU message output in triggered ( Medium 5 ). In communication method i defined comm strategy as CS01. Print immediately check box is active. I am able to send mail, but i am not getting printout.          

  • PCF file missing hostname and other information

    Using Cisco VPN Client 4.8.01.0300, several users have reported issues with being unable to launch the VPN Client software. The client returns Error 5 - Hostname not available; upon reviewing the .PCF file, the hostname and other group info is now mi

  • Idoc issue in AFS-Retail.

    one of our customers require the following criteria for VAT & Surcharge Calculation: AS PER SAP Customer's requirement TAXABLE AMOUNT 1695.83 TAXABLE AMOUNT 1696.37 VAT-5.50% 93.79 VAT-5.50% 93.30 S/C-10% ON VAT-5.5.% 9.38 S/C-10% ON VAT-5.5.% 9.33 B

  • Uninstalling iTunes & reinstall iTunes~will I lose my library?

    I've been prompted by error message to uninstall and reinstall my iTunes. Will I lose my library? (Error message 2).