Fields in iView Item Details -create mode- are disabled

Hello,
we are using SAP MDM Standard iViews (Item Details) to create new data records.
In some iViews on specific tables - I coudn't find any logic - the fields are grey and disabled instead of white and ready for data entry after pressing button "create". Does anyone has an idea for this? All parameters are set to enable=yes. The tabels are stadnard flat tables. The Roles in MDM are allowing read/write on the fields.
Thanks a lot!
Marc

Hi Volker,
I create(d) an iview of type Item Details on this table once -and it works! Then I created a similar iView and it didnt work - the fields are grey
From what i understood from your problem statement is that you are creating two item details iView refering to the same table say Products.
It means you are are trying to give provision to edit or create the same record through two separeate item detail iview.Or in other words when you select a single record from the result set iview it should display the details in both the item detail iview and also allow you to edit it.
I am not sure whether this requirement as you are using the same fields in two independent iviews and expect them to work concurrently.
I may be wrong but this could be one of the reason why when selecting the fields for modification in one item detail view it is showing greyed out in the other.
Hope It Helped,
Thanks & Regards
Simona Pinto

Similar Messages

  • Need to add a custom field in ME23N  item detail

    Hi Experts,
    I am new to SAP.
    Got an issue to add custom field in ME23N transaction.
    In item detail part , there is a tab called Retail
    inside that tab i need to add  new field..
    is it possible to do?? if so kindly let me know..
    Thanks in advance
    Regards,
    Annamalai.

    Hi Brother,
    [http://wiki.sdn.sap.com/wiki/display/ABAP/DetailedexplanationaboutBADIandthewaystofindtheBADIwithanexample%28ME23n+transaction%29]
    As Rob told there are good threads available in SCN. Please check those. Check this link.
    Given by Kiran.
    Regards,
    Madhu.
    Edited by: madhurao123 on Jul 8, 2011 9:56 AM

  • Hiding plant field in SC item details

    Hi ,
    Please let me know how to  hide plant field in item details of SC through SPRO (not WebDynpro ) .
    Regards,
    Somesh

    Hi, You need to go further to the
    Configure Control for Fields of Substructures
    Then select
    Metadata for Fields of Substructures and Table-Like Enhancements
    And then create following entry.
    Regards
    Konstantin

  • Cannot find the Revision Level field in the item details

    Hi All,
    1) I have created a PR with 2 items in the R/3 Backend using the me51n transaction in which for one of the items i have updated the Revision Level field.
    2) To transfer the purchase requisitions created in the above step to the SRM system(sourcing cockpit) i executed  the report BBP_EXTREQ_TRANSFER with transaction SE38.
    3) Now when i go to the SRM portal and navigate to find the external requirement in the sourcing cockpit, I am not able to find the Revision Level field entered in the backend.
    Can some one help.
    Regards
    Sam

    Hi
    Please go through this ->
    Version Management in R/3
    http://help.sap.com/saphelp_47x200/helpdata/en/8a/60b43bb7492147e10000000a114084/frameset.htm
    Versioning in SRM
    http://help.sap.com/saphelp_srm50/helpdata/en/42/c92d6e3ed16babe10000000a1553f6/frameset.htm
    Prerequisites for Version Control in SRM
    I)        You have activated the version control so that the system creates historical versions.
    See the path in the IMG: SRM Server  ®  Cross-Application Basic Settings  ®  Switch On Version Control for Purchasing Documents
    II) You have set up and activated the workflow for the approval of changes to active purchasing documents. See also: Approval Workflows for Documents and Objects
    ( Related link -> http://help.sap.com/saphelp_srm50/helpdata/en/5a/af5efc85d011d2b42d006094b92d37/frameset.htm )
    Some related SAP OSS Notes ->
    Note 1030548 - Revision level in SRM 6.0 connected to ERP 2005
    Note 1026021 - EXTREQ interface: Data transfer structures
    Note 122105 - ME51, RM06BBI0: Revision level is not filled
    Hope this will definitely help.
    Regards
    - Atul

  • In transactions ME21n, ME22n, ME23n I need to add new field to item detail

    Hello,
    In transactions ME21n, ME22n, ME23n I need to add a new field  to the table control TC_1211, in SAPLMEGUI screen 1211 for PO line items.  The new field is UNSPSC Code, a 30 char field, which will be enterable/changeable on the ME21n, ME22n screens and display only on ME23n. 
    BADI ME_PROCESS_PO_CUST enables you to extend the business logic of the Enjoy purchase order.  Is this the correct BADI to use for the purpose of adding a new input/output field to the PO detail SAPLMEGUI screen 1211?   
    Does anyone have any examples of adding a new field to PO Item Detail screen using BADI ME_PROCESS_PO_CUST?  I have had some experience creating Badi's, and would appreciate very much some sample code if possible. 
    We are on release SAP ERP Central Component 5.0
    SAPKB64018     SAP Basis Component
    SAPKA64018     Cross-Application Component
    SAPKH50013     Logistics and Accounting
    Thank you,
    Victoria

    Hi,
    Thank you for the response.  I tried this and found  Badi ME_PROCESS_PO_CUST.  Do you have any examples of adding a new cust field to PO Item overview screen using badi ME_PROCESS_PO_CUST? I have had little experience creating badi's, and would appreciate very much some sample code if possible.
    In transactions ME21n, ME22n, ME23n I need to add a new field in PO Item overview (screen 1211 of SAPLMEGUI). The new field ZZUNSPSC, has been appended to table EKPO as a 30 char field, which will be enterable/changeable on the ME21n, ME22n screens and display only on ME23n.
    Can you tell me if method FIELDSELECTION_ITEM of badi ME_PROCESS_PO_CUST the correct one to use for the purpose of adding a new input/output field to the PO item overview on SAPLMEGUI screen 1211?
    Thank you for help - much appreciated,
    Vicki

  • What User Exit can I use to add a cust field to PO Item overview in ME23n?

    Hi,
    I need help!
    Does anyone have any examples of adding a new cust field to PO Item Detail screen with a user exit?
    In transactions ME21n, ME22n, ME23n I need to add a new field in PO Item overview (screen 1211 of SAPLMEGUI). The new field ZZUNSPSC, has been appended to table EKPO as a 30 char field, which will be enterable/changeable on the ME21n, ME22n screens and display only on ME23n.
    Which user exit I can use for the purpose of adding a new input/output field to the PO item overview on SAPLMEGUI screen 1211?
    We are on release SAP ERP Central Component 5.0

    Hi,
    Thank you for the response.  I tried this and found  Badi ME_PROCESS_PO_CUST.  Do you have any examples of adding a new cust field to PO Item overview screen using badi ME_PROCESS_PO_CUST? I have had little experience creating badi's, and would appreciate very much some sample code if possible.
    In transactions ME21n, ME22n, ME23n I need to add a new field in PO Item overview (screen 1211 of SAPLMEGUI). The new field ZZUNSPSC, has been appended to table EKPO as a 30 char field, which will be enterable/changeable on the ME21n, ME22n screens and display only on ME23n.
    Can you tell me if method FIELDSELECTION_ITEM of badi ME_PROCESS_PO_CUST the correct one to use for the purpose of adding a new input/output field to the PO item overview on SAPLMEGUI screen 1211?
    Thank you for help - much appreciated,
    Vicki

  • How to set delv. completed in 2nd line item which created in PO by default

    Dear guru,
    When creating 1st line item by default the 2nd line item has been created. I understand that the 2nd line item is free because no net price has been stated but free good check box in not ticket. Further more the 2nd line is grayed out including all tab in item details. Meaning we can't do any changes in this line item.
    User set delivery completed in 1st line item but couldn't set in 2nd line item. This caused to this PO show still pending for delievery when run the report. How we can set this 2nd line item has delivery completed eventhough GR haven't done fully.
    rgds,
    nantha

    Dear Mahesh,
    The 2nd line is free good that assign with 1st line item. This has been set in purchasing info record under condition view. Thus when I create PO for 1st line item, system created 2nd line item as auto default. The issue here is the 2nd line item & all the field that in item details in PO become grayed out eventhough I go to ME22N. I cant do any changes on 2nd line item. I believe there would be some control maintain for free good. Please advice. Thank you.
    rgds,
    nantha

  • Item detail in PO

    Dear,
    I have a problem in account assigned po such as incase of acct Assgn as "F","K" & item category as "D" that in my po there is for example 50 line items & for that 10 line item internal order,G/L account & cost center is same.So as per existing process fpr each line item we are putting the internal order,G/L account & cost center field manually in item detail.Is there anything that this will come automatically in all line item at atime?The reapeat on tab,is having any significance on this.Please help me if there is any way out for this.
    Regards,
    DD

    Thanks for your reply.My main requirement incase of acct Assgn as "F","K" & item category as "D",if in this combination for example in one line item there is more than one service is there,then if i will click "Repeat on" in first line item of service it will take on all the service line item.It is ok & fine.
    But my main query is if ncase of acct Assgn as "F","K" & item category as "D" that in my po there is for example 50 line items, & for that 50 line item internal order,G/L account & cost center is same.So as per existing process fpr each line item we are putting the internal order,G/L account & cost center field manually in item detail.Is there anything that this will come automatically in all line item at a time? I want to repeat in item detail not in service.
    Pls suggest.

  • Item test in BOM item detail screen

    Hi All,
    I need to fetch tem text (POTX1) field  in BOM item detail screen. But I have not found in any table.
    Can you tell me me how to get it?

    Dear Chetan,
    1) Just check the table STPO
    2) in this table u can find field "POTX1"
    Added
    just Go to Settings & click on Field for selections
    then click on field "POTX1" and press enter
    Hope the above answers ur query
    Regards
    kumar
    Edited by: kumar kumar on Sep 26, 2009 10:29 AM

  • Suppressing a tab in PR -Item details

    Hi,
    Can any one suggest the procedure of suppressing Field -Valuation from item details of the PR.
    Tried with Field selection AKTH-But could not find it
    Reg
    SSK

    Hi,  Instead of AKTH do for ME51N & NBB as below
    Go through path OLME -> Purchase requisition -> Define Screen Layout at Document Level -> choose ME51N double click , then in new window double click on Quantity and Price tab & make 'Price and price unit" field as display, do it for NBB also the same.

  • Is there any way to change a field as database item dianamically ?

    Is there any way to change one field as databas item dianamically ?
    We are using two fields. Depending on a specific condition we have to change one field as database item and other as non database item. and vice versa. Help me Please......

    This is because we use OLE. in a specific condition we use MS Excel and in other condition we have to use MS Word. But it stores in to one field.........Thats why ......

  • List = Export items are disabled

    Hello,
    I have problem with SAP GUI ( I think this is problem with SAP GUI but maybe I am wrong ). When I try to export list :
    List => Export => Word processing ...
                                Spreadsheet ...
                                Local File ....
    All items in this menu are disable ( Word processing, Spreadsheet ....).
    Thanks and regards,
    Marian
    Edited by: Marian Kanev on Jan 4, 2010 3:09 PM

    Hi Marian,
    We are also facing the same issue.
    Could you please tell which role was missing or was inactive?
    Thanking you in anticipation.
    Regards,
    Sid

  • New Servers in SIA are disabled..

    Hi,
    we have three BOE 3.1 servers installed and clustered.
    it was working fine and showing all nodes.
    when we try to change the CMS port in CCM, SIA won't start.
    I tried to create a new SIA, new SIA creates all servers in it.
    But, newly created servers are disabled. not getting enabled.
    should i install Integration Kit,SP2 and Fixpack in all the servers and then start trying ?
    Please advise...

    before you start installing all that, let's find out what the problem is.
    what are the SIA ports for all 3 servers ?
    What are the CMS ports ?
    what exactly , how and to which value are you changing ?
    Add -trace to SIA command line in CCM and try to start it, look in /logging directory for sia logs - what do they say ?
    What do you see in Event Logs ??

  • Create/Edit button on Items Detail Iview very very slow

    Hi,
    I created a MDM resultset iview and MDM Item Details Iview for a very large table. When I click on the create or edit button on the Item Details iview, it keeps running and never finishes. This table has many fields and has many records but on the iview itself I am just displaying not more than 10 fields.
    When I created an item details iview for another small table, I can create and edit the records in no time. But for the above table, it takes for ever to Edit/Create.
    Can anybody tell me what the issue could be?
    Thanks
    MLS

    Hi Laxmi,
    The portal is just the front end replicating the processes of the backend system in your case the MDM system.
    Using the MDM repository with large number of records will cause a delay in creting or editing or even selcting records when operatings these functions from the MDM Data manger it self.
    In that case EP is just replicating this issue on the front end.
    As you have rightly mentioned that for smaller number of records in the MDM rep the function swork faster.It clearly indicates that even if you select less number of fields to be displayed on the front end,the backend still contains the large set of fields which needs to be processed,and this consume stime.
    To fasten your process on both the backend end and the front end systems you need to correctly design the data model and the fields properties which will improve the performance.
    You can refer the below link to better design your MDM data model:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/eb7447b1-0c01-0010-8d90-a2e004cad537
    Hope It Helped
    Thanks & Regards
    Simona Pinto

  • BAPI or FUNC, MOD. to Update Date Field in Item Detail Sub-Header In PO

    Hi All,
    I'm working with SAP IS-Retail. In a PO, at the Item Detail, Import Tab, there are 2 sub-tabs Verif.4 and Verif. 5. This fields which are EIPO-NACD4 and EIPO-NACD5. When a new X-factory is entered for PO, this dates are deleted. I'm required to write a program to feed these fields of the required dates.
    So basically, the user will run the program, input the PO no., the range of Line items they want to use the date for and lastly input the date he/she wants to use to populate the Verif. 4/5 date field.
    Is there any BAPI's or Function Modules I can use to export the values to the EIPO fields.
    Thanks.

    This issue is resolve.
    I foung a Function Module to use. The FM is
    "EXPIMP_POSTING"
    Thanks all.

Maybe you are looking for

  • Can you connect more then one external screen to a mac with one mini display point?

    Does any one know if you can connect more then one external screen to a mac, with one mini display point?

  • Dreamweaver has encountered a fatal error

    Hi I started to get this message a few days ago all out of the blue. So I uninstalled and reinstalled with no luck. Can anyone please help and advise me. Many thanks Nig

  • Services in Portland, OR area

    This isn't totally a FCP question (FCP will be used for the end product) but I know many of you know other info that can help me out. I'm in the Los Angeles area and I'm working with a client in Porland, OR. I need someone to shoot a 1 minute of tale

  • Locked Layers in CS3

    upon opening a jpeg and finding it locked I unlock by using new layer from background.  But even on this unlocked layer I can not use paint brush.  I can use the lasso and edit/fill but can't paint on the layer.  Nothing happens with the paintbrush. 

  • Can you import Video Frames to Layers if your video is larger than 1280x720?

    I can import a video that is 1280x720 or smaller to layers, but can't import one larger than that or Photoshop freezes up. and then has to be force quit.  when i reopen it after force quiting, it immediately crashes and then when i reopen it and try