Assigning structure of data screen for users

Hi,
I want to know where is the setting for material master data screens  , how to find out the  which data strucutre is assign , we have three plant  e.g  : 1,2,3 ,  for all those three plant we are using mat. type FERT ,  but sctrucutre of data screen is different for all three plant  I want to find where this assignment is done and how to find it.
regards,
zafar

HI,
U can check here,
Option-1:*Select Screen Sequence 21 instead of B2 & copy 21 and rename it( in step 5)[if u do not want Excise Data] Note: Follow the steps for customization of material master 1. Material Number: SPRO -> Logistic - General -> Material Master -> Basic Settings -> Define Output Format of Material Number TCODE: OMSL 2. Define Field Reference: SPRO -> Logistic - General -> Material Master -> Field Selection -> Maintain field Selection For data Screens T CODE: OMS9 3. Define Industry Sector: SPRO -> Logistic - General -> Material Master -> Field Selection -> Define industry Sectors and industry -sector- specific Field Selection T.Code:OMS3 4. Material Type: SPRO -> Logistic - General -> Material Master -> Basic Settings -> Material Type ->Define attribute of material Type T.Code:OMS2 (Select Material Type: ROH for ur raw material( example) copy it and renamed it to UR RAW MATERIAL) 5. Define Screen Sequence: SPRO -> Logistic - General -> Material Master -> Configuring the Material Master -> Define structure of Data Screens for each Screen Sequence T.Code:OMT3B (Select Screen Sequence: 21, copy it and renamed it to Z with any letter( Like ZA or ZB ) 6. Ordering Screen Sequence: SPRO -> Logistic - General -> Material Master -> Configuring the Material Master -> Maintain Order of main and Additional Screen T.Code:OMT3R 7. Assign Screen Sequence to Industry Sector: SPRO -> Logistic - General -> Material Master -> Configuring the Material Master -> Assign Screen Sequences to User/Material Type/Truncation/Industry Sector T.Code:OMT3E 8. Assign Field Reference to Plant: SPRO -> Logistic - General ->Material Master -> Field Selection -> Define Plant -Specific Field Selection and Plant -Specific Screen Selection T.Code:OMSA 9. Define Material Group SPRO -> Logistic - General -> Material Master -> Setting for Key Field -> Define Material Group T.Code:OMSF 10. Define Number Range of Material: SPRO -> Logistic - General -> Material Master -> Basic Settings -> Material Type ->Define Number Range for each Material Type T.Code:MMNR 11. Define Purchasing Group: SPRO -> Material Management->Purchasing->Create Purchasing Group T.Code:OME4 Fore more check the Link http://www.sap123.com/showthread.php?t=27 Option-2:Try this 1.Just click the tab ,(Which is u want to delete/Hide )and get the field name 2.Go to T.Code: OMSR and enter that field name and get Selection Group 3.1. Use t.Code: OMS2 and click your material type and in next screen check Field reference ( you have assigned for material type){{ ( example :;For ROH material type the Field reference is ROH) 3.2. use T.code:OMS9,, Double Click your Field Reference and select field selection Group & select round box of Hide
Regards
KK
Edited by: Kishore Kumar Galla on Mar 26, 2010 5:22 PM

Similar Messages

  • Create a screen for user input in BI

    Hi Experts,
    I want to know can i creat a screen for user input in BI with module pool programing
    and i want to store the data in ztable in SAP-BI.
    Moderator message: please search for available documentation, these forums are no substitute for ABAP training.
    Edited by: Thomas Zloch on Dec 10, 2010 8:37 PM

    I'm afraid that I cannot get it. I had a look at the docs you suggested before posting, and still, no luck (...)
    JOptionPane.showMessageDialog(dialog, "Please input info");Can you please tell me what I'm doing wrong and I cannot add the JDialog to the JOptionPane?Re-read the API and tutorial. JOptionPane is meant specifically to spare you from instantiating manually a JDialog. The showXxxDialog(...) methods do create a JDialog of their own, based on the contents supplied as arguments.
    In particular, using the 2-arguments variation showMessageDialog(Component parentComponent, Object message):
    - The first argument parentComponent is not be the dialog you want to display, but the component over which you want the dialog to appear. The most typical value are this or null.
    - The second argument is the "message" to display, but as described in the API, it can be a JComponent, that is, even a JPanel with child widgets (in a word, a JPanel containing the specific form you'd display in the dialog if you were writing the dialog manually).
    Again, at the risk of insisting densely, I'm only quoting the API an tutorial, so please read them attentively.
    Edited by: jduprez on Nov 2, 2009 2:29 PM - Sorry Kevin, hadn't seen you latest reply. I completely subscribe to the thought process you recommend.
    Edited by: jduprez on Nov 2, 2009 2:32 PM
    Thinking about it further, I don't completely subscribe... Indeed it looks like a bad idea to make the OP wonder about dialog.setVisible() when JOptionPane enables him to forget about the hand-made dialog. I stand by my own advice ("JDialog" should not even appear in this code extract).

  • How to create a new Structure of Data screen and screen sequence

    Hi,
    Can you give any link or explain all the steps required to create a new structure of data screen and how to assign it to our comapnay code or plant etc.  also when i check the screen ref. which is assign to material type in OUR system i ROH but i have not found this ref. in OMT3B where i can see the screen ref. ROH as this the the standard.
    regards,
    zafar

    Hi
    Download the pdf's from the below link
    http://www.pdf-search-engine.com/sap-mm-configuration-pdf.html
    It will help
    Thanks,
    Raman

  • Assigning  of g/l account  for  user defined  field

    IN  the  sales invoice   i am creating the user difined field
    for manual  tax( i.e manual tax the customer how much tax  amount  he will give that much amount he will feed  in that field  )in  the row level  and i want to assign   the g/l account for that  user defined  field 
    please explian what is the  procedure
    Edited by: Philip Eller on May 23, 2008 10:11 AM

    Hi,
    Do you want the G/L account input automatically or manually ? if manually try to use this query FMS:
    SELECT T0.[AcctCode], T0.[AcctName] FROM OACT T0
    In the UDF, just press shift+F2 and select the account code you want to input.
    Rgds,

  • Data import for users of forms created with Livecycle Designer

    Hello,
    I have seen several posts regarding data import for forms created by Livecycle Designer but nothing that helps with something I am trying to accomplish.  I can create a data connection and import information in a form but what I would like to do is import data, then send the pdf for completion to a user.  There are a few data elements that I have available and the rest of the information comes from from the user.  The problem I run into is once I create a data connection, the pdf is ALWAYS looking for the source file for that data.  I simply want to prepopulate some fields and send to the various users for completion.  Any help would be greatly appreciated.
    Thanks!

    Which type of Data Connection are you trying to create?
    XML Schema, Sample Data File or WSDL?
    Creating any one of first two types(mentioned above) will only create schema and will never import any data into PDF.
    If you create the WSDL connection, you can surely import data (i.e. prepopulate data) into your PDF and forward it for users review/fill.
    If I misunderstood your question, please get me clarified.
    Nith

  • BPM and multi data sources for users??

    Hi all
    can BPM read users from more than Data source?
    my case is i want to create from BPM Admin Center a Directory Service(or more than one) , so i can read users and groups from ldap AD and DataBase ....or from 2 ldaps
    Thanks

    Federated directory support was added in 10gR3. This is done at the web application level, such as the workspace and allows the workspace to connect to multiple directories and provide a consolidated interface for users. This is configured through the workspace.properties file but I am not sure how much documentation exists.

  • How to get the obiee dashboard secuirity in adf to assign the roles in adf for users

    how to get the obiee dashboard secuirity in adf to assign the roles in adf for users

    thanks Benjamin...
    my present requirement is pull Role to Dashboard mapping from OBIEE Catalog
    in my project we are going to restrict the users and assigning the roles from adf.
    Pls Help me..

  • Class Data Sharing for User Defined Classes

    i am using jdk 5.0 . JDK 5.0 supports class data sharing for system level classes. Is there any way a class data sharing be done for a user defined class?

    Samantha10 wrote:
    Is this class data sharing possible for user defined classes also? i have a singleton class which i am invoking through a script. The script has been scheduled to run every 1 sec . Since it is being invoked every 1 sec hence the singleton pattern is failing . Hence if the this class data sharing is possible then the singleton pattern can be made applicable.If you have a single process and you have a single class loaded by two different ClassLoader instances
    in some respects they will be two different classes
    if (class1 instanceof class2.getClass())returns false.
    This is not the case for Java core classes because they are always loaded by the SystemClassLoader.
    You write you
    have a singleton class which i am invoking through a script. What approach to you use to invoke the singleton?
    I am trying to figure out if you launch a new JVM every second...
    Maybe you can use Nailgun.

  • Is it possible to hide the detail for a field in infotype screen for users

    Hi,
    My requirement is that.
    1) For a group of users in IT0002 screen the content of SSN field would be shown as XXXXX where for some users it will show the actual value in PA20,PA30. This is not MOLGA specific, this would be user specific.
    Is it possible to do that. I was trying with the exit ZXPADU01 but not working. I believe T588M will also not work in that case.
    Please suggest on that.
    Thanks & Regards,
    Sandip

    Hi,
    Instead of presenting the SSN as XXXX, you can simply hide the field using screen modifications and feature P0002. The key here is using field group USERG (user group) in the decision tree. The prerequisite is assigning the set of users to a user group (UGR parameter) through SU3. That value will be the return value under USERG in the feature.
    Hope this helps.
    Donnie

  • Download data only for user sync in pda

    Hi,
    I have a device with two user, but when I sync with one of them, DOE download data for the user sync and the other user.
    How can i filter?
    In DM, I have a filter with atribute USER.
    This scenario occur in Generic (JSP) and OCA.
    Thanks,
    Roberto

    Hi,
    Incase data is already loaded in DOE(pushed or delta load) and rule is on device user, the current behaviour is the expected one.
    Do you have Twoway dataobjects where data is loaded from Backend to DOE when device syncs.?
    If this is your scenario then you need to filter data for that syncuser even from backend to DOE.
    Means load only the data for that syncuser from BE to DOE via getlist & getdetail.
    If the getlist signature contains the user field , then in transaction
    SDOE_WB, double click on the backend adapter for this dataobject
    >edit mode
    >default values tab
    >select getlist and the field user
    >select data communication header structure from the drop down
    >map this to send_usr
    >save and activate
    This means that incase of this twoway data object, during sync when getlist is invoked, syncuser will be filled and the bapi wrapper will return only those keys relevant for that syncuser and only that data is loaded to DOE inturn downloaded to device.
    Regards,
    Liji

  • Data Subsetting for users at runtime

    Hi all
    I have a requirement that I define data subsetting rules for the users based on some conditions which would be done at runtime.
    For ex. I want that whenever the user synchronizes the user should get the data for the last 60days which have been assigned to him.
    Can I have such policy defined.
    If anybody have implemented such thing, kindly let me know.
    thanx
    ramchow

    Hi Shaun
    Thanks for your prompt reply.
    I know this functionality and have been using it in my application from the beginning.
    But I have a requirement that instead of setting values through the control center which is more like static values for each user and application I could allow users to when they synchronizes then they should have the privilege to download on their conditions.
    For example user might say I want to download data for the last 60days.
    I appreciate your prompt reply but that did not solve my problem.
    Waiting for prompt reply again.
    Thanx and regards
    ramchow

  • Can not see warehouse management data screens for material while extending.

    I want to extend material for warehouse managment views.I can not see these views for the material in MM01.Looks like this is some thing to do with material type configuration.Can some one assist me how to do this?

    1)Check whether the material exist for that plant and storage location which is assigned to warehouse number .
    spro->enterprise structure->assignment->logistic execution->assign warehouse number to plant/sloc.
    2) Check in OMS2 tcode in the material type setting WM view is selected.

  • Problem in adding new tabs in master data screens for RE-FX in ECC 6.0

    Dear members,
    I am working on RE-FX in ECC 6.0. I need some advice on the foll matter:
    When displaying master data for Rental Object (Rental Space) (Tcode REBDRO) there are three tabs that are visible. They are General Data, Measurement and Area Shares. I would like the tab "Supplementary Texts" to also appear as the fourth tab. I have gone to the node Screen Sequence under the Dialog node under Usage View under Master Data in RE-FX.
    I have added this screen to the sequence and have saved it successfully. Now when i am trying to display the rental space (RS) it is still not showing the tab that I just added. When I am trying to remove one of the existing tabs, by going into the same screen sequence I am successful in doing that. I am also able to add some of the other tabs. However every time I am trying to add the tab "Supplementary texts", I am failing to display it in the master data.
    Request you to please help me as I am not an expert in RE-FX.
    Regards,
    Suvarghya Dutta

    Hi Survaghya,
    We are facing problem in adding tab to transaction RESCSU. We have followed all the steps mentioned by you , like
    1. Go to transaction BUPT .
    2. Select Application Object - transactuion BUS0.
    3.Selected Application object as RESU.
    4. And then went to all the following transactions.
        RESCSU0002     SU: Field Groups
        RESCSU0003     SU: Views
        RESCSU0004     SU: Sections
        RESCSU0005     SU: Screens
        RESCSU0006     SU: Screen Sequences.
    5. Created one z function group , having 2 FM for PBO and PAI.
    6. Also one subscreen having the field mapped to CI_INCLUDE - CI_VISCSU.
    But still we are not able to see the tab on the settlemet screen.
    We tried changing the screen sequence of existing tabs, we could change that, but after performing all the steps mentioned above we could not add new tab.
    Please suggest where are we committing a mistake.
    Thanks & Regards,
    Deepti

  • Problem When Try to add Master data record for User define form

    Hi,
    I have made one user define form. And assign UDO and fields proerly in form.
    But when I try to add the record from the form it will give me error
    Invalid Code [Operation Master  -Code] [Message 173-36]
    I have already bind the code field of the table to one field in the screen painter.
    Please give me the reply.
    Regards,
    Gunjan Shukla.

    Dear Shukla
    Can you please try to do the binding in the code (after loading the from).
    Doing that, do you still have the problem?
    Best regards,
    Miki

  • RR overview as default screen for users

    We are using SNC5.1. We have implemented customer collaboration.I am looking for the following
    1. Whenever any user login in SNC, the RR overview screen should appreared as default.
    2. We want to hide GTIN column in RR overview and it should be applicable for all users. Means the layout should be same for all users.
    Regards,
    Vaibhav Virkud

    Hi Vaibhav,
    1. Whenever any user login in SNC, the RR overview screen should appreared as default.
    Individual user can login and can click on button left side top (see http://help.sap.com/saphelp_snc2007/helpdata/EN/46/d5249c66ba1d21e10000000a1553f6/frameset.htm)
    2. We want to hide GTIN column in RR overview and it should be applicable for all users. Means the layout should be same for all users.
    Login to Web UI and go to address bar of the Web page.
    Now replace sap-language=EN with sap-config-mode=X then press enter.
    go to R/R overview and right click on GTIN field then click on user setting.
    Now remove GTIN from table and click save and close button.
    Regards,
    Nikhil

Maybe you are looking for