Parameter IDs

How to find parameter ID and which are the important parameter IDs which needs to be included in user master ?
For example for default values of buyres we set EVO.Like that what are the important parameter IDS and how to find them.
Best Regards,
BM

Hi,
many are there, I am citing few below for your undertsanding:
1.Contract: To avoid having to enter purchasing group Z12 (example) on every initial screen, define the purchasing group with the parameter ID EKG and the value Z12 in your own user data.
2.Model service specification: parameter MSP defines the suggested model specification per user.
3.parameter NDR Value X( capital letter) for printer settings.
4. When posting an invoice in Logistics Invoice Verification, the system displays only the number of the MM invoice document in the status line. As of SAP R/3 Enterprise, you can also display the numbers of any FI documents in the status line. You can make this setting for each user using the parameter IVFIDISPLAY with the value X
Regards
Rajesh

Similar Messages

  • Table for User Parameter IDs

    Hi All,
    Does anyone know the Table for User Parameter IDs?
    Thanks in Advance

    Hi Duke,
    USR01                          User master record (runtime data)
    USR02                          Logon data
    USR03                          User address data
    USR04                          User master authorizations
    USR05                          User Master Parameter ID      
    Regards,
    Ashok

  • Set default Parameter ids for the users

    Can some one please tell me how to set PID and values(Parameter ids) which will default upon every user creation.
    thnx.

    hi syed,
    You can fill fields on screens with default values from SAP memory using parameter IDs. It is the same as SPA and GPA.
    Parameter IDs are stored in the table <b>TPARA</b>. They can be created from <b>SE80</b>. Choose Edit Object->Choose tabstrip "More" and then choose the radiobutton Set/Get Parameter ID
    Below example is from <b>SAP Help</b>.
    For example, a user only has authorization for company code 0001. By entering the value '0001' in field COCD in the Parameter register in this user’s master record (SU01), the system automatically fills the field Company code with the value ‘0001’ on all screens he or she calls. If this company code is not predetermined using a parameter ID in the user master record, the system automatically adopts the first value entered by the user at the beginning of the transaction for the rest of the current terminal session. However, this value has to be re-entered the next time the user logs on to the system.
    Regards
    Alfred
    <points_begging_removed_by_moderator>
    Message was edited by: Julius von dem Bussche

  • Delete Parameter IDs from Memory

    Hello,
    does anyone know if there is a transaction to delete certain parameter IDs from the memory?? I am talking about the parameters you can set in the code with "SET PARAMETER ID...."...
    thanks in advance
    rudy

    hi Rudy,
    try this..
    SELECT * FROM TPARA INTO TABLE T_TPARA
    WHERE PARAMID EQ 'XX1' OR    " where XX1 is parameter id
                  PARAMID EQ 'XX2'.
    LOOP AT T_TPARA.
    SET PARAMTER ID TPARA-PARAMID FIELD SPACE.
    ENDLOOP.

  • How to Clear Parameter IDs in ABAP?

    Hi folks,
    How to clear SET parameter ID Field ccccc.
    Can anyone explain.
    Thanks,
    Matt

    Just set the field to SPACE.
    SET PARAMETER ID 'SOME_PID' FIELD space.
    Regards,
    Rich Heilman

  • Set and get parameter id

    Hi,
    I need to store one variable value and I need to retrieve the same variable value in same program. For this I have written set and get parameter ids in the same program. It is working fine but if I log off the system and if I logon the system it is not working I mean before log off the variable is showing some value if I log on again that variable is showing empty. But I want to capture the field values after log off and log on also. Is there any other option can I use table?
    Please help me I will give points.
    Thanks.

    Hi
    SAP memory is a memory area to which all main sessions within a SAPgui have access. You can use SAP memory either to pass data from one program to another within a session, or to pass data from one session to another. Application programs that use SAP memory must do so using SPA/GPA parameters (also known as SET/GET parameters). These parameters can be set either for a particular user or for a particular program using the SET PARAMETER statement. Other ABAP programs can then retrieve the set parameters using the GET PARAMETER statement. The most frequent use of SPA/GPA parameters is to fill input fields on screens
    SAP global memory retains field value through out session.
    set parameter id 'MAT' field v_matnr.
    get parameter id 'MAT' field v_matnr.
    They are stored in table <b>TPARA</b>.
    ABAP memory is a memory area that all ABAP programs within the same internal session can access using the EXPORT and IMPORT statements. Data within this area remains intact during a whole sequence of program calls. To pass data
    to a program which you are calling, the data needs to be placed in ABAP memory before the call is made. The internal session of the called program then replaces that of the calling program. The program called can then read from the ABAP memory. If control is then returned to the program which made the initial call, the same process operates in reverse.
    ABAP memory is temporary and values are retained in same LUW.
    export itab to memory id 'TEST'.
    import itab from memory Id 'TEST'.
    Here itab should be declared of same type and length.
    http://www.sap-img.com/abap/difference-between-sap-and-abap-memory.htm
    ABAP Memmory & SAP Memmory
    http://www.sap-img.com/abap/difference-between-sap-and-abap-memory.htm
    http://www.sap-img.com/abap/type-and-uses-of-lock-objects-in-sap.htm
    Regards
    Anji

  • Parameter Id

    Hi All,
    Can we check for parameter Ids (like MAT1 for MATNR) inside a debugger.Can we look into SAP memory in debugger.
    Regards
    Lekha.

    In new debguger where can I find this new tool..There is memory analysis but it deosnot show you anu area. Can ypu please guide me. Old debugger I found outthat..
    Solved..I found that...
    Edited by: Lekha on Aug 12, 2011 12:52 PM

  • Parameter id WEV

    Hello
    What is the use of parameter id WEV in user profile??
    WEV=3 -->Printed version of MB
    where can i get the useful and mandatory parameter IDs relating to MM/WM area.??
    On what basis parameters,need to assign to users??
    BUK  compnay code
    EKO  purchase org
    NDR  X prnt via output control in MM - Inventory management
    WRK plant plant
    LGN  warehouse number
    LAG  storgae location
    Regards,
    Pabbati Obulesu

    Hi,
       The parameter ID: WEV is associated with the field: WEVER (version for printing GR/IR slip) as shown below:
        The proposal of default version is defined under the note: 315434 - MIGO: Version for goods receipt/issue slip
        Refer the wiki doc: User Profile Parameters - Wiki - SCN Wiki which explains the common parameter ID's.
    Regards,
    AKPT

  • Pass Parameter ID from Main Program into Function Module

    For material, there is a fileds product hierarcy (MARA-PRDHA) on Basic view, but we also append the same field in materail sales view (MVKE-PRDHA) and put on the screen of sales view, so the user want the PRDHA on sales view could be updated automatically when it has been changed on Basic view. On the screen of basic view, the field MARA-PRDHA is set as parameter ID 'VPR', the sales views are updated in function module MVKE_SET_DATA, so how can I get the value of parameter ID 'VPR' in MVKE_SET_DATA to populate the value in Sales View?!
    Does parameter IDs and their values locate in global memory?!
    if yes, why i can't get it with: GET PARAMETER ID "VPR' <f>?
    Any idea?!
    Thanks

    Yes, this is SAP standard program for MM41/MM42 (Article material), I can't change the program and the screens are different for basis and sales views. So, I am just wondering whether there is a way to pass the parameter value of product hierarchy on basic view to any other screen process when it's updated on basic view.
    The problem is the program check every single table (views) in individual function module, so it's hard to pass any updating (not updated) value from any other views.
    Thanks

  • Screen fields without parameter id's in IW26 pseudo-selection screen

    The initial screen of IW26 looks like a selection screen but isn't.  It uses a number of screens as follows:
    1) For notification/status/order: IQS0 1050 (IQSO is the function group)
    2) For Notification Reference Object: IWO1 0100
    3) For Notification Responsibilities: IQSO 7326
    4) For Notification Start/End Dates: IQS0 7330
    5) For Notification Item: IQS0 7324
    6) For Notification Malfunction Data: IQS0 7328
    If you look at IQS0 7330, you'll see that the only the "Priority" screen field has a parameter id.
    If you look at IQS0:7324, you'll see that none of the Item-Related screen-fields have parameter ID's.
    Same for IQS0:7328 - none of the Malfunction-related fields have parameter id's.
    So - if we do a call transaction/skip first screen, we can't preset any of the Item-related screen fields in 7324, nor any of the Malfunction-related screen fields in 7330, nor any of the Date-related fields in 7328 except Priority.
    If we were dealing with a "regular" selection-screen here, I know how to get around this problem - do a "submit program" with the selection-screen parameters and select-options "preset" in the with-clause of the submit.
    But here we don't have a regular selection-screen.  We have the screens 7330, 7324, and 7328 in IQS0.  So I can't do a "submit program".
    So how do I preset screen-fields on these screens when SAP has provided no parameter ids for them?
    (I assume here that I can's use "submit program" because I'm not trying to present real selection screen fields.)
    Sorry if this is a dumb question, but I've only dealt with this problem before when the transaction has a real selection screen and I can use "submit program" with a with clause in which the parameters and select-options are preset.
    Thanks for any help anyone can provide.
    I

    Hi Rich -
    I've done the ten because you confirmed my suspicion that nothing "clean" can be done here.  I thought maybe some kind of customer screen exit would allow parameter id's to be assigned on the fly rather than in Dictionary, or something like that, but if you've never heard of this then I'm sure it can't be done.
    Anyway, the issue regarding the BDC is not the usual one of maintainability over time - it's a political one.
    The functional analysts want to use a 3rd party product to create a simpler front-end screen for IW26 - the guys on the shop floor don't want to chase the trees.
    We told them that this third party product has recently been known to cause headaches (in fact, by pure coincidence there was a post tonight 12/26 about this product.)
    They said - well what else are you going to do, write a BDC?
    I hadn't looked at IW26 so I assumed it had a regular selection screen and said to them that a BDC wouldn't be necessary - a call transaction or submit program would suffice.
    But of course I spoke too soon, unless I can get an OSSN with the parameter IDs.
    Anyway - that's the history here.
    BTW, I am going to blog on this topic of "missing" parameter ID's for two reasons:
    a) it ticks me off;
    b) if IW26 is to be efficiently called as a service, these missing ID's have got to be there;
    c) there's no reason to go to a 3rd party product just to avoid using a BDC when parameter IDs are missing.
    I know, I know - I'll blog about anything ...
    Regards
    djh

  • Passing value to a field of SAP Program which do not have "Parameter ID"

    Dear Experts,
    My requirement is that i need to pass a value from my dialog program to a field of SAP Program which do not have "Parameter ID" attached to it.
    For example: If you run SAP Transaction CS14, it has two sections viz., Primary BOM and Secondary BOM. I need to copy and create own screen using Dialog program. The screen appears in custom screen would be similar to that of the SAP Transaction CS14. If you check the fields, all the fields have "Parameter ID" attached to it, except for the following fields which do not have Parameter IDs are "Alternative", "Valid From" and "Required Qty".
    Hence how do i pass value to those fields? Kindly help me
    To those fields where "Parameter IDs" are attached, i can use below two statements:
    Set parameter id <par> field <field>.
    call transaction 'CS14' and skip first screen.
    Regards,
    Ramesh Manoharan

    Hi Harald Boeing,
    Thanks you very much. My problem is solved.
    Rewarded Points.
    Regards,
    Ramesh Manoharan

  • Package and the transport number for Parameter id

    Hi ,
    Based on a posting earlier to create a Parameter id ,
    wanted to know what is is the best practice to fill in the PACKAGE NAME while creating a Parameter id in SM30 table TPARA?

    Create parameter IDs via SE80, this should take care of package and transport assignment.
    Edit: I just tried via SM30 for TPARA, asks for package as well, so what is your problem?
    Thomas

  • What is parameter id and default component in data element? Help!

    Hi experts,
          In the further characteristics, What is parameter id and default component name in data element? what are they used for?
    Example: S_CARR_ID.
    Thanks
    Gopal

    Hi,
    Parameter ID :- Is used for assigning value to field.
    Suppose u call a transaction in u porgram.
    and u want to assign some value to field before executing the transaction.
    if the field has parameter id u can assign value to field before calling the transaction.
    that is it take the default value from the memmory.
    and u set value in the memmory using parameter id.
    <b>----
    GET PARAMETER -
    </b>
    Basic form 3
    GET PARAMETER ID pid FIELD f.
    In some cases, the syntax rules that apply to Unicode programs are different than those for non-Unicode programs. See ABAP Unicode - Other Changes
    Effect
    First, the value stored under the key pid is transferred from the local SAP memory into the field f. If this key is not available in the local SAP memory, the value stored under the same key pid is transferred from the global user-related SAP memory to the field f.
    A parameter ID can have up to 20 characters. You can find an overview of the keys (parameters) used in the SAP system description or the appropriate function in the ABAP Workbench.
    The Return Code is set as follows:
    SY-SUBRC = 0: A value was read from SAP memory. SY-SUBRC = 4: No value was found in SAP memory under the specified key.
    Notes
    The global user-related SAP memory is available to each user for the entire duration of a terminal session. For this reason, set values are retained when you leave a program.
    You should not use SAP memory for temporary storage because a user's parallel sessions use the same global memory.
    Example
    Read the program name from SAP memory:
    DATA : REPID LIKE SY-REPID.
    GET PARAMETER ID 'RID' FIELD REPID.
    <b>----
    SET PARAMETER -
    </b>SET PARAMETER ID pid FIELD f.
    In some cases, the syntax rules that apply to Unicode programs are different than those for non-Unicode programs. See ABAP Unicode - Other Changes
    Effect
    Writes the contents of the field f to the global user-specific SAP memory and the local transaction-specific SAP memory under the ID pid. Any existing values under the same ID are overwritten.
    Parameter IDs can be up to 20 characters long. They cannot consist entirely of spaces. The SAP system description contains an overview of parameter IDs. You can also produce a list using the ABAP Workbench.
    Notes
    The global, user-specific SAP memory is available to a user for the duration of a single terminal session. Values written to it are retained even when the user exits a program.
    Do not use SAP memory as a temporary storage area, since parallel sessions belonging to the same user all use the same memory area.
    Only store data of the types C, N, D, and T, as well as structures that consist of these types, in the SAP Memory.
    You can create new parameter IDs using the ABAP Workbench.
    Parameter IDs may have a namespace prefix.
    Example
    DATA REPID like sy-repid VALUE 'RSPFPAR'.
    SET PARAMETER ID 'RID' FIELD REPID.
    Message was edited by: Manoj Gupta

  • Error while creating Parameter Id

    hi,
    I am getting below error when i try to create parameter id.
    Can you please help me in this.
    Error:-
       Parameter ID ZCA0_CPLAN is not contained in table TPARA
       Data element ZCA0_CPLAN is inconsistent

    Hi..,
    U cannot create Parameter ids from SE11.
    U can use the Parameter IDs that are there in the table TPARA only...
    U cannot use or GET or SET on the parameter ids as u wish.. these should exist in TPARA table..
    Use a Parameter Id that is suitable for ur data element.
    regards,
    sai ramesh

  • Parameter ID for the transaction fb03-document display

    Hello,
    I am applying this inquiry for one customer. Please check it below:
    Could you please let us know what is the parameter ID for the transaction FB03-document display, which can be use for the default Parameter value as shown below for transaction FBL3N and FBL1N.
    Parameter ID
    FIT_ALV_AP 
    FIT_ALV_GL
    Thank you!

    Parameter ID in SAP is defined in user profile to default values while processing transactions ins SAP.
    To find out the parameter ID for e.g. goto F-02.
    Click on company code field(BUKRS). Press F1, see technical information and note down the parameter ID BUK.
    Now goto SAP Easy Access screen. System> User Profile> Own Data> Parameters.
    Maintain BUK with value say XXXX.
    Next time you goto any transaction where you need to enter comany code XXXX will be dafaulted.
    FIT_ALV_AP     FI Line Items: Vendors ALV List Variant
    FIT_ALV_GL     FI Line Items: General Ledger ALV List Variant
    Please maintain the variants that you have maintained for these parameter IDs
    Rgds
    Harmees

Maybe you are looking for