Can any one know how do restrict that fields in mm

hi gurus
can any one know how do we restrict the fields in the material master.  Where do we control  do any one know the transaction code for that.
Thanks in advance

OMSR
and
OMS9
Help for OMSR
Assign Fields to Field Selection Groups
To define whether a field is hidden or displayed, or whether an entry is mandatory or optional in material master maintenance, you must assign the field to a field selection group. You may assign a field to one field selection group only.
Before including customer-defined fields in a field selection group together with standard fields, or assigning standard fields to a different field selection group, familiarize yourself with the assignment of fields to field selection groups in the standard R/3 System.
Standard settings
The values of the field selection groups have been preassigned as follows:
001-110 Material master for industry
111-120 Reserved for customers (except where the values are already in use)
121-150 Material master for industry
151-210 Material master for retail
211-240 Reserved for customers
Recommendation
If possible, use the setting in the standard R/3 System. No further action is then required. If you want to make individual fields inaccessible, the easiest way is to group them together in a single field selection group and to set it to Display or Hide.
Activities
1. Check the setting in the standard R/3 System.
For this, you need to know the data screen on which the relevant field appears in the material master, and the name of the screen field, for example, MARA-MEINS in the case of the base unit of measure.
2. If necessary, change the assignment of fields to field selection groups as required.
Further notes
In the case of long texts, you define whether the entire screen is hidden or displayed, or whether entries are mandatory or optional. For this reason, each screen has been assigned to one of the following dummy fields:
LTEXT_BEST Purchase order text
LTEXT_GRUN Basic data text
LTEXT_IVER Internal comment
LTEXT_PRUE Inspection text
LTEXT_VERT Sales text
help for OMS9
Maintain Field Selection for Data Screens
In this IMG activity, you create and maintain field references. You can see where a field reference is used by choosing Where-used list.
Activities
Define or change the field references as required (except for field references with the prefix SAP which must not be changed). New field references must begin with Y or Z.
Changing the Field Selection Options for a Field Selection Group
1. Specify the field selection group.
2. Select the field selection option (hide, display, required entry, or optional entry) for each field reference as required.
3. Save your data.
Creating a Field Reference
1. Choose New entries.
2. Specify a field reference beginning with Y or Z.
3. Select the field selection option for each field selection group as required.
4. Save your data.
Changing a Field Reference
1. Double-click the relevant field reference.
2. Change the field selection option for each field selection group as required.
3. Save your data.
reward if usefull
Message was edited by:
        Umakant Bhangale

Similar Messages

  • Can any one knowing how do you trouble shooting in alert config

    Hi,
    in my scenario i am using alert configaration..but i am not able to find the errors ..but error are there.can any one knowing how do you trouble shoot in alert config
    thanks for rply..

    Hi,
    XI CCMS Alert Monitoring : Overview and Features                              
    XI CCMS Alert Monitoring : Overview and Features                              
    Triggering XI Alerts from a User Defined Function                              
    Triggering XI Alerts from a User Defined Function                              
    Alert Management - the Ideal Solution for Monitoring Your System                              
    Alert Management - the Ideal Solution for Monitoring Your System                              
    Thanks,
    Madhu
    Edited by: Madhu sudhan Reddy on Jul 24, 2008 12:07 PM

  • Apple store switched my account from the French to the American location, where I am now. Whenever I want to download an app, it says that I must switch to the French store before purchasing. Does any one know how to do that? Thank you for your help

    Hey everyone,
    I moved from France to the US, and when ever I want to download new apps, it says: you must switch to your French account before purchasing. Does anyone know how to do that?
    Thanks for your help!

    Hello riad86
    The article below will give you the step-by-step process to change the country of iTunes Store you are in.
    iOS: Changing the signed-in iTunes Store Apple ID account
    http://support.apple.com/kb/ht1311
    Regards,
    -Norm G.

  • Hi, can any one know how to resolve this error

    Compilation of JSP File '/index.jsp' failed:
    index.jsp:180:16: com.bea.plateng cannot be resolved
    <% if (com.bea.plateng.common.util.RegistryCheck.isComponentInstalled(
    ^------------^

    Please find the lines of the code here.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <%@ page import="java.util.Locale,
    java.net.URL,
    java.net.HttpURLConnection"%>
    <%
    String url = "http://"+request.getLocalName()+":"+request.getLocalPort();
    Locale currentLocale = request.getLocale();
    String currentLanguage = currentLocale.getLanguage();
    String currentCountry = currentLocale.getCountry();
    if (currentLanguage != Locale.ENGLISH.getLanguage()) {
    try {
    String redirectPath = "";
    if (currentLanguage == Locale.CHINESE.getLanguage()) {
    redirectPath = "index" + "_" + currentLanguage + "_" + currentCountry + ".jsp";
    } else if (currentLanguage == Locale.JAPANESE.getLanguage() ||
    currentLanguage == Locale.KOREAN.getLanguage()) {
    redirectPath ="index" + "_" + currentLanguage + ".jsp";
    } else {
    // Do nothing.
    if (redirectPath != "") {
    URL aURL = new URL("http", request.getLocalName(), request.getLocalPort(), redirectPath);
    HttpURLConnection conn = (HttpURLConnection)aURL.openConnection();
    if (conn.getResponseCode() == HttpURLConnection.HTTP_OK) {
    response.sendRedirect(redirectPath);
    } catch (Exception ex) {
    // Do nothing.
    %>
    <html>
    <head>
    <title>WebLogic Server Examples</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link href="ootb.css" rel="stylesheet" title="Style" type="text/css" />
    <style type="text/css">
    <!--
    .style1 {font-family: "Courier New", Courier, mono}
    .style2 {font-size: 80%}
    -->
    </style>
    </head>
    <body >
    <!-- header table begin -->
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td background="images/splash_filler_short.gif" width="470">
    <img src="images/splash_server_90_short.gif" width="410" height="153" border="0">
    </td>
    <td width=100% align="left" valign="top" background="images/splash_filler_short.gif" >
    <nobr>
    <p style="text-align:left;color:white; margin-top:95;font-size:120%"> |  Sample Applications, Code Examples, and Test Domain </p>
    </nobr></td>
    <td align="left" valign="bottom">
    <img src="images/spacer.gif" width="1" height="1">
    </td>
    </tr>
    </table>
    <!-- header table end -->
    <!-- Nav Buttons -->
    <table width=100%>
    <tr>
    <td width="50%">
    <nobr>
    <p style="margin-top:2px">
    Getting Started | <strong>Samples</strong> | 
    Fast Track | 
    Documentation | 
    Oracle Technology Network
    </p>
    </td>
    <td width=50% align="right">
    <nobr>
    <p style="margin-top:2px;margin-right:10px;">Controls:
    Start the Administration Console 
    Shut Down Server  
    </p>
    </nobr>
    </td>
    </tr>
    </table>
    <table width="100%" border="0" cellspacing="0" cellpadding="5">
    <tr>
    <td valign="top" width="50%">
    <h3>Try These WebLogic Server Features</h3>
    <p><img src="images/title_line.gif" width="100%" height="4"> </p>
    <h4>EJB 3.0 Persistence</h4>
    <p style="margin-top:2px">These examples show how EJB 3.0 persistence can be used with Java Persistence Architecture (JPA), session EJBs, and asynchronous JavaScript-based Web applications.
    <p><a href="<%=url%>/reviewService/ target="_blank" class="button">Run the example</a>
      |  Instructions </p>
    <hr>
    <h4>HTTP Pub/Sub Server</h4>
    <p style="margin-top:2px">This example demonstrates the usage of the WebLogic HTTP Pub/Sub Server utilizing the Dojo Toolkits which provides the support of Bayeux protocol.</p>
    <p>Run the example
      |  
    Instructions </p>
    <hr>
    <h4>Java Web Service Metadata Annotations</h4>
    <p style="margin-top:2px">This example shows how to create a simple WebLogic Web Service using Java Web Service (JWS) metadata annotations. Metadata annotations are a new JDK 5.0 feature, and the set of annotations used to annotate Web Service files are called JWS annotations. WebLogic Web Services use standard JWS annotations, as defined by the <i>Web Services Metadata for the Java Platform 2.0</i> specification, as well as WebLogic-specific ones for added value.</p>
    <p>Run the example
    Instructions </p>
    <hr>
    <h4>XML: Data Binding Using XML Beans</h4>
    <p>This example illustrates how to use XML Beans to bind data between XML and Java representations of the data. The example uses the <span class="style1">patientSchema.xsd</span> XML schema file as its starting point.</p>
    <p><a href="<%=url%>/xml_xmlBean/xmlBean.jsp target="_blank" class="navbutton">Run the example</a>  |  Instructions</p>
    <hr>
    <h4>EJB 2.1: Basic, Bean-Managed Enterprise JavaBean </h4>
    <p>This example demonstrates how to use an Entity EJB 2.1 to access data using bean-managed persistence.</p>
    <p><a href="<%=url%>/ejb20_beanManaged/EJBeanManagedClient.jsp target="_blank" class="button">Run the example</a>  |  
    Instructions
    </p>
    <hr>
    <h4>JSP: Simple Tags</h4>
    <p>Simple tags are a new JSP 2.0 feature that use a much simpler invocation protocol than do classic tag handlers. Also, simple tag extensions do not rely directly on any servlet APIs, which allows for potential future integration with other technologies.</p>
    <p> <a href="<%=url%>/jsp_simpleTag/SimpleTag.jsp target="_blank" class="button">Run the example</a>  |  
    Instructions
    </p>
    <hr>
    <h4>Servlet: WebLogic Extended annotations</h4>
    <p>This example demonstrates how to use WebLogic extended Servlet annotations @WLFilter and @WLInitParam to configure Servlet and Servlet Filter. By using these annotation, one avoids the need to configure Servlet and Server Filter in the web.xml deployment descriptor file..</p>
    <p> <a href="<%=url%>/ext_servlet_annotations/session target="_blank" class="button">Run the example</a>  |  
    Instructions
    </p>
    <hr>
    <h4>Servlet: AbstractAsyncServlet</h4>
    <p>The implementations of AbstractAsyncServlet can prevent hung threads by decoupling response from incoming request and timing out unresponsive
    requests.</p>
    <p> <a href="<%=url%>/asyncServlet/main.jsp target="_blank" class="button">Run the example</a>  |  
    Instructions
    </p>
    <hr>
    <h4>Database Connectivity: JDBC Rowsets</h4>
    <p>A Java RowSet is an extension of a Java ResultSet. Using a rowset to hold the data rather than a result set minimizes the number of database round trips required to filter and sort the data, and improves application performance. This example demonstrates how to use cached, filtered, and sorted rowsets. </p>
    <p><a href="<%=url%>/jdbc_rowsets/RowSetsServlet target="_blank" class="button">Run the example</a>  |   Instructions </p>
    <hr> <h4>WebLogic Scripting Tool (WLST)</h4>
    <p>The WebLogic Scripting Tool (WLST) is a command-line scripting interface that you use to automate WebLogic Server configurations and deploy applications. These sample scripts demonstrate how to use WLST to configure and manage WebLogic Server instances and domains while connected to a running Administration Server. </p>
    <p>Instructions for running sample scripts</p>
    <p>  </p>
    <p> </p></td>
    <td valign="top" width="50%"><h3>Sample Applications and Code Examples</h3>
    <p><img src="images/title_line.gif" width="100%" height="4"> </p>
    <h4>Test Domain</h4>
    <p>Use the default domain (called wl_server) to try out your own applications!</p>
    <p>You can use the WebLogic Server instance you are running right now to try out your JSPs, servlet or other Java Platform, Enterprise Edition (Java EE) Applications. See the Fast Track Deployment and Administrator Guide.</p>
    <% if (com.bea.plateng.common.util.RegistryCheck.isComponentInstalled(
    "C:/Oracle/Middleware",
    "C:/Oracle/Middleware/wlserver_10.3",
    "WebLogic Server",
    "Server Examples" ) ) { %>
    <h4>WebLogic Server API Examples </h4>
    <p>The API examples demonstrate Java EE and WebLogic Server features. Each example comes with source code, instructions for building and running the examples, and ant scripts to automate the build process. </p>
    <ul>
    <li>View the WebLogic Server API Examples Documentation </li>
    </ul>
    <h4>Avitek Medical Records Sample Application</h4>
    <p> The Avitek Medical Records application is
    an educational tool for all levels of Java EE developers. It
    showcases the use of each Java EE component, and illustrates best practice
    design patterns for component interaction and client development. MedRec also
    illustrates best practices for developing and deploying applications with
    WebLogic Server. Complete source code and documentation is available for
    this application. </p>
    <ul>
    <li>View the Avitek Medical Records Sample Application Documentation</li>
    </ul>
    <p> To launch the Medical Records Application, first shut down the current WebLogic Server instance using the <strong>Shut Down Server </strong>button in the top right corner of this page. Then select <strong>Start Medical Records Ser ver</strong> from the Windows Start-&gt;All Programs-&gt;Oracle WebLogic Products-&gt;WebLogic Server-&gt;Examples-&gt; menu. On UNIX, run the <code>startWebLogic.sh</code> script from the <code><em>MW_HOME</em>/wlserver_10.3/samples/domains/medrec</code> directory, where <code><em>MW_HOME</em></code> is the directory containing your WebLogic Server installation.</p>
    <% }else {%>
    <h4>Additional Examples</h4>
    <p>If you select the option
    to install samples when you install WebLogic Server, you can also access the following examples: </p>
    <ul>
    <li><strong>API examples<br>
    </strong>WebLogic Server API examples demonstrate Java EE and WebLogic Server features. Each example
    comes with source code, instructions for building and running the examples,
    and ant scripts to automate the build process. </li>
    <li><strong>Avitek Medical Records</strong> <strong>sample application </strong><br>
    This application showcases the use of each Java EE component and illustrates best practice
    design patterns for component interaction and client development. Avitek Medical Records also
    illustrates best practices for developing and deploying applications with
    WebLogic Server. Complete source code and documentation is available for
    this application. </li>
    </ul>
    <%} %>
    <h4>Oracle WebLogic Server How Tos, Demos, News, and Community</h4>
    <ul>
    <li>Oracle WebLogic Server Product Information<br>
    Visit Oracle WebLogic Server on the OTN to find articles about WebLogic Server programming, additional code examples, and much more. </li>
    </ul></td>
    </tr>
    </table>
    <!-- FOOTER -->
    <br>
    <p><img src="images/title_line.gif" width="100%" height="4"></p>
    <p>  Copyright &copy; 1996,2009, Oracle and/or its affiliates. All rights
    reserved. <br>
      Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
    <br>  Other names may be trademarks of their respective owners.</p>
    <p> </p>
    </body>
    </html>

  • Hi, can any one know how to run .jsp application in weblogic 8.1

    hi,
    i am using weblogic 8.1 ,
    in weblogic 6.1 and 7.0 there is directory called default web apps under bea\user projects\application.we placed all .jsp file under here.
    now bea deleted this folder.
    now how to set of environment for run .jsp application using weblogic8.1
    can one may help thanks,
    jp reddy

    hi,
    i solve this one after check bea documnetaion.
    with regards
    jp

  • After I installed iOS 7.0 for iPad update I noticed that I can't close apps like I was used to do till now. Does any one know how to close apps now.

    After I installed iOS 7.0 for iPad update I noticed that I can't close apps like I was used to do till now. Does any one know how to close apps now.

    Close Apps
    1. Double tap the home button to bring up the multi-tasking view
    2. Swipe up on the screenshot of the app you want to exit.
    3. The app will fly off the screen

  • Can't use down key because it opens automator. Does any one know how to disable this short cut?

    Everytime I press down on down key it opens automator. It doesn't let me delete the app. I don't know what to do, it is very frustating to fill in a chart when I can't use the down key. Does any one know how to disable this short cut?

    Are you talking about the Down Arrow key? To my knowledge there is no way to use that key as a shortcut for anything. But look in the Keyboard section of System Preferences and the Keyboard shortcut tab.

  • I deleted all my playlist by mistake from itunes. tried copying the to on the go on ipod and thought it would copy it on to my itune but it didn't. does any one know how i can do this without redoing all my playlists. thanks

    I deleted all my playlist by mistake from itunes. tried copying them to on the go on ipod and thought it would copy it on to my itune but it didn't. does any one know how i can do this without redoing all my playlists. thanks

    Are the playlists still on the iPod? If so I can probably cook up a script to read them back into iTunes, or you can check the features of the various tools listed at the end of this user tip to see if you can find one that you want to use.
    tt2

  • Hi I installed a new hard drive in my Mac mini osx lion an when I turn it on I get a flashing file with a question mark. I tried holding command and R keys when turning it on but the recovery fails to work. Does any one know how I can get it to recover?

    Hi I installed a new hard drive in my Mac mini osx lion an when I turn it on I get a flashing file with a question mark. I tried holding command and R keys when turning it on but the recovery fails to work. I can hold the option key at start up and choose my network, then Internet recovery shows up with an arrow pointing up. When I click on the arrow Internet recovery fails and all I get is a globe with a triangle on it with an exclamation mark on it, and under that it says
    apple.com/support
          -6002F
    Does any one know how I can fix this without a recovery disc? Thanks

    I just want to add to this, in case someone else searches for this error on Apple Support (google doesnt cover apple support.. how clever is that?)
    I had the same error. And i had a Computer that had worked, with a SSD drive and 16GB upgrade done by the owner himself.
    I tried swapping with a Mechinal Harddrive, no luck.
    Kept the Mechanical drive in, and tried with some other Ram, it worked..
    So for me this error and after reading the other responses can be boiled down to a Harddrive problem or Ram issue.
    It was Ram for me..

  • Does any one know how i can see the percentage of battery left on my iphone

    Does any one know how i can see the percentage of battery left on my iphone? at the moment i can only tell by looking at the small battery symbol in the corner of the screen. How ever this does not indicate a percentage!

    No, it won't.
    Apple is keeping that feature for the new iPhone 3GS ONLY.
    if you have an iPhone or an iPhone 3G, you will not get this feature.

  • When updating to  itune 10.5 I get this error message ,older version of bonjour can not be removed, and older version of apple mobile support cannot be removed, any one know how to fix this.

    When updating to  itune 10.5 I get this error message ,older version of bonjour can not be removed, and older version of apple mobile support cannot be removed, any one know how to fix this.

    1) The older version of Bonjour can not be removed. Contact your technical support group.
    Unfortunately, this sort of trouble has gotten more complicated to deal with ever since Microsoft pulled the Windows Installer CleanUp utility from their Download Center on June 25. First we have to find a copy of the utility.
    Let's try Googling. (Best not to use Bing, I think.) Look for a working download site for at least version 3.0 of the Windows Installer CleanUp utility. After downloading the utility installer file (msicuu2.exe), scan the file for malware, just in case. (I use the free version of Malwarebytes AntiMalware to do single-file scans for that.)
    If the file is clean, to install the utility, doubleclick the msicuu2.exe file you've downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any Bonjour entries and click "Remove".
    Quit out of CleanUp, restart the PC and try installing iTunes again. Does the install go through properly now?
    (If you do find a clean download site for the correct version of CleanUp, please don't tell me where it is. Without wishing to sound paranoid (although I grant it does sound paranoid), there is a non-zero chance that posting links to download locations for the utility here at Discussions leads to that download location being shut down.)

  • Floating photos in 11 any one know how I can keep them in the workspace like elements 6

    floating photos in Elements11, does any one know how I can keep them in the workspace like elements 6 really annoying when looking under photoshop and seeing the photo blocks my desktop or something simular or even blocks the  tools bar opions  at the bottom, which also seems far to big any help in mmaking that smaller or putting it at the top like elements 6 .. ( think I may just go back tho that 6 )

    Hi Barbara B 
    Yes I have the photos floating but they float everywhere   but not with the workspace  If I  move the work area and the photo stays where it was blocking all under it  and as I said the photos tend to over lap into other parts as well when I move it in the work space   Yes i know as clear as Mud 
    Tim

  • I've just got a new computer does any one know how to transfer my song to my new computer. I've installed itunes but can't seem to transfer the songs

    I've just got a new computer does any one know how to transfer my song to my new computer. I've installed itunes but can't seem to transfer the songs.

    you can use home sharing.
    or, assuming you have all your media files in the default location, copy the entire iTunes folder (not just the iTunes music or media folder) from the old to the exact same location on the new machine.
    you can either use your network or an external HD for that.

  • How can I watch movies in germany with native tone, english? Any one knows how to switch the language when renting a movie?

    How can I watch movies in germany with native tone, english? Any one knows how to switch the language when renting a movie?

    I wonder the Format Tables macros on my site could be adapted?
    http://www.grainge.org/pages/authoring/word/word_macros.htm
    If not, I have used Macro Express to format tables in Rh. No reason it could not be used in Word.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • In my iTunes on the iPad I've got 95 items that are stuck and I tried swiping them to delete them but it doesn't work dose any one know how to empty the download tab

    In my iTunes on the iPad I've got 95 things that are stuck and I tried swiping them to delete them but it doesn't work dose any one know how to empty the download tab

    Thanks, but, using the "free" version of Reader, there is no opportunity to open nor import the xml data - the menu options do not exist - there is no import listed.
    If we try to open the xml file directly, then we get an error - something to the effect of "unsupported file type, or the file is corrupted".
    I just noticed in my Pro version that there is the command File ->Form Data ->Import Data to Form... command. Is this what you are referring to?
    What do you recommend? Perhaps the easiest thing to do would be to purchase a few copies of Acrobat Pro for the reservations people to use? I was hoping that the free version of reader would do it, but perhaps not?
    Thanks again,
    Rob

Maybe you are looking for