Which R3-Profil-Parameters are Reported ?!?

I have a Sap Solution Manager (SSM) with Enhancement Package1 which gets data for the EWA (Early Watch Alerts) once a week (on sundays) from the connected SAP Systems. The data is then saved in a set of tables named "DSWPBI_*", i.e.
DSWPBI_Server
DSWPBI_Sysdata
DSWPBI_System
For Auditing Issues i am specially interested in the R3-profil-parameters which are stored in the table DSWPBI_Server. My question regarding the values for these parameters is:
Which value will be stored (and reported later) when a profil parameter is changed dynamically (means the parameter will be activated without restarting the system). For example the dynamically changeable parameter xyz may be set to the value "1" in the instance profil but is dynamically changed to "2" during operations. Which of these values will be found (and reported) in the table DSWPBI_Server ?
Is it the value "2" because it is the momentarily active one or is it "1" because it is the value saved in the profile file (and will be active after the next reboot) ???
Thanks you for your help,
Christoph

will assign points to any suggestion

Similar Messages

  • Understanding profile parameters...

    hi friends..  some profile parameters are starting with  rdisp/.... ztta/.... rspfpar   what does
    they mean..                       Thank you all...
    Moderator message: not directly related to ABAP development, please search for information before asking.
    Edited by: Thomas Zloch on Apr 20, 2011 10:49 PM

    Review the documentation for each parameter in RZ11 and ask a more specific question...

  • BIP report parameters are comming in given sequance.

    Hi..
    I have report in which i m passing two parameters.
    <?param@begin:fromdate?>
    <?param@begin:todate?>
    While taking report these parameters are not coming in given sequance means i want first para as Fromdate then todate, but every time todate is get displyed first.
    I tried by chaging sequace also but the same thing i m getting.

    I had to modify slightly the logic in your RTF template and add some values in your XML sample data for this to test.
    It is working as expected.
    regards
    Jorge
    p.s If you consider your original question answered then please grant the points and close the thread

  • SAP Profile Parameters which controls the [ Background Jobs ]

    Hi,
    Is there any SAP Profile Parameters which controls the [ Background Jobs ] getting executed.
    Also I would like to know especially if there are any Timeout Parameters for Background jobs getting executed in the ABAP System.
    Thanks in advance.
    Regards,
    L Raghunahth

    Hi
    Thanks for your reply..
    based on your reply , I searched and found a parameter called rdisp/max_wprun_time
    The description given for the parameter is "Maximum work process run time"
    Do you have any idea about what is this parameter for ?
    Thanks again
    Best Regards
    L Raghunahth

  • Crystal Report: ERROR - Some parameters are missing values

              mine report it possesses a single parameter ....
              this is the example of like tries of to change the value set up in the report...
              ERROR: Some parameters are missing values
              thanks help...
              EXAMPLE:
              <%@ page import="com.crystaldecisions.report.web.viewer.*"%>
              <%@ page import="com.crystaldecisions.report.htmlrender.*"%>
              <%@ page import="com.crystaldecisions.reports.reportengineinterface.*"%>
              <%@ page import="com.crystaldecisions.sdk.occa.report.reportsource.*"%>
              <%@ page import="com.crystaldecisions.sdk.occa.report.data.*"%>
              <%@ page import="com.crystaldecisions.common.keycode.*"%>
              <%@ page import="java.util.*"%>
              <%
              try {
              IReportSourceFactory2 rptSrcFactory = new JPEReportSourceFactory();
              String report = "report/ReportParametro1.rpt";
              IReportSource reportSource = (IReportSource) rptSrcFactory.createReportSource(report,
              request.getLocale());
              Fields fields = new Fields();
              ParameterField pfield1 = new ParameterField();
              Values vals1 = new Values();
              ParameterFieldDiscreteValue pfieldDV1 = new ParameterFieldDiscreteValue();
              pfield1.setName("CICCIA");
              pfieldDV1.setValue("SELECT descrizione, validoDa, validoA FROM tariffari");
              pfieldDV1.setDescription("Query Dinamica....");
              vals1.add(pfieldDV1);
              pfield1.setCurrentValues(vals1);
              fields.add(pfield1);
              CrystalReportViewer viewer = new CrystalReportViewer();
              viewer.setReportSource(reportSource);
              // layout
              viewer.setOwnPage(true);
              viewer.setBestFitPage(true);
              viewer.setHasLogo(false);
              viewer.setHasRefreshButton(true);
              // group navigation
              viewer.setHasToggleGroupTreeButton(false);
              viewer.setDisplayGroupTree(false);
              // page navigation:
              viewer.setHasGotoPageButton(false);
              // print/export
              viewer.setHasExportButton(true);
              //viewer.setPrintMode(CrPrintMode.PDF);
              viewer.setPrintMode(CrPrintMode.ACTIVEX);
              viewer.setIgnoreViewStateOnLoad(true);
              viewer.setParameterFields(fields);
              viewer.setEnableParameterPrompt(false);
              viewer.refresh();
              viewer.processHttpRequest(request, response, getServletConfig().getServletContext(),
              out);
              viewer.dispose();
              }catch(Exception e){
              out.println("Errore " + e.getMessage());
              %>
              

    I am facing the same problem. After selecting an export option (PDF/RTF), the same error message is coming up.
              Also, what needs to be done for displaying export option of EXCEL?
              Thanks,
              Farzal

  • Web Part - Report Viewer - Override Parameters are not saving

    When I select the override option and check the one parameter out of the list and click apply, or OK, the Web Part refreshes and resets the parameter list with all the items checked again.

    Hi Developer_46038,
    i tried this steps in sharepoint 2013 SP1,
    ·         A report
    viewer web part is added to a standard page
    ·         The parameters are loaded in the web part settings, and the option to
    override the default parameter is selected and overridden with the desired value.
    ·         After pressing OK, the
    report loads as expected.
    ·         After pressing "Stop Editing" on the page, the
    report still appears as expected.
    ·         If the page is reloaded, the
    parameters have been removed.
    seems the issue reproducible there, i already submit a request for checking, but i cannot make any guarantee regarding the time process.
    if should you need urgently, please open a ticket,
    http://support.microsoft.com
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Crystal Report "some parameters are missing values" while exporting/printin

    I am able to pass parameters from a JSP to a crystal report through CrystalReportViewer and view the report. (I tried doing it using the code provided on this help forum. I was getting a message: "Some Parameters are missing values". I had to add 1 line: pfield1.setReportName(""); for every parameter field. And It worked..)
    Now I can see the "Print" and "Export" buttons. But when I try to print or export the report, I get the same message "Some Parameters are missing values".

    see posting "parameter driven export to excel" on April 26th

  • How to know what reports are running by looking at SSReproting Services to see what reports are running and also any clue of which application is using the reporting services?

    How to know what reports are running by looking at SSReproting Services to see what reports are running and also any clue of which application is using the reporting services?

    To see what reports are running, take a look at the execution log views that are available in the database.  Which views that are available are dependent on your version of SSRS.
    http://technet.microsoft.com/en-us/library/ms159110.aspx
    To see which application is using SSRS is a little more difficult.  You can turn HTTP logging on, which will give you an idea of where connections are coming from, so you can see IP addresses.  You can also look at the execution log view to see
    user accounts.  So, depending on your environment and use of service accounts, this could be easy, or difficult.
    http://technet.microsoft.com/en-us/library/bb630443.aspx
    If all else fails you can look for clues in the SSRS logs.  Good luck...

  • Customizing Controller Parameters are null. Please check Default Profile.

    Hello,
    since last week we get the following error when trying to select an image or intenal link on an xml form (any xml form).
    Customizing Controller Parameters are null. Please check Default Profile.
    And this is the full trace obtained:
    com.sapportals.wcm.WcmException: Customizing Controller Parameters are null. Please check Default Profile.
         at com.sapportals.wcm.repository.service.layout.cm.customizing.CustomizingController.getInstance(CustomizingController.java:163)
         at sun.reflect.GeneratedMethodAccessor403.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:331)
         at com.sapportals.wcm.repository.service.layout.customizing.CustomizingControllerFactory.createCustomizingController(CustomizingControllerFactory.java:141)
    The layout set in case of a document selection is ConsumerSelectorWithUpload_EP and in case of an image is ConsumerThumbnailSelector_EP. In both cases the Layout Set seems correct, because when I use them in an iView it works correctly.
    I don't think it is a problem of the xml form, because we haven't change anything of them and suddenly this error started to appear.
    Has anybody had the same error?
    Thank your.
    Regards.
    Mireia Romo

    Hello Srinivasa,
    from a quick scan of the message it seems to be a rendering error rather than a TREX error. But I am not sure. You may need to log a support message to SAP.
    Before you do that, check the SDN postings by user "Jochen Goenninger" they contain the most common configuration errors in EP-KM to TREX communication.
    Regards, Karsten

  • Set Parameters in sub reports - can't know which parameter is in sub report

    Hi,
    I am trying to set parameters in reports that some time build from sub reports, the only input that I got is the parameters name(key) and there values.
    What I need is a way to retrieve the parameters from report and set them by the parameter name(key) with it's value.(when I am handle the case of parameter in sub report)
    and hope it's work!!
    any idea how to do this?
    My code is below, and I am using CR/VS2008.
    Thanks,
    Amos
    public class reportGenerator
        public reportGenerator(string reportTemplate, string reportResults, ListDictionary parameters)
            //Instantiate variables
            ReportDocument reportDocument = new ReportDocument();
            reportDocument.Load(reportTemplate);
            // Database Access
            ConnectionInfo connectionInfo = new ConnectionInfo();
            connectionInfo.ServerName = "ServerName";
            connectionInfo.DatabaseName = "DBName";
            connectionInfo.UserID = "UserId";
            connectionInfo.Password = "UserPassword";
            connectionInfo.IntegratedSecurity = false;
            SetDBLogonForReport(connectionInfo, reportDocument);
            reportDocument.SetDatabaseLogon("UserId", "UserPassword", "ServerName", "DBName", false);
            double Num = 0;
            bool isNum = false;
            ParameterDiscreteValue paramValue;
            foreach (System.Collections.DictionaryEntry param in parameters)
                isNum = double.TryParse((string)param.Value, out Num);
                if (isNum)
                    paramValue = new ParameterDiscreteValue();
                    paramValue.Value = Convert.ToDecimal(param.Value);
                    reportDocument.SetParameterValue((string)param.Key, paramValue.Value);
                else
                    reportDocument.SetParameterValue((string)param.Key, param.Value);
            reportDocument.SaveAs(reportResults, true);
        private void SetDBLogonForReport(ConnectionInfo connectionInfo, ReportDocument reportDocument)
            Tables tables = reportDocument.Database.Tables;
            foreach (CrystalDecisions.CrystalReports.Engine.Table table in tables)
                TableLogOnInfo tableLogonInfo = table.LogOnInfo;
                tableLogonInfo.ConnectionInfo = connectionInfo;
                table.ApplyLogOnInfo(tableLogonInfo);

    You should review the SDK guide online because it answers all your questions.
    The [SetParameterValue |http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/CrystalReports_dotNET_SDK/crsdk_net_doc/doc/crsdk_net_doc/html/crlrfCrystalDecisionsCrystalReportsEngineReportDocumentSetParameterValueTopic2.htm]method is overloaded 3 times. One of the overloads takes the name of the parameter, its value, and the name of the subreport it is in.
    public virtual void SetParameterValue(   string name,    object value,    string subreport);
    [Reading and Setting Discrete Parameters|http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/CrystalReports_dotNET_SDK/crsdk_net_doc/doc/crsdk_net_doc/html/crtsktutorialsrdparametersdiscreteintro.htm]

  • User/Profile Risk Violation Report table is empty

    Dear community,
    I am struggeling to find the solution for a quite simple problem: the user and profile risk violation report tables show no results (are empty). And this, although the associated tables (in the backend) contain entries for the same selection criteria (eg. GRACPROFILEACTVL etc.). What could be the reason for that? I started again the batch risk analysis very carefully (manually) on User and Profile Level, for the correct rule set and the correct system, it completed successfully, but I still can't see any results (not even a message like "No violations" or something). As an example, I took the profile SAP_ALL for a target system, which should obviously return a lot of risks/violations.
    I have also checked that this is not an authorization issue. To be more precise, actually, this functionality is working fine on the development and UAT GRC system, but not in production.
    Any help is highly appreciated. Thanks in advance.

    Hi Erik,
    The problem you are facing with only due to the SoD rule sets, which are in active as you might not have generated in Production system
    Generate the SoD rule sets, run the jobs and then run the risks reports, you will get the results as expected.
    Regards,
    Ameet

  • SSRS,MDX- Passed parameters are not hitting the main query in Dataset

    I have created a SSRS report which has to accept two parameters i.e., store name, Date(to show sales on particular date) in report. which are working fine for me. but, those passed parameters are not hitting the main query in main Dataset. what ever i
    pass in parameters, it is displaying all the rows(every city values). i think i am not correct in creating the statement in  Main dataset query, to receive those 2 parameters into the main query. can anybody please help me how to create the statement
    in main date set to display the results for the exact parameter i am passing(which has to be in MDX).
    ram

    Hi ramprasad74,
    According to your description, you want to use parameter in the report, then after parameter values are selected, corresponding data will be displayed in the report. But the parameters do not work and all the rows are displayed.
    To pass parameter to main report dataset, we need to define parameter for MDX query and assign parameter name same as SSRS report parameter. For detail information, please refer to the following steps:
    Create a Dataset to retrieve data for Store name parameter.
    Create Store name parameter, type name and prompt, set Date type to Text, check Allow multiple values check box, then select get values from the dataset.
    Create a Dataset for Date parameter.
    Create Date parameter, type name and prompt, set Date type to Date/Time, then select get values from the dataset.
    Create a new dataset used to retrieve data for the report, add statement like below to the mdx query: {STRTOMEMBER(@Date)} * {STRTOSET (@Store_name)}.
    In Query Designer pane, click Query Parameters and assign parameter name same as SSRS report parameter.
    For more information about SSRS Report with Single and Multi Selection Parameter using MDX Query, please refer to the following blog:
    http://www.codeproject.com/Articles/799265/SSRS-Report-with-Single-and-Multi-Selection-Parame
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.

  • Parameters are not shown properly

    Hello, 
    I'm having an issue with the report's parameters when they are displayed in Internet Explorer.
    The report was done with reporting services, but it's published in Sharepoint. When I open the report using the Sharepoint URL, the report's parameters are shown vertically, instead of horizontally. And the last parameter is being cut off, hidden under Internet
    Explorer's status bar.
    If I open the same report in Firefox, the parameter is displayed properly since scroll bars appear in all the parameters area, allowing me to scroll down and see the parameter's content.
    Is there any way to fix the parameter's length so that it's displayed properly in Internet Explorer. I noticed that there is a resize box at the end of the parameter, but I can't find a way to have control over it.
    Any help will be appreciated.
    Thanks!

    Hi monicanquiroga,
    By default, the parameters are shown vertically in the Parameters pane which is located on the right of the report page in SharePoint Library. If there are many parameters in the report, there would be a scroll bar to enable you scroll down the last parameter.
    In your scenario, it seems that the Parameter pane is not shown property in the IE browser. To fix this issue, here are two suggestions for your reference:
    Please try to run IE in compatibility mode and run it as Administrator to check the issue again.
    Considering the aspects of the setting or third party add-ons of Internet Explorer (IE). For more details, please see:
    1. Click Tools -> Internet options.
    2. Switch to the Security tab, click Local intranet, and then select Default level.
    3. Switch to the Advanced tab, and click Restore advanced settings.
    4. Temporarily disable third party add-ons. For detailed steps, please see the link: 
    http://windows.microsoft.com/en-IN/internet-explorer/manage-add-ons#ie=ie-10
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Prompt Parameters are not stored

    Hello,
    Iu2019m using Desktop Intelligence 12.0.0.0  and I have a problem regarding prompts.
    Sometimes the values of the prompts are not stored. Sometimes they are stored an I don't know why.
    There will be a really large formula with ~40 prompts . It would be nice if Desktop Intelligence would store the entered values.
    The user should not enter all values again if he runs the report again. And/Or the user should have the possibility to change just the prompts which are needed to change.
    Which conditions must be fulfilled so that the values of the parameters are stored?
    Regards

    Hi Sarbhjeet,
    Thanks for your answer.
    Unfortunately it doesn't work. Now I use the following prompts in a filter:
    @Select(PR-Eigenschaften\Pnrstring) like CONCAT('%~1   2',CONCAT(@Prompt('MBV 01','A',{' '},mono,free,persistent) ,'3G%'))
    @Select(PR-Eigenschaften\Pnrstring) like CONCAT('%~1   2',CONCAT(@Prompt('MBV 02','A',{' '},mono,free,persistent) ,'3G%'))
    @Select(PR-Eigenschaften\Pnrstring) like CONCAT('%~1   2',CONCAT(@Prompt('MBV 03','A',{' '},mono,free,persistent) ,'3G%'))
    by the way:
    Is this a UDF (Un Document Feature)? Where can I learn more about the Syntax (e.g. the default value).
    I downloaded the "xi3_desktop_intelligence_access_and_analysis_guide_en.pdf" but there is no information about the extended syntax.
    Thanks

  • Argument Error: One or more parameters are null.

    I am getting "javax.servlet.jsp.JspException: Argument Error: One or more parameters are null". Following are first two lines of the exception
    javax.servlet.jsp.JspException: Argument Error: One or more parameters are null.     at com.sun.faces.taglib.html_basic.PanelGridTag.doEndTag(PanelGridTag.java:470)     at empEditById.jspService(_empEditById.java:290)
    Can anyone help me out with this.

    I don't know which part of jsp code is giving problem. Here is the complete listing
    <f:view>
      <html>
        <head>
          <meta http-equiv="Content-Type"
                content="text/html; charset=windows-1252"/>
          <title>Main</title>
        </head>
        <body><h:form>
            <p>
              <strong>Employee Edit</strong>
            </p>
            <p>
              <h:messages/>
            </p>
            <p><h:panelGrid columns="3">
                  <h:outputLabel value="Employee Id:"/>
                  <h:inputText id="empId" disabled="true"
                               value="#{b_empEditById.empId}"/>
                  <h:panelGroup/>
                  <h:outputLabel value="First Name:"/>
                  <h:inputText id="firstName" required="true"
                               value="#{b_empEditById.firstName}"/>
                  <h:message for="firstName"/>
                  <h:outputLabel value="Last Name:"/>
                  <h:inputText id="lastName" required="true"
                               value="#{b_empEditById.lastName}"/>
                  <h:message for="lastName"/>
                  <h:outputLabel value="Hire Date:"/>
                  <h:inputText id="hireDate" value="#{b_empEditById.hireDate}">
                    <f:convertDateTime pattern="dd-MM-yyyy"/>
                  </h:inputText>
                  <h:message for="hireDate"/>
                  <h:outputLabel value="Reports To:"/>
                  <h:selectOneMenu id="reportsTo"
                                    value="#{b_empEditById.reportsTo}">
                    <f:selectItems value="#{requestScope.b_empEditById.selectAllEmployees}"/>
                  </h:selectOneMenu>
                  <h:message for="reportsTo"/>
                  <h:commandButton value="Confirm" id="edit"
                                   action="#{b_empEditById.confirm}"/>
                  <h:commandButton value="Back" type="submit" immediate="true"
                                   action="back"/>
                </h:panelGrid>
            </p>
          </h:form></body>
      </html>
    </f:view>I am using Oracle jdeveloper 10g but I don't which version of JSF I am using.

Maybe you are looking for