Restrict display of materials in MM03

Hello all,
is there a way in SAP to allow a user only to display certain materials with MM03. We want a user only to be able to display material numbers that start with an 'M'.
So is there any authorization object or any other way to make this happen?
Thanks
Anne

There is no standard way of restricting on material name.
What you could do is assign all materials starting with M to a particular Material Type, assign an authorisation group to that Material Type and restrict via the appropriate auth object (I forget it right now).

Similar Messages

  • How to develop a report for display unused materials

    how to develop a report for display unused materials? where can i find them?

    Hi Phani,
    I didnt get what u acually mean by unsued material. These are some sample materail types which u can find in table 'Mara'  field 'Mtart'.
    ABF  Waste                   
    AEM  Samples                 
    BLG  BLG Empties  External   
    BLGA BLGAEmpties  Fixed assets
    CH00 CH Contract Handling    
    COMP Prod. alloc., purchased 
    CONT KANBAN Container        
    COUP Coupons                 
    DIEN Service                 
    DOCU documentary batch       
    ERSA Spare parts             
    FERT Finished product(fert)  
    FGTR Drinks                  
    FHMI Prod. resources/tools   
    FOOD Foods (excl. perishables)
    FRIP Perishables             
    GR01 material type 01        
    GR02 material type 02        
    HALB Semi-finished product   
    HAWA Trading goods           
    HERS Manufacturer parts      
    HIBE Operating supplies      
    IBAU Maintenance assembly    
    INTR Intra material          
    KMAT Configurable material   
    LEER Empties                 
    LEIH Returnable packaging    
    LGUT Empties (retail)        
    MODE Apparel (seasonal)      
    NLAG Non-stock material      
    NOF1 Nonfoods                
    PIPE Pipeline material       
    PLAN Trading goods (planned) 
    etc.
    ex:
    select * from mara where mtart = 'ABF'.
    Regards,
    Kiran B

  • Displaying replicated materials in SRM

    Hi there,
    What is the transaction I can use to display replicated materials records and service masters.
    Also what transaction should be executed to perform materail and service master delta replication.
    Thanks,
    Grace

    Hi Grace,
    you just have to run the upgrade program. Nothing really important, just an init step.
    For delta upload, once the initial upload is executed, and if the R/3 CRMRFCPAR table is well configured (with an entry for your consumer, object MATERIAL, download type Delta) each new or changes R/3 materials will be replicated automatically (if matching with your custom filter settings).
    Rgds
    Christophe

  • Restrict display and posting for specific document types

    Hi,
    Is it possible to restrict display and posting for specific document types? I want to restrict authorization to SM document type in FS10N, and KSB1 tcode. Please help
    Best Regards,
    KIRAN.

    Sandipan Choudhury wrote:
    FS10N checks for this object ("Check" in Su24) but when user doesnot has this authorization object he gets access to all doc types and when the user is restricted to specific doc types (object present in user's authorization) he will get access to only those doc types. This is how the authorization check for F_BKPF_BLA works, in other words this authorization is Optional.
    Sorry, but this is not true and seems to be an invention of how you would like it to work...
    The coding works like this (generally):
        if sy-subrc ne 0.
          select single * from  t003 where blart = postab-blart.
          check sy-subrc = 0.
          blrtab-blart = t003-blart.
          blrtab-brgru = t003-brgru.
          append blrtab.
        endif.
        if blrtab-brgru ne space.    "<--- important condition!!
          authority-check object 'F_BKPF_BLA'
               id 'BRGRU' field blrtab-brgru
               id 'ACTVT' field actvt.
          if sy-subrc ne 0.
            rcode = 4.
          endif.
        endif.
      endif. 
    The "optional" aspect is whether or not the document type has an auth group on it in T003, failing which the check is suppressed.
    If it reaches the check, then it found something and then checks that selected value.
    Moral of the story:
    --> Do not believe SU53.
    --> Do not make assumptions from ST01 traces.
    --> Read the documentation carefully.
    --> Read the code to see how it really works (you can jump to the coding location from the trace).
    Cheers,
    Julius

  • Restrict display of Condition Value in the Conditions tab in Purchase Order

    Dear All,
    We have a requirement that in the Conditions tab the condition value column should be displayed as blank to users other than those related to Purchasing and Costing.
    I have checked that there are no standard authorization objects to restrict these.
    Any inputs on how to achieve this?
    Thanks!
    Tejasav

    Hi,
    you can influence fields using BADI ME_PROCESS_PO_CUST. I don't think that you can disable just your field but you should be able to hide whole tab "Conditions". So you can perform your own authorization check in implementation of this BADI and then display or hide tab.
    Cheers

  • How can i restrict display or conceal data for a flexfield

    How can i restrict some property for a flexfied ?
    begin
    select responsibility_name
    into l_responsabilidade
    from fnd_responsibility_tl
    where responsibility_id = l_rep_id
    and language = userenv('LANG');
    end;
    if l_responsabilidade in ('Operator') then
         set_item_property('create_task.attribute1' , DISPLAYED,property_true);
    else
         set_item_property('create_task.attribute1' , DISPLAYED,property_false);
    end if;

    Thank you.  I'll try that approach. 
    I found, after much experimentation, on a similar problem involving a multiselect lookup field,  that if I make the field invisible, and add a  textbox that displays the fieldname plus .column(0), it displays all the selected entries. 
    E.g.: staff.Column(0)
    Staff is the field containing the last names of selected staff members. 
    staff.Value only shows the first name in the lookup list whether it is checked or not, so this is useless.
    staff.column(0), however, (inexplicably) shows all the selected names, e.g. Jones, Smith, Wiggins.
    Marj Weir
     

  • User Exit for display User fields in MM03

    Peace to All,
    I was able to place user fields in Purchase View of MM03.
    Question , how do I pull data from ZMARA table  of my master data so that I can display it on MM03.
    I will appreciate your help on this. Does anyone has a sample program to do so.
    Thanks in advance,
    Shilpa

    Hi Shilpa,
    Check the following user exit for MM03:
    MGA00001            Material Master (Industry): Checks and Enhancements 
    MGA00002            Material Master (Industry): Number Assignment       
    MGA00003            Material Master (Industry and Retail): Number Display.
    Hope this will help you....

  • Restrict displayed data in a query using roles

    Hi experts.
    i'm writing to you to explain our trouble.
    We have an infocube with 2 company codes 'A' & 'B'.
    We are trying to display only one of them depending on the user that executes THE SAME query, whitouth using a filter for the company code (0comp_code).
    We have done a couple of roles that restrict that infoobject and we have activated de chekbox in the infoobject properties/reporting "authorization relevant".
    This doesn´t work as well as we wanted, it restricts the access to the data that we don´t specify in the role, but when the query is executed, we obtain a message which says that the user has not authorization to acces data, here is the main problem, we only want to display a company code, but when we execute the query and tries to acces the data that is not defined in the role for that user, the query crashes and doesn't display anything.
    Is there a way to do what we want using role authorizations?
    Thanks in advance.

    Hi,
    Thanks for your answers, but, i am still having the problem.
    We are working with the 3.5 version, so we can not do what you say.
    In the other hand we have already used the transaction rssm to do that, but we are still having the authorization message when we execute the query whitouth a filter and comes data that is not defined int our roles.
    I am not sure, perhaps it is not possible with the 3.5 version.
    Thanks.

  • The CO11N Goods Movement Overview does not display any materials for BOM

    Hello folks;
      I can't seem to get a hit when searching for my particular question, which most likely is an easy one for most of you.
    A new BOM was set up consiting of individual materials (no sub-assemblies). 
    After a production order was created (CO01) and released and a reservation was created, the user went to the CO11N transaction to process the first Operation (Issue the components to the Order).
    He clicks the "Goods Movement" button and the "Enter production order confirmation: goods movement" screen that displays is blank!  There are no components listed with the "261" movement type.
    All the other BOM's that we process do not have this problem and their components appear except for this new BOM that was created.
    What are we missing? 
    I'm sure this is an easy question for you folks since I am mainly an ABAP'er with some Logistics config experience.
    Thanks in advance.
    Scott.

    Thank you so much.  The person who created the Routing did not click on any of the Backflush flags.
    I will have them fix the Routing.
    Thanks again.
    Points awarded.

  • HOW TO RESTRICT display COST CENTER LIST IN IT0001

    Hi All,
    I want to restrict view of cost centers in HR module (IT0001, IT0027, PP01).
    User shouldn't view other company code cost centers.
    Can anybody know Authorization Object OR any other solution ?.
    Thanks.
    KK.

    Hi.
    Please follow this link:
    Personnel Management
    Personnel Administration
    Basic Settings
    Customizing User Interfaces
    Change Screen Modifications
    And find the P0001 P0027 and HIDE the field: Cost Centre.
    Regards!
    Woody.

  • Finder has suddenly restricted displaying "Preview" and "More info" info.

    Sup Mac Users,
    Well, a small problem has embezzled itself upon my Macintosh recently. When shuffling through my finder window and eventually ending up, say on a picture, the dimensions of the picture are not listed anymore in the preview info. As well, when previewing a movie in the finder, a Quicktime movie, the duration of the movie is no longer displayed?
    This info has just disappeared somehow. And when clicking on "more info..." under the previewed file in the finder (or when right-clicking the file anywhere on my computer), which brings up a separate window displaying much descriptive info., the pic dimensions are missing, and with movies, the duration is missing too. It was listed under "size" when getting info for both pics and movies.
    _What happened to this info???_ This info has been +incredibly useful+ info for just a quick glance at a file... but for some reason, when a pic or a movie is on my desktop, this exact info, duration or dimensions, is shown under the pic or movie on my desktop, and nothing else (but "show item info" is activated for the desktop).
    help please,
    Message was edited by: patzivota

    Hi patzivota, could just be a simple corruption in your "com.apple.finder.plist" file. You can drag this to the desktop and restart (you'll find it in Users/YourUserName/Library/Preferences) to see if this will solve your problem.
    If after restart all appears well just trash the old plist file.

  • Restrict Bill of materials form

    Hi,
    We want to give limited access to the BOMs form. The user should be able to change or add only the Descriptive flexfields and he should not have access to any other field in the form.I have used the forms personalizations.
    Is there any other way to give the limited access.
    Thanks,
    Madhu

    Short of developing a custom form, a personalization or custom.pll is the way to achieve what you are looking for.
    Personalization is a lot better option than custom.pll.
    Sandeep Gandhi

  • How to activate the new fields on material master(MM01/MM02/MM03) for existing Materials

    Hi,
    We have a requirement to add  some custom fields as a new tab in additional data option(Descriptions, Unit of measure, etc.) in Basic data of Material master (MM01/MM02/MM03). I have successfully added and these custom fields and they are not part of standard(MARA, MARC) but a custom table and the updates are also done in custom table.
    For new materials, I can see the new tab in additional data screens of basic data view and I could successfully create/change/display using MM01/MM02/MM03. However I cannot see the new tab/fields for existing materials in the system in all 3 tcodes (MM01/MM02/MM03). This is not a main view in material master so that I can extend it by MM01.
    Is there any setting or mass generation program I have top perform so that I can see and maintain these new fields for existing materials. Appreciate any leads or help on this.
    Thanks,
    Harry

    Hello Harry,
    Goto t.code SPRO ---> Display IMG --->  Logistics - General --> Material master --> Configuring the material master --> Create program for customized screens
    Use the above path and create the screen and assign it to the sequence using the below link as reference.
    **************** - Tips - Implementing screen exits for MM01/MM02/MM03
    Regards,
    Thanga

  • Don't display Materials from ECC6

    Hello,
    I did the connection between ECC6 and CRM 7, the MATERIAL object is Done but there aren't any material, we have 2 materials in ECC, in R3AM1 transaction has multiple columns but there is a column name P has a checkbox with a flag but i don't know why has this flag.
    Can you help me i don´t know how do i do to display the materials?
    And I have other problem whit the Hierarchy R3PRODHIER, i had applied Note 759435 - Downloading R3PRODHIER without Product type but don't display, also can yo help me?
    Thank you  and regards
    Ivonne

    Hi Gil Peña Jaramillo
    Also check tr. smq1/smq2!
    May be this helps
    Regards, Kostya

  • Restricting Service Plant from order the Manufacturing Materials

    Hi Techies,
    For My client who wants to shift from Mapics to SAP wants to restrict the Service people from odering the Materials. This is because when their product comes to the service plant they should be ordering only the service kit which comes with few packagings and should not order the original material.
    I Suggested the following:
    1. The Manufacturing Materials should be available only in the manufacturing Plants and should not be extended to the service Plant.
    2. The Service Kit can be extended to all the plants and hence service plant can order it and the manufacturing plant can sell it to the service plant.
    The client wants to create all the material to be restricted from the service as ROH and the materials for which commercial or service can order as HALB.
    I feel it does not give a propoer structure of it.
    I would like your advice on this.
    Thanking you in advance.
    Regards,
    Kris.S

    Hi Kris,
    First of all you can not have different material type for the same material for different plants.
    I think whatever you have suggested is absolutely right.
    There is no point in creating all the materials in service plants as your client wants.
    However, if you still want all the materials in service plant you can go ahead and create it.
    But, for service plants you can restrict the manufacturing materials by giving Plant specific material status as blocked for procurement for service plant in purchasing view of material master.
    Regards,
    Abhay Kapase

Maybe you are looking for

  • BEX Help

    Hi, Please help me in BEX. I have HR payrol report which will display actual time worked each day. Now i want to distribute my monthly salary to each day according to time. So what I need is i want to sum up each day time.. and then devide by sallary

  • How to download pixel bander for photoshop cs5 mac

    hi any one know how to download pixel bander for photoshop cs5 mac please help Thanks

  • FM Z_EASYDMS_GETDOCDEFAULTS

    Hi Gurus, I am having problems in which when I create a document in a folder in Easy DMS. Site specific information from the folder are not copied in the new document. Can you please help me on this? Thank you!

  • How does one Invert a video clip ?

    I have shot air sequences using a mini video camera bolted uspside down on a RC model glider and filming the scenery reflected on a mirror canted at 45° (No, I am not an overly complicated person: it just happens that the hardware I used -a very smal

  • -24994,ERR_RTE: Runtime environment error when installing second database

    Hi, I try to install a second content server database on a node. When the system try to register the new instances, I got the following message: sapdb/programs/bin/dbmcli -R /sapdb/CHA/db inst_reg -k /sapdb/CHA/db ERR -24994,ERR_RTE: Runtime environm