Addition Tab in Item Tabstrip of MIGO

Hi Gurus,
I need to add a custom tab in the Items TabStrip in MIGO called Details...there are already 5-6 by default already.
I have created the implimentation for BADI MB_MIGO_BADI
But i dont knw hw to create tabs in the tabstrip now
Plz guide me so i can proceed further ?
wait for reply...
thanks in advance ..
khushboo.

Hi,
Check the example implementation class CL_EXM_IM_MB_MIGO_BADI.
Check methods PBO_DETAIL,PAI_DETAIL,etc.
I think this will help u to add new subscreen.
Regards,
Ashok.

Similar Messages

  • Add additional tab on item level in contract for customer fields

    Hi Guys,
    Does anyone know if the following is possible in SRM 7.0, and if so can you please give a very short description how to accomplish this -
    In addition to the standard tabs available in the contract (general data, notes, conditions etc.), is it possible to add a new customer specific tab on item level, in a central contract and add some customer fields to this tab?
    I know it is possible to add customer fields in SRM, but I am curious if I can create a new tab for these fields, so that I can group all customer fields together in one place.
    Thx.
    Kind Regards,
    Skander

    Yes. it is possible but you have to take care of in the back end too and how these fields comes and sit in ECC. so that you may need to map in the IDOC or XI data . so that these information must be pssed to ECC and available  and accordingly you need to change in purchase order too since all these data will be copied into purchase order too.
    for example :- if you add one field in header level /item level of contract
    and it must be coppied into Backend contract as well as your next consecutive docuemnt like Purchase order must be taken care. hope you understand now.
    Muthu

  • ME51n additional tab in item level after customer tab

    hi all,
    I have already added Customer data tab in me51n item level, using screen exit SAPLMEGUI in enhancement MEREQ001. Can i add one more tab after customer data .
    Regards
    Nitin

    Hi Nitin,
    You can implement BADI ME_PROCESS_REQ_CUST to add additional tab. Read example implementation by going into menue Goto>Sample Code>Display .
    Thanks & Regards,
    Faheem.

  • Excise tab at item level in MIGO screen

    Dear Gurus,
    Am getting excise invoice tab at header level, but not at item level. Because of that I am facing so many problems like posting on assesable values, manually changing those values etc..
    Let me know what else required to be configured to get the same at item level.
    Satish

    Hello,
    Excise invoice tab will be available only in MIGO header during GR creation.
    Once Excise Part - 2 is done, details of the same will be available in the MIgo line item excise tab.
    Note: you should not change the value of the assessable value and all during GR at excise tab. (Only rounding off is advsed).
    if u r changing the values means, PO value is mismatching with the excise invoice value, here u need to ask the Buyer to change or amend thee Purchase order
    Regards
    Shenoi.

  • 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.

  • BADI required to add tab(at Item data) in MIGO

    hi all,
          I need to add one tab in MIGO transaction at item level after batch tab. Is there any BADI available.
    Please suggest.
    Thanx & Regards
    Rami Reddy

    Hi ,
    Use the badi...
    MB_MIGO_BADI  .
    Methods
    PAI_DETAIL
    PBO_DETAIL
    LINE_MODIFY

  • Additional tab item level on MIGO supresses the excise tab at item level

    Hello Experts,
    I have used MB_MIGO_BADI to add an additional tab at item level.It is working properly.
    But now Iam facing a problem the additional tab supresses the excise tab that comes up dynamically at the item level,.
    Now how do i reslove this problem.
    Since excise details are entered later and the tab comes up dynamically my tab should not supress the excise tab at item level
    it should come after the excise tab.
    Now do I set this.
    Please help . highly appreciated. 
    Regards,
    Ranjith N

    Hi Balu,
    Thanks for your reply.
    I dint get you what you have explained.
    Hope you are clear with my problem.
    I have created a subscreen 'ZMIGOITEM' with screen number '9000'.
    In the PBO of BADI MB_MIGO_BADI I have displayed this subscreen.
    This is getting displayed at item level when I call Tcode 'MIGO'.
    After fillin up the details for performing GR..and when I check it it gives me a warning to fill in the excise details when I fill in the excise details at header level and check as per the standards an excise tab at item level should come up right ?
    Since i have added a additional tab the excise tab doesn't come up....the additional tab supress it ...
    Regards,
    Ranjith Nambiar

  • Additional tab to add in MIGO

    Hi Experts,
    I need to add an additional tab in header screen of MIGO, but it is overlapping the "Excise Invoice" tab when I activate my tab.
    Please suggest how to add a tab without overlapping the existing tab of "Excise Invoice".
    Thanks,
    Deepanshu

    ****************************MIGO UI ENHANCEMENT*******************************
    Step1 : Run Tcode se19 .
    Step 2 :Go to group create enhancement and click on classic badi radio button
    Step 3 :Enter badi name MB_MIGO_BADI and click on button create.
    Step 4: In the pop up screen give you Implementation Name
    Step 5:Enter the short text
    Step 6:Go to interface tab
    Step 7:Click on PBO_DETAIL method of interface .it will ask you to create the enhancement implementation
    Step 8:Click on create button and enter Enhancement Implementation ,group etc in pop up screen appeared and ok.
    Step 9:Now select your Enhancement Implementation just created in step 8.
    Step 10:Go to PBO_DETAIL method
    Step 11:And write the following code
    METHOD if_ex_mb_migo_badi~pbo_detail.
    DATA :gf_class_id TYPE migo_class_id,
    g_no_input TYPE  xfeld,
    g_line_id TYPE goitem-global_counter,
    g_ext_data TYPE ty_t_extdata.
    gf_class_id = 'MIGO_BADI_IMPLEMENTATION_CIN'.
    e_cprog = 'Z_MIGO_ENHANCEMENTS1'.
    e_dynnr = '0100'.
    e_heading = 'MIGO ENHANCEMENT'.
    g_line_id = i_line_id.
    ENDMETHOD.
    Step 12: Under PAI method declare the field to ‘X’.
       Code look Like:- method IF_EX_MB_MIGO_BADI~PAI_DETAIL.
    E_FORCE_CHANGE = 'X'.
    endmethod.
    Step 13: Under the line modify method declare a flag and set to ‘X’ checking for material document number by which we can set the fields to be in display mode when we open MIGO for display of material document created after doing goods receipt.
    Code look like:- METHOD if_ex_mb_migo_badi~line_modify.
    DATA flag(1) TYPE c.
    IF cs_goitem-mblnr IS INITIAL.
    flag = 'X'.
    ENDIF.
    ENDMETHOD.
    Step 14:Now go to se80 and make the MODULE program as mentioned in step  11 Z_VENDOR_ENHANCEMENTS1'
    Step 15: Step make a sub screen 0100 as in step 11 .
    Step 16: save and activate and test the migo.migo look like

  • 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

  • Additional Tab in MIGO

    Hi All,
    I implemented the BADI (MB_MIGO_BADI)i in MIGO to  get the additional tab in header level.
    This i have achieved through PBO_HEADER method. Now the new tab is coming but the
    Excise tab is not coming. What will be the reason for that.
    If any body knows he solution for this please let me know.

    Hi,
    Check whether the material is declare in J1ID ( Material and Chapter ID Combination as well as check whether the Vendor is maintained in Vendor Excise Details)
    1. In J1ID the material chapter Id combination is maintained.
    2.The cenvat determination is maintained.
    3.the Vendor details and vendor status is maintained.
    Also check whether the ITEM is checked OK.
    Also whether the correct commercial excise invoice is given.
    Regards,
    Harish

  • Userexit or BADI for adding additional tab in MIGO screen.

    Hi all ,
       Kindly tell me as to which exit or BADI is used to add additional tab in MIGO header.
    Regards

    Hi,
    Create a program with the screen type sub-screen in SE80 and design the layout for the custom fields.
    Declare the custom fields in a Z**TOP include.
    Under the PBO method declare the program name and screen number
    Under PAI method declare the field to u2018Xu2019.
    Under the line modify method declare a flag and set to u2018Xu2019 checking for material document number by which we can set the fields to be in display mode when we open MIGO for display of material document created after doing goods receipt.
    Under the POST_DOCUMENT method write the code for appending the value to Z table along with the values of the line item (In this case production order number, material, u2026u2026.). For these values to be available here in this method use the memory concept u201CExport to memory idu201D in the method LINE_MODIFY. 
    In order to do any validations to the custom fields, go to transaction SE80 and mention the program Name created and in PROCESS ON VALUE_REQUEST create a module and provide the validations required for those custom Fields.
    In order to make the fields to be in display mode during the display of material document, create a module under PBO and import the flag value and the production order number details in the method LINE_MODIFY and if that flag = u2018Xu2019, use  
    LOOP AT SCREEN.
    IF SCREEN-NAME = 'ZZGBAGS'.
    SCREEN-INPUT = '0'.
    MODIFY SCREEN.
    ENDIF.
    ENDLOOP.Retrieve the values from the Z table matching the key field (production order number) and pass the value of the custom field on to the screen.

  • To populate Segment data to Order item level in additional tab B

    Hi Experts,
    I am working on Inbound interface using IDoc (ORDERS05); during Idoc process IDOC_ORDERS_INPUT; i have to take segment value and need to populate at order items level; in custom field  (in additional tab B).
    For that i am using FM (Customer exits) :
      Step 1-  EXIT_SAPLVEDA_001 (Getting segment value and passing to XVBAP-Zfield).
      Step 2- EXIT_SAPLVEDA_002 (Passing Value to respective screen using BDCDATA table).
    Due to unable to find where i have to set flag and how ?;                                                                                To avoid multiple record to append ; BDCDATA Table with same screen.
    As mention in this link for Header level additional tab B : http://www.sapfans.com/forums/viewtopic.php?f=21&t=62945#p1025880.
    They are using my_flag to avoid ,issue as i mention in above step.
    Step 3 - At last they are deleting my_flag in FM : EXIT_SAPLVEDA_003. (find in above link)
    Thanks in Advance
    Regards
    Vinay

    you need to use a flag of type vbap-posnr .
    and your check statement will become
    check my_flag NE XVBAP-POSNR. (or the ZZXVBAP-POSNR).
    and setting the flag
    my_flag = XVBAP-POSNR.
    so for same posnr it wont repeat the append.. hope this can help

  • Saving custom fields to MSEG added in additional TAB in MIGO transaction

    Hi Experts,
    I am facing an issue with an enhancement in MIGO transaction for which i need help. I have gone through several threads with similar issues but none of them have solved my issue. I have worked around with all BADIs of MIGO and user exits available but to no avail so I am posting a new thread.
    The requirement is pretty straight forward of adding a custom TAB in item details section of MIGO transaction. I have done that using BADI: MB_MIGO_BADI, method PBO_DETAIL. I created a screen with my custom fields and passed them in this method. The TAB appears as expected with all the fields. The custom fields are in MSEG table which has been enhanced and it needs to be updated with the user values on the screen.
    The issue creeps in when there are multiple materials in the purchasing document and user works around with them. Say he clicks on the second material and in the custom TAB changes its details in custom fields. Now he clicks on the fourth material and changes its details. Continues this for all the materials in random order. How do i identify in my custom screen [developed separately and called in PBO_DETAIL of the BADI] which details belong to which material or line number. The only way to do it is by using the purchasing order number and line item number. These are not available in my custom screen and needs to be exported from somewhere and imported there. I have not been able to identify the point where export can be done.
    Can anyone help me out with this problem? Either the point where export can be done or any other way of identifying the link between the line number / material number and the custom field details entered by the user.
    Thanks,
    Ritvik

    Hi Ritvik,
    you will not need it.
    The item methods will process exactly the item what the addional item data are related to. In PBO_DETAIL and PAI_DETAIL, use parameter I_LINE_ID for the item reference.
    Note: Not only read SCN etc,  also the parameters desciption of the methods used.
    Regards,
    Clemens

  • Modify Sales order Item additional tab B

    I need to modify Sales order item additional tab B ...by removing the exisitng fields and should add some new fields ....which is ok. But does it have any impact becoz the same screen fields coulbe used in any of the other transaction .......i  just wanted to know if we remove the fields from sale orde item additional tab B and some new details will have some impact

    Hi,
    Before making any modifications check "Where-used". If it is in some other program other than the VA01/02/03, then better consult your lead before modifying.
    If you do not find, go ahead and make the changes confidently.
    Regards,
    Subramanian

  • Need to modify Sales order Item additional tab B

    Hello all,
    I need to modify Sales order item additional tab B ...by removing the exisitng fields and should add some new fields ....does it have any impact on this screen could be used in any of the other transaction .......i  just wanted if we remove the fields and some new details will have some impact
    Regards,
    KK

    Additional data B is used to add your own fields also known as custom fields in sales order.
    Custom fields can be added to tables VBAK & VBAP (depending on header or item). Similarly you can remove fields if you don't require it anymore.
    In short, your requirement can be met but you have to take help of ABAP consultant since it requires maintenance of user exits and modification of screens.

Maybe you are looking for