Default value in Mat master

When I am creating a material, I want to default Profit Center 'PC' in the respective Plants for which it is created/extended.
How can I do this
regards
VS

Hello VS,
You can think about using the business add-in BADI_MATERIAL_REF. It can be used to create default data of your own for a material. For example, it can be used to propose material data from certain tables of your own. It can be used only for the material master for industry.
When a material master record is created or extended in the standard R/3 System, default data is essentially determined from Customizing tables and from a reference material (if one has been specified). This default data is proposed on the views maintained in the material master record.
Hope this helps.
Regards,
Arif Mansuri
Reward if answer is helpful.

Similar Messages

  • Defaulting values in material master creation

    Hi,
    I want to have some filed values to be appeared as default in all the views while creation of material master.
    By user settings, I can restrict Org level values such as C Code,S Org Distribution Channel etc etc.
    But how to make field values such as account assignment grop,division,valuation class,price control,transport grp,loading grp etc appearing default so that user does not have to think.
    Regards,
    manOO

    Hi,
    You can set values for Parameter IDs of the fields that you want to default.
    Set values in system -> user profile -> own data under parameters tab.
    For example Disision's parameter id is 'SPA'. You can set a default value for division by giving proper value for SPA under parameters data in own data.
    Hope this will help.
    Regards,
    Naveen.

  • Passing a default value to the master block and do the auto query

    Hi
    My problem is i have a MD FORM to which i have to pass a default value and do an auto query so that when i run the form the form should open with this default value and do the query and get the details.
    I tried many things like trying to set the value of the column using p_session.set_value and then calling the same form using wwa_app_module_link by using the value in the condition but every time unless i press the query button i did not get the values.
    Now i don't know what to do.
    My portal version is 3.0.7.6.2
    Some body please help me
    thanks
    Sreedhar

    I don't think this works for 3 parameters, but I know it will work for 1. Maybe you can do something with it.
    1. Create a link to the destination component (YourProvider.YourLink)
    2. Use the code below to use that link to pass the value of a form field to the destination component. 'FieldName' is the field on the destination component you want to query, and '_FieldName_cond' is the condition. This creates the destination URL.
    3. wwa_app_module.set_target(l_url) will send you to the URL you generated.
    l_url := PORTAL.wwv_user_utilities.get_url('YourProvider.YourLink', 'FieldName', v_YourParameterValue, '_FieldName_cond', '=');
    portal.wwa_app_module.set_target(l_url);
    I'm not the best at this, but this works for me in most cases.

  • How to set Default value in Vendor master

    Hi ,
    While creating or Updating Vendor Master , House Bank should take automaticaly one purticular Bank .
    How to do this? please kindly help me on this issue.
    Thanks
    JK

    hello JK,
    for finding Exits and implement please follow below..
    you can see in SMOD.
    for using this you must create first your own project..its good way..
    Goto Tcode --CMOD n SMOD, and create ur project..->click on enhancement -> add Exit name ->click on component ->and check for exact exits by setting break point..
    any problem then let me knw.
    Regards,
    Sujeet

  • How to set default field values in customer master data.

    hi,
    I want to set default values in customer master data (account group wise).
    but
    I don't know how to set it .
    please help me.
    (I don't want to change field status in account group rather than I want to set default values for field. )
    thank you.

    hi,
    this is to inform you that,
    in SAP there is no such a provision.
    but
    in LSMW there is an option of CONSTANT VALUES.
    check in SHD0 - also
    please check and confirm
    balajis\a

  • Defalt values in material master?

    Hi All,
    Is it possible to make default values in material master.
    Like material group should be 001 for material type ROH etc
    Regards,
    RR

    Hi Raj,
    You can default the org elements and views in the material master.
    But you can not make fields inside the views as default.
    But coming to your problem, what you can do is:
    Try to copy it from existing material, so by default all values inside the views will come.
    Hope it helps...
    Utsav...

  • Oracle Portal master details default value set up.

    Hi All,
    Using Oracle Portal to create a master details form.
    I have tried to set up the details table foreign key. I used the master table primary key as a default value for the details table foreign key.
    Does anyone know what the correct syntax is when I fill in the Default Value field on the "Formatting and Validation Options for Detail Row" tab?
    Also related to this: What should I choose from the drop down menu for the "Default Value Type"?
    Best Regards.
    Liviu Minda & Paul Williams
    Cape Town City Council.

    Hi Liviu & Paul,
    NOTE: The following is applicable to Portal version 3.0.8 and above .
    Well, if you want that the Detail table Foreign key should get the value of The Mater Table Primary key, then you need not do anything like setting the Default value for the Foreign Key of the Detail section. It works like this :-
    Operation INSERT:
    When you are INSERTing a master record and the corresponding detail records, just fill up the master form and need not worry about the Foreign key(FK) in the Detail rows. Fill up the other columns for the detail rows and choose the appropriate action for each of the detail rows i.e. INSERT and click on the SAVE button. If the FK in the Detail have been left blank, then while inserting into the detail table, the Primary Key (PK) value of the master will be picked up and inserted . However, if you specify any value in the FK column of the Detail, then the specified value would override the PK value of the master.
    Generally, what ppl do is make the FK in the detail of type Hidden.. so users cannot tamper with the FK values.
    Hope this helps.
    null

  • Master Detail : Default value to '0' in Detail

    Hi All,
    I am new to Apex. I need some assistance with a Master-Detail form I created in Oracle APEX. The detail table has few columns and during ADD ROW (@ detail level), I have been trying to default the values in the detail table to '0'. But, I have had no luck with my multiple attempts. Can the experts please tell me how to get the default values working? I really appreciate your assistance
    Thanks!!

    Hi Ben,
    I have Master/Detail page which I have created. In Detail section I have close to 15 columns. In that 10 are number columns. In those number columns when I do a add row I would like to have a default value of '0'. Lets say I have Price column and in that column I would like to have a default value of '0'. I have tired a lot but could not figure it out. Please let me know if its not clear. I can put some examples.
    Thanks!

  • Material Master Default Values

    Dear All
    Whenever we create a material, we want to have the same value as default for a particular field in one of the Material master views.
    Is this possible and how can it be done?
    Regards
    Hary

    Hi Hary,
    Discuss with an ABAP consultant & find the user enhancement for the material master screen & then get the user exits  for the fields.
    Give the list of fields you need to have default values, then it can coded in the include program.
    To find a user exit use T.code SMOD.
    For further coding use T.code CMOD.
    Regards,
    Senthilkumar SD

  • How to use copy default values for material from vendor master in Account Group

    Dear all:
       In define AccountGroup for vendor ,there is a field named DURAS which means default values,who can tell me how to use it?
       Any informations are appreciated!

    Hi Katherine,
    I have tried using default value as B in the customizing
    If i maintain default values in the vendor master record, it will automatically adopt in the purchase info record.
    Here i tried using sales person & telephone no field in vendor master record & it automatically adopts to purchase info record.
    Region sales person and telephone no i have maintained in vendor master record, it automatically fetches to info record for the particular account group. I am not sure if there is any relation between vendor master and material master record.
    Regards
    Subbu.

  • Default value for Cash Discount in Material Master (SKTOF)

    Hi,
    Could anyone please let me know how the default value of this field in the material master can be customized.
    Thanks,

    SAP told me that this is a hard-coded and that there is no customizing for this field.

  • Default values for creating vendor master data

    Hi.
    Is it possible to set default value for payment term and planning group when creating vendor master data of a specific account group?
    Thanks in advance.

    HI,
    1, Create a vendor in your Account group as the reference vendor account
    2, By t-code:XK01, create new vendor with reference vendor of step 1,
       then the system will transfer the value from your reference vendor.
    Regards
    Ravinagh Boni

  • Default values set  for Tax data in material master

    Hi
    Can anyone tell me how to set default values for  TAx dat in sales view  while creating material master.
    so that it automatically take  values while creating material master.
    Regards
    Vijay Shukla

    Mary and Vijay,
    I probably understood your question wrong.
    I was somehow assuming you were referring to classification data.. Sorry abt that.
    The tax data gets populated automatically while creating the material master.
    Th key lies in configuration..  You would have to use Tcodes OVK1, OVK4 to define the material and the tax categories by country
    The tax data is populated by the assignment that you make in OVX6.. I believe.. assigning plants t Sales org. Th country code defined in the plant OX10 is used to determine the tax data and once you customize this part.. You should start seeing the tax data populate when you use that sales org while creating MM
    Hope this answers your query.
    Edited by: Pavan Kumar on May 2, 2008 8:10 AM

  • How to remove the default value of "Inventory No." in Equipment Master

    Hi Experts,
    Need your advise
    How to remove the default value for the field "Inventory No" in Equipment Master? It will goes back to the default value(TRANSIT) when i delete or change the value.
    Thank You
    Best Regards

    i think you cannot default this value from configuration, check is there any screen variant exist for your transactions IE01/IE02, else may be any user exit is active on the equipment master transactions.
    Take help of your ABAPer and verify the above.
    Praveen.

  • Set default value for price unit when creating material master data

    HI: Every
    could you tell me how to use user-exit or else ways to set default value(such as 1000) for field "Price unit" (MBEW-PEINH) when creating material master data(MM01)?
    I have try to use Exit:EXIT_SAPLMGMU_001. However, this way cannot respones it.
    thanks
    Henry

    Hi: Ihave find out a solution
    Use BADI: BADI_MATERIAL_REF
    SPROlogistics general enhancement supplement or change default data (industry)
    And then creating a Implementation Name
    Double click method: CREATE_MATERIAL
    And then write code as below:
    method IF_EX_MATERIAL_REFERENCE~CREATE_MATERIAL.
              c_mbew-peinh = '1000' .
    endmethod.
    However, SAP still store '1000' in database evenif we change the default value such as 100 when we use TCode MM01.
    in additional, we still use MM02 to change the default value such as '100'
    can anybody tell me how to do?
    thanks
    Henry

Maybe you are looking for

  • Error in Starting Weblogic Server 12c

    Hi, I get the below error when I run Weblogic server 12c. I am running it on Windows 7 Enterprise sp1. I have installed the products. Oracle DB 11.2.0.1.0, RCU 11.1.1.6.0, Webcenter Portal & Content- 11.1.1.8.0 The main error I see is Opening of file

  • Macbook Retina screen black coating issue

    My MBP Retina 13" -Oct '13 has developed a discolouration of the black screen coating on the top left and bottom left sides. It is visible in bright light/sunlight and seems that the black colour is wearing off. I have been extremely careful about pe

  • HT4689 do i have to use mission control or can i set it to another method ?

    I don't have a sensor mouse, i am using an old mouse and don't really feel like buying a whole new mouse.  Do I have to use mission control or can I get an app to customize the computer to my personal style?

  • Mac mini (mid 2010) FCP Error

    Hello all, With our MacBook Pro in the shop for a logic board replacement, we got ahold of a mid 2010 Mac mini (2.4Ghz model, 2GB RAM...I know) and installed the latest FCS version. The thing was handling our projects more or less okay until today. N

  • Requirements management Apex application

    Hello Everyone, I am interested if anyone has developed a basic requirements management tracking app. in Apex? If so would you share, if not does anyone know of one that is free? I am starting work on a very small project, but it would be nice to hav