Control to  create or change material master

I want to let a group person to create or change material maters only with material group 16. I found an auth. obj. M_MATE_WGR, and set activity as *, while activity goups as 16. But the nothing happened when I change a material with material group 17. It seems this auth. obj. is not checked while change material master. Does any idea for this case? How to let the system check this auth. obj.?
Thanks great.

HI,
Adding to what Sudipta has said, you can also use the workbook technique for accomplishing these type of changes. That way you can achieve all hover text changes in one shot across all MA tabs.
The 2 main tabs in the wokbook to be changed are: 'Localized Resource' and 'UI overrides' tab.
As an example, suppose you want to add the following text for Master Agreement External Category field:
"This field is a classification hierarchy to describe the products or services of the event and/or agreement."
So in the Localized resource tab, fill out the following:
BUNDLE: custom
RESOURCE_ID: xxx     
RESOURCE_KIND: APP_TEXT     
DEFAULT_VALUE: This field is a classification hierarchy to describe the products or services of the event and/or agreement.
Then refer the same attributes in the UI Overrides tab:
UI_ID: contracts.agreement.ui.buyside.default
FIELD: EXT_CAT
ATTRIBUTE: Description
VALUE: Same as Resource ID used in localized resource (xxx above)
Hope this helps,
Vikram Shukla

Similar Messages

  • BAPI_MATERIAL_SAVEDATA -        Create and Change Material Master Data

    Hi,
    I want to delete a record an EAN record(MEAN table entry) available in addtitional data tab in Basic data in Material master.
    I am making use of the BAPI BAPI_MATERIAL_SAVEDATA -  to delete the record..
    However I am not able to do the same ..,
    Kindly guide me what all details needs to be passed,, to do the same ...
    I cannot delete directly from MEAN table...
    Regards
    Irfan

    Hi,
    Pass the details in the table INTERNATIONALARTNOS of the BAPI.
    Set the deletion indicator field DEL_FLAG to delete teh record.
    What error messgaes are you getting?
    Regards,
    Ankur Parab

  • Error while trying to change Material master

    Hi ,
    I am getting following error when I am trying to Change material master thru Tcode MM02
    "Required parameter missing when calling up module MARA_SINGLE_READ"
    In fact , I also couldn't select this Material in Purchase order .Error which i am getting is "Faulty Material"
    Could anyone pls help me.
    Regards
    Sandeep marwha

    I created a new material also , but for that also I am getting same error.
    Regards
    Sandeep

  • How to create Variant Configuration Material Master in SAP PP

    Dear Friend's,
    Pl 's guide me for How to Create Variant Configuration Material Master.
    Give me step by step procedure for Creation of Variant Configuration.If some of you having screen shots for the same with one Example, that will be a very helpful to me for creating  VC.
    Thanks & Regards,
    Sandeep N.Theurkar

    Hi,
    Eg: Ford car.If a sale order is raised for fiesta lxi model the system should choose red colour & for vxi blue colour respectively.
    ie you need to define the characteristic and assign the values .
    This characteristic need to assigned to class.
    class need to be assigned to material master
    1. T.code : CT04(characteristic) FORD_MODEL, Choose single value & entry required tab & give the input as 01 - fiesta_lxi & 02 - fiesta_vxi.( characteristic values)
    2.Tcode: CT04, FORD_BODY( another characteristic)
    Choose single value , don't click entry required.
    01 - Red( characteristic values)
    02- Blue
    3. Create class T.code : CL02
    fiesta_class
    type : 300
    4. OBJECT DEPENDENCY:
    T.CODE : CT04
    FORD_MODEL
    CLICK VALUES TAB,
    IN FIESTA_LXI CLICK THE 'O' meant for Obj dependency, action & extra.
    Edit the dependecy,
    010 $Self.ford_body = '01'. & save
    Repeat the same for FIEST_VXI & instead of '01' give '02' for blue colour.
    , then create a ROH as ford_body. & a KMAT material for the car. .
    Then create a Super BOM with usage 3 & give component as ford_body
    Then use T.code cu41 (Create config profile)
    enter a profile name & class 300 & choose class assignment, choose fiest_class ,
    Use T.code cu50 to check the values.
    Then create a sale order.
    Pl. reward if helpful.
    Regards,
    nandha

  • Change material master i.e MM02 using BAPI's

    Hi ,
    I need a BAPI which will change material master for changing MRP 2,Accounting 1 and Costing 1  View .
    Please provide me with code if possible .
    Thank you .
    Regards,
    Kumar.

    hi ,
    Use the fm SELECTION_VIEWS_FIND to get the list of active view for a particular materisl.
    The index of each record in the returned table will correspond to the position of that view in the list of views that is displayed in the bdc recording.
    The number of views maintained for a material is listed in field MARA-VPSTA.
    Each Letter in above fields indicate the views maintained. Following is the list.
    A Work scheduling
    B Accounting
    C Classification
    D MRP
    E Purchasing
    F Production resources/tools
    G Costing
    K Basic data
    L Storage
    P Forecasting
    Q Quality management
    S Warehouse management
    V Sales
    X Plant stocks
    for bdc check this,
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/bdc%2btutorial
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/new%2bpage
    BDC:
    Batch Data Communication (BDC) is the process of transferring data from one SAP System to another SAP system or from a non-SAP system to SAP System.
    Features :
    BDC is an automatic procedure.
    This method is used to transfer large amount of data that is available in electronic medium.
    BDC can be used primarily when installing the SAP system and when transferring data from a legacy system (external system).
    BDC uses normal transaction codes to transfer data.
    Types of BDC :
    CLASSICAL BATCH INPUT (Session Method)
    CALL TRANSACTION
    BATCH INPUT METHOD:
    This method is also called as ‘CLASSICAL METHOD’.
    Features:
    Asynchronous processing.
    Synchronous Processing in database update.
    Transfer data for more than one transaction.
    Batch input processing log will be generated.
    During processing, no transaction is started until the previous transaction has been written to the database.
    CALL TRANSACTION METHOD :
    This is another method to transfer data from the legacy system.
    Features:
    Synchronous processing. The system performs a database commit immediately before and after the CALL TRANSACTION USING statement.
    Updating the database can be either synchronous or asynchronous. The program specifies the update type.
    Transfer data for a single transaction.
    Transfers data for a sequence of dialog screens.
    No batch input processing log is generated.
    For BDC:
    http://myweb.dal.ca/hchinni/sap/bdc_home.htm
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/bdc&
    http://www.sap-img.com/abap/learning-bdc-programming.htm
    http://www.sapdevelopment.co.uk/bdc/bdchome.htm
    http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/69/c250684ba111d189750000e8322d00/frameset.htm
    http://www.sapbrain.com/TUTORIALS/TECHNICAL/BDC_tutorial.html
    Check these link:
    http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm
    http://www.sap-img.com/abap/question-about-bdc-program.htm
    http://www.itcserver.com/blog/2006/06/30/batch-input-vs-call-transaction/
    http://www.planetsap.com/bdc_main_page.htm

  • How to Create report in Material Master that outputs stock

    Hi,
         How to Create report in Material Master that outputs stock, grouped by Material Type and Plant. The output shows Material No, Storage location, Unit of Measure and Description in addition to group totals. Data was extracted from MARA, MARC, MARD, MAKT,MKPF,
         MSEG and T001W.and what are the fields to be used.

    hi,
    check the transaction MMBE or MC.9..
    for mmbe the program is RMMMBESTN.
    check the logic in the program.

  • Error when I create the New material Master (MM01) for New Plant.

    Dear experts,
    I got the error when I create the New material Master (MM01) for New Plant.
    Error:  Valuation Area 2800 Not yet productive with Material Ledger.
    So Pl send me the solution asap.
    Venkata Raju Khottari

    Hi,
    Have u assinged Plant to Company code?
    If u say no, use T.code OX18.
    Regards,
    Murali
    Assign points if it is useful.

  • Create PO without material master

    Hello guru
    When we should create PO without material , no dout materail group willbe assigned to valluation class , then accounting document is generated ,so my case is when u do the PO without material is it necessary to do GR, in this position any movement type is hitting are not iam confused plz clarify problem
    (without material creat Po means is it right na to assign mat group to val class imgmm-purchasingmaster data---entry aids for items without material master)
    here GR is possible are not plz give me clear picture on this)
    Regards
    sapman

    Hi,
    If you create a PO without material you have the option of having a GR or no GR (it also depends on the configuration of the account assignment category).
    Check the item delivery tab and you will see if you can change the flags
    You can have no ticks and so no GR would be posted and all fanance postings happen at GR.
    You could have the GR flag ticked and so all financial postings happen at GR stage.
    You couldhave the GR flag AND the GR non-valuated flag ticked and this means a GR would be required but no financial postings will take place until invoice stage.
    If a material master was involved then you you can still do the above but only if the account assignment category is NOT blank.
    Steve B

  • How do I find who created a particular material master record?

    How can I find who created a material master record when it was created?  I've looked in the item changes log and all it shows is changes, not when the material was created.
    Thanks!

    Hi,
    You can use SE16 + MARA. Field ERSDA will show you the desired date.
    In MM03 there's an icon: white 'i', background blue. Please click on it.
    BR
    Csaba

  • Create Characteristics in Material Master

    Hello!!
    I'm trying to create the characteristics and the values into a material master with FM 'BAPI_CFGINST_CHARCS_VALS_SET'..
    but this function don't creates characteristics into my material master...
    Have I other way to do this?

    :(..  I want create a Characteristic  value assignment into a client -specific configuration(Configure variant)
    .. i can't use this FM because it's required a batch

  • Changing material master data: BOM refresh

    Hello everybody!
    I gently ask for a help:
    I have to change frequently procurement type in material master (view "MRP 2")
    How can I, afterwards, refresh the BOM linked to that material, so to have new procurement updated for my production order??
    Thanks very much!!
    Regards
    Chiara

    Thanks,
    so you say even if I change material procurement type, CS12 (base BOM) doesn't see it, but production order does, and prevails. Is that correct?
    My problem is that frequently a material that initially is a direct procurement material (so generating purchase request), may become afterwards a stock material (so not generating purchase requests if a stock is present).
    With CS12, after changing MRP 2 view, I see that material again with direct procurement (F ZN), not changed into sotck (F).
    How can I refresh it?? I have a lot of these types of changes.
    Thanks again for any suggestion
    Chiara

  • Mass change Material master

    Dears,
    How can I download current material master to excel format then transfer to another SAP PRD system?
    regards,
    wilson hong

    You Can Download the Material Master Data Maintenance View Wise Using the Tables MARA, MARC, MARD, MBEW etc.
    Go to SE11 and Input Table MARA and Select the Fields for Selections and in PSTAT Maintenance Status Tab Input the Following and download the Same.
    User department Maintenance status
    Work scheduling A
    Accounting B
    Classification C
    MRP D
    Purchasing E
    Production resources/tools F
    Costing G
    Basic data K
    Storage L
    Forecasting P
    Quality management Q
    Warehouse management S
    Sales V
    Plant stocks X
    Storage location stocks Z
    First Download the Data and Perform a BDC to Upload the Master Data Maintenance Status Wise.

  • Validate and block vendor master while creating or changing vendor master

    Hi,
    I need to validate the vendor master country against a ztable which has list of restricted countries and block the vendor       (lfb1-sperr = 'x posting block')  if the country is found in ztable. This check should happen while creation or change of vendor master.Also need to send a mail to a distribution list. Any user exit/badi to code ?  If not, what other options ?
    Thanks,
    RK

    Hi,
    For XK01 vendor creation  you can use following badi's or user exit
    S.No   Exit Name           Description
        1   RFKRRANZ            User exits: Accounts Payable Information System
        2   SAPMF02K            User exits: Vendor master data
    S.No   Badi Name             Description
        1   VENDOR_ADDRSCR_CHG    Implementation of VENDOR_ADDRSCR_CHG by Public Sector
        2   VENDOR_ADD_DATA       /NFM/Screen in Vendor Master
        3   VENDOR_ADD_DATA       SCC Implementation of BAdi VENDOR_ADD_DATA
        4   VENDOR_ADD_DATA       MPN:  Additional Fields for Vendor Master
        5   VENDOR_ADD_DATA       US Federal Government Vendor Master Extension
        6   VENDOR_ADD_DATA       Implementation of VENDOR_ADD_DATA by Public Sector
        7   VENDOR_ADD_DATA       IS-Oil Downstream Vendor
        8   VENDOR_ADD_DATA       Retail Addition: Maintenance Authorization of Local Vendors
        9   VENDOR_ADD_DATA_BI    MPN:  Additional fields for vendor master
       10   VENDOR_ADD_DATA_BI    US Federal Government:  BADI Implementation for Add On BI
       11   VENDOR_ADD_DATA_BI    IS-PS Additional Data for Vendors (Batch-Input and ALE)
       12   VENDOR_ADD_DATA_BI    IS-OIL :  Implementation for Add On BI
       13   VENDOR_ADD_DATA_CS    /NFM/VENDOR_DATA
       14   VENDOR_ADD_DATA_CS    SCC Implementation of BAdi VENDOR_ADD_DATA_CS
       15   VENDOR_ADD_DATA_CS    MPN: Additional Fields for Vendor Master
       16   VENDOR_ADD_DATA_CS    US Fed Gov't Vendor Master Data Extensions
       17   VENDOR_ADD_DATA_CS    Implementation of VENDOR_ADD_DATA_CS by Public Sector
       18   VENDOR_ADD_DATA_CS    IS-Oil Vendor Master
       19   VENDOR_ADD_DATA_CS    Retail Enhancement: Maint. Authorization of Local Vendors
       20   VENDOR_FIELDSTATUS    Control of vendor master fields for CCR vendors
    Hope it helps.
    Regards
    Hiren K.Chitalia

  • Problem in changing material master through BAPI_MATERIAL_SAVEDATA

    Hi Gurus,
    I am trying to update the custom field in accounting view, I am using BAPI_MATERIAL_SAVEDATA for this purpose. But apparantly, it is not working as desired. In last i am getting these value in returnmessages tab.
    Trying to create: 00396 ____ ____ 0110 __________ ____ __ ___ ___      
    The material cannot be maintained since no maintainable data transferred
    Trying to change: 00396 ____ ____ 0110 __________ ____ __ ___ ___      
    No changes made                                                        
    Here is my code
    ds_valuedata-VAL_AREA =  t_final-bwkey.
    ds_valuedata-VAL_TYPE = t_final-bwtar.
    ds_valuedata-zzpromo = t_final-zzpromo.          <<<<<<<< THIS FIELD I NEED TO UPDATE
    ds_valuedatax-VAL_AREA =  t_final-bwkey.
    ds_valuedatax-VAL_TYPE = t_final-bwtar.
    ds_valuedatax-zzpromo = 'X'.
          ls_extensionin-structure   = 'BAPI_TE_MBEW'.
          ls_extensionin-valuepart1  = ds_valuedata.
          APPEND ls_extensionin  TO lt_extensionin.
          ls_extensioninx-structure  = 'BAPI_TE_MBEWX'.
          ls_extensioninx-valuepart1 = ds_valuedatax.
          APPEND ls_extensioninx TO lt_extensioninx.
          CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'
            EXPORTING
              headdata       = ds_headdata
            IMPORTING
              return         = ds_bapiret2
            TABLES
              returnmessages = lt_returnmessages
              extensionin    = lt_extensionin
              extensioninx   = lt_extensioninx.
    Please help me as i am badly stuck with this problem.

    after all use call
    BAPI_TRANSACTION_COMMIT
    Amit.

  • Delta update not working when i change material master data

    Hi SAP Guru's
    can any body help me in solving my issue.
    My issue is i created a data source with a function module to create delta in change date field LAEDA.
    .Full upload is working fine based on the selection screen but delta update is not working properly .
    it is working as full load run for every first run of the day.
    Please can any body help me in this.
    What i did in ECC.
    I copied the FM 'RSAX_BIW_GET_DATA_SIMPLE to Z function module.
    Done a select on three tables and passed the data into e_t_data
    In Rso2 i attached LAEDA filed after clicking generic delta field.
    after completing the steps in ECC
    Any help will be apperitiated .
    Thanks in advance

    Did you actually change the sold-to party though or just the payer?  The sold-to party's price list type controls the price list type value copied into the order header.  Even if the payer has a different value, it's not copied to the order header.  You can see this behavior in FV45KFKD_VBKD_FUELLEN.  If you switch sold-to's then you should get a pop-up that new pricing was carried out; you should also see your new price list type value in the order header and you can use the 'analysis' function at the item level to verify that the correct price was used.

Maybe you are looking for