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

Similar Messages

  • 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

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

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

  • How to use OMJX transaction? Need to add an additional field on MIGO item

    hi guys
    we need to add a new field on the MIGO screen at the item level. We are trying to explore OMJX to add custom fields.
    We have used append structutre to enhance the GOITEM structure but are not clear on how to use OMJX.
    ANy idea how to use the transaction OMJX.
    Thanks in advance

    With the Business Add-In (BAdI) MB_MIGO_BADI, you can extend the              
    interface of the goods movements transaction (MIGO) with additional           
    tabstrip controls for the detailed information (detail tabstrips) and         
    header information (header tabstrips). It is possible for an external         
    application                                                                   
    o  to display an additional detail tabstrip with own subscreen (max. 10       
       lines) in MIGO                                                             
    o  to display an additional header tabstrip with own subscreen (max. 3        
       lines) in MIGO                                                                               
    The program name, screen number and tab page text can be determined           
    dynamically. Different screens can therefore be controlled according to       
    the mode (for example, change mode, display mode, goods receipt, goods        
    issue).                                                                               
    Pushbuttons                                                                   
    It is not possible to implement pushbuttons in the MIGO menu, but you         
    can, however, implement pushbuttons directly on the external subscreen.       
    The OK code from MIGO is forwarded to the external application so it can      
    react.                                                                               
    Cursor Control                                                                
    So that the cursor stays on the same subscreen after you press Continue,      
    if it was positioned there before, the external application in the own        
    PAI must hold the cursor positioning (on the same screen 'yes'/'no'; if       
    'yes', on which field), to set the cursor in PBO again.                                                                               
    Requirements                                                                               
    If you use the BAdI MB_MIGO_BADI in MIGO to update customer-own data, in      
    addition to the material document, to the database, you should note the       
    following:                                                                    
    o  The BAdI MB_MIGO_BADI is only active in transaction MIGO.                  
    o  If you post goods movements with other transactions (for example, with     
       MB01, MB1C, VL02N), you must ensure that customer data is also             
       updated, if necessary.                                                     
       You can do this by using the BAdI MB_DOCUMENT_BADI (Creating a             
       material document) to post the goods movements with the transactions       
       mentioned above.                                                           
    o  Note that otherwise, posting the goods movements will lead to              
       inconsistencies between SAP system data (for example, in stocks,           
       material documents, FI documents) and customer data.

  • 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

  • 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

  • Additional tab in MIGO Screen

    Hi ,
    I want to add a Tab in MIGO screen , i have adde but i have to display it based on certain conditions like Order Type or Something.
    then i have to save the fields on that tab in a Ztable
    Thanks
    Nikhil

    hi
    take help of your abaper , go for SCREEN EXITs
    search for screen exit MIGO on net you will get the details
    check badi   MB_MIGO_BADI
    Edited by: Kunal Ingale on Jan 10, 2011 1:30 PM

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

  • Tax tab in PO item details

    Hi All,
    Enter a PO with some tax code in Invoice tab of Item details. Click on 'Taxes' next to Tax code.
    Popup screen appears with Detailes tax conditions. Please check the next/previous arrows in the top right corner. They are in gret mode always. These are never in active mode. What could be the reason?
    When do we use them, can anyone clarify please.
    Thank You

    Hi
    Check it in SPRO- SAP IMG- MAterial Management - Purchasing -Screen layout at document level.
    Click on the field selection group (NBF) and doucble click on it.
    Then GR/IR control - Tax code - Chenage it to optional entry.
    Then save.
    Check it out.
    Regards,
    Raman

  • Add an extra :Tab" on the Purchase Order's ITEM DETAIL level.

    Hi:
    Can anyone please tell me how I go about to add an additional "TAB" on the Item Detail level of a Purchase Order...??
    Thanks.
    W.

    It is not possible to add extra tab by configuration .you have to use user exit/BADI to get this .
    user exit :MM06E005 
    BADI : ME_PROCESS_PO_CUST
    consult with your abaper for developemnt

  • 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

  • Analysis tab in item details of transaction WTY

    Hi All,
           We get pricing procedure details when we click on the analysis tab in the item details subscreen in WTY.We get the condition types and the associated movement of data.
    We have added a custom field to the communication strucuture KOMK,KONP,KOMG, and the same is present in the database table PVWTY. The same is present in the structure A997 also. If we see the technical details then the fields which are of concern to us are KOMK-(custom fieldname )  and A997-( custom fieldname ).But we are getting a warning symbol in the description part when we click on the condition type PRP4.
    I am not sure whether this is related to any missed out coding.I checked out that the routine 597 is assigned for the condition type PRP4.But the source code inside is the standard code and i am not sure how to include my custom field data here.Do i have to move this data through some exit or is this related to any configuration in SPRO...
    I am not able to figure out where and how i am supposed to move the data between the two structures as explained above. Hope that the above explanation gives an OK picture of what i need to achieve. Please help.
    thanks
    Nishanth

    Hi,
    You can try making the Date Field in Item Details  and Requisitioner as Mandatory if it serves your purpose for the situation - I .
    Please check the following :
    SPRO>IMG>MM>Purchasing>Purchase Requisition>
    Click on Define Screen Layout at Document Level
    Highlight the Document Type
    Go to Details and click on Deadline Monitoring
    Check the Date as Required Entry for Requisition, Delivery & Release Date.
    ( The user will need to Enter Release Date Manually)
    Similarly this can be maintained for RFQ and PO as well.
    This will give you the Tracking of the Processing Time with respective dates.
    Hope this helps,
    Best regards
    Amit Bakshi.

  • Additional tabs in the production order

    Dear Friends,
    I want to have some additional tabs in the production order (one tab in the header and one tab in the item details). Some customer specific details I am not able to maintain in the production order... Hence I am planning for this one.
    Please let me know...if anybody has done this. If so please give me some idea and let me know...how can we do it. Thanks in advance.
    Regards,
    Surya.

    Hi,
    You can create new tabs from SPRO-- Productionshop floor controlScreen controldefine user specific tab pagesdefine operation details screen.
    There u can use the existing fiels available or use user defined fields.
    For maintaining user defined fields, follow the path SPRO-- production -- basic data --routing -- operation data -- Define User defined fields.
    Regards,
    Santanu
    Edited by: Santanu Paul on Jan 22, 2008 12:10 PM

  • I am Not Getting a Additional Tab in ZMIGO in Display mode

    Dear Gurus ,
                          I have Impelemented a Migo Badi and Created a Additional Tab in MIGO . The Additional Tab is getting Displayed in Create Mode but the same is not getting in Dispay Mode . Can Any Body help me for the same .
                                      I have Created two screen for the same .
    0001 is for Created and 0002 is for Display mode . And in PBO i rave checked the condition for the same which i am pasing below for your refrence . Can any body please help me .
    READ TABLE gt_scrn_active INTO ls_scrn_active
                                WITH KEY line_id = i_line_id .
      CHECK ls_scrn_active-active EQ 'X'.
    External subscreen:
    The content of global field G_NO_INPUT (set in method MODE_SET) will
    influence the number of external subsreen:
      IF g_no_input IS INITIAL.
        e_cprog   = 'SAPLZCFG_JEWELLERY'.
        e_dynnr   = '0001'.                     "External fields: Input
        e_heading = 'Additional Unit'(004).
      ELSE .
        e_cprog   = 'SAPLZCFG_JEWELLERY'.
        e_dynnr   = '0002'.                     "External fields: Input
        e_heading = 'Additional Unit'(004).
      ENDIF .
    Regards
    S.B.Shankar

    hi,
    just i basice ? have you checked the status of BADI is it implemented.
    Atul

Maybe you are looking for

  • Forms Builder problems

    We are using Forms 6.0.8.10.3 in a Windows NT 4 environment. In the Forms Builder, there are two minor problems that can be worked around but would be nice to have function properly: - unable to create any triggers other than 'Smart Triggers'. - Unab

  • How do you recover an autorecover / autosave file in Microsoft Visio 2010?

    Crashed on me yesterday after 8 hours of work. The autorecover is set to every 10 minutes, but I can't find the file. I have read everything online and none of it works. If anyone can help, please let me know. Just keep in mind I know very little abo

  • Is there a log to register a change user quota ?

    Hi,  I would like to know if there´s a specific log or event to verify with someone changed the user quota from a specific user. Or with there´s an ID on eventviewer to check it  I have an user that for some reason I change the quota and a few days l

  • Planned revenues on WBS element

    Hello, I have a problem in that my WBS elements are not recognizing planned revenue from its adjoining sales order. I have checked everything from a PS point of view such as planning profile etc... and all looks okay.  I have also checked the Acctdet

  • Moving Away from GoDaddy or MobileMe?

    Although this MacWorld article is mainly written for those who disagree with GoDaddy's policies - and the fact that their CEO goes around killing elephants - it contains a lot of useful info about domain names, what they are and how to transfer them.