Crystal Autostart - Skip VariableScreen (Parameter Entries)

Hi,
we're not satisfied with the VariableScreen (Parameter Entries) of the Crystal Reports DHTML-WebViewer. So we're only using parameters with preselected default values. Now we want to start the Crystal Report Viewer without prompting for parameters because they'ra all defined.
This behaviour still exists ins SAP BW with the url parameter: VARIABLE_SCREEN=
The BW VariableScreen appears only if mandatory parameters are not filled.
[http://help.sap.com/saphelp_nw70/helpdata/en/44/605a2fb5bd6d11e10000000a1553f6/frameset.htm]
How can we achieve this behaviour in the crystal reports DHTML-WebViewer?
Thanks in advance.

Hello,
I suggest you purchase a [case|http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300?resid=-Z5tUwoHAiwAAA8@NLgAAAAS&rests=1254701640551] on line and have a Support Engineer work with you on this question. It's beyond the scope of forums to ask for a possible enhancement request.
Thank you
Don

Similar Messages

  • SM30 : How to skip pressing 'New Entries'

    I attempt to create new entry by call function VIEW_MAINTENANCE_CALL using action = 'U'.
    I have to click button 'New entries' to pass general data display page to new entry page.
    Do you have any function that skip pressing 'new entries' to new entries page automaticly ?

    Hi Thanagit,
    This is round about way
    you can another thing that is
    create a transaction in se93 of Transaction with parameters (Parameter Transaction)
    1.Here in Transaction give SM30
    2. Chekck the checbox SKIP Initial screen
    3. click Inherit GUI attributes
    4. below under Name of screen field
       VIEWNAME : TABLE/VIEW
       UPDATE  : X
    this will create a transction which will directly take you there in change mode
    One more transaction which will call this one and 1 small BDC which will click newentries button.. that's it
    <b>Reward if useful</b>
    Thanks
    Vishwanath Purohit

  • Crystal Runtime exception: Missing parameter values

    Our company did a PeopleTools upgrade at one of our clients recently. We upgraded them to PeopleTools 8.50.08. We had to convert all the Crystal Reports to the 2008 format using the RPT converter which is included in the Client install of PeopleTools.
    The only problem now is that a lot of the Crystal processes in PeopleSoft are failing with the following error:
    Crystal Runtime exception: Missing parameter values.
    I've checked the parameters which are being passed to the report and I see both parameters are filled:
    E:\HR881\BIN\CLIENT\WINX86\PSCRRUN.EXE -CTORACLE -CDHRMKPDEV -COPSDUT -CPOPRPSWD -I218609 -RP"PUP202K" -OT6 -OP"G:\PS\PSPRCS\log_output\HRMKPDEV\CRW_PUP202K_218609" -LGDUT -OF2 -ORIENTL "2000-10-01" "2002-06-30"
    Database type is Oracle. HRMS version is 8.8. I can run the Query which gets the data in just fine and I can also run the report from Crystal fine. This only happens with Crystal reports which have a date field as a parameter/prompt in the report.
    There's currently an SR open at Oracle, but I was hoping that someone here can help me nail this issue. I'm not too happy with the quallity of Oracle support, but that's a whole different story.

    <s>Just to be sure, did you put a space after each parameter name or is it a typo over here ?
    E:\HR881\BIN\CLIENT\WINX86\PSCRRUN.EXE -CT ORACLE -CD HRMKPDEV -CO PSDUT -CP OPRPSWD -I 218609 -RP "PUP202K" -OT 6 -OP "G:\PS\PSPRCS\log_output\HRMKPDEV\CRW_PUP202K_218609" -LG DUT -OF 2 -OR IENTL "2000-10-01" "2002-06-30"</s>
    Nicolas.
    sorry, it was wrong assumption.
    Edited by: N Gasparotto on Jun 2, 2010 5:11 PM

  • BAPI to add more Parameter entries against a user id

    Hi All
    I am looking for a BAPI that assign parameter entries against a user id (tab 'parameter' if use tran SU01 for a user id) - the one that i am looking is similar to the 'BAPI_USER_ACTGROUPS_ASSIGN' which assign roles against a user id.
    I have looked in SDN for anything that may listed under PARAM but what I found are not related - If you have any ideas - please post me a line - Thanks

    Hi,
    Search with BAPI_USER_*
    and see if BAPI_USER_PROFILES_ASSIGN or BAPI_USER_CHANGE can help.
    Regards,
    Atish

  • Hyperlinking results of a crystal report to a parameter in another rpt.

    We have a requirement  to hyperlink the result values of a field in a crystal report to a parameter in another report that returns the details of that value. Example below:
    Rpt 1. Field:                                   Country
    Values:(as hyperlinks)                     USA
                                                         Germany
                                                         France
    So when a user clicks on the hyperlink "USA", report number two containing details for USA opens up like the example below:
    USA,                  Population,          etc...etc....
    North America     350M  
    The user should not be prompted to enter any parameters in the second report as it is expected to be parsed this from clicking on the value in the first report. The values in the first report are in a group section "country".  We are using Crystal 2008 on a BW query.
    Thanks for your help.

    Hi,
    Create a sub report which contains country wise informaiton and insert this report in your group footer.  Now right click on your sub report and go in change sub report links and link your sub reportcountry parameter with your main report country  parameter.
    Now it will pass your opendoc parameter value to your sub report parameter and will display results without entring once again coutnry parameter for your sub report.
    Thanks,
    Sastry.

  • Is it possible to incorporate a "Manual Over-ride" feature in FIM 2010? i.e. during a target sync, skip the MV entry.

    We are stuck on a FIM design.
    We have a column in our SQL feed table to FIM MV named "ManualAction"
    What we want to happen is that if this column has the value "YES" then FIM will not synchronize the MV entry to attached sources e.g. AD and FIM Portal.
    If we try connector filter-ing on column ManualAction equals YES we either disconnect and preserve the MV attributes provided or disconnect and nullify those MV attributes. This is not what we want.
    We want somehow to instruct FIM not to synchronize this MV entry if MV.ManualAction == YES
    Could this be do via a Rule extension somehow??
    The point of the Manual flag is that an Administrator may set one or more attributes in an AD account deliberately and does NOT want them overwritten by FIM even though the usual authoritative source value differs...
    What we are thinking is ... is it possible to instruct FIM to 'skip' this MV entry at target resource(s) sync time.
    I admit, I am not optimistic but I thought I could ask the FIM experts.

    Hello,
    you can do this for normal MA in some more and maybe granular ways.
    consider to sync the ManualAction also to MV and use this in manual precedence code of attribute flows in combination with lastwriter/contirbutor of the attribute.
    With this you have the manual attribute values from ex. AD also in MV and so in Portal.
    This is more granular because you can only have a override on the attributes you need while flowing other attributes by normal sync.
    Portal is a bit restricted as you can not control the provisioning and attribute flows with code. Whats in your MV will be providioned and exported to Portal 1:1 (if there are flows of cource).
    To have advanced flows on Portal MA you can implement a solution called replay MA.
    See:
    https://unifysolutions.jira.com/wiki/display/FIMTEAMCOM/2014-01-22+-+FIM+Replay+MA
    Peter Stapf - ExpertCircle GmbH - My blog:
    JustIDM.wordpress.com

  • SAP BW and Crystal Reports XI R2 Parameter list problem??

    Hello Experts,
    I facing a problem.
    I have a crystal report based on a BW Query. It has one parameter called Country.
    Eg:
    Until now, in BW query country variable has the following values.
    USA
    JAPAN
    GERMANY
    Now, from this fiscal year we have the following values for country variable
    USA
    JAPAN
    INDIA
    GERMANY
    UK
    I am trying to edit the list of values for the country variable in crystal reports. It is not getting reflected in SAP BW. I also tried refreshing it several times.
    THE VARIABLE IS A HIERARCHY VARIABLE.
    Can any one Please help.!!
    Regards
    NMU
    Edited by: Mohammad Usama on Oct 20, 2008 4:26 PM

    You said that you are using version XI R2 SP2 (for BO Enterprise)  - do you have any FixPacks on this codeline? (FP2.x)
    Question: If YES to above, have you made use of the equivalent FixPack for Integration Kit?  (known as "Partners Fix Pack 2.x ")
    There are a few fixes in this area, I was thinking like:
    ADAPT00716808 -  When scheduling a report from SAP Business Information Warehouse (BW) that contains parameters from a hierarchy or a hierarchy node variable, the default values fail to be displayed from InfoView. >>
    ADAPT00894127 -  When users enter date parameters in the Calendar dialog box in SAP InfoView, the dates entered fail to appear in the corresponding field.
    Good luck,
    Henry

  • Crystal Report not taking parameter propery

    Hi,
    I am facing a unique issue in reports.The report is not taking the parameter entered by the user instead it is taking the value which was used for testing the report initially.
    Save data with report in uncheked.
    The report is shwing correct data on CMS and with designer also.
    The problem arises when report is viewed java based web application.
    I am usng Crystal Reports XI and Business Objects 12 CMS.
    Regards,
    Misra P.

    Hi,
    what does single time mean? Only the first time when you start the report from your code and the second time it is like before? You may need to empty the report's parameters before giving new ones... If I could see the relevant part of your code, I could give a hint. There are also lots of samples hwo to paramterize a report from java code, which usually work fine...
    There is also an option in the crystal reports designer to keep parameter values as they were set in the CMC when saving a report to BOE...
    Regards,
    Harald

  • Crystal report static string parameter is running with null value too...

    Hi All,
    I am new to crystal report . I am using crystal report XI and in the report I designed contain one static string parameter. If I not enter any value in that parameter field still myu report get run.As per requirement I dnt want to run report unless user enter any value in that field. How to do it? Please help. any comment is valuable.
    Thanks

    Thanks Json ..
    your solution really helps me.Thanks again.
    One more issue is here,
    I have one subreport . In that  'amount ' field is present which have data type as 'character'  in database. I convert it in numeric by using following fromula,
    if NumericText ({Command.AMOUNT})
    then                                                     
    ToNumber ({Command.AMOUNT})
    when I run report in designer, it works but when I run it on crystal report server it throws error ad "Error in File :Error in formula . 'if NumericText ({Command.AMOUNT}) ' This field name is not known. Details: errorKind "
    Can u please help me out of it.
    Edited by: girish_613 on May 10, 2010 10:25 AM

  • Skip report parameter in Oracle Apps 11i

    I have 3 parameters for a new report: P1 (constant value, A, B), P2 and P3.
    When executing this report in Oracle Apps 11i, how can I have the keyboard cursor skip or jump automatically to parameter P2 after I have selected P1 = 'A' (Grayed out P3) ?
    Similarly, the keyboard cursor should skip or jump automatically to parameter P3 after I have selected P1 = 'B' (Grayed out P2) ?
    Any idea? All suggestions welcome ....

    hi,
    I think u hav to create a dummy trigger to skip/jump parameters
    Cheers,
    veer

  • Can a subreport parameter entry be delayed until the subreport is required

    Hello
    (Oracle 10g DB & CRXI CR 2008)
    I have a report that reads all records from a table. There are no parameters on the report, whatever is in the table is printed.
    I want to put a subreport in the Report Footer of this report.
    This subreport will call a SP and it has one parameter.
    At the moment when i preview the report, i am asked to supply the parameter for the subreport before the entire report runs
    What i would like to be able to do is have the main report display its data and when this is displayed THEN have the prompt for the subreport come up i.e. when the report reaches the Report Footer
    Is that possible please?
    Thanks

    The answer is NO.
    Sub report params are generated in pass 1 of the report.  This is the way Crystal builds a report
    The sub report can be anywhere on the report but the param will always be looked for at the start of the report
    (my subreport here is not linked to data in the main report)
    There is good info about PASS in the help for CR 2008 - RTFM

  • Error when uploading a crystal report with dynamic parameter into Infoview

    Hi All,
    I was trying to upload a crystal report which has a dynamic parameter into a Infoview. It shows an error message that say:- "Failed to read data from report file C:\WINDOWS\TEMP\tmp27A.rpt. Reason: Failed to read parameter object ". Can anybody help me in solving this?
    Thanks!
    Edited by: undefined on Aug 20, 2009 8:57 PM

    Post your question to the Business Objects Forum

  • Crystal Reports 10 Report Parameter Input Missing

    Post Author: Karl D
    CA Forum: Crystal Reports
    I just did a clean install of Vista Business and Crystal Reports 10.  I'm only having one issue, but it is very annoying.
    I can open a report with parameters, click the lightning bolt, enter the parameters, and the report returns.  However, as soon as I make even the slightest changed to the command, or even look at it, I am prompted to re-enter parameters.
    The problem is, the parameter dialog is then missing the input, so I have no way to enter anything.  The "Reset" button does nothing.  This happens for any report I have that uses parameters as soon as I try to view the command/query in any way.
    What should I try first.  I had trouble coming up with anything in searches.
    Good
    Bad

    I am not sure about the Citrix environment, but couple of times the file dialog was missing because the relevant dll was not registered.
    To register the dll, run the following command:
    regsvr32 "C:\Program Files\Common Files\Crystal Decisions\2.5\bin\filedialog.dll"
    Make sure you receive "...dll succeeded" message

  • JSP, Crystal RAS access passing parameter issue

    I am facing some issues with Crystal Report in RAS Server. The reports works fine, when i access the URL with parameters without hiphen('-'). But the same  throws an error  when i have an hiphen in the parameter value "The syntax of the value for prompt is facilityid incorrect. Please correct the syntax and try again"
    My URL is
    http://server/businessobjects/viewrpt.cwr?id=33432&apsuser=USERID&apspassword=PASSWORD&apsauthtype=secWinAD&init=ACTX&promptex-departmentid=CMDV&promptex-facilityid=VS-1&promptex-shiftdate=04/28/2009&promptex-dummy=14.727542216333234
    The issue is with the parameter value for facilityid VS-1

    Thank you Praveen. But, I have done it in a different way.
    http://server/businessobjects/viewrpt.cwr?id=33432&apsuser=USERID&apspassword=PASSWORD&apsauthtype=secWinAD&init=ACTX&promptex-departmentid="CMDV"&promptex-facilityid="VS-1"&promptex-shiftdate="04/28/2009"&promptex-dummy=14.727542216333234
    I passed the parameter values in double quotes and it is working fine. But now the problem is that the Crystal Report is not refreshing with the latest data. This is the case, even if i uncheck the "Save data with report".

  • Transport PARAMETER entries in TVARV to Production box

    Hi Guys,
    I have created 5 entried in table TVARV for Parameters:
    Entries are as follows:
    NAME        TYPE       NUMB        LOW
    Z11          P         0001        PARAMETER 1
    Z11          P         0002        PARAMETER 2
    Z11          P         0003        PARAMETER 3
    Z11          P         0004        PARAMETER 4
    Z11          P         0005        PARAMETER 5
    I want transport these entries to Production box. I cannot use SM30 as I cannot create multliple records for same NAME with value Z11.
    Please tell me the tcode and steps to attach these entries to a transport.
    Do I need a Customizing transport?
    Thanks
    mini

    Hi,
    Entries in table TVARV needs to be created directly in production. You do not have to transport these entries from your development client to further clients. TVARV is a table to hold global variable.
    Login to your production system, go to SM30 and enter table name TVARV and click maintain. Inside the maintenance screen you can see change button, you can add your entries directly there. Don't worry change button will be enables even in production for this table.
    Regards,
    Venkat

Maybe you are looking for