Issue in MIGO item detail tab Enhancement

Hi,
I have enhanced MIGO by adding a text tab in the item detail section which shows the PO texts as in ME23N
'texts' tab.
Now when the user executes tcode MIGO and enters the PO number for doing goods receipt
the the text tab screen flashes before the material tab is displayed at the item level.
The text tab screen is designed like the ME23N text tab with a tree control and editor.
I searched SDN but could not find any related link for this issue.If there are any such issues answered
please give me the link for the same.
Thanks,
R.Paul

Hi,
Did you use MB_MIGO_BADI?
Regards,
Arpan

Similar Messages

  • Transaction ME21N Screen layout Item Details TAB settings

    Hi,
    ME21N transaction some of item details TABS are invicible. Like "Delivery address tab" is invicible. I want to make it visible/changeble to enter address for ship to.
    Right now I am looking into SPRO on screen layout settings and transaction SHD0 for screen layout variant.
    But I could not able to activate/visible of this particular tab.
    Help needed to make "Item detail delivery address tab" visible/change.
    Thanks,
    Deepak.
    Edited by: KDeepak on Apr 12, 2010 2:29 PM

    Hi Deepak,
    The path is SPRO -- Materials Management- PurchasingPurchase order- Define screen layout at Document level-field selection -ME21N-Reference item data
    In field selection screen for ME21N i.e.maintain table T162 -Field selection groups .Under this on the tab of Reference data ,item you have to mainatin as an optional entry for Delivery Address.With this delivery address tab will be visible for you under ME21N trancsction.
    Regards,
    Nitin Amritkar

  • Info req -- in sales order, item detail tab

    hi all,
    In sales order (VA01), Item detail tab,
    1. what is the purpose of business transaction type field?
    2. if click on the field, it will show list. so, where to create the list?

    Hi
    The purpose of that you have to go thro F1 and understand
    The possible entries for that filed is defined in IMG activity T code OVE5
    IMG--->MATERIALS MANAGEMENT->PURCHASING>FOREIGN TRADE AND CUSTOMS>BASIC DATA FOR FOREIGN TRADE-->DEFINE BUSINESS TRANSACTION TYPES AND DEFAULT VALUES
    Regards
    Raja

  • Additional Tab in MIGO Item details.

    Dear Experts,
                                 My client is procuring Fuel as a stock material. the delivery of fuel is being done into tanks for which Initial & final dip readings are to be recorded.
                                                              SO is  it possible to add an additional Tab in MIGO Item Level, with additional fields so that I can enter Initial & Final readings for a Fuel which is being procured as a stock material with other parameters like density, temperature, water content etc. "Does adding an Additional Tab & Fields lead to any implications in SAP? "
    Thanks & Regards
    Chandan H N

    I think the best solution for u is to work in batch management and classification (class and characteristic)
    so that u can input all the parameters like density, temperature, water content etc as per ur requirement.
    i think just creating tab in migo only data entry u will be able to do and u will have to do the development.
    but batch mgt and classification is std and u will be able to track the things
    hope this helps

  • GR check  box in Item detail Tab in PO to beset as default .

    hello Gurus ,
    Need a help !!
    How can a GR check box made default selected / deselected  ....
    PO ---> Item details -
    > Delivery  Tab -
    > Goods Receipt check or uncheck ...(should be set as default )
    Any idea pl. let me know ...
    Regards,
    Anamal Kumar
    H`bad

    Hello,
    Goods receipt depends on your material type. E.g. for ROH  GR tick will be there so that you can do good recept for the same.and if there is no material master only description then it will come from account assignment category and item cateogry.
    For blanket PO, item category will be B so Gr tick will be deselected. Since for item category B invetory managment is not possible.
    Check the cutomizing setting for account assignment category and item category.
    Regards,
    Shailesh

  • Customer subscreen on the PO item detail tab ( ME_GUI_PO_CUST)

    I use the BADI  ME_GUI_PO_CUST added customer subscreen ( new TAB) on the PO item detail.  if PO order type is NB ,  the TAB can show both me23n and me22n . if  PO order type is UB  , the TAB can show ME23N , but can't show ME22N .    Please Help, thanks.

    Hi,
    In PBO Logic of whicehver screen is called we can check if sy-tcode = ME22N/23N and hide all the fields/make it display only as per requirement so that user sees an empty screen/display only fields in customer tab ....using
    loop at screen..
    if screen-name = 'XXX' .
    screen-invisible = 1.  for hiding
    screen-input = 0.    for display only
    modify screen .
    endloop.
    Hope it helps
    Regards
    Byju

  • BADI and User exit for MIGO item and header enhancement

    We want to add three extra fields in MIGO screen for specific movement type 101 . Two fields at item level and one filed at header level .
    Item level fields are independent fields it will store in separate z-table and z-field and dont't have any relation with other table .
    but header field has some relation with quantity field in item level . All the item quantity has to add up in header , Is it possible to add up .
    What are the BADI and user exit need to use for this enhacement and etc required details

    Hi Raghavendra,
    Use BAdI MB_MIGO_BADI.
    It has all the methods that cater your requirement.
    Try to have a design such that you can store the values within the document by enhancing the tables using Append Structures, they surely have a link with the document.
    regards,
    Aabhas K Vishnoi

  • CRMD_ORDER Item Details TAB one of line item setting date as 12/31/1899

    Hi Experts,
    We have 3 line item for order, we call it as main line, return line and replacement line item. When we select Return line item and go to Dates Tab it shows all the dates related to that.  Here Depot send the date via XML File and it is getting set as "Depot Received Date", But when some orders get cancelled as depot dosent received that order they send blank date in XML File, but it save the date as "12/31/1899 16:00" . I am not able to get how it is getting set.
    Please help me regarding this, Where should i check for this?
    Regards,
    Poonam

    Hi,
    This is unfortunately not possible with standards but you may try using Badi ME_PROCESS_PO_CUST => PROCESS_ACCOUNT.
    Regards

  • SRM : Custom Tab in RFx Item Details

    Hi ,
    I have a requirement to add a custom tab to the Item Details Tab of the RFx which has some custom Input fields and Checkboxes.
    For this i have created a Custom Tab in component /sapsrm/wdc_dofc_rfq_i_d1 through enhancement and used a separate z component to display the fields in custom tab. (declared zcomponent as used component in  /sapsrm/wdc_dofc_rfq_i_d1).
    I have instantiated my component usage in different methods of main component where other standard tabs were instantiated.
    As per the settings I am able to display the custom tab when i run the application but when i toggle the tabs it is giving some errors.
    Can anybody pls let me know some of the key points which I need to take care while adding the custom tab. How can I handle the standard SAVE and Edit Buttons in my components and also the processes which occur when I navigate from one tab to another???

    Hi Kartic,
    My requirements was a little bit different from yours...
    For CTR my Z component is only for display data, so its not necessary to save any data.
    For SC I had a table with some data and when I select a line is necessary to push a button to assign some values to the fields price, quantity, etc (standard fields)
    The solution for the SC was a bit difficult. I haven't access to that system now and i don't remember all the details.
    I'll try to explain to you what I did:
    - Create an event as interface in your Z component, this event should be triggered when the user push somo button in your view.
    - Create a method as event handler for this event in the standard component
    - For update the standard fields you need to use the method:
          wd_this->MO_DODM_RFQ_I_D1->/SAPSRM/IF_CLL_MAPPER~UPDATE( ).
    - I needed to add an enhancement point in that method and pass the data with IMPORT/EXPORT TO/FROM MEMORY.
    - For save the data I used the methods get_item_detail and update_item for the class /SAPSRM/IF_PDO_BO_* and the method submit_update for the class /SAPSRM/IF_PDO_BASE.
    You need to investigate these classes, you can copy and use some standard code to do it.
    I don't know if this help you and if exits other easiest way to do it. sorry.
    Best Regards,

  • For Capital goods in in Detail tab in Part one data Multiple serial numbers

    Hi experts,
    For capital goods i captured Part 1. Display Vendor excise details  in item detail tab in part 1  columns   Register,Year, Serial number, material document,year, item, internal number like that are there. In serial numbers four different serial numbers are generated. one is receipts and three is issues.
    can anybody answer me why these four serial numbers are generated and three times issues is came. please do needful.
    From.
    Naveen.

    Hi,
    The possibilities could be becaz of :
    1) Cost Center purchase , system updates QTY as well as Issues at the time of GR.
    2) Item without Material Code
    Pl. check
    rgds,
    vikas

  • BADI to populate Asset Master Class valu in Account Assignment Item Detail?

    Hi All,
    In Shopping Cart  - COST ASSIGNMENT - Account Assignment Item Details   Tab 
    we have
    Create New Asset Master Record    section  and the field
    Choose an Asset Master Class 
    I need to populate this field (Choose an Asset Master Class) with my own value.
    What BADI I can use to populate value on this field? Any ideas?
    Thanks in advance.

    Hi,
    As i told you there is no badi to do this.
    1-What you can do is to create a CUF in the accounting tab to store your asset category.
    You will then have to
    2- hide the standard field but let the standard populate it with a default value from the org structure
    3- add in the SRM iMG the cuf field for the accounting data.
    4- code bbp_doc_change_badi to populate your CUF field
    5- code bbp_driver_determine in order to call the FM to create the asset
    6- create 1 FM in ECC to create the asset (copy of bapi_fixedasset_create1)
    Hope this helps,
    Kind regards,
    Yann
    Edited by: Yann Bouillut on Apr 15, 2009 5:23 PM

  • Item Category TAB is not looking for Special Stock.

    Hello,
    We have an issue while using item category TAB. For sales orders having item category TAB is allowing to create the Delivery note even though there is no stock received (GOODS RECEIPT) and assigned against this sales order stock.
    Ideally the system should not allow to create the Delivery note. However it is allowing to create the Delivery note.
    Checked the correspoding  Schedule line  that was  determined : CB.
    CB in VOV6 the correct settins were made as below.
    The checks for
    Sched.line cat.        CB    Indiv.Purchase Order
    Movement Type         601   GD goods issue:delvy
    Order Type                NB    Purchase requisition
    Item Category             0     Standard
    Acct Assgt Cat.         M     Ind. cust. w/o KD-CO
    Incompl.proced.       31    Sched.Line w/PurReq.
    Here we have the purchase requistion number on the schedule line tab, and in VBAP could see the it as a special stock item with the indicator E.
    Ideally the flow is ONLY when the GOODS RECEIPT has done against this sales order stock, then the system should allow to create the deilvery.
    Checked the copy control settings in VTLA and for TAB the Data transfer routine is 101.
    Please help to understand why the system allows to create delivery when there is no GR made against this.
    Thanks in advance.
    Ram.

    Hi Navaneeth,
    Thanks for your response.
    What i need is the SYSTEM SHOULD NOT allow me to create the Delivery. In this case it is allowing me to create the Delivery.
    VOV7-TAB-> Special stock indicator is set as 'E'.
    Inspite of it is set as E the system is allowing and ONLY at the time of PGI it is looking for special stock and pops up with the error message:
    Sales order stock 6941 000010 does not exist
    Message no. M7184
    I expect the system should not allow to create the delivery at first chance.
    Please help if it requires any other settings?
    Best Regards,
    Ram

  • Wrong excise Base in Excise tab in Item details in MIGO for ImportPurchases

    Hi All,
    We are facing an issue with wrong excise base in transaction MIGO item datails in excise tab,
    Info:Excise base for CVD is Assassable value +Basic customs Duty.
    Case:
    In  PO ,
                 Value in USD     Ex Rate          Value In INR
    Assesable value     101                            52.4659          5299.0559
    IN Basic customs     10.1          52.4659          529.90559
    Sub (*** Value + BCD     111.1          52.4659          5828.96149
    IN CVD          11.11                            52.4659          582.896149
    In this case the excise Base in system has to be Assassable value +BCD= 5828.96
    But in MIGO in excise tab excise Base is 5,776.50--> which is wrong.
    Please help in correcting the same in system.
    All relevant configuration and default conditions are maintained in systm.
    Regards,
    Vijaykumar P

    > Info:Excise base for CVD is Assassable value +Basic customs Duty.
    > In this case the excise Base in system has to be Assassable value +BCD= 5828.96
    Hi, I think your system is showing correct,
    Base at the time MIGO will not be Assassable value +BCD, It will only be Assassable value,
    Your 1st point is right "Excise base for CVD is Assassable value +Basic customs Duty"
    Assassable value consist of Material cost, Insurance, Freight, 1% Landing charge etc. Check with your Imports team & Excise team for the same.
    Apart from that, if your concern is about values then just check the exchange rates & the Miro posting what you have did.

  • Adding a new Tab - ME22n - Item Detail Level

    Hi,
    This is a bit Urgent!
    I need to add a Tab to a TabStrip in Item Detail level, in ME22n that has a count of 12.
    Out of which 1 is custom made.
    Someone else had done this development and i can't figure out how it's done.
    Now, i am adding a 13th Tab.
    There is a Enhancement Project made in CMOD.
    Which has the component  MM06E004 added to it.
    I have added the subscreen 0201 to SAPLXM06.
    And activated the both the enhancement Project and SAPLXM06.
    In ME22n, i should be seeing the 13th Tab in the Item Detail level.
    But i can't.
    I have all together 23 fields... So i have no way but to add all the fields in a new Tab.
    Please help.
    Cheers,
    Remi

    Hi,
    There are some points which you need to keep in mind before implimenting this exit.
    First of all this is a transaction and check whether you need a selection screen ( of a program ) on your new tab which will be inserted in the transaction.
    And to create a field you need to enable one of the screens depending on your requirement.
    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
    If you use any addditional fields you need to define these additional fields in following structures based on the requirement:
    CI_EKKODB
    CI_EKPODB
    To pass data from the PBO / PAI modules you have to enable the suitable function exit based on the requirement. Enabling these exits would pass data from / to the additional screen.
    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
    So we can either add a additional tab at header level / item level in this transaction.
    Regards,
    Satish

  • Account assignment tab is missing in PR(item details)

    Hi
    When we create PR,we select 'K' in the Account assignment in the item overview details,which will allow us to fill the details for G/L account and cost center in the item details,but to surprise account assignment tab is missing ,even we checked the layout settings also,No clue on this.
    Is something am i missing or any problem.
    Thanks
    Lily

    Hi Seema
    Yes,you are right,after giving Account assignment category also it is not displaying
    that tabb in item details.but for all users it is able to diplay,only one user is having this problem,is there any particular setting for this in the user or some layout settings?
    Thanks
    Lily

Maybe you are looking for

  • Creating a disc image from an iso file

    I have a samsung Bluray player that requires and update. I downloaded the file (which is a zip), then expanded it. It is an iso file. I need to create a disc image (not a simple burn to a cd) in order to update my samsung player. How do I do that? Di

  • XMLfile in archieve folder but no record in MDM-DM

    Hi All, I work in MDM 5.5. automatic XML File is getting processed in MDIS (i could see in Archeive folder)and with no Exception, but iam not able to see the record in Data manager . In Log folder-log file i see as below (Iam pasting the last few lin

  • 24" Cinema Display Compatibility with New MBPs

    Need advice: Considering a new 13" 2.53GHsz MBP and a 24" Cinema display -- laptop for travel, display for desk. Like the portability of the 13". Or do I need upgrade to the 15" 2.66Ghz MBP with enhanced graphics and video support? Not a gamer, but w

  • Before I buy Apple TV

    Good morning, I have 2 questions..... #1.... Can I receive the same kind of programing I'm currently paying for through Satellite? #2.... I would like to be able to choose which networks I view, ( pay for, and support )? What I mean by that is..... c

  • No longer have options to Centre, fill screen, tile wallpapers

    Hi there, Seems I have lost the options to Centre, fill screen, tile etc any wallpapers. Have tried different sizes from 1024x768 and up, even the bundled wallpapers and nothing seems to bring the options back. Was wondering if anyone might have any