MIGO - Item Overview Field Columns

Dear all,
I've an issue on my company's Dev system whereby in the standard MIGO transaction screen, the Item Overview section (the middle table) seems to be missing columns starting from "Material Short Text" all the way until before "Text" column. Meaning, upon entering the MIGO screen, you'll see "Text as the first column under the Item Overview section.
May know if there's any setting within SPRO to unhide or bring back the original layout? I've check the enjoy selection field settings under Inventory Management but none seems to be affecting the Item Overview section.
Thanks.
Steven

Hi,
See any variant is saved and used in  MIGO screen .OK. Now use t.code in MIGO, at "Item Overview" level,  you will get a button as "Configuration" at the right end of the table {This button is mix of YellowBlueWhite colours}. Click  "Configuration" button , you will have small pup-up screen and again click Administrator ,now you will have another pup-up screen.  Check  "Material Short Text" (GOITEM-MAKTX) is made as invisible by selecting check box, if yes, then remove check box & active.
Regards,
Biju K

Similar Messages

  • MIGO Item Text  field

    Dear Experts,
    Want to check with you all, how to made MIGO "Item Text" (SGTXT) field a mandatory field?
    And is there any way to insert the item text back to posted material document. Because user claimed that in GL line item they want to see all the item text description which currently is blank.
    Thanks a lot,
    Kiran D

    Hi Kiran
    Answer for your first question is that you can make SGTXT field as mandatory but not at MIGO(document level) but at Mvt type level.
    Path is Goto SPRO->MM>IM->Settings for enjoy transaction--->field selection per mvt type.there select your desired mvt type and make SGTXT field as "required".
    Answer to second question is NO, once posted you can not do any changes to Material Doc. only way is to cancel it and then proceed again.
    Regards
    Yogesh

  • ME22N Item Overview - Field of Netvalue Display.

    Hi Experts,
       When Executing Me22n the netvalue field (MEPO1211-NETPR)  in the Table control of Item overview is not displayed in the production server. But it is displayed in the quality server. We could not understand the issue.
    Please advice what  action to be takeN.
    Regards
    sudheer

    hi
    good
    i think there must be some configuration difference between Quality Server and the Production server, so when you r passing the data that is displayig in the Quality Server is not displaying in the Production Server.
    Consult your MM functional consultant to check the configuration of the production server.
    thanks
    mrutyun^

  • Lean Order OIF application - Sales Order - Item Overview - field Article

    Hi colleagues,
    my problem is that I do not find the view where the field Article(material) is located. The F1 technical details of the screen says the component and view are
    appl LO_OIF_MAIN_APP
    Web Dynpro Component: FPM_LIST_UIBB
    View Information: V_LIST
    but this view V_LIST is a configurable list UIBB (I do not know much about it) and it does not contains the fields in Item Overview subscreen.
    I need to know that view because I have to change the field attributes for field Article.
    By the way someone knows what view is this? or any tips to find it?
    regards,

    Hi,
    Right click on the field and select->Technical settings->you can find the component configuration under current view section. Navigate to configuration and you can choose field and click on attributes button on menu. there you can change values. else find feeder class in general settings. Go to feeder class and method "Get_Definition". here also you can change attributes.
    Regards,
    Jaipal

  • Adding a new column to item overview screen 4900 in sales order transaction

    Hi All,
    I want to add a new column to refer to a custom field in screen 4900 ( Item overview screen ) in sales order transaction. Please suggest appropriate exit or BADI for the same. Give all steps to do the same.
    Thanks in adavance.
    Jawahar.

    Hi
    As the link that RamKi let us know, this is a modification, so, I suggest to avoid. See SAP Note 862228 - Order reason for returns on item level for further information. I suggest to use the other enhancements in tabs.
    Regards
    Eduardo

  • How to add column in the item overview screen (4900) in sales order?

    Hello Experts,
    I have a requirement to add a column (Field - Size/Dimensions - MARA-GROES) in the Item Overview Screen (4900).
    Is there any provision for that? Any enhancement or screen exit or so?
    Quick response will be appriciated.
    Thanks in advance.
    regards,
    hp

    Hi
    As the link that RamKi let us know, this is a modification, so, I suggest to avoid. See SAP Note 862228 - Order reason for returns on item level for further information. I suggest to use the other enhancements in tabs.
    Regards
    Eduardo

  • PO Screen Layout change, Addition of one column in Item Overview screen!

    Hi All,
    I have one typical requirement where in user wants to add one column in the Item overview screen, example "Reason for ordering" which is there in Item Detail under Retail Tab!
    Can anyone suggest, How can i get this done? and also i want to know if  there is any possibility to add this field at header level??
    please let me know if i'm not clear in describing the issue...
    Suggestion and solutions would be rewarded & appreciated,
    Thanks in Advance..
    Regards,
    Siddaram

    hi,
    Check sap note 458591..
    Regards
    Priyanka.P

  • Add new column in Item overview - PO Enhancement

    Hello Everyone,
    I need help.
    I have developed enhancement for adding custom tabs with custom fields in header and item levels of ME2xN transactions using MM06E005 enhancement, but unable to add a field with new column in Item overview (The Middle one).
    Can anyone please help.
    Thanks in advance.
    <removed by moderator>
    Edited by: Thomas Zloch on Feb 1, 2012

    Hi,,
    Functional Requirement: A new tab is needed to add in Purchase Order Transaction at the header level.
    Technical Requirements: This functionality can be achieved using Customer-Exits where in SAP provides certain hooks for modifying standard SAP transactions. The enhancement MM06E005 is required to enhance standard screen. This enhancement consists of following exits.
    A Function Exits.
    B Screen Exits.
    C Include Tables
    A List of Function Exits are.
    EXIT_SAPMM06E_006
    EXIT_SAPMM06E_007
    EXIT_SAPMM06E_008
    EXIT_SAPMM06E_009
    EXIT_SAPMM06E_012
    EXIT_SAPMM06E_013
    EXIT_SAPMM06E_014
    EXIT_SAPMM06E_016
    EXIT_SAPMM06E_017
    EXIT_SAPMM06E_018
    B List of Screen Exits are.
    SAPMM06E 0101 CUSTSCR1 SAPLXM06 0101
    SAPMM06E 0111 CUSTSCR1 SAPLXM06 0111
    SAPMM06E 0201 CUSTSCR1 SAPLXM06 0201
    SAPMM06E 0211 CUSTSCR1 SAPLXM06 0211
    SAPMM06E 0301 CUSTSCR1 SAPLXM06 0301
    SAPMM06E 0311 CUSTSCR1 SAPLXM06 0311
    C List of Include Tables are.
    CI_EKKODB
    CI_EKPODB
    From the above List those exits in red colored are only required for our purpose
    Technical Solution.
    The below steps are required to follow to accomplish the task.
    1.Find the package name of the transaction by going to system->status.
    2.Double click on Transaction name (for e.g. ME21N) look for package name.
    Or
    3.Double click on Program name (for e.g. SAPLMEGUI) ->click GO TO on menu bar->attributes, look for package name.
    Or
    4.Double click on Screen no (for e.g. 14) ->attributes, look for package name
    5.Go to TCODE SMOD and press F4. Click on Information system and enter Package name
    ( for e.g. package Name ME was found from above points )
    6.We see a list of exits for the mentioned package.
    7 Go to TCODE CMOD->Enter a project name (for e.g. MMPRICE).
    8 Press->create. If the enhancement MM06E005 is already assign to another project either deactivate it by pressing . Deactivate project button OR we can use that project itself.
    9 Enter short text and save the project. Click on button. Type the required enhancement
    And press Enter. Press button and save the project. Now we can see the list of exits which are
    Required to enhance the screen. Activate the project by pressing activate project button . Check that all the Exits turn into green color.
    10 First include fields in the structure CI_EKKODB. This will automatically update Po header Table (EKKO)
    11 Use screen exit SAPMM06E 0101 CUSTSCR1 SAPLXM06 0101. Double click on it and activate to get customer ..Design your layout with five fields in screen editor. Name them taking
    Dictionary fields as reference (EKKO).Use the custom include programs which are provided for coding purpose.
    12 Use exit EXIT_SAPMM06E_006 to get data from existing purchase order. This Function exit consist of import parameters I_EKKO which contains data for corresponding purchase order.
    13 Use exit EXIT_SAPMM06E_008 to transport data from purchase order customer screen to changing parameter E_CI_EKKO.The data which is entered on custom screen will be send to this structure and when saved, updates the table EKKO.
    Cheers
    NZAB

  • Adding new column to item overview tab of warranty claim

    Hi all,
           I need to add an additional column to the item overview tab of the warranty claim.( transaction WTY ).
    If anyone has done this before then please send the details as to where and how this needs to be added.If added what are the necessary tables which needs to be updated.Is there any BADi or user exit to change and update this data .. ?If not how can this be done .. ?Is this a feasible requirement.. ?Please let me know soon.
    Cheers
    Nishanth

    Hi Neelima,
    Please investigate the use of customer fields for meeting this requirement.
    Regards
    Azad

  • VA01 : How to add field ship to party to tab Item Overview

    Standard SAP is filling the ship to party on item level by default with the value entered on order header level. In case you added multiple items for an order and you want to change the ship to party for 1 or 2 items, you have to doubleclick on the line and then go to tab Partners and change the ship to party item by item by using the next and previous item button. We would like to add a column including the SH partnervalue to tab Item Overview (sapmv45a 4900) so we will be able to change the ship to party for an item on 1 screen. Is it possible to add a new colum (via a userexit / badi)?
    kind regards
    Angelique Heutinck

    Seems its not possible through standard SAP.we had the similar req in our project so what we did is we append the structure VBAP and added one new z field .... i reckon the same way you can do it for ur req as well.in short you need the access key.
    Please do let me know if u fnd another way to fix the problem i mean without access key.
    Best of luck
    Jess

  • Add Column to MIGO Item Table

    All:
    I have searched SDN unsuccessfully to find a mechanism to add a Z field to the MIGO Item Table.  I know you can add customer sub-screens to either the header section or the item details section.  However, I have been unable to find out how to add a column to the item table in MIGO.
    I can use an append structure to add the field to GOITEM and GOITEM_TV and that works fine.  However, this new Z field is not appearing on the screen.  The field value itself is not transferred to the application in internal table TV_GOITEM.  MB_MIGO_BADI does not appear to have a Method that makes this type of change possible.
    Is there another BADI or userexit available to do this?
    Thanks!

    Hi,
       I think that is not possible but you as you already know why dont you add a new tab to the items data and add the fields there.
    Regards,
    Himanshu

  • Custom field in item Overview and TCVIEW maintainance

    Hi All,
    We have two Z fields appended to VBAP table. As of now we are displaying these dields in additional data B tab of VA01/02/03.
    However, now our requirement is to move these two fields from additional data b to item Overview table where all the line items are displayed.
    If we click the table control icon which is in top right corner and click the administrator button we will se the current field catlog settings however we dont find our custom fields in this list.
    We tried to add these fields in TCVIEW table maintainance generator but these fields are still misssing from the field catalog list.
    Please let me know if i am missing some thing here OR you have other work around for this.
    Regards
    Amit.

    Hi,
    We are facing same problem. Did you add the custom fields in the table control of VA01/02/03.
    If yes could you please let me know?
    Thanks in advance,
    Shravan G.

  • Creating Variants in MIGO to block tree display in item overview

    Hi,
    I would like to know how to create Screen Variants in MIGO to hide the Tree display from the Item overview block.
    Also I wish to know how to set this variant as default settings. Because of this, user will not be able to even view the the sub-parts during GR.
    I am looking for this,  to prevent users from removing the sub-parts which are under that parent part.
    So they can be allowed to display only during display of document.
    Would be more thankful if you can send the detail steps to [email protected]
    Thanks,
    Pri

    Hi gurus,
    Can I have your advise on how to proceed for the below setting up of Screen variants in MIGO?
    Appreciate your response !
    Will sure reward for useful tips !
    regards,
    pri

  • Additional field in view "item overview" VA01

    Hi,
    I want to add an additional field to the view "item overview" (SAPMV45A Screen 4900).
    It's the field vbap-knuma_ag and it's actual not included in tab control of Screen 4900.
    How can I do that ? 
    Is that a modification ?

    Hello Mr. Schöpferle,
    have you received any feedback or have you found a solution on your own?
    I have exactly the same request and I do need to avoid a modification.
    Thank you
    Karin

  • Price field is not becoming invisible from the item overview of SRM quote

    Hi All,
    I am facing a very unique problem . I need make certain fields invisible in the SRM quotation . One of them is the price field at the item level.
    I have used BBP_UI_CONTROL_BADI for the same. However the field is NOT becoming invisible from the item overview. It is becoming invisible from the item detail but NOT from the item overview.
    Is it because the field is defined as display only in the code ?
    I have implemented note 1062639. Other than this price field I am able to make all other fields invisible from the item overview.
    Code :
    IF iv_fieldname eq 'BBPS_BID_UI_ITEM-PRICE'.
            cv_invisible = 'X'.
    ENDIF.
    IF iv_fieldname eq 'BBPS_BID_UI_ITEM-PRICE_UNIT'.
            cv_invisible = 'X'.
    ENDIF.
    Does anyone have any suggestion as to how to solve the problem ?
    Regards,
    Ajali Sen

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

Maybe you are looking for