User Parameters

Is there a defined report in which you can view all users and the parameters they currently have. SUIM does not provide this information.
Thanks,
Maritza
Edited by: Maritza Ramos on Dec 27, 2007 7:27 PM

Hi,
The user to param data is stored in table USR05 - you can pull it directly from there

Similar Messages

  • How to set user parameters in transaction MD61 through a report?

    Hi,
    I want to set default values for 'Requirement Type' in user parameters of transaction MD61 through a report. Please help.
    Thanks in Advance.

    Create Variant using SHD0 and with Group and assign to particular user's
    Here is the steps
    Creating a Variant Group
    1. Open transaction SHD0, enter the transaction code, and press enter.
    2. Choose the Standard Variants tab page, and then the sub tab page Variant Groups, and enter a group name, such as GROUP_GEN
    3. Choose Create. Enter a short text on the Maintain Variant Group window that appears and save the variant group.
    Assigning Users
    Once you have created the variant group and the relevant transaction variants with screen variants, you now need to assign users to the variant group as follows
    1. Return to the Standard Variants tab page, Variant Groups sub tab page.
    2. Enter the name of a user that you want to assign to this variant group, and choose Assign. A message that this user was successfully assigned to the variant group appears in the status bar. If you choose a where-used list for users, this user is displayed in the user list.
    3. However, for the screen variants of the variant group that you created above to be displayed for the user, you first need to select Set Proposal. The user is assigned to the group and the associated transactions are started with the corresponding variants only once you choose the Set Proposal function.
    You can use this procedure of user assignment for all other users that you want to add to the variant group
    Hope this helps.
    Thanks
    S.N

  • Getting problem with running RWBLD60 with User parameters

    Hi All,
    I am trying to run a report using rwbld60 from command prompt which has input parameters
    I tried like this but it didnt work out
    rwbld60 module=reportname.rdf userid=scott/tiger@orcl destype=file desformat=pdf
    desname=report_out.pdf parameterform=NO params=parms_1 traceopts=trace_prf tracemode=trace_replace
    tracefile=trace.txt
    Can any one please tell me how i can pass user parameters for rwbld60
    Thanks,
    Amar

    actually, i do my FYP on bluetooth chatting...
    and there will be more than two emulators running at the same time..
    one of my frens said that if u want to run more than one emulator u just simply click on run button..
    and it will appear on the screen..

  • Passing User Parameters through Run_Report_Object

    hi,
    How to pass multiple user parameters through run_report_object.example i have to pass 20 parameters, have i write 20 statements? is there any way to come in single statement.i am using Forms 6i.
    thks in advance,

    A parameter list can be the second parameter of RUN_REPORT_OBJECT,
    rjob := RUN_REPORT_OBJECT(rep_id,paramlist_id);
    Gerald Krieger

  • On Lexical variables: Are they always treated as user parameters???

    Hi
    Report Developer 10g, Winodws XP platform, local client
    I have a dynamic where clause in my report query with a lexical variable &p_where which holds the where clause. This where clause is determined at runtime, depending on the user parameter value that was entered.
    My problem is, the lexical variable &p_where is automatically added to the list of my user parameters and does show up in my parameter form, when the report is run. This will cause lot of confusion to the user, as it is not part of user input.
    It is not a user parameter, but should be treated as a regular variable. How do I work around this?
    Thanks
    Suma

    I understand. The lexical variable was automatically added to the user parameters list upon it having appeared in a query.
    This is expected. The lexical variable must be defined. Since it is not a system parameter, Oracle*Reports added it to the user parameter list.
    But if it is also showing up on your user parameter FORM (the form which solicits input from the user prior to running the report), it can simply be deleted from that form without affecting its use in the query.
    Regards,
    Steve

  • CUA and user parameters

    I thought CUA updated all user characteristics, but I just noticed that User Parameters are not updating on my system.  Is this configurable?  Is it supposed to work this way?  Does anyone know of documentation that explains this.  Thank you.

    Hi Leo,
    Generally User Parameters are set to PROPOSAL (recommended by SAP) which means the users should be able to mainatin their parameters in different systems individually.
    PFB the document stating the same in SAP HELP.
    http://help.sap.com/saphelp_nw04s/helpdata/en/6a/b1b13bb3acd607e10000000a11402f/content.htm
    Award points for helpful answers.
    Rgds,
    Sri

  • Calling report using Mapping File with user parameters

    Please provide an example of Key mapping file that provides user parameters to an Oracle Reports report, where paramform=no.
    I call an Oracle Reports report via APEX, and can't get the URL to work. If I don't use the mapping file, the call works. But I can't seem to get it to work using the mapping file to hide all the other params like userid etc.

    Please provide an example of Key mapping file that provides user parameters to an Oracle Reports report, where paramform=no.
    I call an Oracle Reports report via APEX, and can't get the URL to work. If I don't use the mapping file, the call works. But I can't seem to get it to work using the mapping file to hide all the other params like userid etc.

  • Documentation on user parameters set in SU3 or SU01?

    Hello all. I am trying to find documentation on the available user parameters set in SU3 for self-service or in SU01 by an admin.
    I frequently have users with issues with various reports, exports, etc. When all else fails, I remove all of their user parameters, the issue is resolved, and I add them back one by one until I find the offending incorrect parameter.
    Some of the parameters are self explanatory -- like Company Code, Currency, etc.
    But other, like GWRE for Report Writer, is just a series of X's. Like -- X XXX XEX....
    I can't figure out how to tell what most of them mean.
    Thanks so much.

    Amit Barnawal wrote:
    Hello Michael,
    > Parameters are exactly not needed, it is present there just for user's benefit, as suppose user needs to access particular company code always,and he dont need to put that everytime,so he can put that in parameters and it will automatically get filled.
    > Also look at below mentioned link
    > http://www.sap-img.com/basis/parameters-definition-and-details.htm
    Hi Amit,
    That is not strictly true (and the link contains incorrect information).
    Some parameters have historically been used to provide authorisation.  One of the most commonly used ones is EFB which is used to allow creation of a PO without reference to a PR.  That is only one example, there are lots in HR.

  • Pass User Parameters between Forms and Reports...?

    Hi,
    I have been trying to pass user parameters from forms to reports using
    RUN_REPORT_OBJECT. I am able to run the report from the form, but still don't know how to pass user_parameters. Does anyone know how to do this?
    Thanks,
    AB

    You can use SET_REPORT_OBJECT_PROPERTY with the "REPORT_OTHER" parameter
    The following example passes 3 parameters to the report:
    SET_REPORT_OBJECT_PROPERTY(pt_report_object_id, REPORT_OTHER, 'paramform=no p_param_1='||pc_param_1||' p_param_2='||pc_param_2);

  • User Parameters Table

    Hi All,
    I want to know the tables where the User Parameters are stored. By User parameter, i mean the The User Profile - Parameter ID & Value.
    Any pointers would be helpful.
    Thanks in advance,
    Best regards,
    Prashant

    hi
    good
    USR01 User master record (runtime data)
    USR02 Logon data
    USR03 User address data
    USR05 User Master Parameter ID
    USR12 User master authorization values
    thanks
    mrutyun

  • Delivering site in VA01 based on user parameters

    Hi,
    My requirement is to set the field 'Delivering Site' from transaction VA01 (Program Name: SAPMV45A ; Screen Number: 4440; Screen-field: RV45A-DWERK) defaulted by the user parameters.
    The problem is that this field in standard VA01 doesn't have the Parameter ID = WRK. Is there any way I can 'force' this field RV45A-DWERK to use the parameter from the user-parameters?
    Thanks in advance,
    Best regards

    Hi,
    Not sure about how to force a parameter id !
    However, you can check user exit MV45AFZB -> FORM USEREXIT_SOURCE_DETERMINATION
    where the delivering plant that need to be set according to user parameters can be done by coding your logic.
    This field is normally defaulted from the customer master -> sales area data.
    Regards,
    Amit

  • What are user parameters? and how can i add user parameter

    Hi Experts,
    what are user parameters? and how can i add user parameter and how can i add a user parameter
    HR_DISP_INFTY_NUM with value X?

    user parameters are used give reference grps and counntry grouping use SU3 tcode as amite said

  • Referencing runtime values of user parameters

    Hi folks,
    i have a report that displays data for a period between 2 date values that are specified at runtime via 2 date user parameters created in the report.
    i want to reference the runtime values of the 2 user parameters in boilerplate text as follows
    Between <date_param1> And <date_param2>
    Since they are not fields, i cannot reference them in boilerplate text as described in the help notes.
    Can anyone help out.
    thanks in advance.

    In addition to fields, you can also reference column or parameter values directly from within boilerplate. So you should be able to do: "&<date_param1> And &<date_param2>"
    Alternatively, create a field - "F_1", mark it as hidden and set its source to "date_param1". You can then reference the field as defined within the help notes.

  • User Parameters in SU01

    Hi PM Gurus,
    can somebody suggest me how to do a mass update of user parameters for selected set of users. I want to add 3 new user parameters.
    Cheers
    Deepal

    Hi Manfred
    Thanks for the reply. But I already looked at this option and it cannot be used for parameter maintenance.
    Cheers
    Deepal

  • Specifying Non-String User Parameters in The Block Comment Dialog Tag

    I am trying to add user parameters for a block. I followed the instruction provided in section 4.3.7 (comments) of sysytembuild user's guide.
    The steps were as follows:
    1- I added a new parameter named (a_r) to a gain block (from the User Parameters section of Comment tag dialog field).
    2- I selected this parameter and assigned a value of 5
    Now, using the SBA command I retrieve this parameter:
    ------------------------------- Xmath outputs
    [n=UserParameterName, p=UserParameterContent] = queryblock(1)
    n
    n (a string) = a_r
    p
    p (a list with 1 elements) =
    1:
    5
    p(1)
    ans (a string) = 5
    ---------------------------- end of Xmath outputs
    Accordin
    g to the documentation, using suffix (_r) will specify a real parameter (_i for integer and _s for string). However, the list object
    obtained from "UserParameterContent" includes a string element and not a number. This can be verified by:
    --------------------------------------- Xmath outputs
    p(1) *2
    Cannot evaluate * of a string.
    modifyblock 1 ,{UserParameterContent = list(5)}
    Expecting a list of strings
    --------------------------------- end of Xmath outputs
    It looks like that independent of the naming convention, the user parameters are stored in a list with string elements in contrast to what
    mentioned in "Editing User Parameters Dialog" of the Help topics:
    "To create a new userparameter, enter a name in the User Defined field, and then click the Add button. Note that the name must have
    one of the following suffixes: _s (string), _b (boolean), _r (real), or _i (integer). "
    The questions are as follows:
    1- Is there a way to store n
    on-string type user parameters?
    2- If there is a way for that, then, is it only for scalar numeric values or vectors and matrices can also be stored in user parameters?
    Thanks,

    The Comments Tab is generally used to define User Parameters that will be used with DocumentIt. The suffix (_s, _b,_r, etc) is to designate the datatype for DocumentIt.
    All user parameters will be passed as string data to Xmath. As you noted the value 5 is passed as a string. To convert this to a scalar use the makematrix command. After you assign a value of 5 to the a_r user parameter use the SBA command queryblock as follows:
    n=UserParameterName, p=UserParameterContent] = queryblock(1)
    then enter
    m=makematrix(p(1))
    this will return a scalar.
    To get a vector in Xmath from the User Parameters you must assign the values differently on the Comment tab. Define a user parameter and assign its values by entering a carriage return after each element.
    For example assign the following value to user paramter a_r:
    5
    6
    7
    8
    Using the queryblock command you should now get:
    p(1) is a column vector of strings
    again use the makematrix command to convert this to a vector of scalars.
    m1=makematrix(p(1))
    Matrices will require a different user parameter for each column of the matrix. For example to add a column to the previous vector, you will need to go to the user parameters and add a new parameter (call it b_r) assign its values with the carriage return after each element for example:
    0
    1
    2
    3
    Again use the queryblock command. Now p will have 2 elements (one for each parameter). To create a matrix enter:
    m2=makematrix([p(1),p(2)])
    NOTE: The order the user parameters were entered in the Comment Tab will not necessarily correspond to the element they return as when using the queryblock. For example from the previous procedure, do not assume the second user parameter entered (b_r) is going to be returne
    d as p(2).

  • Default Sales Org Data based on User parameters

    Hello,
    I wonder if it was possible to have the Sales org data beeing filled in automatically based on the user parameters. In ERP you can set this up in the user settings "Own data". In CRM you also have this option but I'm not sure if the WEB GUI uses this data in order to default the values.
    What I would want is that when a user creates a prospect, the sales are data is automatically filled based on the user's parameters.
    would this be possible?
    Kind regards

    Hi Tom,
    You can attach the user to a BP which in turn is assigned with org attributes.
    Also the determination should be enabled.
    Regards,
    Leon

Maybe you are looking for

  • Unable to call a Web Services via UTL_DBWS

    Hi all, I create with Apex 3.1 a web service (it works) Now i need to use the UTL_DBWS package to access a web services from PL/SQL So i get the Name 'WebServiceDemo', the URL 'http://my_url' and the Target Namespace 'http://my_target' from the web s

  • Agent Config issue

    Hi all, I have central repository server where agent and other services are running. Where as on one of there agent running (target server) there was an issue with time zone. Which was corrected by me. But now issue I have removed that target from OE

  • [Fwd: Re: NoClassDefFoundError at iiop.CDROutputStream.writeValueTag]

    Hi Archana, Just add ias_install/ias/usr/java/bin/ in PATH. Or when ever you run your client use ias_install/ias/usr/java/bin/java Thanks Deepak Archana Sagar wrote: Hi Deepak, Can you tell me where the JDK path should be pointed within the iplanet i

  • Long "packing time" in some requests

    Hi everyone, We are having issues with MapViewer performance. Sometimes there are delays due to "packing time" so we are running test with the same request repeated every minute and the delay occurs on occasion without following a definite pattern (r

  • Audio description on the Vbox

    Can the VBOX do audio description (That's audio description, not subtitles) How do I switch it on? Why do upgrades always come with a downgrade Solved! Go to Solution.